syringe icon

syringe-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
syringe-thin
Set
Phosphor
Style
Thin
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="m234.83 69.17l-48-48a4 4 0 0 0-5.66 5.66L202.34 48L168 82.34l-37.17-37.17a4 4 0 1 0-5.66 5.66l9.17 9.17l-86.83 86.83a12 12 0 0 0-3.51 8.48v51l-22.83 22.86a4 4 0 0 0 5.66 5.66L49.66 212h51a11.93 11.93 0 0 0 8.48-3.51L196 121.66l9.17 9.17a4 4 0 0 0 5.66-5.66L173.66 88L208 53.66l21.17 21.17a4 4 0 1 0 5.66-5.66M103.51 202.83a4 4 0 0 1-2.82 1.17H52v-48.69a4 4 0 0 1 1.17-2.82L74 131.66l23.17 23.17a4 4 0 1 0 5.66-5.66L79.66 126L98 107.66l23.17 23.17a4 4 0 0 0 5.66-5.66L103.66 102L140 65.66l25.17 25.17L190.34 116Z"/></svg>

React

import type { SVGProps } from "react";

export function PhSyringeThin(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="m234.83 69.17l-48-48a4 4 0 0 0-5.66 5.66L202.34 48L168 82.34l-37.17-37.17a4 4 0 1 0-5.66 5.66l9.17 9.17l-86.83 86.83a12 12 0 0 0-3.51 8.48v51l-22.83 22.86a4 4 0 0 0 5.66 5.66L49.66 212h51a11.93 11.93 0 0 0 8.48-3.51L196 121.66l9.17 9.17a4 4 0 0 0 5.66-5.66L173.66 88L208 53.66l21.17 21.17a4 4 0 1 0 5.66-5.66M103.51 202.83a4 4 0 0 1-2.82 1.17H52v-48.69a4 4 0 0 1 1.17-2.82L74 131.66l23.17 23.17a4 4 0 1 0 5.66-5.66L79.66 126L98 107.66l23.17 23.17a4 4 0 0 0 5.66-5.66L103.66 102L140 65.66l25.17 25.17L190.34 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="m234.83 69.17l-48-48a4 4 0 0 0-5.66 5.66L202.34 48L168 82.34l-37.17-37.17a4 4 0 1 0-5.66 5.66l9.17 9.17l-86.83 86.83a12 12 0 0 0-3.51 8.48v51l-22.83 22.86a4 4 0 0 0 5.66 5.66L49.66 212h51a11.93 11.93 0 0 0 8.48-3.51L196 121.66l9.17 9.17a4 4 0 0 0 5.66-5.66L173.66 88L208 53.66l21.17 21.17a4 4 0 1 0 5.66-5.66M103.51 202.83a4 4 0 0 1-2.82 1.17H52v-48.69a4 4 0 0 1 1.17-2.82L74 131.66l23.17 23.17a4 4 0 1 0 5.66-5.66L79.66 126L98 107.66l23.17 23.17a4 4 0 0 0 5.66-5.66L103.66 102L140 65.66l25.17 25.17L190.34 116Z"/></svg>
</template>

CSS

.icon-syringe-thin {
  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%22m234.83%2069.17l-48-48a4%204%200%200%200-5.66%205.66L202.34%2048L168%2082.34l-37.17-37.17a4%204%200%201%200-5.66%205.66l9.17%209.17l-86.83%2086.83a12%2012%200%200%200-3.51%208.48v51l-22.83%2022.86a4%204%200%200%200%205.66%205.66L49.66%20212h51a11.93%2011.93%200%200%200%208.48-3.51L196%20121.66l9.17%209.17a4%204%200%200%200%205.66-5.66L173.66%2088L208%2053.66l21.17%2021.17a4%204%200%201%200%205.66-5.66M103.51%20202.83a4%204%200%200%201-2.82%201.17H52v-48.69a4%204%200%200%201%201.17-2.82L74%20131.66l23.17%2023.17a4%204%200%201%200%205.66-5.66L79.66%20126L98%20107.66l23.17%2023.17a4%204%200%200%200%205.66-5.66L103.66%20102L140%2065.66l25.17%2025.17L190.34%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%22m234.83%2069.17l-48-48a4%204%200%200%200-5.66%205.66L202.34%2048L168%2082.34l-37.17-37.17a4%204%200%201%200-5.66%205.66l9.17%209.17l-86.83%2086.83a12%2012%200%200%200-3.51%208.48v51l-22.83%2022.86a4%204%200%200%200%205.66%205.66L49.66%20212h51a11.93%2011.93%200%200%200%208.48-3.51L196%20121.66l9.17%209.17a4%204%200%200%200%205.66-5.66L173.66%2088L208%2053.66l21.17%2021.17a4%204%200%201%200%205.66-5.66M103.51%20202.83a4%204%200%200%201-2.82%201.17H52v-48.69a4%204%200%200%201%201.17-2.82L74%20131.66l23.17%2023.17a4%204%200%201%200%205.66-5.66L79.66%20126L98%20107.66l23.17%2023.17a4%204%200%200%200%205.66-5.66L103.66%20102L140%2065.66l25.17%2025.17L190.34%20116Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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