syringe icon

syringe-filled from Reicon by REICON · Filled · Medicine · MIT Free for personal and commercial use.

Name
syringe-filled
Set
Reicon
Style
Filled
Category
Medicine
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All syringe icons →

More medicine icons from Reicon

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="M17.782 3.226a.771.771 0 1 0-1.091 1.09l.95.951l-1.698 1.7l-.868-.868c-.775-.776-1.163-1.163-1.603-1.324a2.12 2.12 0 0 0-1.448 0c-.44.16-.828.548-1.603 1.324l-.12.12l7.48 7.48l.12-.12c.775-.775 1.163-1.163 1.323-1.603c.17-.468.17-.98 0-1.448c-.16-.44-.548-.828-1.323-1.603l-.867-.868l1.698-1.699l.951.951a.771.771 0 0 0 1.091-1.09zM6.016 10.504L9.21 7.309l7.48 7.48l-1.152 1.154l-2.968-2.968a.771.771 0 1 0-1.091 1.091l2.968 2.968l-.592.592l-1.693-1.693a.772.772 0 0 0-1.091 1.091l1.62 1.621a5.29 5.29 0 0 1-6.09-.155l-2.284 2.284a.772.772 0 0 1-1.091-1.09l2.284-2.285a5.29 5.29 0 0 1 .506-6.895"/></svg>

React

import type { SVGProps } from "react";

export function ReiconSyringeFilled(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="M17.782 3.226a.771.771 0 1 0-1.091 1.09l.95.951l-1.698 1.7l-.868-.868c-.775-.776-1.163-1.163-1.603-1.324a2.12 2.12 0 0 0-1.448 0c-.44.16-.828.548-1.603 1.324l-.12.12l7.48 7.48l.12-.12c.775-.775 1.163-1.163 1.323-1.603c.17-.468.17-.98 0-1.448c-.16-.44-.548-.828-1.323-1.603l-.867-.868l1.698-1.699l.951.951a.771.771 0 0 0 1.091-1.09zM6.016 10.504L9.21 7.309l7.48 7.48l-1.152 1.154l-2.968-2.968a.771.771 0 1 0-1.091 1.091l2.968 2.968l-.592.592l-1.693-1.693a.772.772 0 0 0-1.091 1.091l1.62 1.621a5.29 5.29 0 0 1-6.09-.155l-2.284 2.284a.772.772 0 0 1-1.091-1.09l2.284-2.285a5.29 5.29 0 0 1 .506-6.895"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.782 3.226a.771.771 0 1 0-1.091 1.09l.95.951l-1.698 1.7l-.868-.868c-.775-.776-1.163-1.163-1.603-1.324a2.12 2.12 0 0 0-1.448 0c-.44.16-.828.548-1.603 1.324l-.12.12l7.48 7.48l.12-.12c.775-.775 1.163-1.163 1.323-1.603c.17-.468.17-.98 0-1.448c-.16-.44-.548-.828-1.323-1.603l-.867-.868l1.698-1.699l.951.951a.771.771 0 0 0 1.091-1.09zM6.016 10.504L9.21 7.309l7.48 7.48l-1.152 1.154l-2.968-2.968a.771.771 0 1 0-1.091 1.091l2.968 2.968l-.592.592l-1.693-1.693a.772.772 0 0 0-1.091 1.091l1.62 1.621a5.29 5.29 0 0 1-6.09-.155l-2.284 2.284a.772.772 0 0 1-1.091-1.09l2.284-2.285a5.29 5.29 0 0 1 .506-6.895"/></svg>
</template>

CSS

.icon-syringe-filled {
  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%22M17.782%203.226a.771.771%200%201%200-1.091%201.09l.95.951l-1.698%201.7l-.868-.868c-.775-.776-1.163-1.163-1.603-1.324a2.12%202.12%200%200%200-1.448%200c-.44.16-.828.548-1.603%201.324l-.12.12l7.48%207.48l.12-.12c.775-.775%201.163-1.163%201.323-1.603c.17-.468.17-.98%200-1.448c-.16-.44-.548-.828-1.323-1.603l-.867-.868l1.698-1.699l.951.951a.771.771%200%200%200%201.091-1.09zM6.016%2010.504L9.21%207.309l7.48%207.48l-1.152%201.154l-2.968-2.968a.771.771%200%201%200-1.091%201.091l2.968%202.968l-.592.592l-1.693-1.693a.772.772%200%200%200-1.091%201.091l1.62%201.621a5.29%205.29%200%200%201-6.09-.155l-2.284%202.284a.772.772%200%200%201-1.091-1.09l2.284-2.285a5.29%205.29%200%200%201%20.506-6.895%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%22M17.782%203.226a.771.771%200%201%200-1.091%201.09l.95.951l-1.698%201.7l-.868-.868c-.775-.776-1.163-1.163-1.603-1.324a2.12%202.12%200%200%200-1.448%200c-.44.16-.828.548-1.603%201.324l-.12.12l7.48%207.48l.12-.12c.775-.775%201.163-1.163%201.323-1.603c.17-.468.17-.98%200-1.448c-.16-.44-.548-.828-1.323-1.603l-.867-.868l1.698-1.699l.951.951a.771.771%200%200%200%201.091-1.09zM6.016%2010.504L9.21%207.309l7.48%207.48l-1.152%201.154l-2.968-2.968a.771.771%200%201%200-1.091%201.091l2.968%202.968l-.592.592l-1.693-1.693a.772.772%200%200%200-1.091%201.091l1.62%201.621a5.29%205.29%200%200%201-6.09-.155l-2.284%202.284a.772.772%200%200%201-1.091-1.09l2.284-2.285a5.29%205.29%200%200%201%20.506-6.895%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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