drink bottle off icon
drink-bottle-off-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- drink-bottle-off-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the drink bottle off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m9.432 10.847l-7.14-7.14a1 1 0 0 1 1.415-1.414l26 26a1 1 0 0 1-1.414 1.414l-3.312-3.312a4 4 0 0 1-6.48 2.727A4 4 0 0 1 16 30a4 4 0 0 1-2.5-.878A4 4 0 0 1 7 26v-9a8.97 8.97 0 0 1 2.431-6.153M22.586 24H9v2a2 2 0 0 0 3.668 1.105a1 1 0 0 1 1.665 0a1.998 1.998 0 0 0 3.335 0a1 1 0 0 1 1.665 0A2 2 0 0 0 23 26v-1.586zm-2-2l-9-9h-1.331A6.96 6.96 0 0 0 9 17.146V22zM23 17.2v2.262l2 2V17a8.99 8.99 0 0 0-3.715-7.286c-1.029-1.018-1.708-1.857-1.907-2.872A2.501 2.501 0 0 0 18.5 2h-5a2.5 2.5 0 0 0-.957 4.81c-.1.54-.334 1.026-.682 1.514l1.43 1.43c.566-.734 1.024-1.565 1.214-2.553h2.905c.305 1.597 1.312 2.777 2.332 3.799h-5.204l2 2h5.208A6.97 6.97 0 0 1 23 17.108zM13 4.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentDrinkBottleOff32Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m9.432 10.847l-7.14-7.14a1 1 0 0 1 1.415-1.414l26 26a1 1 0 0 1-1.414 1.414l-3.312-3.312a4 4 0 0 1-6.48 2.727A4 4 0 0 1 16 30a4 4 0 0 1-2.5-.878A4 4 0 0 1 7 26v-9a8.97 8.97 0 0 1 2.431-6.153M22.586 24H9v2a2 2 0 0 0 3.668 1.105a1 1 0 0 1 1.665 0a1.998 1.998 0 0 0 3.335 0a1 1 0 0 1 1.665 0A2 2 0 0 0 23 26v-1.586zm-2-2l-9-9h-1.331A6.96 6.96 0 0 0 9 17.146V22zM23 17.2v2.262l2 2V17a8.99 8.99 0 0 0-3.715-7.286c-1.029-1.018-1.708-1.857-1.907-2.872A2.501 2.501 0 0 0 18.5 2h-5a2.5 2.5 0 0 0-.957 4.81c-.1.54-.334 1.026-.682 1.514l1.43 1.43c.566-.734 1.024-1.565 1.214-2.553h2.905c.305 1.597 1.312 2.777 2.332 3.799h-5.204l2 2h5.208A6.97 6.97 0 0 1 23 17.108zM13 4.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m9.432 10.847l-7.14-7.14a1 1 0 0 1 1.415-1.414l26 26a1 1 0 0 1-1.414 1.414l-3.312-3.312a4 4 0 0 1-6.48 2.727A4 4 0 0 1 16 30a4 4 0 0 1-2.5-.878A4 4 0 0 1 7 26v-9a8.97 8.97 0 0 1 2.431-6.153M22.586 24H9v2a2 2 0 0 0 3.668 1.105a1 1 0 0 1 1.665 0a1.998 1.998 0 0 0 3.335 0a1 1 0 0 1 1.665 0A2 2 0 0 0 23 26v-1.586zm-2-2l-9-9h-1.331A6.96 6.96 0 0 0 9 17.146V22zM23 17.2v2.262l2 2V17a8.99 8.99 0 0 0-3.715-7.286c-1.029-1.018-1.708-1.857-1.907-2.872A2.501 2.501 0 0 0 18.5 2h-5a2.5 2.5 0 0 0-.957 4.81c-.1.54-.334 1.026-.682 1.514l1.43 1.43c.566-.734 1.024-1.565 1.214-2.553h2.905c.305 1.597 1.312 2.777 2.332 3.799h-5.204l2 2h5.208A6.97 6.97 0 0 1 23 17.108zM13 4.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5"/></svg> </template>
CSS
.icon-drink-bottle-off-32-regular {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.432%2010.847l-7.14-7.14a1%201%200%200%201%201.415-1.414l26%2026a1%201%200%200%201-1.414%201.414l-3.312-3.312a4%204%200%200%201-6.48%202.727A4%204%200%200%201%2016%2030a4%204%200%200%201-2.5-.878A4%204%200%200%201%207%2026v-9a8.97%208.97%200%200%201%202.431-6.153M22.586%2024H9v2a2%202%200%200%200%203.668%201.105a1%201%200%200%201%201.665%200a1.998%201.998%200%200%200%203.335%200a1%201%200%200%201%201.665%200A2%202%200%200%200%2023%2026v-1.586zm-2-2l-9-9h-1.331A6.96%206.96%200%200%200%209%2017.146V22zM23%2017.2v2.262l2%202V17a8.99%208.99%200%200%200-3.715-7.286c-1.029-1.018-1.708-1.857-1.907-2.872A2.501%202.501%200%200%200%2018.5%202h-5a2.5%202.5%200%200%200-.957%204.81c-.1.54-.334%201.026-.682%201.514l1.43%201.43c.566-.734%201.024-1.565%201.214-2.553h2.905c.305%201.597%201.312%202.777%202.332%203.799h-5.204l2%202h5.208A6.97%206.97%200%200%201%2023%2017.108zM13%204.5a.5.5%200%200%201%20.5-.5h5a.5.5%200%200%201%200%201h-5a.5.5%200%200%201-.5-.5%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.432%2010.847l-7.14-7.14a1%201%200%200%201%201.415-1.414l26%2026a1%201%200%200%201-1.414%201.414l-3.312-3.312a4%204%200%200%201-6.48%202.727A4%204%200%200%201%2016%2030a4%204%200%200%201-2.5-.878A4%204%200%200%201%207%2026v-9a8.97%208.97%200%200%201%202.431-6.153M22.586%2024H9v2a2%202%200%200%200%203.668%201.105a1%201%200%200%201%201.665%200a1.998%201.998%200%200%200%203.335%200a1%201%200%200%201%201.665%200A2%202%200%200%200%2023%2026v-1.586zm-2-2l-9-9h-1.331A6.96%206.96%200%200%200%209%2017.146V22zM23%2017.2v2.262l2%202V17a8.99%208.99%200%200%200-3.715-7.286c-1.029-1.018-1.708-1.857-1.907-2.872A2.501%202.501%200%200%200%2018.5%202h-5a2.5%202.5%200%200%200-.957%204.81c-.1.54-.334%201.026-.682%201.514l1.43%201.43c.566-.734%201.024-1.565%201.214-2.553h2.905c.305%201.597%201.312%202.777%202.332%203.799h-5.204l2%202h5.208A6.97%206.97%200%200%201%2023%2017.108zM13%204.5a.5.5%200%200%201%20.5-.5h5a.5.5%200%200%201%200%201h-5a.5.5%200%200%201-.5-.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/drink-bottle-off-32-regular.svg?color=%231a73e8&size=48