drink bottle off icon
drink-bottle-off-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- drink-bottle-off-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- 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="m24.981 26.395l3.312 3.312a1 1 0 0 0 1.414-1.414l-26-26a1 1 0 0 0-1.414 1.414l7.14 7.14a9 9 0 0 0-.305.342A8.97 8.97 0 0 0 7 17.2V26a4 4 0 0 0 6.5 3.122A4 4 0 0 0 16 30a3.98 3.98 0 0 0 2.5-.878a4 4 0 0 0 6.48-2.727M22.586 24l.414.414V26a2 2 0 0 1-3.667 1.105a1 1 0 0 0-1.665 0c-.36.542-.973.895-1.668.895a2 2 0 0 1-1.667-.895a1 1 0 0 0-1.665 0A2 2 0 0 1 9 26v-2zM25 17.2v4.262L14.538 11h5.204c-1.02-1.022-2.027-2.202-2.332-3.799h-2.905c-.19.988-.648 1.82-1.214 2.553l-1.43-1.43c.348-.488.582-.975.682-1.514A2.5 2.5 0 0 1 13.5 2h5a2.5 2.5 0 0 1 .878 4.842c.199 1.015.878 1.854 1.907 2.872A8.99 8.99 0 0 1 25 17.12v.081M13.5 4a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1z"/></svg>
React
import type { SVGProps } from "react";
export function FluentDrinkBottleOff32Filled(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="m24.981 26.395l3.312 3.312a1 1 0 0 0 1.414-1.414l-26-26a1 1 0 0 0-1.414 1.414l7.14 7.14a9 9 0 0 0-.305.342A8.97 8.97 0 0 0 7 17.2V26a4 4 0 0 0 6.5 3.122A4 4 0 0 0 16 30a3.98 3.98 0 0 0 2.5-.878a4 4 0 0 0 6.48-2.727M22.586 24l.414.414V26a2 2 0 0 1-3.667 1.105a1 1 0 0 0-1.665 0c-.36.542-.973.895-1.668.895a2 2 0 0 1-1.667-.895a1 1 0 0 0-1.665 0A2 2 0 0 1 9 26v-2zM25 17.2v4.262L14.538 11h5.204c-1.02-1.022-2.027-2.202-2.332-3.799h-2.905c-.19.988-.648 1.82-1.214 2.553l-1.43-1.43c.348-.488.582-.975.682-1.514A2.5 2.5 0 0 1 13.5 2h5a2.5 2.5 0 0 1 .878 4.842c.199 1.015.878 1.854 1.907 2.872A8.99 8.99 0 0 1 25 17.12v.081M13.5 4a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m24.981 26.395l3.312 3.312a1 1 0 0 0 1.414-1.414l-26-26a1 1 0 0 0-1.414 1.414l7.14 7.14a9 9 0 0 0-.305.342A8.97 8.97 0 0 0 7 17.2V26a4 4 0 0 0 6.5 3.122A4 4 0 0 0 16 30a3.98 3.98 0 0 0 2.5-.878a4 4 0 0 0 6.48-2.727M22.586 24l.414.414V26a2 2 0 0 1-3.667 1.105a1 1 0 0 0-1.665 0c-.36.542-.973.895-1.668.895a2 2 0 0 1-1.667-.895a1 1 0 0 0-1.665 0A2 2 0 0 1 9 26v-2zM25 17.2v4.262L14.538 11h5.204c-1.02-1.022-2.027-2.202-2.332-3.799h-2.905c-.19.988-.648 1.82-1.214 2.553l-1.43-1.43c.348-.488.582-.975.682-1.514A2.5 2.5 0 0 1 13.5 2h5a2.5 2.5 0 0 1 .878 4.842c.199 1.015.878 1.854 1.907 2.872A8.99 8.99 0 0 1 25 17.12v.081M13.5 4a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1z"/></svg> </template>
CSS
.icon-drink-bottle-off-32-filled {
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%22m24.981%2026.395l3.312%203.312a1%201%200%200%200%201.414-1.414l-26-26a1%201%200%200%200-1.414%201.414l7.14%207.14a9%209%200%200%200-.305.342A8.97%208.97%200%200%200%207%2017.2V26a4%204%200%200%200%206.5%203.122A4%204%200%200%200%2016%2030a3.98%203.98%200%200%200%202.5-.878a4%204%200%200%200%206.48-2.727M22.586%2024l.414.414V26a2%202%200%200%201-3.667%201.105a1%201%200%200%200-1.665%200c-.36.542-.973.895-1.668.895a2%202%200%200%201-1.667-.895a1%201%200%200%200-1.665%200A2%202%200%200%201%209%2026v-2zM25%2017.2v4.262L14.538%2011h5.204c-1.02-1.022-2.027-2.202-2.332-3.799h-2.905c-.19.988-.648%201.82-1.214%202.553l-1.43-1.43c.348-.488.582-.975.682-1.514A2.5%202.5%200%200%201%2013.5%202h5a2.5%202.5%200%200%201%20.878%204.842c.199%201.015.878%201.854%201.907%202.872A8.99%208.99%200%200%201%2025%2017.12v.081M13.5%204a.5.5%200%200%200%200%201h5a.5.5%200%200%200%200-1z%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%22m24.981%2026.395l3.312%203.312a1%201%200%200%200%201.414-1.414l-26-26a1%201%200%200%200-1.414%201.414l7.14%207.14a9%209%200%200%200-.305.342A8.97%208.97%200%200%200%207%2017.2V26a4%204%200%200%200%206.5%203.122A4%204%200%200%200%2016%2030a3.98%203.98%200%200%200%202.5-.878a4%204%200%200%200%206.48-2.727M22.586%2024l.414.414V26a2%202%200%200%201-3.667%201.105a1%201%200%200%200-1.665%200c-.36.542-.973.895-1.668.895a2%202%200%200%201-1.667-.895a1%201%200%200%200-1.665%200A2%202%200%200%201%209%2026v-2zM25%2017.2v4.262L14.538%2011h5.204c-1.02-1.022-2.027-2.202-2.332-3.799h-2.905c-.19.988-.648%201.82-1.214%202.553l-1.43-1.43c.348-.488.582-.975.682-1.514A2.5%202.5%200%200%201%2013.5%202h5a2.5%202.5%200%200%201%20.878%204.842c.199%201.015.878%201.854%201.907%202.872A8.99%208.99%200%200%201%2025%2017.12v.081M13.5%204a.5.5%200%200%200%200%201h5a.5.5%200%200%200%200-1z%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-filled.svg?color=%231a73e8&size=48