syringe icon
syringe-outline-rounded from Material Symbols by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- syringe-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
syringeEmoji One (Colored)syringeFont Awesome 6 SolidsyringeFont Awesome Solidsyringe-20-filledFluent UI System IconssyringeFluent EmojisyringeFluent Emoji FlatsyringeFluent Emoji High ContrastsyringeFirefox OS EmojisyringeHealth IconssyringeHuge IconssyringeLine AwesomesyringeLucidesyringeMaterial Symbols LightsyringeNoto EmojisyringeOpenMojisyringePhosphorsyringe-fillRemix Iconsyringe-boldSolarsyringeStreamline EmojissyringeTwitter EmojisyringeUnicons
More social icons from Material Symbols
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="M3.9 11.175q-.275-.3-.275-.712T3.9 9.75l2.8-2.8l-1.075-1.075l-.3.3q-.3.3-.712.3t-.713-.3q-.275-.275-.275-.7t.275-.7l2-2q.3-.3.713-.3t.712.3q.275.275.275.7t-.275.7l-.3.3L8.1 5.55l2.8-2.8q.3-.3.713-.3t.712.3t.3.713t-.3.712l-.675.65l7.375 7.375q.575.575.575 1.413t-.575 1.412l-.7.725L22.2 19.6q.25.25.125.55t-.475.3h-1.025q-.3 0-.587-.125T19.75 20l-2.85-2.85l-.7.725q-.575.575-1.412.575t-1.413-.575L6 10.5l-.675.675q-.3.275-.712.275t-.713-.275M7.4 9.1l7.375 7.375l2.825-2.85l-1.5-1.525l-1.4 1.4q-.3.275-.712.288t-.688-.263q-.3-.3-.3-.712t.3-.713l1.4-1.4l-1.5-1.5l-1.4 1.4q-.3.275-.712.275t-.713-.275q-.275-.3-.275-.712t.275-.713l1.4-1.4L10.25 6.25zm0 0l2.85-2.85z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSyringeOutlineRounded(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="M3.9 11.175q-.275-.3-.275-.712T3.9 9.75l2.8-2.8l-1.075-1.075l-.3.3q-.3.3-.712.3t-.713-.3q-.275-.275-.275-.7t.275-.7l2-2q.3-.3.713-.3t.712.3q.275.275.275.7t-.275.7l-.3.3L8.1 5.55l2.8-2.8q.3-.3.713-.3t.712.3t.3.713t-.3.712l-.675.65l7.375 7.375q.575.575.575 1.413t-.575 1.412l-.7.725L22.2 19.6q.25.25.125.55t-.475.3h-1.025q-.3 0-.587-.125T19.75 20l-2.85-2.85l-.7.725q-.575.575-1.412.575t-1.413-.575L6 10.5l-.675.675q-.3.275-.712.275t-.713-.275M7.4 9.1l7.375 7.375l2.825-2.85l-1.5-1.525l-1.4 1.4q-.3.275-.712.288t-.688-.263q-.3-.3-.3-.712t.3-.713l1.4-1.4l-1.5-1.5l-1.4 1.4q-.3.275-.712.275t-.713-.275q-.275-.3-.275-.712t.275-.713l1.4-1.4L10.25 6.25zm0 0l2.85-2.85z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.9 11.175q-.275-.3-.275-.712T3.9 9.75l2.8-2.8l-1.075-1.075l-.3.3q-.3.3-.712.3t-.713-.3q-.275-.275-.275-.7t.275-.7l2-2q.3-.3.713-.3t.712.3q.275.275.275.7t-.275.7l-.3.3L8.1 5.55l2.8-2.8q.3-.3.713-.3t.712.3t.3.713t-.3.712l-.675.65l7.375 7.375q.575.575.575 1.413t-.575 1.412l-.7.725L22.2 19.6q.25.25.125.55t-.475.3h-1.025q-.3 0-.587-.125T19.75 20l-2.85-2.85l-.7.725q-.575.575-1.412.575t-1.413-.575L6 10.5l-.675.675q-.3.275-.712.275t-.713-.275M7.4 9.1l7.375 7.375l2.825-2.85l-1.5-1.525l-1.4 1.4q-.3.275-.712.288t-.688-.263q-.3-.3-.3-.712t.3-.713l1.4-1.4l-1.5-1.5l-1.4 1.4q-.3.275-.712.275t-.713-.275q-.275-.3-.275-.712t.275-.713l1.4-1.4L10.25 6.25zm0 0l2.85-2.85z"/></svg> </template>
CSS
.icon-syringe-outline-rounded {
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%22M3.9%2011.175q-.275-.3-.275-.712T3.9%209.75l2.8-2.8l-1.075-1.075l-.3.3q-.3.3-.712.3t-.713-.3q-.275-.275-.275-.7t.275-.7l2-2q.3-.3.713-.3t.712.3q.275.275.275.7t-.275.7l-.3.3L8.1%205.55l2.8-2.8q.3-.3.713-.3t.712.3t.3.713t-.3.712l-.675.65l7.375%207.375q.575.575.575%201.413t-.575%201.412l-.7.725L22.2%2019.6q.25.25.125.55t-.475.3h-1.025q-.3%200-.587-.125T19.75%2020l-2.85-2.85l-.7.725q-.575.575-1.412.575t-1.413-.575L6%2010.5l-.675.675q-.3.275-.712.275t-.713-.275M7.4%209.1l7.375%207.375l2.825-2.85l-1.5-1.525l-1.4%201.4q-.3.275-.712.288t-.688-.263q-.3-.3-.3-.712t.3-.713l1.4-1.4l-1.5-1.5l-1.4%201.4q-.3.275-.712.275t-.713-.275q-.275-.3-.275-.712t.275-.713l1.4-1.4L10.25%206.25zm0%200l2.85-2.85z%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%22M3.9%2011.175q-.275-.3-.275-.712T3.9%209.75l2.8-2.8l-1.075-1.075l-.3.3q-.3.3-.712.3t-.713-.3q-.275-.275-.275-.7t.275-.7l2-2q.3-.3.713-.3t.712.3q.275.275.275.7t-.275.7l-.3.3L8.1%205.55l2.8-2.8q.3-.3.713-.3t.712.3t.3.713t-.3.712l-.675.65l7.375%207.375q.575.575.575%201.413t-.575%201.412l-.7.725L22.2%2019.6q.25.25.125.55t-.475.3h-1.025q-.3%200-.587-.125T19.75%2020l-2.85-2.85l-.7.725q-.575.575-1.412.575t-1.413-.575L6%2010.5l-.675.675q-.3.275-.712.275t-.713-.275M7.4%209.1l7.375%207.375l2.825-2.85l-1.5-1.525l-1.4%201.4q-.3.275-.712.288t-.688-.263q-.3-.3-.3-.712t.3-.713l1.4-1.4l-1.5-1.5l-1.4%201.4q-.3.275-.712.275t-.713-.275q-.275-.3-.275-.712t.275-.713l1.4-1.4L10.25%206.25zm0%200l2.85-2.85z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/syringe-outline-rounded.svg?color=%231a73e8&size=48