syringe icon

syringe-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
syringe-duotone
Set
Phosphor
Style
Duotone
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"><g fill="currentColor"><path d="m196 116l-89.66 89.66a8 8 0 0 1-5.65 2.34H48v-52.69a8 8 0 0 1 2.34-5.65L140 60Z" opacity=".2"/><path d="m237.66 66.34l-48-48a8 8 0 0 0-11.32 11.32L196.69 48L168 76.69l-34.34-34.35a8 8 0 0 0-11.32 11.32l6.35 6.34l-84 84A15.86 15.86 0 0 0 40 155.31v49.38l-21.66 21.65a8 8 0 0 0 11.32 11.32L51.31 216h49.38a15.86 15.86 0 0 0 11.31-4.69l84-84l6.34 6.35a8 8 0 0 0 11.32-11.32L179.31 88L208 59.31l18.34 18.35a8 8 0 0 0 11.32-11.32M100.69 200H56v-44.69l18-18l20.34 20.35a8 8 0 0 0 11.32-11.32L85.31 126L98 113.31l20.34 20.35a8 8 0 0 0 11.32-11.32L109.31 102L140 71.31L184.69 116Z"/></g></svg>

React

import type { SVGProps } from "react";

export function PhSyringeDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m196 116l-89.66 89.66a8 8 0 0 1-5.65 2.34H48v-52.69a8 8 0 0 1 2.34-5.65L140 60Z" opacity=".2"/><path d="m237.66 66.34l-48-48a8 8 0 0 0-11.32 11.32L196.69 48L168 76.69l-34.34-34.35a8 8 0 0 0-11.32 11.32l6.35 6.34l-84 84A15.86 15.86 0 0 0 40 155.31v49.38l-21.66 21.65a8 8 0 0 0 11.32 11.32L51.31 216h49.38a15.86 15.86 0 0 0 11.31-4.69l84-84l6.34 6.35a8 8 0 0 0 11.32-11.32L179.31 88L208 59.31l18.34 18.35a8 8 0 0 0 11.32-11.32M100.69 200H56v-44.69l18-18l20.34 20.35a8 8 0 0 0 11.32-11.32L85.31 126L98 113.31l20.34 20.35a8 8 0 0 0 11.32-11.32L109.31 102L140 71.31L184.69 116Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m196 116l-89.66 89.66a8 8 0 0 1-5.65 2.34H48v-52.69a8 8 0 0 1 2.34-5.65L140 60Z" opacity=".2"/><path d="m237.66 66.34l-48-48a8 8 0 0 0-11.32 11.32L196.69 48L168 76.69l-34.34-34.35a8 8 0 0 0-11.32 11.32l6.35 6.34l-84 84A15.86 15.86 0 0 0 40 155.31v49.38l-21.66 21.65a8 8 0 0 0 11.32 11.32L51.31 216h49.38a15.86 15.86 0 0 0 11.31-4.69l84-84l6.34 6.35a8 8 0 0 0 11.32-11.32L179.31 88L208 59.31l18.34 18.35a8 8 0 0 0 11.32-11.32M100.69 200H56v-44.69l18-18l20.34 20.35a8 8 0 0 0 11.32-11.32L85.31 126L98 113.31l20.34 20.35a8 8 0 0 0 11.32-11.32L109.31 102L140 71.31L184.69 116Z"/></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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m196%20116l-89.66%2089.66a8%208%200%200%201-5.65%202.34H48v-52.69a8%208%200%200%201%202.34-5.65L140%2060Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22m237.66%2066.34l-48-48a8%208%200%200%200-11.32%2011.32L196.69%2048L168%2076.69l-34.34-34.35a8%208%200%200%200-11.32%2011.32l6.35%206.34l-84%2084A15.86%2015.86%200%200%200%2040%20155.31v49.38l-21.66%2021.65a8%208%200%200%200%2011.32%2011.32L51.31%20216h49.38a15.86%2015.86%200%200%200%2011.31-4.69l84-84l6.34%206.35a8%208%200%200%200%2011.32-11.32L179.31%2088L208%2059.31l18.34%2018.35a8%208%200%200%200%2011.32-11.32M100.69%20200H56v-44.69l18-18l20.34%2020.35a8%208%200%200%200%2011.32-11.32L85.31%20126L98%20113.31l20.34%2020.35a8%208%200%200%200%2011.32-11.32L109.31%20102L140%2071.31L184.69%20116Z%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m196%20116l-89.66%2089.66a8%208%200%200%201-5.65%202.34H48v-52.69a8%208%200%200%201%202.34-5.65L140%2060Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22m237.66%2066.34l-48-48a8%208%200%200%200-11.32%2011.32L196.69%2048L168%2076.69l-34.34-34.35a8%208%200%200%200-11.32%2011.32l6.35%206.34l-84%2084A15.86%2015.86%200%200%200%2040%20155.31v49.38l-21.66%2021.65a8%208%200%200%200%2011.32%2011.32L51.31%20216h49.38a15.86%2015.86%200%200%200%2011.31-4.69l84-84l6.34%206.35a8%208%200%200%200%2011.32-11.32L179.31%2088L208%2059.31l18.34%2018.35a8%208%200%200%200%2011.32-11.32M100.69%20200H56v-44.69l18-18l20.34%2020.35a8%208%200%200%200%2011.32-11.32L85.31%20126L98%20113.31l20.34%2020.35a8%208%200%200%200%2011.32-11.32L109.31%20102L140%2071.31L184.69%20116Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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