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

Name
syringe-outline-24px
Set
Health Icons
Style
Outline 24px
Category
Devices
Viewbox
24×24
License
MIT

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 24 24"><path fill="currentColor" fill-rule="evenodd" d="M7.207 3.707a1 1 0 0 0-1.414-1.414l-3.5 3.5a1 1 0 0 0 1.414 1.414l.043-.043L6.586 10l-2.293 2.293l1.414 1.414L7 12.414l6.732 6.732a2.5 2.5 0 0 0 3.536 0l.409-.409l1.793 1.793l1.06-1.06l-1.793-1.793l.41-.41a2.5 2.5 0 0 0 0-3.535L12.413 7l1.293-1.293l-1.414-1.414L10 6.586L7.164 3.75zM5.75 5.164l-.586.586L8 8.586L8.586 8zM11 8.414L8.414 11l2.013 2.013l1.043-1.043a.75.75 0 1 1 1.06 1.06l-1.043 1.043l1.44 1.44l1.043-1.043a.75.75 0 1 1 1.06 1.06l-1.043 1.043l1.16 1.16a.5.5 0 0 0 .707 0l1.878-1.88a.5.5 0 0 0 0-.707z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsSyringeOutline24px(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="M7.207 3.707a1 1 0 0 0-1.414-1.414l-3.5 3.5a1 1 0 0 0 1.414 1.414l.043-.043L6.586 10l-2.293 2.293l1.414 1.414L7 12.414l6.732 6.732a2.5 2.5 0 0 0 3.536 0l.409-.409l1.793 1.793l1.06-1.06l-1.793-1.793l.41-.41a2.5 2.5 0 0 0 0-3.535L12.413 7l1.293-1.293l-1.414-1.414L10 6.586L7.164 3.75zM5.75 5.164l-.586.586L8 8.586L8.586 8zM11 8.414L8.414 11l2.013 2.013l1.043-1.043a.75.75 0 1 1 1.06 1.06l-1.043 1.043l1.44 1.44l1.043-1.043a.75.75 0 1 1 1.06 1.06l-1.043 1.043l1.16 1.16a.5.5 0 0 0 .707 0l1.878-1.88a.5.5 0 0 0 0-.707z" 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="M7.207 3.707a1 1 0 0 0-1.414-1.414l-3.5 3.5a1 1 0 0 0 1.414 1.414l.043-.043L6.586 10l-2.293 2.293l1.414 1.414L7 12.414l6.732 6.732a2.5 2.5 0 0 0 3.536 0l.409-.409l1.793 1.793l1.06-1.06l-1.793-1.793l.41-.41a2.5 2.5 0 0 0 0-3.535L12.413 7l1.293-1.293l-1.414-1.414L10 6.586L7.164 3.75zM5.75 5.164l-.586.586L8 8.586L8.586 8zM11 8.414L8.414 11l2.013 2.013l1.043-1.043a.75.75 0 1 1 1.06 1.06l-1.043 1.043l1.44 1.44l1.043-1.043a.75.75 0 1 1 1.06 1.06l-1.043 1.043l1.16 1.16a.5.5 0 0 0 .707 0l1.878-1.88a.5.5 0 0 0 0-.707z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-syringe-outline-24px {
  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%22M7.207%203.707a1%201%200%200%200-1.414-1.414l-3.5%203.5a1%201%200%200%200%201.414%201.414l.043-.043L6.586%2010l-2.293%202.293l1.414%201.414L7%2012.414l6.732%206.732a2.5%202.5%200%200%200%203.536%200l.409-.409l1.793%201.793l1.06-1.06l-1.793-1.793l.41-.41a2.5%202.5%200%200%200%200-3.535L12.413%207l1.293-1.293l-1.414-1.414L10%206.586L7.164%203.75zM5.75%205.164l-.586.586L8%208.586L8.586%208zM11%208.414L8.414%2011l2.013%202.013l1.043-1.043a.75.75%200%201%201%201.06%201.06l-1.043%201.043l1.44%201.44l1.043-1.043a.75.75%200%201%201%201.06%201.06l-1.043%201.043l1.16%201.16a.5.5%200%200%200%20.707%200l1.878-1.88a.5.5%200%200%200%200-.707z%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%22M7.207%203.707a1%201%200%200%200-1.414-1.414l-3.5%203.5a1%201%200%200%200%201.414%201.414l.043-.043L6.586%2010l-2.293%202.293l1.414%201.414L7%2012.414l6.732%206.732a2.5%202.5%200%200%200%203.536%200l.409-.409l1.793%201.793l1.06-1.06l-1.793-1.793l.41-.41a2.5%202.5%200%200%200%200-3.535L12.413%207l1.293-1.293l-1.414-1.414L10%206.586L7.164%203.75zM5.75%205.164l-.586.586L8%208.586L8.586%208zM11%208.414L8.414%2011l2.013%202.013l1.043-1.043a.75.75%200%201%201%201.06%201.06l-1.043%201.043l1.44%201.44l1.043-1.043a.75.75%200%201%201%201.06%201.06l-1.043%201.043l1.16%201.16a.5.5%200%200%200%20.707%200l1.878-1.88a.5.5%200%200%200%200-.707z%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-24px.svg?color=%231a73e8&size=48