syringe icon
syringe-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- syringe-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
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 EmojisyringeOpenMojisyringe-fillRemix Iconsyringe-boldSolarsyringeStreamline EmojissyringeTwitter EmojisyringeUnicons
Use the syringe icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m236.24 67.76l-48-48a6 6 0 0 0-8.48 8.48L199.51 48L168 79.51l-35.76-35.75a6 6 0 1 0-8.48 8.48l7.75 7.76l-85.41 85.41a13.94 13.94 0 0 0-4.1 9.9v50.2l-22.24 22.25a6 6 0 1 0 8.48 8.48L50.49 214h50.2a13.94 13.94 0 0 0 9.9-4.1L196 124.49l7.76 7.75a6 6 0 0 0 8.48-8.48L176.49 88L208 56.49l19.76 19.75a6 6 0 0 0 8.48-8.48M102.1 201.41a2 2 0 0 1-1.41.59H54v-46.69a2 2 0 0 1 .59-1.41L74 134.49l21.76 21.75a6 6 0 1 0 8.48-8.48L82.49 126L98 110.49l21.76 21.75a6 6 0 0 0 8.48-8.48L106.49 102L140 68.49L187.51 116Z"/></svg>
React
import type { SVGProps } from "react";
export function PhSyringeLight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m236.24 67.76l-48-48a6 6 0 0 0-8.48 8.48L199.51 48L168 79.51l-35.76-35.75a6 6 0 1 0-8.48 8.48l7.75 7.76l-85.41 85.41a13.94 13.94 0 0 0-4.1 9.9v50.2l-22.24 22.25a6 6 0 1 0 8.48 8.48L50.49 214h50.2a13.94 13.94 0 0 0 9.9-4.1L196 124.49l7.76 7.75a6 6 0 0 0 8.48-8.48L176.49 88L208 56.49l19.76 19.75a6 6 0 0 0 8.48-8.48M102.1 201.41a2 2 0 0 1-1.41.59H54v-46.69a2 2 0 0 1 .59-1.41L74 134.49l21.76 21.75a6 6 0 1 0 8.48-8.48L82.49 126L98 110.49l21.76 21.75a6 6 0 0 0 8.48-8.48L106.49 102L140 68.49L187.51 116Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m236.24 67.76l-48-48a6 6 0 0 0-8.48 8.48L199.51 48L168 79.51l-35.76-35.75a6 6 0 1 0-8.48 8.48l7.75 7.76l-85.41 85.41a13.94 13.94 0 0 0-4.1 9.9v50.2l-22.24 22.25a6 6 0 1 0 8.48 8.48L50.49 214h50.2a13.94 13.94 0 0 0 9.9-4.1L196 124.49l7.76 7.75a6 6 0 0 0 8.48-8.48L176.49 88L208 56.49l19.76 19.75a6 6 0 0 0 8.48-8.48M102.1 201.41a2 2 0 0 1-1.41.59H54v-46.69a2 2 0 0 1 .59-1.41L74 134.49l21.76 21.75a6 6 0 1 0 8.48-8.48L82.49 126L98 110.49l21.76 21.75a6 6 0 0 0 8.48-8.48L106.49 102L140 68.49L187.51 116Z"/></svg> </template>
CSS
.icon-syringe-light {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m236.24%2067.76l-48-48a6%206%200%200%200-8.48%208.48L199.51%2048L168%2079.51l-35.76-35.75a6%206%200%201%200-8.48%208.48l7.75%207.76l-85.41%2085.41a13.94%2013.94%200%200%200-4.1%209.9v50.2l-22.24%2022.25a6%206%200%201%200%208.48%208.48L50.49%20214h50.2a13.94%2013.94%200%200%200%209.9-4.1L196%20124.49l7.76%207.75a6%206%200%200%200%208.48-8.48L176.49%2088L208%2056.49l19.76%2019.75a6%206%200%200%200%208.48-8.48M102.1%20201.41a2%202%200%200%201-1.41.59H54v-46.69a2%202%200%200%201%20.59-1.41L74%20134.49l21.76%2021.75a6%206%200%201%200%208.48-8.48L82.49%20126L98%20110.49l21.76%2021.75a6%206%200%200%200%208.48-8.48L106.49%20102L140%2068.49L187.51%20116Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m236.24%2067.76l-48-48a6%206%200%200%200-8.48%208.48L199.51%2048L168%2079.51l-35.76-35.75a6%206%200%201%200-8.48%208.48l7.75%207.76l-85.41%2085.41a13.94%2013.94%200%200%200-4.1%209.9v50.2l-22.24%2022.25a6%206%200%201%200%208.48%208.48L50.49%20214h50.2a13.94%2013.94%200%200%200%209.9-4.1L196%20124.49l7.76%207.75a6%206%200%200%200%208.48-8.48L176.49%2088L208%2056.49l19.76%2019.75a6%206%200%200%200%208.48-8.48M102.1%20201.41a2%202%200%200%201-1.41.59H54v-46.69a2%202%200%200%201%20.59-1.41L74%20134.49l21.76%2021.75a6%206%200%201%200%208.48-8.48L82.49%20126L98%20110.49l21.76%2021.75a6%206%200%200%200%208.48-8.48L106.49%20102L140%2068.49L187.51%20116Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/syringe-light.svg?color=%231a73e8&size=48