Font-Medical-Icons
72 ICONS (X2) specialized in the Clinical & Medical world FREE and easy to use!
please read the terms and conditions set by Hablamos Juntos who designed these icons package.
Important! Before use,This package is a digital adaptation for use on the web media.
Example : http://samcome.github.io/webfont-medical-icons
includes:
SVGs, PNGs (64x64), Webfont (.eot, .ttf, .woff, .svg)
Using Icon Fonts into your project
Install with bower
-
Install with bower
bower install webfont-medical-icons --save
-
In the head html, reference the location to the css file
<link rel="stylesheet" href="../css/wfmi-style.css">
-
Add classes to your elements
<span class="medical-icon-neurology" aria-hidden="true"></span>
DONE!
Install manually
-
Download repo and extract files
-
Copy the fonts folder
packages/webfont-medical-icons/fonts
-
Copy the css file
packages/webfont-medical-icons/wfmi-style.css
-
In the head html, reference the location to the css file
<link rel="stylesheet" href="../css/wfmi-style.css">
-
Add classes to your elements
<span class="medical-icon-neurology" aria-hidden="true"></span>
DONE!
Downloading icons as PNG
-
Click on the icon you want
-
Select the desired colour
-
Enter the desired size (in px)
-
Click on 'Get PNG file'
-
Save PNG file (ctrl+s or cmd+s)
(Thanx to pyko for add this last part)