dropper minimalistic icon
dropper-minimalistic-line-duotone from Solar by 480 Design · Line Duotone · Medicine · CC-BY-4.0 Attribution required.
- Name
- dropper-minimalistic-line-duotone
- Set
- Solar
- Style
- Line Duotone
- Category
- Medicine
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More medicine icons from Solar
adhesive-plaster-2-boldadhesive-plaster-boldbacteria-boldbenzene-ring-boldbone-boldbone-broken-bold-duotonebone-crack-boldbone-fracture-boldbones-boldbrain-bolddna-bolddropper-2-bolddropper-3-bolddropper-bolddropper-minimalistic-2-boldhealth-boldheart-pulse-2-boldheart-pulse-boldjar-of-pills-2-boldjar-of-pills-boldmedical-kit-boldpill-boldpills-2-boldpills-3-bold
Use the dropper minimalistic icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M19 15.8831V8C19 6.11438 19 5.17157 18.4142 4.58579C17.8284 4 16.8856 4 15 4H9C7.11438 4 6.17157 4 5.58579 4.58579C5 5.17157 5 6.11438 5 8V15.8831C5 16.6438 5.31911 17.3697 5.87966 17.8841C9.3416 21.0607 14.6584 21.0607 18.1203 17.8841C18.6809 17.3697 19 16.6438 19 15.8831Z"/><path stroke-linecap="round" d="M19 8L17 8"/><path stroke-linecap="round" d="M19 14H17"/><path d="M14 11.9166C14 13.0672 13.1046 13.9999 12 13.9999C10.8954 13.9999 10 13.0672 10 11.9166C10 11.1967 10.783 10.2358 11.3691 9.61737C11.7161 9.25124 12.2839 9.25124 12.6309 9.61737C13.217 10.2358 14 11.1967 14 11.9166Z"/><path stroke-linecap="round" d="M19 11H17"/><path stroke-linecap="round" d="M12 21V22" opacity=".5"/><path stroke-linecap="round" d="M14 4C14 2.89543 13.1046 2 12 2C10.8954 2 10 2.89543 10 4" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarDropperMinimalisticLineDuotone(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" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M19 15.8831V8C19 6.11438 19 5.17157 18.4142 4.58579C17.8284 4 16.8856 4 15 4H9C7.11438 4 6.17157 4 5.58579 4.58579C5 5.17157 5 6.11438 5 8V15.8831C5 16.6438 5.31911 17.3697 5.87966 17.8841C9.3416 21.0607 14.6584 21.0607 18.1203 17.8841C18.6809 17.3697 19 16.6438 19 15.8831Z"/><path strokeLinecap="round" d="M19 8L17 8"/><path strokeLinecap="round" d="M19 14H17"/><path d="M14 11.9166C14 13.0672 13.1046 13.9999 12 13.9999C10.8954 13.9999 10 13.0672 10 11.9166C10 11.1967 10.783 10.2358 11.3691 9.61737C11.7161 9.25124 12.2839 9.25124 12.6309 9.61737C13.217 10.2358 14 11.1967 14 11.9166Z"/><path strokeLinecap="round" d="M19 11H17"/><path strokeLinecap="round" d="M12 21V22" opacity=".5"/><path strokeLinecap="round" d="M14 4C14 2.89543 13.1046 2 12 2C10.8954 2 10 2.89543 10 4" opacity=".5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M19 15.8831V8C19 6.11438 19 5.17157 18.4142 4.58579C17.8284 4 16.8856 4 15 4H9C7.11438 4 6.17157 4 5.58579 4.58579C5 5.17157 5 6.11438 5 8V15.8831C5 16.6438 5.31911 17.3697 5.87966 17.8841C9.3416 21.0607 14.6584 21.0607 18.1203 17.8841C18.6809 17.3697 19 16.6438 19 15.8831Z"/><path stroke-linecap="round" d="M19 8L17 8"/><path stroke-linecap="round" d="M19 14H17"/><path d="M14 11.9166C14 13.0672 13.1046 13.9999 12 13.9999C10.8954 13.9999 10 13.0672 10 11.9166C10 11.1967 10.783 10.2358 11.3691 9.61737C11.7161 9.25124 12.2839 9.25124 12.6309 9.61737C13.217 10.2358 14 11.1967 14 11.9166Z"/><path stroke-linecap="round" d="M19 11H17"/><path stroke-linecap="round" d="M12 21V22" opacity=".5"/><path stroke-linecap="round" d="M14 4C14 2.89543 13.1046 2 12 2C10.8954 2 10 2.89543 10 4" opacity=".5"/></g></svg> </template>
CSS
.icon-dropper-minimalistic-line-duotone {
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%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%2015.8831V8C19%206.11438%2019%205.17157%2018.4142%204.58579C17.8284%204%2016.8856%204%2015%204H9C7.11438%204%206.17157%204%205.58579%204.58579C5%205.17157%205%206.11438%205%208V15.8831C5%2016.6438%205.31911%2017.3697%205.87966%2017.8841C9.3416%2021.0607%2014.6584%2021.0607%2018.1203%2017.8841C18.6809%2017.3697%2019%2016.6438%2019%2015.8831Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%208L17%208%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%2014H17%22%2F%3E%3Cpath%20d%3D%22M14%2011.9166C14%2013.0672%2013.1046%2013.9999%2012%2013.9999C10.8954%2013.9999%2010%2013.0672%2010%2011.9166C10%2011.1967%2010.783%2010.2358%2011.3691%209.61737C11.7161%209.25124%2012.2839%209.25124%2012.6309%209.61737C13.217%2010.2358%2014%2011.1967%2014%2011.9166Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%2011H17%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2021V22%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14%204C14%202.89543%2013.1046%202%2012%202C10.8954%202%2010%202.89543%2010%204%22%20opacity%3D%22.5%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%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%2015.8831V8C19%206.11438%2019%205.17157%2018.4142%204.58579C17.8284%204%2016.8856%204%2015%204H9C7.11438%204%206.17157%204%205.58579%204.58579C5%205.17157%205%206.11438%205%208V15.8831C5%2016.6438%205.31911%2017.3697%205.87966%2017.8841C9.3416%2021.0607%2014.6584%2021.0607%2018.1203%2017.8841C18.6809%2017.3697%2019%2016.6438%2019%2015.8831Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%208L17%208%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%2014H17%22%2F%3E%3Cpath%20d%3D%22M14%2011.9166C14%2013.0672%2013.1046%2013.9999%2012%2013.9999C10.8954%2013.9999%2010%2013.0672%2010%2011.9166C10%2011.1967%2010.783%2010.2358%2011.3691%209.61737C11.7161%209.25124%2012.2839%209.25124%2012.6309%209.61737C13.217%2010.2358%2014%2011.1967%2014%2011.9166Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%2011H17%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2021V22%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M14%204C14%202.89543%2013.1046%202%2012%202C10.8954%202%2010%202.89543%2010%204%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/dropper-minimalistic-line-duotone.svg?color=%231a73e8&size=48