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

Name
syringe-24px
Set
Health Icons
Style
Filled 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" d="M6.707 3.707a1 1 0 0 0-1.414-1.414l-1 1l-1 1l-1 1a1 1 0 0 0 1.414 1.414L4 6.414L6.586 9l-2.293 2.293l1.414 1.414L7 11.414l7.086 7.086a2 2 0 0 0 2.828 0l.263-.263l2.293 2.293l1.06-1.06l-2.293-2.293l.263-.263a2 2 0 0 0 0-2.828l-.762-.763l-1.208 1.207a.75.75 0 1 1-1.06-1.06l1.207-1.208l-1.94-1.939l-1.207 1.207a.75.75 0 1 1-1.06-1.06l1.207-1.208L11.414 7l1.293-1.293l-1.414-1.414L9 6.586L6.414 4z"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsSyringe24px(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="M6.707 3.707a1 1 0 0 0-1.414-1.414l-1 1l-1 1l-1 1a1 1 0 0 0 1.414 1.414L4 6.414L6.586 9l-2.293 2.293l1.414 1.414L7 11.414l7.086 7.086a2 2 0 0 0 2.828 0l.263-.263l2.293 2.293l1.06-1.06l-2.293-2.293l.263-.263a2 2 0 0 0 0-2.828l-.762-.763l-1.208 1.207a.75.75 0 1 1-1.06-1.06l1.207-1.208l-1.94-1.939l-1.207 1.207a.75.75 0 1 1-1.06-1.06l1.207-1.208L11.414 7l1.293-1.293l-1.414-1.414L9 6.586L6.414 4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.707 3.707a1 1 0 0 0-1.414-1.414l-1 1l-1 1l-1 1a1 1 0 0 0 1.414 1.414L4 6.414L6.586 9l-2.293 2.293l1.414 1.414L7 11.414l7.086 7.086a2 2 0 0 0 2.828 0l.263-.263l2.293 2.293l1.06-1.06l-2.293-2.293l.263-.263a2 2 0 0 0 0-2.828l-.762-.763l-1.208 1.207a.75.75 0 1 1-1.06-1.06l1.207-1.208l-1.94-1.939l-1.207 1.207a.75.75 0 1 1-1.06-1.06l1.207-1.208L11.414 7l1.293-1.293l-1.414-1.414L9 6.586L6.414 4z"/></svg>
</template>

CSS

.icon-syringe-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%20d%3D%22M6.707%203.707a1%201%200%200%200-1.414-1.414l-1%201l-1%201l-1%201a1%201%200%200%200%201.414%201.414L4%206.414L6.586%209l-2.293%202.293l1.414%201.414L7%2011.414l7.086%207.086a2%202%200%200%200%202.828%200l.263-.263l2.293%202.293l1.06-1.06l-2.293-2.293l.263-.263a2%202%200%200%200%200-2.828l-.762-.763l-1.208%201.207a.75.75%200%201%201-1.06-1.06l1.207-1.208l-1.94-1.939l-1.207%201.207a.75.75%200%201%201-1.06-1.06l1.207-1.208L11.414%207l1.293-1.293l-1.414-1.414L9%206.586L6.414%204z%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%22M6.707%203.707a1%201%200%200%200-1.414-1.414l-1%201l-1%201l-1%201a1%201%200%200%200%201.414%201.414L4%206.414L6.586%209l-2.293%202.293l1.414%201.414L7%2011.414l7.086%207.086a2%202%200%200%200%202.828%200l.263-.263l2.293%202.293l1.06-1.06l-2.293-2.293l.263-.263a2%202%200%200%200%200-2.828l-.762-.763l-1.208%201.207a.75.75%200%201%201-1.06-1.06l1.207-1.208l-1.94-1.939l-1.207%201.207a.75.75%200%201%201-1.06-1.06l1.207-1.208L11.414%207l1.293-1.293l-1.414-1.414L9%206.586L6.414%204z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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