syringe icon
syringe from Unicons by Iconscout · Line · Medical · Apache-2.0 Free for personal and commercial use.
- Name
- syringe
- Set
- Unicons
- Style
- Line
- Category
- Medical
- Viewbox
- 24×24
- License
- Apache 2.0
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 SymbolssyringeMaterial Symbols LightsyringeNoto EmojisyringeOpenMojisyringePhosphorsyringe-fillRemix Iconsyringe-boldSolarsyringeStreamline EmojissyringeTwitter Emoji
More medical icons from Unicons
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="M21.71 2.29a1 1 0 0 0-1.42 0l-2.12 2.12l-.71-.7a1 1 0 0 0-1.41 0l-1.41 1.41l-.71-.71a1 1 0 0 0-1.42 0l-7.77 7.78l-.74-.7a1 1 0 0 0-1.38 1.41l3.53 3.54l-1.73 1.74l-.71-.72a1 1 0 0 0-1.42 1.42l2.83 2.83a1 1 0 0 0 .71.29a1 1 0 0 0 .71-.29a1 1 0 0 0 0-1.42l-.71-.7l1.74-1.74l3.53 3.53a1 1 0 0 0 .71.3a1 1 0 0 0 .7-1.71l-.7-.71l7.78-7.77a1 1 0 0 0 0-1.42l-.71-.71L20.29 8a1 1 0 0 0 0-1.41l-.7-.71l2.12-2.12a1 1 0 0 0 0-1.47M7.57 15l-1.42-1.39l1.41-1.42L9 13.61Zm2.82 2.83L9 16.44L10.39 15l1.42 1.42ZM13.22 15L9 10.78l4.24-4.24l.71.7l3.53 3.54Zm4.24-7l-1.41-1.46l.71-.71l.7.7l.7.7Z"/></svg>
React
import type { SVGProps } from "react";
export function UilSyringe(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="M21.71 2.29a1 1 0 0 0-1.42 0l-2.12 2.12l-.71-.7a1 1 0 0 0-1.41 0l-1.41 1.41l-.71-.71a1 1 0 0 0-1.42 0l-7.77 7.78l-.74-.7a1 1 0 0 0-1.38 1.41l3.53 3.54l-1.73 1.74l-.71-.72a1 1 0 0 0-1.42 1.42l2.83 2.83a1 1 0 0 0 .71.29a1 1 0 0 0 .71-.29a1 1 0 0 0 0-1.42l-.71-.7l1.74-1.74l3.53 3.53a1 1 0 0 0 .71.3a1 1 0 0 0 .7-1.71l-.7-.71l7.78-7.77a1 1 0 0 0 0-1.42l-.71-.71L20.29 8a1 1 0 0 0 0-1.41l-.7-.71l2.12-2.12a1 1 0 0 0 0-1.47M7.57 15l-1.42-1.39l1.41-1.42L9 13.61Zm2.82 2.83L9 16.44L10.39 15l1.42 1.42ZM13.22 15L9 10.78l4.24-4.24l.71.7l3.53 3.54Zm4.24-7l-1.41-1.46l.71-.71l.7.7l.7.7Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.71 2.29a1 1 0 0 0-1.42 0l-2.12 2.12l-.71-.7a1 1 0 0 0-1.41 0l-1.41 1.41l-.71-.71a1 1 0 0 0-1.42 0l-7.77 7.78l-.74-.7a1 1 0 0 0-1.38 1.41l3.53 3.54l-1.73 1.74l-.71-.72a1 1 0 0 0-1.42 1.42l2.83 2.83a1 1 0 0 0 .71.29a1 1 0 0 0 .71-.29a1 1 0 0 0 0-1.42l-.71-.7l1.74-1.74l3.53 3.53a1 1 0 0 0 .71.3a1 1 0 0 0 .7-1.71l-.7-.71l7.78-7.77a1 1 0 0 0 0-1.42l-.71-.71L20.29 8a1 1 0 0 0 0-1.41l-.7-.71l2.12-2.12a1 1 0 0 0 0-1.47M7.57 15l-1.42-1.39l1.41-1.42L9 13.61Zm2.82 2.83L9 16.44L10.39 15l1.42 1.42ZM13.22 15L9 10.78l4.24-4.24l.71.7l3.53 3.54Zm4.24-7l-1.41-1.46l.71-.71l.7.7l.7.7Z"/></svg> </template>
CSS
.icon-syringe {
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%22M21.71%202.29a1%201%200%200%200-1.42%200l-2.12%202.12l-.71-.7a1%201%200%200%200-1.41%200l-1.41%201.41l-.71-.71a1%201%200%200%200-1.42%200l-7.77%207.78l-.74-.7a1%201%200%200%200-1.38%201.41l3.53%203.54l-1.73%201.74l-.71-.72a1%201%200%200%200-1.42%201.42l2.83%202.83a1%201%200%200%200%20.71.29a1%201%200%200%200%20.71-.29a1%201%200%200%200%200-1.42l-.71-.7l1.74-1.74l3.53%203.53a1%201%200%200%200%20.71.3a1%201%200%200%200%20.7-1.71l-.7-.71l7.78-7.77a1%201%200%200%200%200-1.42l-.71-.71L20.29%208a1%201%200%200%200%200-1.41l-.7-.71l2.12-2.12a1%201%200%200%200%200-1.47M7.57%2015l-1.42-1.39l1.41-1.42L9%2013.61Zm2.82%202.83L9%2016.44L10.39%2015l1.42%201.42ZM13.22%2015L9%2010.78l4.24-4.24l.71.7l3.53%203.54Zm4.24-7l-1.41-1.46l.71-.71l.7.7l.7.7Z%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%22M21.71%202.29a1%201%200%200%200-1.42%200l-2.12%202.12l-.71-.7a1%201%200%200%200-1.41%200l-1.41%201.41l-.71-.71a1%201%200%200%200-1.42%200l-7.77%207.78l-.74-.7a1%201%200%200%200-1.38%201.41l3.53%203.54l-1.73%201.74l-.71-.72a1%201%200%200%200-1.42%201.42l2.83%202.83a1%201%200%200%200%20.71.29a1%201%200%200%200%20.71-.29a1%201%200%200%200%200-1.42l-.71-.7l1.74-1.74l3.53%203.53a1%201%200%200%200%20.71.3a1%201%200%200%200%20.7-1.71l-.7-.71l7.78-7.77a1%201%200%200%200%200-1.42l-.71-.71L20.29%208a1%201%200%200%200%200-1.41l-.7-.71l2.12-2.12a1%201%200%200%200%200-1.47M7.57%2015l-1.42-1.39l1.41-1.42L9%2013.61Zm2.82%202.83L9%2016.44L10.39%2015l1.42%201.42ZM13.22%2015L9%2010.78l4.24-4.24l.71.7l3.53%203.54Zm4.24-7l-1.41-1.46l.71-.71l.7.7l.7.7Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/syringe.svg?color=%231a73e8&size=48