Injection Syringe Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Injection Syringe 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/305902.svg" alt="Injection Syringe icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305902.svg" alt="Injection Syringe icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305902.svg" alt="Injection Syringe icon" :width="24" :height="24" />
CSS background
.icon-injection-syringe {
background-image: url('https://proicons.com/icon/305902.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 938L770 735c10-13 17-28 20-42v-2c7-87 1-93-6-99L309 163c-14-13-35-12-48 2l-17 20-45-40 9-10c29-32 35-69 14-87-21-19-57-10-86 23L27 192c-30 32-35 69-15 88 21 19 57 9 86-23l9-10 44 40-18 20c-12 13-11 35 3 48l475 429c21 18 101-5 102-5 13-5 27-13 39-24l225 204c6 5 15 4 20-1 5-6 4-14-1-20zM753 687c-5 21-33 46-53 53-22 7-54 11-65 10L168 329l18-20c12-13 11-35-3-48l-79-71-36 39c-11 13-22 18-27 19 1-5 5-16 16-29L166 98c12-12 22-17 28-19-1 6-5 17-16 29l-36 40 79 72c14 12 36 11 48-3l18-19 68 61c-1 0-2 0-2 1l-74 82c-5 5-5 14 1 19 5 5 14 4 19-1l74-82s1-1 1-2l19 17c0 1-1 1-2 2l-55 61c-5 6-5 15 1 20 5 5 14 4 19-1l56-62c0-1 0-1 1-2l19 17-2 2-74 82c-5 5-4 14 1 19 6 5 14 4 19-1l74-82c1-1 1-1 1-2l20 17c-1 1-2 1-2 2l-23 25c-2 1-3 2-4 3l-60 66c-7 8-8 19-2 24l227 210h1l42 37s34-3 59-27c29-28 25-66 25-66l-41-38v-1l-10-8-207-192 13-15c0-1 1-1 1-2l262 237c9 25 9 37 1 69zm-95 2c4 3 4 9 1 13-2 2-5 3-7 3s-4-1-6-3L435 507c-3-4-4-10 0-13 3-4 9-4 13-1l210 196z"/></svg>
Copied!