Drug Pack Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Drug Pack 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/305553.svg" alt="Drug Pack icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305553.svg" alt="Drug Pack icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305553.svg" alt="Drug Pack icon" :width="24" :height="24" />
CSS background
.icon-drug-pack {
background-image: url('https://proicons.com/icon/305553.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="M759 0H240c-31 0-56 25-56 56v888c0 31 25 56 56 56h519c31 0 56-25 56-56V56c0-31-25-56-56-56zM318 179c30-30 79-29 109 1 12 13 19 29 21 46H295c2-17 10-34 23-47zm129 69c-3 15-10 29-22 41-30 29-79 29-108-2-11-11-18-25-21-39h151zM319 424c30-29 79-29 109 2 12 13 19 29 21 46H296c2-18 9-35 23-48zm129 70c-3 15-10 29-22 40-30 30-79 29-109-1-10-11-17-25-20-40l151 1zm-21 286c-30 30-79 29-109-2-11-11-17-25-20-39h151c-3 15-10 29-22 41zm-130-63c2-17 9-34 23-47 30-30 79-29 108 1 13 13 20 30 22 46H297zm291-538c30-30 79-29 108 1 13 13 20 29 22 46H565c2-17 9-34 23-47zm129 69c-3 15-10 29-22 41-31 29-79 29-109-2-11-11-18-25-20-39h151zM588 424c31-29 80-29 109 2 13 13 20 29 21 46H566c1-18 9-35 22-48zm130 70c-3 15-11 29-22 40-31 30-79 29-109-1-11-11-18-25-20-40l151 1zm-21 286c-31 30-80 29-109-2-11-11-18-25-21-39h151c-2 15-10 29-21 41zm-130-63c1-17 9-34 22-47 31-30 79-29 109 1 13 13 20 30 21 46H567z"/></svg>
Copied!