dropper minimalistic 2 icon

dropper-minimalistic-2-bold from Solar by 480 Design · Bold · Medicine · CC-BY-4.0 Attribution required.

Name
dropper-minimalistic-2-bold
Set
Solar
Style
Bold
Category
Medicine
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More medicine icons from Solar

Use the dropper minimalistic 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M19 8V15.8831C19 16.6438 18.6809 17.3697 18.1203 17.8841C16.5867 19.2913 14.6891 20.0751 12.75 20.2356V21.25C12.75 21.6642 12.4142 22 12 22C11.5858 22 11.25 21.6642 11.25 21.25V20.2356C9.31089 20.0751 7.41327 19.2913 5.87966 17.8841C5.31911 17.3697 5 16.6438 5 15.8831V8C5 6.11438 5 5.17157 5.58579 4.58579C6.17157 4 7.11438 4 9 4H15C16.8856 4 17.8284 4 18.4142 4.58579C19 5.17157 19 6.11438 19 8ZM12 12.9999C13.1046 12.9999 14 12.0672 14 10.9166C14 10.1967 13.217 9.23583 12.6309 8.61737C12.2839 8.25124 11.7161 8.25124 11.3691 8.61737C10.783 9.23583 10 10.1967 10 10.9166C10 12.0672 10.8954 12.9999 12 12.9999ZM9.25 16C9.25 15.5858 9.58579 15.25 10 15.25H14C14.4142 15.25 14.75 15.5858 14.75 16C14.75 16.4142 14.4142 16.75 14 16.75H10C9.58579 16.75 9.25 16.4142 9.25 16Z" clip-rule="evenodd"/><path d="M13.7325 3C13.3866 2.4022 12.7403 2 12 2C11.2597 2 10.6134 2.4022 10.2676 3L13.7325 3Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarDropperMinimalistic2Bold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M19 8V15.8831C19 16.6438 18.6809 17.3697 18.1203 17.8841C16.5867 19.2913 14.6891 20.0751 12.75 20.2356V21.25C12.75 21.6642 12.4142 22 12 22C11.5858 22 11.25 21.6642 11.25 21.25V20.2356C9.31089 20.0751 7.41327 19.2913 5.87966 17.8841C5.31911 17.3697 5 16.6438 5 15.8831V8C5 6.11438 5 5.17157 5.58579 4.58579C6.17157 4 7.11438 4 9 4H15C16.8856 4 17.8284 4 18.4142 4.58579C19 5.17157 19 6.11438 19 8ZM12 12.9999C13.1046 12.9999 14 12.0672 14 10.9166C14 10.1967 13.217 9.23583 12.6309 8.61737C12.2839 8.25124 11.7161 8.25124 11.3691 8.61737C10.783 9.23583 10 10.1967 10 10.9166C10 12.0672 10.8954 12.9999 12 12.9999ZM9.25 16C9.25 15.5858 9.58579 15.25 10 15.25H14C14.4142 15.25 14.75 15.5858 14.75 16C14.75 16.4142 14.4142 16.75 14 16.75H10C9.58579 16.75 9.25 16.4142 9.25 16Z" clipRule="evenodd"/><path d="M13.7325 3C13.3866 2.4022 12.7403 2 12 2C11.2597 2 10.6134 2.4022 10.2676 3L13.7325 3Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M19 8V15.8831C19 16.6438 18.6809 17.3697 18.1203 17.8841C16.5867 19.2913 14.6891 20.0751 12.75 20.2356V21.25C12.75 21.6642 12.4142 22 12 22C11.5858 22 11.25 21.6642 11.25 21.25V20.2356C9.31089 20.0751 7.41327 19.2913 5.87966 17.8841C5.31911 17.3697 5 16.6438 5 15.8831V8C5 6.11438 5 5.17157 5.58579 4.58579C6.17157 4 7.11438 4 9 4H15C16.8856 4 17.8284 4 18.4142 4.58579C19 5.17157 19 6.11438 19 8ZM12 12.9999C13.1046 12.9999 14 12.0672 14 10.9166C14 10.1967 13.217 9.23583 12.6309 8.61737C12.2839 8.25124 11.7161 8.25124 11.3691 8.61737C10.783 9.23583 10 10.1967 10 10.9166C10 12.0672 10.8954 12.9999 12 12.9999ZM9.25 16C9.25 15.5858 9.58579 15.25 10 15.25H14C14.4142 15.25 14.75 15.5858 14.75 16C14.75 16.4142 14.4142 16.75 14 16.75H10C9.58579 16.75 9.25 16.4142 9.25 16Z" clip-rule="evenodd"/><path d="M13.7325 3C13.3866 2.4022 12.7403 2 12 2C11.2597 2 10.6134 2.4022 10.2676 3L13.7325 3Z"/></g></svg>
</template>

CSS

.icon-dropper-minimalistic-2-bold {
  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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M19%208V15.8831C19%2016.6438%2018.6809%2017.3697%2018.1203%2017.8841C16.5867%2019.2913%2014.6891%2020.0751%2012.75%2020.2356V21.25C12.75%2021.6642%2012.4142%2022%2012%2022C11.5858%2022%2011.25%2021.6642%2011.25%2021.25V20.2356C9.31089%2020.0751%207.41327%2019.2913%205.87966%2017.8841C5.31911%2017.3697%205%2016.6438%205%2015.8831V8C5%206.11438%205%205.17157%205.58579%204.58579C6.17157%204%207.11438%204%209%204H15C16.8856%204%2017.8284%204%2018.4142%204.58579C19%205.17157%2019%206.11438%2019%208ZM12%2012.9999C13.1046%2012.9999%2014%2012.0672%2014%2010.9166C14%2010.1967%2013.217%209.23583%2012.6309%208.61737C12.2839%208.25124%2011.7161%208.25124%2011.3691%208.61737C10.783%209.23583%2010%2010.1967%2010%2010.9166C10%2012.0672%2010.8954%2012.9999%2012%2012.9999ZM9.25%2016C9.25%2015.5858%209.58579%2015.25%2010%2015.25H14C14.4142%2015.25%2014.75%2015.5858%2014.75%2016C14.75%2016.4142%2014.4142%2016.75%2014%2016.75H10C9.58579%2016.75%209.25%2016.4142%209.25%2016Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M13.7325%203C13.3866%202.4022%2012.7403%202%2012%202C11.2597%202%2010.6134%202.4022%2010.2676%203L13.7325%203Z%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M19%208V15.8831C19%2016.6438%2018.6809%2017.3697%2018.1203%2017.8841C16.5867%2019.2913%2014.6891%2020.0751%2012.75%2020.2356V21.25C12.75%2021.6642%2012.4142%2022%2012%2022C11.5858%2022%2011.25%2021.6642%2011.25%2021.25V20.2356C9.31089%2020.0751%207.41327%2019.2913%205.87966%2017.8841C5.31911%2017.3697%205%2016.6438%205%2015.8831V8C5%206.11438%205%205.17157%205.58579%204.58579C6.17157%204%207.11438%204%209%204H15C16.8856%204%2017.8284%204%2018.4142%204.58579C19%205.17157%2019%206.11438%2019%208ZM12%2012.9999C13.1046%2012.9999%2014%2012.0672%2014%2010.9166C14%2010.1967%2013.217%209.23583%2012.6309%208.61737C12.2839%208.25124%2011.7161%208.25124%2011.3691%208.61737C10.783%209.23583%2010%2010.1967%2010%2010.9166C10%2012.0672%2010.8954%2012.9999%2012%2012.9999ZM9.25%2016C9.25%2015.5858%209.58579%2015.25%2010%2015.25H14C14.4142%2015.25%2014.75%2015.5858%2014.75%2016C14.75%2016.4142%2014.4142%2016.75%2014%2016.75H10C9.58579%2016.75%209.25%2016.4142%209.25%2016Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M13.7325%203C13.3866%202.4022%2012.7403%202%2012%202C11.2597%202%2010.6134%202.4022%2010.2676%203L13.7325%203Z%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-2-bold.svg?color=%231a73e8&size=48