water bottle icon
water-bottle-solid from Flowbite Icons by Themesberg · Solid · Food Beverage · MIT Free for personal and commercial use.
- Name
- water-bottle-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
apple-full-outlinebacon-outlinebeer-mug-empty-outlinebone-outlinebowl-food-outlinebowl-rice-outlinebread-slice-outlineburger-outlinecake-candles-outlinecandy-cane-outlinecarrot-outlinechampagne-glasses-outlinecheese-outlinecloud-meatball-outlinecookie-outlinecube-solidcubes-stacked-outlinedroplet-bottle-alt-outlinedroplet-bottle-outlinedrumstick-bite-outlineegg-outlinefish-alt-outlinefish-outlineflask-outline
Use the water bottle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 3a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1zm-.127 5c-.792.573-1.762 1.556-1.864 3H17.99c-.102-1.444-1.072-2.427-1.864-3zm8.882 5H7.245c.151.455.353.78.544 1.04l.129.175l.047.064c-.037.059-.083.118-.157.215l-.103.134c-.226.297-.544.74-.66 1.372h10.91c-.116-.631-.434-1.075-.66-1.372l-.103-.134a3 3 0 0 1-.157-.215l.047-.064l.129-.175c.191-.26.393-.585.544-1.04M18 18H7v1c0 1.611 1.577 3 3.5 3c.87 0 1.529-.247 2-.555c.471.308 1.13.555 2 .555c1.923 0 3.5-1.389 3.5-3z"/></svg>
React
import type { SVGProps } from "react";
export function FlowbiteWaterBottleSolid(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="M9 3a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1zm-.127 5c-.792.573-1.762 1.556-1.864 3H17.99c-.102-1.444-1.072-2.427-1.864-3zm8.882 5H7.245c.151.455.353.78.544 1.04l.129.175l.047.064c-.037.059-.083.118-.157.215l-.103.134c-.226.297-.544.74-.66 1.372h10.91c-.116-.631-.434-1.075-.66-1.372l-.103-.134a3 3 0 0 1-.157-.215l.047-.064l.129-.175c.191-.26.393-.585.544-1.04M18 18H7v1c0 1.611 1.577 3 3.5 3c.87 0 1.529-.247 2-.555c.471.308 1.13.555 2 .555c1.923 0 3.5-1.389 3.5-3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 3a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1zm-.127 5c-.792.573-1.762 1.556-1.864 3H17.99c-.102-1.444-1.072-2.427-1.864-3zm8.882 5H7.245c.151.455.353.78.544 1.04l.129.175l.047.064c-.037.059-.083.118-.157.215l-.103.134c-.226.297-.544.74-.66 1.372h10.91c-.116-.631-.434-1.075-.66-1.372l-.103-.134a3 3 0 0 1-.157-.215l.047-.064l.129-.175c.191-.26.393-.585.544-1.04M18 18H7v1c0 1.611 1.577 3 3.5 3c.87 0 1.529-.247 2-.555c.471.308 1.13.555 2 .555c1.923 0 3.5-1.389 3.5-3z"/></svg> </template>
CSS
.icon-water-bottle-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%203a1%201%200%200%201%201-1h5a1%201%200%200%201%201%201v2a1%201%200%200%201-1%201h-5a1%201%200%200%201-1-1zm-.127%205c-.792.573-1.762%201.556-1.864%203H17.99c-.102-1.444-1.072-2.427-1.864-3zm8.882%205H7.245c.151.455.353.78.544%201.04l.129.175l.047.064c-.037.059-.083.118-.157.215l-.103.134c-.226.297-.544.74-.66%201.372h10.91c-.116-.631-.434-1.075-.66-1.372l-.103-.134a3%203%200%200%201-.157-.215l.047-.064l.129-.175c.191-.26.393-.585.544-1.04M18%2018H7v1c0%201.611%201.577%203%203.5%203c.87%200%201.529-.247%202-.555c.471.308%201.13.555%202%20.555c1.923%200%203.5-1.389%203.5-3z%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%22M9%203a1%201%200%200%201%201-1h5a1%201%200%200%201%201%201v2a1%201%200%200%201-1%201h-5a1%201%200%200%201-1-1zm-.127%205c-.792.573-1.762%201.556-1.864%203H17.99c-.102-1.444-1.072-2.427-1.864-3zm8.882%205H7.245c.151.455.353.78.544%201.04l.129.175l.047.064c-.037.059-.083.118-.157.215l-.103.134c-.226.297-.544.74-.66%201.372h10.91c-.116-.631-.434-1.075-.66-1.372l-.103-.134a3%203%200%200%201-.157-.215l.047-.064l.129-.175c.191-.26.393-.585.544-1.04M18%2018H7v1c0%201.611%201.577%203%203.5%203c.87%200%201.529-.247%202-.555c.471.308%201.13.555%202%20.555c1.923%200%203.5-1.389%203.5-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/flowbite/water-bottle-solid.svg?color=%231a73e8&size=48