syringe-outline from Health Icons by Resolve to Save Lives · Outline · Devices · MIT Free for personal and commercial use.

Name
syringe-outline
Set
Health Icons
Style
Outline
Category
Devices
Viewbox
48×48
License
MIT
Aliases
syringe2x-outline

3 other variants in Health Icons

The same icon in other sets

More devices icons from Health Icons

Use the syringe icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M6.818 13.364A1.157 1.157 0 0 0 8.455 15l.818-.818l4.09 4.09l-3.272 3.273a1.157 1.157 0 1 0 1.636 1.636l1.636-1.636l13.91 13.91a5.79 5.79 0 0 0 6.204 1.296l1.16 1.159a2.31 2.31 0 0 0 2.235.599l2.673 2.673a1.157 1.157 0 1 0 1.637-1.636l-2.674-2.674a2.31 2.31 0 0 0-.6-2.235l-1.158-1.159a5.79 5.79 0 0 0-1.295-6.205l-13.91-13.91l1.637-1.636a1.157 1.157 0 1 0-1.637-1.637l-3.272 3.273l-4.09-4.09l.817-.818a1.157 1.157 0 1 0-1.636-1.637zm10.04 1.413l-4.09-4.09l-2.08 2.08l4.09 4.09zm3.273 0l-5.354 5.354l4.406 4.406l5.354-5.353zm.689 11.397l2.454 2.454l1.859-1.859a1.157 1.157 0 1 1 1.636 1.637l-1.858 1.859l1.636 1.636l1.858-1.86a1.157 1.157 0 1 1 1.637 1.637l-1.859 1.859l.504.504a3.79 3.79 0 0 0 4.062.847l2.139-2.139a3.79 3.79 0 0 0-.848-4.062l-7.867-7.867zm15.702 9.909l-.027-.032l-.824-.824a6 6 0 0 1-.445.444l.824.825q.015.015.032.027a1.16 1.16 0 0 1 .44-.44" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsSyringeOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M6.818 13.364A1.157 1.157 0 0 0 8.455 15l.818-.818l4.09 4.09l-3.272 3.273a1.157 1.157 0 1 0 1.636 1.636l1.636-1.636l13.91 13.91a5.79 5.79 0 0 0 6.204 1.296l1.16 1.159a2.31 2.31 0 0 0 2.235.599l2.673 2.673a1.157 1.157 0 1 0 1.637-1.636l-2.674-2.674a2.31 2.31 0 0 0-.6-2.235l-1.158-1.159a5.79 5.79 0 0 0-1.295-6.205l-13.91-13.91l1.637-1.636a1.157 1.157 0 1 0-1.637-1.637l-3.272 3.273l-4.09-4.09l.817-.818a1.157 1.157 0 1 0-1.636-1.637zm10.04 1.413l-4.09-4.09l-2.08 2.08l4.09 4.09zm3.273 0l-5.354 5.354l4.406 4.406l5.354-5.353zm.689 11.397l2.454 2.454l1.859-1.859a1.157 1.157 0 1 1 1.636 1.637l-1.858 1.859l1.636 1.636l1.858-1.86a1.157 1.157 0 1 1 1.637 1.637l-1.859 1.859l.504.504a3.79 3.79 0 0 0 4.062.847l2.139-2.139a3.79 3.79 0 0 0-.848-4.062l-7.867-7.867zm15.702 9.909l-.027-.032l-.824-.824a6 6 0 0 1-.445.444l.824.825q.015.015.032.027a1.16 1.16 0 0 1 .44-.44" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M6.818 13.364A1.157 1.157 0 0 0 8.455 15l.818-.818l4.09 4.09l-3.272 3.273a1.157 1.157 0 1 0 1.636 1.636l1.636-1.636l13.91 13.91a5.79 5.79 0 0 0 6.204 1.296l1.16 1.159a2.31 2.31 0 0 0 2.235.599l2.673 2.673a1.157 1.157 0 1 0 1.637-1.636l-2.674-2.674a2.31 2.31 0 0 0-.6-2.235l-1.158-1.159a5.79 5.79 0 0 0-1.295-6.205l-13.91-13.91l1.637-1.636a1.157 1.157 0 1 0-1.637-1.637l-3.272 3.273l-4.09-4.09l.817-.818a1.157 1.157 0 1 0-1.636-1.637zm10.04 1.413l-4.09-4.09l-2.08 2.08l4.09 4.09zm3.273 0l-5.354 5.354l4.406 4.406l5.354-5.353zm.689 11.397l2.454 2.454l1.859-1.859a1.157 1.157 0 1 1 1.636 1.637l-1.858 1.859l1.636 1.636l1.858-1.86a1.157 1.157 0 1 1 1.637 1.637l-1.859 1.859l.504.504a3.79 3.79 0 0 0 4.062.847l2.139-2.139a3.79 3.79 0 0 0-.848-4.062l-7.867-7.867zm15.702 9.909l-.027-.032l-.824-.824a6 6 0 0 1-.445.444l.824.825q.015.015.032.027a1.16 1.16 0 0 1 .44-.44" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-syringe-outline {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6.818%2013.364A1.157%201.157%200%200%200%208.455%2015l.818-.818l4.09%204.09l-3.272%203.273a1.157%201.157%200%201%200%201.636%201.636l1.636-1.636l13.91%2013.91a5.79%205.79%200%200%200%206.204%201.296l1.16%201.159a2.31%202.31%200%200%200%202.235.599l2.673%202.673a1.157%201.157%200%201%200%201.637-1.636l-2.674-2.674a2.31%202.31%200%200%200-.6-2.235l-1.158-1.159a5.79%205.79%200%200%200-1.295-6.205l-13.91-13.91l1.637-1.636a1.157%201.157%200%201%200-1.637-1.637l-3.272%203.273l-4.09-4.09l.817-.818a1.157%201.157%200%201%200-1.636-1.637zm10.04%201.413l-4.09-4.09l-2.08%202.08l4.09%204.09zm3.273%200l-5.354%205.354l4.406%204.406l5.354-5.353zm.689%2011.397l2.454%202.454l1.859-1.859a1.157%201.157%200%201%201%201.636%201.637l-1.858%201.859l1.636%201.636l1.858-1.86a1.157%201.157%200%201%201%201.637%201.637l-1.859%201.859l.504.504a3.79%203.79%200%200%200%204.062.847l2.139-2.139a3.79%203.79%200%200%200-.848-4.062l-7.867-7.867zm15.702%209.909l-.027-.032l-.824-.824a6%206%200%200%201-.445.444l.824.825q.015.015.032.027a1.16%201.16%200%200%201%20.44-.44%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6.818%2013.364A1.157%201.157%200%200%200%208.455%2015l.818-.818l4.09%204.09l-3.272%203.273a1.157%201.157%200%201%200%201.636%201.636l1.636-1.636l13.91%2013.91a5.79%205.79%200%200%200%206.204%201.296l1.16%201.159a2.31%202.31%200%200%200%202.235.599l2.673%202.673a1.157%201.157%200%201%200%201.637-1.636l-2.674-2.674a2.31%202.31%200%200%200-.6-2.235l-1.158-1.159a5.79%205.79%200%200%200-1.295-6.205l-13.91-13.91l1.637-1.636a1.157%201.157%200%201%200-1.637-1.637l-3.272%203.273l-4.09-4.09l.817-.818a1.157%201.157%200%201%200-1.636-1.637zm10.04%201.413l-4.09-4.09l-2.08%202.08l4.09%204.09zm3.273%200l-5.354%205.354l4.406%204.406l5.354-5.353zm.689%2011.397l2.454%202.454l1.859-1.859a1.157%201.157%200%201%201%201.636%201.637l-1.858%201.859l1.636%201.636l1.858-1.86a1.157%201.157%200%201%201%201.637%201.637l-1.859%201.859l.504.504a3.79%203.79%200%200%200%204.062.847l2.139-2.139a3.79%203.79%200%200%200-.848-4.062l-7.867-7.867zm15.702%209.909l-.027-.032l-.824-.824a6%206%200%200%201-.445.444l.824.825q.015.015.032.027a1.16%201.16%200%200%201%20.44-.44%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/healthicons/syringe-outline.svg?color=%231a73e8&size=48