syringe-sharp from Material Symbols Light by Google · Sharp · Social · Apache-2.0 Free for personal and commercial use.

Name
syringe-sharp
Set
Material Symbols Light
Style
Sharp
Category
Social
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

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="M7.68 7.508L6.299 6.144l-1.02 1.02l-.707-.714L7.28 3.723l.738.714l-1.03 1.019L8.37 6.819l2.852-2.852l.713.714l-.938.933l1.877 1.877l-2.577 2.576l.708.714l2.577-2.583l2.082 2.077l-2.601 2.621l.702.67l2.602-2.583l2.578 2.56l-1.907 1.919l4.032 4.027h-1.427l-3.319-3.32l-1.889 1.9l-7.953-7.934l-.914.907l-.688-.688z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSyringeSharp(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="M7.68 7.508L6.299 6.144l-1.02 1.02l-.707-.714L7.28 3.723l.738.714l-1.03 1.019L8.37 6.819l2.852-2.852l.713.714l-.938.933l1.877 1.877l-2.577 2.576l.708.714l2.577-2.583l2.082 2.077l-2.601 2.621l.702.67l2.602-2.583l2.578 2.56l-1.907 1.919l4.032 4.027h-1.427l-3.319-3.32l-1.889 1.9l-7.953-7.934l-.914.907l-.688-.688z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.68 7.508L6.299 6.144l-1.02 1.02l-.707-.714L7.28 3.723l.738.714l-1.03 1.019L8.37 6.819l2.852-2.852l.713.714l-.938.933l1.877 1.877l-2.577 2.576l.708.714l2.577-2.583l2.082 2.077l-2.601 2.621l.702.67l2.602-2.583l2.578 2.56l-1.907 1.919l4.032 4.027h-1.427l-3.319-3.32l-1.889 1.9l-7.953-7.934l-.914.907l-.688-.688z"/></svg>
</template>

CSS

.icon-syringe-sharp {
  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%22M7.68%207.508L6.299%206.144l-1.02%201.02l-.707-.714L7.28%203.723l.738.714l-1.03%201.019L8.37%206.819l2.852-2.852l.713.714l-.938.933l1.877%201.877l-2.577%202.576l.708.714l2.577-2.583l2.082%202.077l-2.601%202.621l.702.67l2.602-2.583l2.578%202.56l-1.907%201.919l4.032%204.027h-1.427l-3.319-3.32l-1.889%201.9l-7.953-7.934l-.914.907l-.688-.688z%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%22M7.68%207.508L6.299%206.144l-1.02%201.02l-.707-.714L7.28%203.723l.738.714l-1.03%201.019L8.37%206.819l2.852-2.852l.713.714l-.938.933l1.877%201.877l-2.577%202.576l.708.714l2.577-2.583l2.082%202.077l-2.601%202.621l.702.67l2.602-2.583l2.578%202.56l-1.907%201.919l4.032%204.027h-1.427l-3.319-3.32l-1.889%201.9l-7.953-7.934l-.914.907l-.688-.688z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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