syringe icon

syringe from Reicon by REICON · Outline · Medicine · MIT Free for personal and commercial use.

Name
syringe
Set
Reicon
Style
Outline
Category
Medicine
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All syringe icons →

More medicine icons from Reicon

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" fill-rule="evenodd" d="M16.56 3.47a.75.75 0 0 1 1.061 0l2.91 2.909a.75.75 0 0 1-1.061 1.06l-.924-.924l-1.122 1.121l.864.864c.36.36.66.66.886.923c.236.274.433.555.555.89c.225.62.225 1.3 0 1.92c-.122.335-.32.615-.555.89c-.227.263-.526.563-.886.923l-.666.665l-.001.002l-2.18 2.18l-.002.001l-1.454 1.455l-.136.131a.8.8 0 0 1-.155.14a5.895 5.895 0 0 1-7.479.225L4.53 20.53a.75.75 0 0 1-1.06-1.06l1.685-1.685a5.894 5.894 0 0 1 .496-7.77l4.303-4.303c.36-.36.66-.66.923-.886c.275-.235.555-.433.89-.555c.62-.225 1.3-.225 1.92 0c.335.122.616.32.89.555c.264.227.563.526.923.886l.864.864l1.12-1.121l-.923-.925a.75.75 0 0 1 0-1.06m-2.1 3.323a18 18 0 0 0-.86-.829c-.21-.18-.332-.249-.426-.283a1.3 1.3 0 0 0-.894 0c-.094.034-.216.103-.425.283a18 18 0 0 0-.86.829l-.116.116l6.212 6.212l.116-.116c.385-.385.644-.644.829-.86c.18-.21.249-.331.283-.425a1.3 1.3 0 0 0 0-.894c-.034-.094-.103-.216-.283-.426a18 18 0 0 0-.829-.86zm1.57 7.389L9.818 7.97l-3.106 3.106a4.393 4.393 0 0 0 5.418 6.842l-1.033-1.034a.75.75 0 0 1 1.06-1.06l1.116 1.115l.575-.575l-2.355-2.355a.75.75 0 0 1 1.061-1.061l2.355 2.355z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconSyringe(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" fillRule="evenodd" d="M16.56 3.47a.75.75 0 0 1 1.061 0l2.91 2.909a.75.75 0 0 1-1.061 1.06l-.924-.924l-1.122 1.121l.864.864c.36.36.66.66.886.923c.236.274.433.555.555.89c.225.62.225 1.3 0 1.92c-.122.335-.32.615-.555.89c-.227.263-.526.563-.886.923l-.666.665l-.001.002l-2.18 2.18l-.002.001l-1.454 1.455l-.136.131a.8.8 0 0 1-.155.14a5.895 5.895 0 0 1-7.479.225L4.53 20.53a.75.75 0 0 1-1.06-1.06l1.685-1.685a5.894 5.894 0 0 1 .496-7.77l4.303-4.303c.36-.36.66-.66.923-.886c.275-.235.555-.433.89-.555c.62-.225 1.3-.225 1.92 0c.335.122.616.32.89.555c.264.227.563.526.923.886l.864.864l1.12-1.121l-.923-.925a.75.75 0 0 1 0-1.06m-2.1 3.323a18 18 0 0 0-.86-.829c-.21-.18-.332-.249-.426-.283a1.3 1.3 0 0 0-.894 0c-.094.034-.216.103-.425.283a18 18 0 0 0-.86.829l-.116.116l6.212 6.212l.116-.116c.385-.385.644-.644.829-.86c.18-.21.249-.331.283-.425a1.3 1.3 0 0 0 0-.894c-.034-.094-.103-.216-.283-.426a18 18 0 0 0-.829-.86zm1.57 7.389L9.818 7.97l-3.106 3.106a4.393 4.393 0 0 0 5.418 6.842l-1.033-1.034a.75.75 0 0 1 1.06-1.06l1.116 1.115l.575-.575l-2.355-2.355a.75.75 0 0 1 1.061-1.061l2.355 2.355z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M16.56 3.47a.75.75 0 0 1 1.061 0l2.91 2.909a.75.75 0 0 1-1.061 1.06l-.924-.924l-1.122 1.121l.864.864c.36.36.66.66.886.923c.236.274.433.555.555.89c.225.62.225 1.3 0 1.92c-.122.335-.32.615-.555.89c-.227.263-.526.563-.886.923l-.666.665l-.001.002l-2.18 2.18l-.002.001l-1.454 1.455l-.136.131a.8.8 0 0 1-.155.14a5.895 5.895 0 0 1-7.479.225L4.53 20.53a.75.75 0 0 1-1.06-1.06l1.685-1.685a5.894 5.894 0 0 1 .496-7.77l4.303-4.303c.36-.36.66-.66.923-.886c.275-.235.555-.433.89-.555c.62-.225 1.3-.225 1.92 0c.335.122.616.32.89.555c.264.227.563.526.923.886l.864.864l1.12-1.121l-.923-.925a.75.75 0 0 1 0-1.06m-2.1 3.323a18 18 0 0 0-.86-.829c-.21-.18-.332-.249-.426-.283a1.3 1.3 0 0 0-.894 0c-.094.034-.216.103-.425.283a18 18 0 0 0-.86.829l-.116.116l6.212 6.212l.116-.116c.385-.385.644-.644.829-.86c.18-.21.249-.331.283-.425a1.3 1.3 0 0 0 0-.894c-.034-.094-.103-.216-.283-.426a18 18 0 0 0-.829-.86zm1.57 7.389L9.818 7.97l-3.106 3.106a4.393 4.393 0 0 0 5.418 6.842l-1.033-1.034a.75.75 0 0 1 1.06-1.06l1.116 1.115l.575-.575l-2.355-2.355a.75.75 0 0 1 1.061-1.061l2.355 2.355z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-syringe {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M16.56%203.47a.75.75%200%200%201%201.061%200l2.91%202.909a.75.75%200%200%201-1.061%201.06l-.924-.924l-1.122%201.121l.864.864c.36.36.66.66.886.923c.236.274.433.555.555.89c.225.62.225%201.3%200%201.92c-.122.335-.32.615-.555.89c-.227.263-.526.563-.886.923l-.666.665l-.001.002l-2.18%202.18l-.002.001l-1.454%201.455l-.136.131a.8.8%200%200%201-.155.14a5.895%205.895%200%200%201-7.479.225L4.53%2020.53a.75.75%200%200%201-1.06-1.06l1.685-1.685a5.894%205.894%200%200%201%20.496-7.77l4.303-4.303c.36-.36.66-.66.923-.886c.275-.235.555-.433.89-.555c.62-.225%201.3-.225%201.92%200c.335.122.616.32.89.555c.264.227.563.526.923.886l.864.864l1.12-1.121l-.923-.925a.75.75%200%200%201%200-1.06m-2.1%203.323a18%2018%200%200%200-.86-.829c-.21-.18-.332-.249-.426-.283a1.3%201.3%200%200%200-.894%200c-.094.034-.216.103-.425.283a18%2018%200%200%200-.86.829l-.116.116l6.212%206.212l.116-.116c.385-.385.644-.644.829-.86c.18-.21.249-.331.283-.425a1.3%201.3%200%200%200%200-.894c-.034-.094-.103-.216-.283-.426a18%2018%200%200%200-.829-.86zm1.57%207.389L9.818%207.97l-3.106%203.106a4.393%204.393%200%200%200%205.418%206.842l-1.033-1.034a.75.75%200%200%201%201.06-1.06l1.116%201.115l.575-.575l-2.355-2.355a.75.75%200%200%201%201.061-1.061l2.355%202.355z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M16.56%203.47a.75.75%200%200%201%201.061%200l2.91%202.909a.75.75%200%200%201-1.061%201.06l-.924-.924l-1.122%201.121l.864.864c.36.36.66.66.886.923c.236.274.433.555.555.89c.225.62.225%201.3%200%201.92c-.122.335-.32.615-.555.89c-.227.263-.526.563-.886.923l-.666.665l-.001.002l-2.18%202.18l-.002.001l-1.454%201.455l-.136.131a.8.8%200%200%201-.155.14a5.895%205.895%200%200%201-7.479.225L4.53%2020.53a.75.75%200%200%201-1.06-1.06l1.685-1.685a5.894%205.894%200%200%201%20.496-7.77l4.303-4.303c.36-.36.66-.66.923-.886c.275-.235.555-.433.89-.555c.62-.225%201.3-.225%201.92%200c.335.122.616.32.89.555c.264.227.563.526.923.886l.864.864l1.12-1.121l-.923-.925a.75.75%200%200%201%200-1.06m-2.1%203.323a18%2018%200%200%200-.86-.829c-.21-.18-.332-.249-.426-.283a1.3%201.3%200%200%200-.894%200c-.094.034-.216.103-.425.283a18%2018%200%200%200-.86.829l-.116.116l6.212%206.212l.116-.116c.385-.385.644-.644.829-.86c.18-.21.249-.331.283-.425a1.3%201.3%200%200%200%200-.894c-.034-.094-.103-.216-.283-.426a18%2018%200%200%200-.829-.86zm1.57%207.389L9.818%207.97l-3.106%203.106a4.393%204.393%200%200%200%205.418%206.842l-1.033-1.034a.75.75%200%200%201%201.06-1.06l1.116%201.115l.575-.575l-2.355-2.355a.75.75%200%200%201%201.061-1.061l2.355%202.355z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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