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

Name
syringe-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M14.146 2.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708l-.396-.397l-1.793 1.793l1.897 1.896a.5.5 0 0 1-.708.708L15 8.707l-5.56 5.56A2.5 2.5 0 0 1 7.671 15H5.707l-2.853 2.854a.5.5 0 0 1-.708-.708L5 14.293v-1.965a2.5 2.5 0 0 1 .732-1.767l.56-.561l.854.854a.5.5 0 0 0 .708-.708L7 9.293l.793-.793l.853.854a.5.5 0 1 0 .708-.708L8.5 7.793L9.293 7l.853.854a.5.5 0 0 0 .708-.708L10 6.293L11.293 5l-1.147-1.146a.5.5 0 0 1 .708-.708l1.896 1.897l1.793-1.793l-.397-.396a.5.5 0 0 1 0-.708m1.897 2.604l-.793-.793l-1.793 1.793l.793.793z"/></svg>

React

import type { SVGProps } from "react";

export function FluentSyringe20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.146 2.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708l-.396-.397l-1.793 1.793l1.897 1.896a.5.5 0 0 1-.708.708L15 8.707l-5.56 5.56A2.5 2.5 0 0 1 7.671 15H5.707l-2.853 2.854a.5.5 0 0 1-.708-.708L5 14.293v-1.965a2.5 2.5 0 0 1 .732-1.767l.56-.561l.854.854a.5.5 0 0 0 .708-.708L7 9.293l.793-.793l.853.854a.5.5 0 1 0 .708-.708L8.5 7.793L9.293 7l.853.854a.5.5 0 0 0 .708-.708L10 6.293L11.293 5l-1.147-1.146a.5.5 0 0 1 .708-.708l1.896 1.897l1.793-1.793l-.397-.396a.5.5 0 0 1 0-.708m1.897 2.604l-.793-.793l-1.793 1.793l.793.793z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.146 2.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708l-.396-.397l-1.793 1.793l1.897 1.896a.5.5 0 0 1-.708.708L15 8.707l-5.56 5.56A2.5 2.5 0 0 1 7.671 15H5.707l-2.853 2.854a.5.5 0 0 1-.708-.708L5 14.293v-1.965a2.5 2.5 0 0 1 .732-1.767l.56-.561l.854.854a.5.5 0 0 0 .708-.708L7 9.293l.793-.793l.853.854a.5.5 0 1 0 .708-.708L8.5 7.793L9.293 7l.853.854a.5.5 0 0 0 .708-.708L10 6.293L11.293 5l-1.147-1.146a.5.5 0 0 1 .708-.708l1.896 1.897l1.793-1.793l-.397-.396a.5.5 0 0 1 0-.708m1.897 2.604l-.793-.793l-1.793 1.793l.793.793z"/></svg>
</template>

CSS

.icon-syringe-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.146%202.146a.5.5%200%200%201%20.708%200l3%203a.5.5%200%200%201-.708.708l-.396-.397l-1.793%201.793l1.897%201.896a.5.5%200%200%201-.708.708L15%208.707l-5.56%205.56A2.5%202.5%200%200%201%207.671%2015H5.707l-2.853%202.854a.5.5%200%200%201-.708-.708L5%2014.293v-1.965a2.5%202.5%200%200%201%20.732-1.767l.56-.561l.854.854a.5.5%200%200%200%20.708-.708L7%209.293l.793-.793l.853.854a.5.5%200%201%200%20.708-.708L8.5%207.793L9.293%207l.853.854a.5.5%200%200%200%20.708-.708L10%206.293L11.293%205l-1.147-1.146a.5.5%200%200%201%20.708-.708l1.896%201.897l1.793-1.793l-.397-.396a.5.5%200%200%201%200-.708m1.897%202.604l-.793-.793l-1.793%201.793l.793.793z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.146%202.146a.5.5%200%200%201%20.708%200l3%203a.5.5%200%200%201-.708.708l-.396-.397l-1.793%201.793l1.897%201.896a.5.5%200%200%201-.708.708L15%208.707l-5.56%205.56A2.5%202.5%200%200%201%207.671%2015H5.707l-2.853%202.854a.5.5%200%200%201-.708-.708L5%2014.293v-1.965a2.5%202.5%200%200%201%20.732-1.767l.56-.561l.854.854a.5.5%200%200%200%20.708-.708L7%209.293l.793-.793l.853.854a.5.5%200%201%200%20.708-.708L8.5%207.793L9.293%207l.853.854a.5.5%200%200%200%20.708-.708L10%206.293L11.293%205l-1.147-1.146a.5.5%200%200%201%20.708-.708l1.896%201.897l1.793-1.793l-.397-.396a.5.5%200%200%201%200-.708m1.897%202.604l-.793-.793l-1.793%201.793l.793.793z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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