syringe icon
syringe-duotone from Reicon by REICON · Duotone · Medicine · MIT Free for personal and commercial use.
- Name
- syringe-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- Medicine
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All syringe icons →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 SymbolssyringeMaterial Symbols LightsyringeNoto EmojisyringeOpenMojisyringePhosphorsyringe-fillRemix Iconsyringe-boldSolarsyringeStreamline EmojissyringeTwitter EmojisyringeUnicons
More medicine icons from Reicon
Use the syringe icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><g opacity=".5"><path d="M17.804 9.11L14.89 6.196c-.8-.8-1.2-1.2-1.654-1.365a2.18 2.18 0 0 0-1.492 0c-.455.165-.855.565-1.654 1.365l-4.543 4.543a5.455 5.455 0 0 0 7.714 7.714l4.543-4.543c.8-.8 1.2-1.2 1.365-1.654a2.18 2.18 0 0 0 0-1.492c-.165-.455-.565-.855-1.365-1.654"/><path fill-rule="evenodd" d="M16.556 3.233a.795.795 0 0 1 1.125 0l3.086 3.086a.796.796 0 1 1-1.125 1.125l-3.086-3.086a.796.796 0 0 1 0-1.125" clip-rule="evenodd"/></g><path d="m17.73 13.985l-7.715-7.714L8.89 7.396l7.714 7.714zM5.026 17.85a5.5 5.5 0 0 0 1.125 1.125l-1.793 1.792a.796.796 0 1 1-1.125-1.125zM16.91 8.215L15.783 7.09l1.752-1.752l1.125 1.125zm-1.543 8.133l-3.06-3.06a.796.796 0 1 0-1.126 1.124l3.061 3.06zm-1.736 1.736l-1.746-1.746a.795.795 0 1 0-1.125 1.125l1.672 1.672q.44-.294.83-.682z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconSyringeDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><g opacity=".5"><path d="M17.804 9.11L14.89 6.196c-.8-.8-1.2-1.2-1.654-1.365a2.18 2.18 0 0 0-1.492 0c-.455.165-.855.565-1.654 1.365l-4.543 4.543a5.455 5.455 0 0 0 7.714 7.714l4.543-4.543c.8-.8 1.2-1.2 1.365-1.654a2.18 2.18 0 0 0 0-1.492c-.165-.455-.565-.855-1.365-1.654"/><path fillRule="evenodd" d="M16.556 3.233a.795.795 0 0 1 1.125 0l3.086 3.086a.796.796 0 1 1-1.125 1.125l-3.086-3.086a.796.796 0 0 1 0-1.125" clipRule="evenodd"/></g><path d="m17.73 13.985l-7.715-7.714L8.89 7.396l7.714 7.714zM5.026 17.85a5.5 5.5 0 0 0 1.125 1.125l-1.793 1.792a.796.796 0 1 1-1.125-1.125zM16.91 8.215L15.783 7.09l1.752-1.752l1.125 1.125zm-1.543 8.133l-3.06-3.06a.796.796 0 1 0-1.126 1.124l3.061 3.06zm-1.736 1.736l-1.746-1.746a.795.795 0 1 0-1.125 1.125l1.672 1.672q.44-.294.83-.682z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><g opacity=".5"><path d="M17.804 9.11L14.89 6.196c-.8-.8-1.2-1.2-1.654-1.365a2.18 2.18 0 0 0-1.492 0c-.455.165-.855.565-1.654 1.365l-4.543 4.543a5.455 5.455 0 0 0 7.714 7.714l4.543-4.543c.8-.8 1.2-1.2 1.365-1.654a2.18 2.18 0 0 0 0-1.492c-.165-.455-.565-.855-1.365-1.654"/><path fill-rule="evenodd" d="M16.556 3.233a.795.795 0 0 1 1.125 0l3.086 3.086a.796.796 0 1 1-1.125 1.125l-3.086-3.086a.796.796 0 0 1 0-1.125" clip-rule="evenodd"/></g><path d="m17.73 13.985l-7.715-7.714L8.89 7.396l7.714 7.714zM5.026 17.85a5.5 5.5 0 0 0 1.125 1.125l-1.793 1.792a.796.796 0 1 1-1.125-1.125zM16.91 8.215L15.783 7.09l1.752-1.752l1.125 1.125zm-1.543 8.133l-3.06-3.06a.796.796 0 1 0-1.126 1.124l3.061 3.06zm-1.736 1.736l-1.746-1.746a.795.795 0 1 0-1.125 1.125l1.672 1.672q.44-.294.83-.682z"/></g></svg> </template>
CSS
.icon-syringe-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cg%20opacity%3D%22.5%22%3E%3Cpath%20d%3D%22M17.804%209.11L14.89%206.196c-.8-.8-1.2-1.2-1.654-1.365a2.18%202.18%200%200%200-1.492%200c-.455.165-.855.565-1.654%201.365l-4.543%204.543a5.455%205.455%200%200%200%207.714%207.714l4.543-4.543c.8-.8%201.2-1.2%201.365-1.654a2.18%202.18%200%200%200%200-1.492c-.165-.455-.565-.855-1.365-1.654%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16.556%203.233a.795.795%200%200%201%201.125%200l3.086%203.086a.796.796%200%201%201-1.125%201.125l-3.086-3.086a.796.796%200%200%201%200-1.125%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22m17.73%2013.985l-7.715-7.714L8.89%207.396l7.714%207.714zM5.026%2017.85a5.5%205.5%200%200%200%201.125%201.125l-1.793%201.792a.796.796%200%201%201-1.125-1.125zM16.91%208.215L15.783%207.09l1.752-1.752l1.125%201.125zm-1.543%208.133l-3.06-3.06a.796.796%200%201%200-1.126%201.124l3.061%203.06zm-1.736%201.736l-1.746-1.746a.795.795%200%201%200-1.125%201.125l1.672%201.672q.44-.294.83-.682z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cg%20opacity%3D%22.5%22%3E%3Cpath%20d%3D%22M17.804%209.11L14.89%206.196c-.8-.8-1.2-1.2-1.654-1.365a2.18%202.18%200%200%200-1.492%200c-.455.165-.855.565-1.654%201.365l-4.543%204.543a5.455%205.455%200%200%200%207.714%207.714l4.543-4.543c.8-.8%201.2-1.2%201.365-1.654a2.18%202.18%200%200%200%200-1.492c-.165-.455-.565-.855-1.365-1.654%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M16.556%203.233a.795.795%200%200%201%201.125%200l3.086%203.086a.796.796%200%201%201-1.125%201.125l-3.086-3.086a.796.796%200%200%201%200-1.125%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22m17.73%2013.985l-7.715-7.714L8.89%207.396l7.714%207.714zM5.026%2017.85a5.5%205.5%200%200%200%201.125%201.125l-1.793%201.792a.796.796%200%201%201-1.125-1.125zM16.91%208.215L15.783%207.09l1.752-1.752l1.125%201.125zm-1.543%208.133l-3.06-3.06a.796.796%200%201%200-1.126%201.124l3.061%203.06zm-1.736%201.736l-1.746-1.746a.795.795%200%201%200-1.125%201.125l1.672%201.672q.44-.294.83-.682z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/syringe-duotone.svg?color=%231a73e8&size=48