glass water droplet icon

glass-water-droplet-solid from Flowbite Icons by Themesberg · Solid · Food Beverage · MIT Free for personal and commercial use.

Name
glass-water-droplet-solid
Set
Flowbite Icons
Style
Solid
Category
Food Beverage
Viewbox
24×24
License
MIT

1 other variant in Flowbite Icons

The same icon in other sets

More food beverage icons from Flowbite Icons

Use the glass water droplet icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 6c-.268 0-.46.105-.525.143c-.086.05-.151.103-.19.137a2 2 0 0 0-.194.2c-.1.12-.21.268-.317.425c-.219.32-.479.745-.729 1.199c-.249.454-.5.957-.69 1.433C9.178 9.977 9 10.518 9 11a3 3 0 1 0 6 0c0-.482-.178-1.023-.355-1.463c-.19-.476-.441-.98-.69-1.433c-.25-.454-.51-.879-.729-1.199a5 5 0 0 0-.317-.425a2 2 0 0 0-.194-.2a1.2 1.2 0 0 0-.19-.137A1.05 1.05 0 0 0 12 6"/><path fill-rule="evenodd" d="M6 2a1 1 0 0 0-.998 1.067L6.078 19.2A3 3 0 0 0 9.07 22h5.858a3 3 0 0 0 2.993-2.8l1.076-16.133A1 1 0 0 0 18 2zm1.869 14l-.8-12h9.862l-.8 12z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function FlowbiteGlassWaterDropletSolid(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 d="M12 6c-.268 0-.46.105-.525.143c-.086.05-.151.103-.19.137a2 2 0 0 0-.194.2c-.1.12-.21.268-.317.425c-.219.32-.479.745-.729 1.199c-.249.454-.5.957-.69 1.433C9.178 9.977 9 10.518 9 11a3 3 0 1 0 6 0c0-.482-.178-1.023-.355-1.463c-.19-.476-.441-.98-.69-1.433c-.25-.454-.51-.879-.729-1.199a5 5 0 0 0-.317-.425a2 2 0 0 0-.194-.2a1.2 1.2 0 0 0-.19-.137A1.05 1.05 0 0 0 12 6"/><path fillRule="evenodd" d="M6 2a1 1 0 0 0-.998 1.067L6.078 19.2A3 3 0 0 0 9.07 22h5.858a3 3 0 0 0 2.993-2.8l1.076-16.133A1 1 0 0 0 18 2zm1.869 14l-.8-12h9.862l-.8 12z" 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="currentColor"><path d="M12 6c-.268 0-.46.105-.525.143c-.086.05-.151.103-.19.137a2 2 0 0 0-.194.2c-.1.12-.21.268-.317.425c-.219.32-.479.745-.729 1.199c-.249.454-.5.957-.69 1.433C9.178 9.977 9 10.518 9 11a3 3 0 1 0 6 0c0-.482-.178-1.023-.355-1.463c-.19-.476-.441-.98-.69-1.433c-.25-.454-.51-.879-.729-1.199a5 5 0 0 0-.317-.425a2 2 0 0 0-.194-.2a1.2 1.2 0 0 0-.19-.137A1.05 1.05 0 0 0 12 6"/><path fill-rule="evenodd" d="M6 2a1 1 0 0 0-.998 1.067L6.078 19.2A3 3 0 0 0 9.07 22h5.858a3 3 0 0 0 2.993-2.8l1.076-16.133A1 1 0 0 0 18 2zm1.869 14l-.8-12h9.862l-.8 12z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-glass-water-droplet-solid {
  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%20d%3D%22M12%206c-.268%200-.46.105-.525.143c-.086.05-.151.103-.19.137a2%202%200%200%200-.194.2c-.1.12-.21.268-.317.425c-.219.32-.479.745-.729%201.199c-.249.454-.5.957-.69%201.433C9.178%209.977%209%2010.518%209%2011a3%203%200%201%200%206%200c0-.482-.178-1.023-.355-1.463c-.19-.476-.441-.98-.69-1.433c-.25-.454-.51-.879-.729-1.199a5%205%200%200%200-.317-.425a2%202%200%200%200-.194-.2a1.2%201.2%200%200%200-.19-.137A1.05%201.05%200%200%200%2012%206%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6%202a1%201%200%200%200-.998%201.067L6.078%2019.2A3%203%200%200%200%209.07%2022h5.858a3%203%200%200%200%202.993-2.8l1.076-16.133A1%201%200%200%200%2018%202zm1.869%2014l-.8-12h9.862l-.8%2012z%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%22currentColor%22%3E%3Cpath%20d%3D%22M12%206c-.268%200-.46.105-.525.143c-.086.05-.151.103-.19.137a2%202%200%200%200-.194.2c-.1.12-.21.268-.317.425c-.219.32-.479.745-.729%201.199c-.249.454-.5.957-.69%201.433C9.178%209.977%209%2010.518%209%2011a3%203%200%201%200%206%200c0-.482-.178-1.023-.355-1.463c-.19-.476-.441-.98-.69-1.433c-.25-.454-.51-.879-.729-1.199a5%205%200%200%200-.317-.425a2%202%200%200%200-.194-.2a1.2%201.2%200%200%200-.19-.137A1.05%201.05%200%200%200%2012%206%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6%202a1%201%200%200%200-.998%201.067L6.078%2019.2A3%203%200%200%200%209.07%2022h5.858a3%203%200%200%200%202.993-2.8l1.076-16.133A1%201%200%200%200%2018%202zm1.869%2014l-.8-12h9.862l-.8%2012z%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/flowbite/glass-water-droplet-solid.svg?color=%231a73e8&size=48