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

Name
syringe-24-filled
Set
Fluent UI System Icons
Style
24 Filled
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.652L6.94 12l1.53 1.53a.75.75 0 0 0 1.061-1.06L8 10.94l.94-.94l1.53 1.53a.75.75 0 1 0 1.06-1.06L10 8.94l.94-.94l1.53 1.53a.75.75 0 1 0 1.06-1.06L12 6.94l1.44-1.44l-1.47-1.47a.75.75 0 0 1 1.06-1.06l2.47 2.47l1.694-1.69l-.47-.47a.75.75 0 0 1 0-1.06m2.469 3.53l-.94-.94L16.56 6.5l.939.94z"/></svg>

React

import type { SVGProps } from "react";

export function FluentSyringe24Filled(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.652L6.94 12l1.53 1.53a.75.75 0 0 0 1.061-1.06L8 10.94l.94-.94l1.53 1.53a.75.75 0 1 0 1.06-1.06L10 8.94l.94-.94l1.53 1.53a.75.75 0 1 0 1.06-1.06L12 6.94l1.44-1.44l-1.47-1.47a.75.75 0 0 1 1.06-1.06l2.47 2.47l1.694-1.69l-.47-.47a.75.75 0 0 1 0-1.06m2.469 3.53l-.94-.94L16.56 6.5l.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.652L6.94 12l1.53 1.53a.75.75 0 0 0 1.061-1.06L8 10.94l.94-.94l1.53 1.53a.75.75 0 1 0 1.06-1.06L10 8.94l.94-.94l1.53 1.53a.75.75 0 1 0 1.06-1.06L12 6.94l1.44-1.44l-1.47-1.47a.75.75 0 0 1 1.06-1.06l2.47 2.47l1.694-1.69l-.47-.47a.75.75 0 0 1 0-1.06m2.469 3.53l-.94-.94L16.56 6.5l.939.94z"/></svg>
</template>

CSS

.icon-syringe-24-filled {
  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.652L6.94%2012l1.53%201.53a.75.75%200%200%200%201.061-1.06L8%2010.94l.94-.94l1.53%201.53a.75.75%200%201%200%201.06-1.06L10%208.94l.94-.94l1.53%201.53a.75.75%200%201%200%201.06-1.06L12%206.94l1.44-1.44l-1.47-1.47a.75.75%200%200%201%201.06-1.06l2.47%202.47l1.694-1.69l-.47-.47a.75.75%200%200%201%200-1.06m2.469%203.53l-.94-.94L16.56%206.5l.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.652L6.94%2012l1.53%201.53a.75.75%200%200%200%201.061-1.06L8%2010.94l.94-.94l1.53%201.53a.75.75%200%201%200%201.06-1.06L10%208.94l.94-.94l1.53%201.53a.75.75%200%201%200%201.06-1.06L12%206.94l1.44-1.44l-1.47-1.47a.75.75%200%200%201%201.06-1.06l2.47%202.47l1.694-1.69l-.47-.47a.75.75%200%200%201%200-1.06m2.469%203.53l-.94-.94L16.56%206.5l.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-filled.svg?color=%231a73e8&size=48