Category: medical
icon-name: icon-meds-pills
graphic: 2-3 loose pills (not in pill box or bill bottle)
My graphic skills aren't sufficient to create a draft.
+1
+1
+1
+1
samples:
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
Just a simple pill would be fantastic:
Eg:
+1
+1
+1
I've done a little 'hack' on my css file to add a custom .fa-pill
using .fa-toggle-on
and a 45deg rotation..
Here's the code:
.fa-pill{
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=.5);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.fa-pill:before {
content: "\f205";
}
It's not good as having a real icon, but it does look good!
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1 — My idea, similar to others.
+1
+1 for Daily Log - to quickly enter when a Pill was taken by clicking on the icon
+1
+1
+1 to represent the pharmaceutical industry in our list of specialties.
+1
+1
+1
+1
+1
+1
+1 need it for a CMS that deals with vitamins
+1
+1 Its shocking that since 2013 when this was first logged nothing has been done. Wow!! Please we need a pill icon.
+1
+1
+1
+1
+1
+1
@tagliala what is needed to make this happen? Apart from a lot of +1's?
Even +1s don't seem to be working at this point. Its been over 3 years of +1s @MatthijsMali @tagliala
+1s work. Ask them 😁
If you need this icon in a short while, customize Font Awesome
edit: and if you want to help out community, feel free fork, add this icon and share your work on this thread
Here's another +1. :)
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
+20
+1
+1
+1
Totally lost hope that this will ever happen.
+1
+1
+1
+1
This is coming in the next release!
This icon is included in the latest 5.0.7 release of Font Awesome! The solid style is in Font Awesome 5 Free, with the regular and light styles included in Font Awesome 5 Pro. https://fontawesome.com/icons?d=gallery&q=pills
Most helpful comment
I've done a little 'hack' on my css file to add a custom
.fa-pill
using.fa-toggle-on
and a 45deg rotation..Here's the code:
It's not good as having a real icon, but it does look good!