dropper4 icon
dropper4 from Reicon by REICON · Outline · Medicine · MIT Free for personal and commercial use.
- Name
- dropper4
- Set
- Reicon
- Style
- Outline
- Category
- Medicine
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More medicine icons from Reicon
Use the dropper4 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M19 8h-2m2 6h-2m2-3h-2"/><path fill="currentColor" fill-rule="evenodd" d="M13.175 9.101a1.61 1.61 0 0 0-2.35 0a9 9 0 0 0-.986 1.215c-.285.43-.589 1.008-.589 1.6c0 1.536 1.203 2.834 2.75 2.834s2.75-1.298 2.75-2.833c0-.593-.304-1.17-.589-1.601a9 9 0 0 0-.986-1.215m-1.261 1.032c.029-.03.06-.04.086-.04c.027 0 .057.01.086.04c.28.294.588.653.823 1.01c.254.383.341.646.341.774c0 .765-.588 1.333-1.25 1.333s-1.25-.568-1.25-1.333c0-.128.087-.39.34-.775c.236-.356.545-.715.824-1.009" clip-rule="evenodd"/><path fill="currentColor" fill-rule="evenodd" d="M9.354 3.25a2.751 2.751 0 0 1 5.293 0h.405c.899 0 1.648 0 2.242.08c.628.084 1.195.27 1.65.725c.456.456.642 1.023.726 1.65c.08.595.08 1.345.08 2.243v7.935c0 .97-.407 1.897-1.123 2.554a9.77 9.77 0 0 1-5.877 2.551V22a.75.75 0 0 1-1.5 0v-1.012a9.77 9.77 0 0 1-5.877-2.551a3.47 3.47 0 0 1-1.123-2.554V7.948c0-.898 0-1.648.08-2.242c.084-.628.27-1.195.725-1.65c.456-.456 1.023-.642 1.65-.726c.595-.08 1.345-.08 2.243-.08zm1.646 0a1.248 1.248 0 0 1 2 0zm-2 1.5c-.964 0-1.612.002-2.095.067c-.461.062-.659.169-.789.3s-.237.327-.3.788C5.753 6.388 5.75 7.036 5.75 8v7.883c0 .55.231 1.076.637 1.448a8.303 8.303 0 0 0 11.226 0c.406-.372.637-.897.637-1.448V8c0-.964-.002-1.612-.067-2.095c-.062-.461-.169-.659-.3-.789s-.327-.237-.788-.3c-.483-.064-1.131-.066-2.095-.066z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconDropper4(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M19 8h-2m2 6h-2m2-3h-2"/><path fill="currentColor" fillRule="evenodd" d="M13.175 9.101a1.61 1.61 0 0 0-2.35 0a9 9 0 0 0-.986 1.215c-.285.43-.589 1.008-.589 1.6c0 1.536 1.203 2.834 2.75 2.834s2.75-1.298 2.75-2.833c0-.593-.304-1.17-.589-1.601a9 9 0 0 0-.986-1.215m-1.261 1.032c.029-.03.06-.04.086-.04c.027 0 .057.01.086.04c.28.294.588.653.823 1.01c.254.383.341.646.341.774c0 .765-.588 1.333-1.25 1.333s-1.25-.568-1.25-1.333c0-.128.087-.39.34-.775c.236-.356.545-.715.824-1.009" clipRule="evenodd"/><path fill="currentColor" fillRule="evenodd" d="M9.354 3.25a2.751 2.751 0 0 1 5.293 0h.405c.899 0 1.648 0 2.242.08c.628.084 1.195.27 1.65.725c.456.456.642 1.023.726 1.65c.08.595.08 1.345.08 2.243v7.935c0 .97-.407 1.897-1.123 2.554a9.77 9.77 0 0 1-5.877 2.551V22a.75.75 0 0 1-1.5 0v-1.012a9.77 9.77 0 0 1-5.877-2.551a3.47 3.47 0 0 1-1.123-2.554V7.948c0-.898 0-1.648.08-2.242c.084-.628.27-1.195.725-1.65c.456-.456 1.023-.642 1.65-.726c.595-.08 1.345-.08 2.243-.08zm1.646 0a1.248 1.248 0 0 1 2 0zm-2 1.5c-.964 0-1.612.002-2.095.067c-.461.062-.659.169-.789.3s-.237.327-.3.788C5.753 6.388 5.75 7.036 5.75 8v7.883c0 .55.231 1.076.637 1.448a8.303 8.303 0 0 0 11.226 0c.406-.372.637-.897.637-1.448V8c0-.964-.002-1.612-.067-2.095c-.062-.461-.169-.659-.3-.789s-.327-.237-.788-.3c-.483-.064-1.131-.066-2.095-.066z" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M19 8h-2m2 6h-2m2-3h-2"/><path fill="currentColor" fill-rule="evenodd" d="M13.175 9.101a1.61 1.61 0 0 0-2.35 0a9 9 0 0 0-.986 1.215c-.285.43-.589 1.008-.589 1.6c0 1.536 1.203 2.834 2.75 2.834s2.75-1.298 2.75-2.833c0-.593-.304-1.17-.589-1.601a9 9 0 0 0-.986-1.215m-1.261 1.032c.029-.03.06-.04.086-.04c.027 0 .057.01.086.04c.28.294.588.653.823 1.01c.254.383.341.646.341.774c0 .765-.588 1.333-1.25 1.333s-1.25-.568-1.25-1.333c0-.128.087-.39.34-.775c.236-.356.545-.715.824-1.009" clip-rule="evenodd"/><path fill="currentColor" fill-rule="evenodd" d="M9.354 3.25a2.751 2.751 0 0 1 5.293 0h.405c.899 0 1.648 0 2.242.08c.628.084 1.195.27 1.65.725c.456.456.642 1.023.726 1.65c.08.595.08 1.345.08 2.243v7.935c0 .97-.407 1.897-1.123 2.554a9.77 9.77 0 0 1-5.877 2.551V22a.75.75 0 0 1-1.5 0v-1.012a9.77 9.77 0 0 1-5.877-2.551a3.47 3.47 0 0 1-1.123-2.554V7.948c0-.898 0-1.648.08-2.242c.084-.628.27-1.195.725-1.65c.456-.456 1.023-.642 1.65-.726c.595-.08 1.345-.08 2.243-.08zm1.646 0a1.248 1.248 0 0 1 2 0zm-2 1.5c-.964 0-1.612.002-2.095.067c-.461.062-.659.169-.789.3s-.237.327-.3.788C5.753 6.388 5.75 7.036 5.75 8v7.883c0 .55.231 1.076.637 1.448a8.303 8.303 0 0 0 11.226 0c.406-.372.637-.897.637-1.448V8c0-.964-.002-1.612-.067-2.095c-.062-.461-.169-.659-.3-.789s-.327-.237-.788-.3c-.483-.064-1.131-.066-2.095-.066z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-dropper4 {
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%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M19%208h-2m2%206h-2m2-3h-2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13.175%209.101a1.61%201.61%200%200%200-2.35%200a9%209%200%200%200-.986%201.215c-.285.43-.589%201.008-.589%201.6c0%201.536%201.203%202.834%202.75%202.834s2.75-1.298%202.75-2.833c0-.593-.304-1.17-.589-1.601a9%209%200%200%200-.986-1.215m-1.261%201.032c.029-.03.06-.04.086-.04c.027%200%20.057.01.086.04c.28.294.588.653.823%201.01c.254.383.341.646.341.774c0%20.765-.588%201.333-1.25%201.333s-1.25-.568-1.25-1.333c0-.128.087-.39.34-.775c.236-.356.545-.715.824-1.009%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.354%203.25a2.751%202.751%200%200%201%205.293%200h.405c.899%200%201.648%200%202.242.08c.628.084%201.195.27%201.65.725c.456.456.642%201.023.726%201.65c.08.595.08%201.345.08%202.243v7.935c0%20.97-.407%201.897-1.123%202.554a9.77%209.77%200%200%201-5.877%202.551V22a.75.75%200%200%201-1.5%200v-1.012a9.77%209.77%200%200%201-5.877-2.551a3.47%203.47%200%200%201-1.123-2.554V7.948c0-.898%200-1.648.08-2.242c.084-.628.27-1.195.725-1.65c.456-.456%201.023-.642%201.65-.726c.595-.08%201.345-.08%202.243-.08zm1.646%200a1.248%201.248%200%200%201%202%200zm-2%201.5c-.964%200-1.612.002-2.095.067c-.461.062-.659.169-.789.3s-.237.327-.3.788C5.753%206.388%205.75%207.036%205.75%208v7.883c0%20.55.231%201.076.637%201.448a8.303%208.303%200%200%200%2011.226%200c.406-.372.637-.897.637-1.448V8c0-.964-.002-1.612-.067-2.095c-.062-.461-.169-.659-.3-.789s-.327-.237-.788-.3c-.483-.064-1.131-.066-2.095-.066z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M19%208h-2m2%206h-2m2-3h-2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13.175%209.101a1.61%201.61%200%200%200-2.35%200a9%209%200%200%200-.986%201.215c-.285.43-.589%201.008-.589%201.6c0%201.536%201.203%202.834%202.75%202.834s2.75-1.298%202.75-2.833c0-.593-.304-1.17-.589-1.601a9%209%200%200%200-.986-1.215m-1.261%201.032c.029-.03.06-.04.086-.04c.027%200%20.057.01.086.04c.28.294.588.653.823%201.01c.254.383.341.646.341.774c0%20.765-.588%201.333-1.25%201.333s-1.25-.568-1.25-1.333c0-.128.087-.39.34-.775c.236-.356.545-.715.824-1.009%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M9.354%203.25a2.751%202.751%200%200%201%205.293%200h.405c.899%200%201.648%200%202.242.08c.628.084%201.195.27%201.65.725c.456.456.642%201.023.726%201.65c.08.595.08%201.345.08%202.243v7.935c0%20.97-.407%201.897-1.123%202.554a9.77%209.77%200%200%201-5.877%202.551V22a.75.75%200%200%201-1.5%200v-1.012a9.77%209.77%200%200%201-5.877-2.551a3.47%203.47%200%200%201-1.123-2.554V7.948c0-.898%200-1.648.08-2.242c.084-.628.27-1.195.725-1.65c.456-.456%201.023-.642%201.65-.726c.595-.08%201.345-.08%202.243-.08zm1.646%200a1.248%201.248%200%200%201%202%200zm-2%201.5c-.964%200-1.612.002-2.095.067c-.461.062-.659.169-.789.3s-.237.327-.3.788C5.753%206.388%205.75%207.036%205.75%208v7.883c0%20.55.231%201.076.637%201.448a8.303%208.303%200%200%200%2011.226%200c.406-.372.637-.897.637-1.448V8c0-.964-.002-1.612-.067-2.095c-.062-.461-.169-.659-.3-.789s-.327-.237-.788-.3c-.483-.064-1.131-.066-2.095-.066z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/dropper4.svg?color=%231a73e8&size=48