syringe icon
syringe-outline from Material Symbols Light by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- syringe-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
syringeEmoji One (Colored)syringeFont Awesome 6 SolidsyringeFont Awesome Solidsyringe-20-filledFluent UI System IconssyringeFluent EmojisyringeFluent Emoji FlatsyringeFluent Emoji High ContrastsyringeFirefox OS EmojisyringeHealth IconssyringeHuge IconssyringeLine AwesomesyringeLucidesyringeMaterial SymbolssyringeNoto EmojisyringeOpenMojisyringePhosphorsyringe-fillRemix Iconsyringe-boldSolarsyringeStreamline EmojissyringeTwitter EmojisyringeUnicons
More social icons from Material Symbols Light
Use the syringe icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.208 10.694q-.14-.146-.14-.347t.14-.366L7.68 7.508L6.298 6.144l-.646.646q-.165.166-.366.166t-.347-.166q-.16-.14-.16-.344t.16-.363l2-1.981q.146-.166.347-.166t.366.166q.14.14.14.344t-.14.344l-.665.666l1.382 1.363l2.473-2.473q.166-.165.367-.165t.347.165q.165.146.165.347t-.165.366l-.56.554l6.798 6.798q.479.48.479 1.154t-.479 1.133l-.757.764l4.032 4.027h-1.427l-3.319-3.32l-.758.764q-.46.46-1.133.46t-1.153-.46L6.48 10.135l-.56.56q-.165.159-.356.159q-.192 0-.357-.16m1.961-1.248l6.798 6.798q.193.173.443.173t.442-.173l2.229-2.253q.192-.174.192-.433q0-.26-.192-.433l-1.423-1.448l-1.535 1.535q-.165.16-.357.162t-.331-.138q-.166-.146-.166-.347t.166-.366l1.534-1.535l-2.096-2.076l-1.534 1.534q-.147.14-.348.14t-.366-.14q-.14-.165-.14-.366t.14-.347l1.535-1.535l-1.871-1.871zm0 0l.125-.125l.318-.317L9.866 6.75l.298-.298l.125-.125z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSyringeOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.208 10.694q-.14-.146-.14-.347t.14-.366L7.68 7.508L6.298 6.144l-.646.646q-.165.166-.366.166t-.347-.166q-.16-.14-.16-.344t.16-.363l2-1.981q.146-.166.347-.166t.366.166q.14.14.14.344t-.14.344l-.665.666l1.382 1.363l2.473-2.473q.166-.165.367-.165t.347.165q.165.146.165.347t-.165.366l-.56.554l6.798 6.798q.479.48.479 1.154t-.479 1.133l-.757.764l4.032 4.027h-1.427l-3.319-3.32l-.758.764q-.46.46-1.133.46t-1.153-.46L6.48 10.135l-.56.56q-.165.159-.356.159q-.192 0-.357-.16m1.961-1.248l6.798 6.798q.193.173.443.173t.442-.173l2.229-2.253q.192-.174.192-.433q0-.26-.192-.433l-1.423-1.448l-1.535 1.535q-.165.16-.357.162t-.331-.138q-.166-.146-.166-.347t.166-.366l1.534-1.535l-2.096-2.076l-1.534 1.534q-.147.14-.348.14t-.366-.14q-.14-.165-.14-.366t.14-.347l1.535-1.535l-1.871-1.871zm0 0l.125-.125l.318-.317L9.866 6.75l.298-.298l.125-.125z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.208 10.694q-.14-.146-.14-.347t.14-.366L7.68 7.508L6.298 6.144l-.646.646q-.165.166-.366.166t-.347-.166q-.16-.14-.16-.344t.16-.363l2-1.981q.146-.166.347-.166t.366.166q.14.14.14.344t-.14.344l-.665.666l1.382 1.363l2.473-2.473q.166-.165.367-.165t.347.165q.165.146.165.347t-.165.366l-.56.554l6.798 6.798q.479.48.479 1.154t-.479 1.133l-.757.764l4.032 4.027h-1.427l-3.319-3.32l-.758.764q-.46.46-1.133.46t-1.153-.46L6.48 10.135l-.56.56q-.165.159-.356.159q-.192 0-.357-.16m1.961-1.248l6.798 6.798q.193.173.443.173t.442-.173l2.229-2.253q.192-.174.192-.433q0-.26-.192-.433l-1.423-1.448l-1.535 1.535q-.165.16-.357.162t-.331-.138q-.166-.146-.166-.347t.166-.366l1.534-1.535l-2.096-2.076l-1.534 1.534q-.147.14-.348.14t-.366-.14q-.14-.165-.14-.366t.14-.347l1.535-1.535l-1.871-1.871zm0 0l.125-.125l.318-.317L9.866 6.75l.298-.298l.125-.125z"/></svg> </template>
CSS
.icon-syringe-outline {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.208%2010.694q-.14-.146-.14-.347t.14-.366L7.68%207.508L6.298%206.144l-.646.646q-.165.166-.366.166t-.347-.166q-.16-.14-.16-.344t.16-.363l2-1.981q.146-.166.347-.166t.366.166q.14.14.14.344t-.14.344l-.665.666l1.382%201.363l2.473-2.473q.166-.165.367-.165t.347.165q.165.146.165.347t-.165.366l-.56.554l6.798%206.798q.479.48.479%201.154t-.479%201.133l-.757.764l4.032%204.027h-1.427l-3.319-3.32l-.758.764q-.46.46-1.133.46t-1.153-.46L6.48%2010.135l-.56.56q-.165.159-.356.159q-.192%200-.357-.16m1.961-1.248l6.798%206.798q.193.173.443.173t.442-.173l2.229-2.253q.192-.174.192-.433q0-.26-.192-.433l-1.423-1.448l-1.535%201.535q-.165.16-.357.162t-.331-.138q-.166-.146-.166-.347t.166-.366l1.534-1.535l-2.096-2.076l-1.534%201.534q-.147.14-.348.14t-.366-.14q-.14-.165-.14-.366t.14-.347l1.535-1.535l-1.871-1.871zm0%200l.125-.125l.318-.317L9.866%206.75l.298-.298l.125-.125z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.208%2010.694q-.14-.146-.14-.347t.14-.366L7.68%207.508L6.298%206.144l-.646.646q-.165.166-.366.166t-.347-.166q-.16-.14-.16-.344t.16-.363l2-1.981q.146-.166.347-.166t.366.166q.14.14.14.344t-.14.344l-.665.666l1.382%201.363l2.473-2.473q.166-.165.367-.165t.347.165q.165.146.165.347t-.165.366l-.56.554l6.798%206.798q.479.48.479%201.154t-.479%201.133l-.757.764l4.032%204.027h-1.427l-3.319-3.32l-.758.764q-.46.46-1.133.46t-1.153-.46L6.48%2010.135l-.56.56q-.165.159-.356.159q-.192%200-.357-.16m1.961-1.248l6.798%206.798q.193.173.443.173t.442-.173l2.229-2.253q.192-.174.192-.433q0-.26-.192-.433l-1.423-1.448l-1.535%201.535q-.165.16-.357.162t-.331-.138q-.166-.146-.166-.347t.166-.366l1.534-1.535l-2.096-2.076l-1.534%201.534q-.147.14-.348.14t-.366-.14q-.14-.165-.14-.366t.14-.347l1.535-1.535l-1.871-1.871zm0%200l.125-.125l.318-.317L9.866%206.75l.298-.298l.125-.125z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/syringe-outline.svg?color=%231a73e8&size=48