Drug Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Drug icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/305554.svg" alt="Drug icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305554.svg" alt="Drug icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305554.svg" alt="Drug icon" :width="24" :height="24" />
CSS background
.icon-drug {
background-image: url('https://proicons.com/icon/305554.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M996 730c-28 79-198 139-388 139s-359-60-387-139c-5-12-4-12-4 1v87c0 90 183 162 391 162s392-72 392-162v-87c0-13 0-13-4-1zm-600 87c61 17 133 27 212 27 213 0 386-73 386-162 0-38-31-73-84-100-11-6-30-6-42-1L395 801c-12 5-12 13 1 16zM222 682c0 35 26 67 71 94 11 6 30 6 42 1l471-218c12-6 11-13-1-16-58-15-125-23-197-23-214 0-386 73-386 162zm175-167c67-17 146-27 231-27 14 0 28 0 42 1 11 0 22-7 25-18 10-31 15-65 15-99 0-181-134-329-308-352-13-1-24 8-24 21v460c0 10 9 17 19 14zm-83 27c10-4 18-16 18-27V41c0-13-11-23-23-21C134 43 0 191 0 372c0 124 65 234 162 297 9 6 16 9 16 8v-2c0-52 52-99 136-133z"/></svg>
Copied!