bottle water icon
bottle-water from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- bottle-water
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 320×512
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome 6 Solid
Use the bottle water icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 320 512"><path fill="currentColor" d="M120 0h80c13.3 0 24 10.7 24 24v40H96V24c0-13.3 10.7-24 24-24M32 167.5c0-19.5 10-37.6 26.6-47.9l15.8-9.9c14.3-9 30.8-13.7 47.7-13.7h75.8c16.9 0 33.4 4.7 47.7 13.7l15.8 9.9C278 129.9 288 148 288 167.5c0 17-7.5 32.3-19.4 42.6c12 11.6 19.4 27.9 19.4 45.9c0 19.1-8.4 36.3-21.7 48c13.3 11.7 21.7 28.9 21.7 48s-8.4 36.3-21.7 48c13.3 11.7 21.7 28.9 21.7 48c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64c0-19.1 8.4-36.3 21.7-48C40.4 388.3 32 371.1 32 352s8.4-36.3 21.7-48C40.4 292.3 32 275.1 32 256c0-18 7.4-34.3 19.4-45.9C39.5 199.7 32 184.5 32 167.5M96 240c0 8.8 7.2 16 16 16h96c8.8 0 16-7.2 16-16s-7.2-16-16-16h-96c-8.8 0-16 7.2-16 16m16 112c-8.8 0-16 7.2-16 16s7.2 16 16 16h96c8.8 0 16-7.2 16-16s-7.2-16-16-16z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidBottleWater(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 320 512"><path fill="currentColor" d="M120 0h80c13.3 0 24 10.7 24 24v40H96V24c0-13.3 10.7-24 24-24M32 167.5c0-19.5 10-37.6 26.6-47.9l15.8-9.9c14.3-9 30.8-13.7 47.7-13.7h75.8c16.9 0 33.4 4.7 47.7 13.7l15.8 9.9C278 129.9 288 148 288 167.5c0 17-7.5 32.3-19.4 42.6c12 11.6 19.4 27.9 19.4 45.9c0 19.1-8.4 36.3-21.7 48c13.3 11.7 21.7 28.9 21.7 48s-8.4 36.3-21.7 48c13.3 11.7 21.7 28.9 21.7 48c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64c0-19.1 8.4-36.3 21.7-48C40.4 388.3 32 371.1 32 352s8.4-36.3 21.7-48C40.4 292.3 32 275.1 32 256c0-18 7.4-34.3 19.4-45.9C39.5 199.7 32 184.5 32 167.5M96 240c0 8.8 7.2 16 16 16h96c8.8 0 16-7.2 16-16s-7.2-16-16-16h-96c-8.8 0-16 7.2-16 16m16 112c-8.8 0-16 7.2-16 16s7.2 16 16 16h96c8.8 0 16-7.2 16-16s-7.2-16-16-16z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 320 512"><path fill="currentColor" d="M120 0h80c13.3 0 24 10.7 24 24v40H96V24c0-13.3 10.7-24 24-24M32 167.5c0-19.5 10-37.6 26.6-47.9l15.8-9.9c14.3-9 30.8-13.7 47.7-13.7h75.8c16.9 0 33.4 4.7 47.7 13.7l15.8 9.9C278 129.9 288 148 288 167.5c0 17-7.5 32.3-19.4 42.6c12 11.6 19.4 27.9 19.4 45.9c0 19.1-8.4 36.3-21.7 48c13.3 11.7 21.7 28.9 21.7 48s-8.4 36.3-21.7 48c13.3 11.7 21.7 28.9 21.7 48c0 35.3-28.7 64-64 64H96c-35.3 0-64-28.7-64-64c0-19.1 8.4-36.3 21.7-48C40.4 388.3 32 371.1 32 352s8.4-36.3 21.7-48C40.4 292.3 32 275.1 32 256c0-18 7.4-34.3 19.4-45.9C39.5 199.7 32 184.5 32 167.5M96 240c0 8.8 7.2 16 16 16h96c8.8 0 16-7.2 16-16s-7.2-16-16-16h-96c-8.8 0-16 7.2-16 16m16 112c-8.8 0-16 7.2-16 16s7.2 16 16 16h96c8.8 0 16-7.2 16-16s-7.2-16-16-16z"/></svg> </template>
CSS
.icon-bottle-water {
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%20320%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M120%200h80c13.3%200%2024%2010.7%2024%2024v40H96V24c0-13.3%2010.7-24%2024-24M32%20167.5c0-19.5%2010-37.6%2026.6-47.9l15.8-9.9c14.3-9%2030.8-13.7%2047.7-13.7h75.8c16.9%200%2033.4%204.7%2047.7%2013.7l15.8%209.9C278%20129.9%20288%20148%20288%20167.5c0%2017-7.5%2032.3-19.4%2042.6c12%2011.6%2019.4%2027.9%2019.4%2045.9c0%2019.1-8.4%2036.3-21.7%2048c13.3%2011.7%2021.7%2028.9%2021.7%2048s-8.4%2036.3-21.7%2048c13.3%2011.7%2021.7%2028.9%2021.7%2048c0%2035.3-28.7%2064-64%2064H96c-35.3%200-64-28.7-64-64c0-19.1%208.4-36.3%2021.7-48C40.4%20388.3%2032%20371.1%2032%20352s8.4-36.3%2021.7-48C40.4%20292.3%2032%20275.1%2032%20256c0-18%207.4-34.3%2019.4-45.9C39.5%20199.7%2032%20184.5%2032%20167.5M96%20240c0%208.8%207.2%2016%2016%2016h96c8.8%200%2016-7.2%2016-16s-7.2-16-16-16h-96c-8.8%200-16%207.2-16%2016m16%20112c-8.8%200-16%207.2-16%2016s7.2%2016%2016%2016h96c8.8%200%2016-7.2%2016-16s-7.2-16-16-16z%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%20320%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M120%200h80c13.3%200%2024%2010.7%2024%2024v40H96V24c0-13.3%2010.7-24%2024-24M32%20167.5c0-19.5%2010-37.6%2026.6-47.9l15.8-9.9c14.3-9%2030.8-13.7%2047.7-13.7h75.8c16.9%200%2033.4%204.7%2047.7%2013.7l15.8%209.9C278%20129.9%20288%20148%20288%20167.5c0%2017-7.5%2032.3-19.4%2042.6c12%2011.6%2019.4%2027.9%2019.4%2045.9c0%2019.1-8.4%2036.3-21.7%2048c13.3%2011.7%2021.7%2028.9%2021.7%2048s-8.4%2036.3-21.7%2048c13.3%2011.7%2021.7%2028.9%2021.7%2048c0%2035.3-28.7%2064-64%2064H96c-35.3%200-64-28.7-64-64c0-19.1%208.4-36.3%2021.7-48C40.4%20388.3%2032%20371.1%2032%20352s8.4-36.3%2021.7-48C40.4%20292.3%2032%20275.1%2032%20256c0-18%207.4-34.3%2019.4-45.9C39.5%20199.7%2032%20184.5%2032%20167.5M96%20240c0%208.8%207.2%2016%2016%2016h96c8.8%200%2016-7.2%2016-16s-7.2-16-16-16h-96c-8.8%200-16%207.2-16%2016m16%20112c-8.8%200-16%207.2-16%2016s7.2%2016%2016%2016h96c8.8%200%2016-7.2%2016-16s-7.2-16-16-16z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/bottle-water.svg?color=%231a73e8&size=48