syringe icon

syringe-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
syringe-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

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="M237.66 77.6a8 8 0 0 1-11.32 0L208 59.25L179.3 88l34.35 34.35a8 8 0 0 1-11.32 11.32l-6.33-6.4l-84 84a16 16 0 0 1-11.35 4.73H51.26L29.6 237.66a8 8 0 0 1-11.72-.43a8.21 8.21 0 0 1 .61-11.1l21.45-21.46v-49.39A16 16 0 0 1 44.63 144l15.18-15.18a4 4 0 0 1 5.66 0l28.83 28.81a8 8 0 1 0 11.32-11.32l-28.84-28.84a4 4 0 0 1 0-5.66l11-11a4 4 0 0 1 5.66 0l28.84 28.84a8 8 0 1 0 11.32-11.32l-28.81-28.87a4 4 0 0 1 0-5.66l23.87-23.86l-6.35-6.35a8 8 0 0 1 .18-11.49a8.22 8.22 0 0 1 11.37.41L168 76.63l28.69-28.7l-18.36-18.35a8 8 0 0 1 .17-11.49a8.23 8.23 0 0 1 11.38.41l47.78 47.78a8 8 0 0 1 0 11.32"/></svg>

React

import type { SVGProps } from "react";

export function PhSyringeFill(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="M237.66 77.6a8 8 0 0 1-11.32 0L208 59.25L179.3 88l34.35 34.35a8 8 0 0 1-11.32 11.32l-6.33-6.4l-84 84a16 16 0 0 1-11.35 4.73H51.26L29.6 237.66a8 8 0 0 1-11.72-.43a8.21 8.21 0 0 1 .61-11.1l21.45-21.46v-49.39A16 16 0 0 1 44.63 144l15.18-15.18a4 4 0 0 1 5.66 0l28.83 28.81a8 8 0 1 0 11.32-11.32l-28.84-28.84a4 4 0 0 1 0-5.66l11-11a4 4 0 0 1 5.66 0l28.84 28.84a8 8 0 1 0 11.32-11.32l-28.81-28.87a4 4 0 0 1 0-5.66l23.87-23.86l-6.35-6.35a8 8 0 0 1 .18-11.49a8.22 8.22 0 0 1 11.37.41L168 76.63l28.69-28.7l-18.36-18.35a8 8 0 0 1 .17-11.49a8.23 8.23 0 0 1 11.38.41l47.78 47.78a8 8 0 0 1 0 11.32"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M237.66 77.6a8 8 0 0 1-11.32 0L208 59.25L179.3 88l34.35 34.35a8 8 0 0 1-11.32 11.32l-6.33-6.4l-84 84a16 16 0 0 1-11.35 4.73H51.26L29.6 237.66a8 8 0 0 1-11.72-.43a8.21 8.21 0 0 1 .61-11.1l21.45-21.46v-49.39A16 16 0 0 1 44.63 144l15.18-15.18a4 4 0 0 1 5.66 0l28.83 28.81a8 8 0 1 0 11.32-11.32l-28.84-28.84a4 4 0 0 1 0-5.66l11-11a4 4 0 0 1 5.66 0l28.84 28.84a8 8 0 1 0 11.32-11.32l-28.81-28.87a4 4 0 0 1 0-5.66l23.87-23.86l-6.35-6.35a8 8 0 0 1 .18-11.49a8.22 8.22 0 0 1 11.37.41L168 76.63l28.69-28.7l-18.36-18.35a8 8 0 0 1 .17-11.49a8.23 8.23 0 0 1 11.38.41l47.78 47.78a8 8 0 0 1 0 11.32"/></svg>
</template>

CSS

.icon-syringe-fill {
  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%22M237.66%2077.6a8%208%200%200%201-11.32%200L208%2059.25L179.3%2088l34.35%2034.35a8%208%200%200%201-11.32%2011.32l-6.33-6.4l-84%2084a16%2016%200%200%201-11.35%204.73H51.26L29.6%20237.66a8%208%200%200%201-11.72-.43a8.21%208.21%200%200%201%20.61-11.1l21.45-21.46v-49.39A16%2016%200%200%201%2044.63%20144l15.18-15.18a4%204%200%200%201%205.66%200l28.83%2028.81a8%208%200%201%200%2011.32-11.32l-28.84-28.84a4%204%200%200%201%200-5.66l11-11a4%204%200%200%201%205.66%200l28.84%2028.84a8%208%200%201%200%2011.32-11.32l-28.81-28.87a4%204%200%200%201%200-5.66l23.87-23.86l-6.35-6.35a8%208%200%200%201%20.18-11.49a8.22%208.22%200%200%201%2011.37.41L168%2076.63l28.69-28.7l-18.36-18.35a8%208%200%200%201%20.17-11.49a8.23%208.23%200%200%201%2011.38.41l47.78%2047.78a8%208%200%200%201%200%2011.32%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%22M237.66%2077.6a8%208%200%200%201-11.32%200L208%2059.25L179.3%2088l34.35%2034.35a8%208%200%200%201-11.32%2011.32l-6.33-6.4l-84%2084a16%2016%200%200%201-11.35%204.73H51.26L29.6%20237.66a8%208%200%200%201-11.72-.43a8.21%208.21%200%200%201%20.61-11.1l21.45-21.46v-49.39A16%2016%200%200%201%2044.63%20144l15.18-15.18a4%204%200%200%201%205.66%200l28.83%2028.81a8%208%200%201%200%2011.32-11.32l-28.84-28.84a4%204%200%200%201%200-5.66l11-11a4%204%200%200%201%205.66%200l28.84%2028.84a8%208%200%201%200%2011.32-11.32l-28.81-28.87a4%204%200%200%201%200-5.66l23.87-23.86l-6.35-6.35a8%208%200%200%201%20.18-11.49a8.22%208.22%200%200%201%2011.37.41L168%2076.63l28.69-28.7l-18.36-18.35a8%208%200%200%201%20.17-11.49a8.23%208.23%200%200%201%2011.38.41l47.78%2047.78a8%208%200%200%201%200%2011.32%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/syringe-fill.svg?color=%231a73e8&size=48