syringe-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
syringe-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

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 24 24"><path fill="currentColor" d="M16.725 2.22a.75.75 0 0 1 1.06 0l4 4a.75.75 0 0 1-1.06 1.06l-.47-.47L18.56 8.5l2.47 2.47a.75.75 0 1 1-1.061 1.06l-1.47-1.47l-6.841 6.842A3.75 3.75 0 0 1 9.007 18.5H6.561l-3.28 3.28a.75.75 0 0 1-1.061-1.06l3.28-3.28v-2.447a3.75 3.75 0 0 1 1.098-2.652l.871-.87l.001-.002l2-1.999l1.999-2l.002-.001L13.439 5.5l-1.47-1.47a.75.75 0 0 1 1.061-1.06l2.47 2.47l1.694-1.69l-.47-.47a.75.75 0 0 1 0-1.06M12 9.06l-.94.94l.72.72a.75.75 0 1 1-1.06 1.06l-.72-.72l-.94.94l.72.72a.75.75 0 1 1-1.06 1.06L8 13.06l-.341.342A2.25 2.25 0 0 0 7 14.992V17h2.007a2.25 2.25 0 0 0 1.591-.659L17.44 9.5L14.5 6.56L13.06 8l.72.72a.75.75 0 0 1-1.06 1.06zm7.194-3.31l-.94-.94l-1.693 1.69l.939.94z"/></svg>

React

import type { SVGProps } from "react";

export function FluentSyringe24Regular(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="M16.725 2.22a.75.75 0 0 1 1.06 0l4 4a.75.75 0 0 1-1.06 1.06l-.47-.47L18.56 8.5l2.47 2.47a.75.75 0 1 1-1.061 1.06l-1.47-1.47l-6.841 6.842A3.75 3.75 0 0 1 9.007 18.5H6.561l-3.28 3.28a.75.75 0 0 1-1.061-1.06l3.28-3.28v-2.447a3.75 3.75 0 0 1 1.098-2.652l.871-.87l.001-.002l2-1.999l1.999-2l.002-.001L13.439 5.5l-1.47-1.47a.75.75 0 0 1 1.061-1.06l2.47 2.47l1.694-1.69l-.47-.47a.75.75 0 0 1 0-1.06M12 9.06l-.94.94l.72.72a.75.75 0 1 1-1.06 1.06l-.72-.72l-.94.94l.72.72a.75.75 0 1 1-1.06 1.06L8 13.06l-.341.342A2.25 2.25 0 0 0 7 14.992V17h2.007a2.25 2.25 0 0 0 1.591-.659L17.44 9.5L14.5 6.56L13.06 8l.72.72a.75.75 0 0 1-1.06 1.06zm7.194-3.31l-.94-.94l-1.693 1.69l.939.94z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.725 2.22a.75.75 0 0 1 1.06 0l4 4a.75.75 0 0 1-1.06 1.06l-.47-.47L18.56 8.5l2.47 2.47a.75.75 0 1 1-1.061 1.06l-1.47-1.47l-6.841 6.842A3.75 3.75 0 0 1 9.007 18.5H6.561l-3.28 3.28a.75.75 0 0 1-1.061-1.06l3.28-3.28v-2.447a3.75 3.75 0 0 1 1.098-2.652l.871-.87l.001-.002l2-1.999l1.999-2l.002-.001L13.439 5.5l-1.47-1.47a.75.75 0 0 1 1.061-1.06l2.47 2.47l1.694-1.69l-.47-.47a.75.75 0 0 1 0-1.06M12 9.06l-.94.94l.72.72a.75.75 0 1 1-1.06 1.06l-.72-.72l-.94.94l.72.72a.75.75 0 1 1-1.06 1.06L8 13.06l-.341.342A2.25 2.25 0 0 0 7 14.992V17h2.007a2.25 2.25 0 0 0 1.591-.659L17.44 9.5L14.5 6.56L13.06 8l.72.72a.75.75 0 0 1-1.06 1.06zm7.194-3.31l-.94-.94l-1.693 1.69l.939.94z"/></svg>
</template>

CSS

.icon-syringe-24-regular {
  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%22M16.725%202.22a.75.75%200%200%201%201.06%200l4%204a.75.75%200%200%201-1.06%201.06l-.47-.47L18.56%208.5l2.47%202.47a.75.75%200%201%201-1.061%201.06l-1.47-1.47l-6.841%206.842A3.75%203.75%200%200%201%209.007%2018.5H6.561l-3.28%203.28a.75.75%200%200%201-1.061-1.06l3.28-3.28v-2.447a3.75%203.75%200%200%201%201.098-2.652l.871-.87l.001-.002l2-1.999l1.999-2l.002-.001L13.439%205.5l-1.47-1.47a.75.75%200%200%201%201.061-1.06l2.47%202.47l1.694-1.69l-.47-.47a.75.75%200%200%201%200-1.06M12%209.06l-.94.94l.72.72a.75.75%200%201%201-1.06%201.06l-.72-.72l-.94.94l.72.72a.75.75%200%201%201-1.06%201.06L8%2013.06l-.341.342A2.25%202.25%200%200%200%207%2014.992V17h2.007a2.25%202.25%200%200%200%201.591-.659L17.44%209.5L14.5%206.56L13.06%208l.72.72a.75.75%200%200%201-1.06%201.06zm7.194-3.31l-.94-.94l-1.693%201.69l.939.94z%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%22M16.725%202.22a.75.75%200%200%201%201.06%200l4%204a.75.75%200%200%201-1.06%201.06l-.47-.47L18.56%208.5l2.47%202.47a.75.75%200%201%201-1.061%201.06l-1.47-1.47l-6.841%206.842A3.75%203.75%200%200%201%209.007%2018.5H6.561l-3.28%203.28a.75.75%200%200%201-1.061-1.06l3.28-3.28v-2.447a3.75%203.75%200%200%201%201.098-2.652l.871-.87l.001-.002l2-1.999l1.999-2l.002-.001L13.439%205.5l-1.47-1.47a.75.75%200%200%201%201.061-1.06l2.47%202.47l1.694-1.69l-.47-.47a.75.75%200%200%201%200-1.06M12%209.06l-.94.94l.72.72a.75.75%200%201%201-1.06%201.06l-.72-.72l-.94.94l.72.72a.75.75%200%201%201-1.06%201.06L8%2013.06l-.341.342A2.25%202.25%200%200%200%207%2014.992V17h2.007a2.25%202.25%200%200%200%201.591-.659L17.44%209.5L14.5%206.56L13.06%208l.72.72a.75.75%200%200%201-1.06%201.06zm7.194-3.31l-.94-.94l-1.693%201.69l.939.94z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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