drink bottle off icon
drink-bottle-off-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- drink-bottle-off-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M6.283 6.99L2.146 2.854a.5.5 0 1 1 .708-.708l15 15a.5.5 0 0 1-.708.708l-2.154-2.155a2.5 2.5 0 0 1-3.742 1.966A2.5 2.5 0 0 1 10 18a2.5 2.5 0 0 1-1.25-.335A2.5 2.5 0 0 1 5 15.5v-5q0-.11.01-.22A4 4 0 0 1 5 10c0-1.167.492-2.22 1.282-3.01m7.01 7.01l-6-6h-.575a3.2 3.2 0 0 0-.708 2.246a.5.5 0 0 1-.001.093A2 2 0 0 0 6 10.5V14zM6 15v.5a1.5 1.5 0 0 0 2.437 1.171a.5.5 0 0 1 .626 0c.257.206.582.329.937.329s.68-.123.937-.329a.5.5 0 0 1 .626 0A1.5 1.5 0 0 0 14 15.5V15zm8-4.5v1.379l1 1V10.5q0-.11-.01-.22q.01-.139.01-.28a4.14 4.14 0 0 0-.684-2.277c-.398-.597-.853-1.045-1.236-1.423l-.01-.01c-.546-.537-.902-.906-1.023-1.393A1.5 1.5 0 0 0 11.5 2h-3a1.5 1.5 0 0 0-.543 2.899c-.053.23-.153.434-.298.639l.716.716c.27-.354.491-.755.581-1.254h2.09c.165.864.744 1.434 1.277 1.959l.042.041H9.121l1 1h3.165a5 5 0 0 1 .193.273a3.15 3.15 0 0 1 .511 1.973a.5.5 0 0 0 .002.093q.008.079.008.161M8.5 4a.5.5 0 0 1 0-1h3a.5.5 0 0 1 0 1z"/></svg>
React
import type { SVGProps } from "react";
export function FluentDrinkBottleOff20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.283 6.99L2.146 2.854a.5.5 0 1 1 .708-.708l15 15a.5.5 0 0 1-.708.708l-2.154-2.155a2.5 2.5 0 0 1-3.742 1.966A2.5 2.5 0 0 1 10 18a2.5 2.5 0 0 1-1.25-.335A2.5 2.5 0 0 1 5 15.5v-5q0-.11.01-.22A4 4 0 0 1 5 10c0-1.167.492-2.22 1.282-3.01m7.01 7.01l-6-6h-.575a3.2 3.2 0 0 0-.708 2.246a.5.5 0 0 1-.001.093A2 2 0 0 0 6 10.5V14zM6 15v.5a1.5 1.5 0 0 0 2.437 1.171a.5.5 0 0 1 .626 0c.257.206.582.329.937.329s.68-.123.937-.329a.5.5 0 0 1 .626 0A1.5 1.5 0 0 0 14 15.5V15zm8-4.5v1.379l1 1V10.5q0-.11-.01-.22q.01-.139.01-.28a4.14 4.14 0 0 0-.684-2.277c-.398-.597-.853-1.045-1.236-1.423l-.01-.01c-.546-.537-.902-.906-1.023-1.393A1.5 1.5 0 0 0 11.5 2h-3a1.5 1.5 0 0 0-.543 2.899c-.053.23-.153.434-.298.639l.716.716c.27-.354.491-.755.581-1.254h2.09c.165.864.744 1.434 1.277 1.959l.042.041H9.121l1 1h3.165a5 5 0 0 1 .193.273a3.15 3.15 0 0 1 .511 1.973a.5.5 0 0 0 .002.093q.008.079.008.161M8.5 4a.5.5 0 0 1 0-1h3a.5.5 0 0 1 0 1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.283 6.99L2.146 2.854a.5.5 0 1 1 .708-.708l15 15a.5.5 0 0 1-.708.708l-2.154-2.155a2.5 2.5 0 0 1-3.742 1.966A2.5 2.5 0 0 1 10 18a2.5 2.5 0 0 1-1.25-.335A2.5 2.5 0 0 1 5 15.5v-5q0-.11.01-.22A4 4 0 0 1 5 10c0-1.167.492-2.22 1.282-3.01m7.01 7.01l-6-6h-.575a3.2 3.2 0 0 0-.708 2.246a.5.5 0 0 1-.001.093A2 2 0 0 0 6 10.5V14zM6 15v.5a1.5 1.5 0 0 0 2.437 1.171a.5.5 0 0 1 .626 0c.257.206.582.329.937.329s.68-.123.937-.329a.5.5 0 0 1 .626 0A1.5 1.5 0 0 0 14 15.5V15zm8-4.5v1.379l1 1V10.5q0-.11-.01-.22q.01-.139.01-.28a4.14 4.14 0 0 0-.684-2.277c-.398-.597-.853-1.045-1.236-1.423l-.01-.01c-.546-.537-.902-.906-1.023-1.393A1.5 1.5 0 0 0 11.5 2h-3a1.5 1.5 0 0 0-.543 2.899c-.053.23-.153.434-.298.639l.716.716c.27-.354.491-.755.581-1.254h2.09c.165.864.744 1.434 1.277 1.959l.042.041H9.121l1 1h3.165a5 5 0 0 1 .193.273a3.15 3.15 0 0 1 .511 1.973a.5.5 0 0 0 .002.093q.008.079.008.161M8.5 4a.5.5 0 0 1 0-1h3a.5.5 0 0 1 0 1z"/></svg> </template>
CSS
.icon-drink-bottle-off-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.283%206.99L2.146%202.854a.5.5%200%201%201%20.708-.708l15%2015a.5.5%200%200%201-.708.708l-2.154-2.155a2.5%202.5%200%200%201-3.742%201.966A2.5%202.5%200%200%201%2010%2018a2.5%202.5%200%200%201-1.25-.335A2.5%202.5%200%200%201%205%2015.5v-5q0-.11.01-.22A4%204%200%200%201%205%2010c0-1.167.492-2.22%201.282-3.01m7.01%207.01l-6-6h-.575a3.2%203.2%200%200%200-.708%202.246a.5.5%200%200%201-.001.093A2%202%200%200%200%206%2010.5V14zM6%2015v.5a1.5%201.5%200%200%200%202.437%201.171a.5.5%200%200%201%20.626%200c.257.206.582.329.937.329s.68-.123.937-.329a.5.5%200%200%201%20.626%200A1.5%201.5%200%200%200%2014%2015.5V15zm8-4.5v1.379l1%201V10.5q0-.11-.01-.22q.01-.139.01-.28a4.14%204.14%200%200%200-.684-2.277c-.398-.597-.853-1.045-1.236-1.423l-.01-.01c-.546-.537-.902-.906-1.023-1.393A1.5%201.5%200%200%200%2011.5%202h-3a1.5%201.5%200%200%200-.543%202.899c-.053.23-.153.434-.298.639l.716.716c.27-.354.491-.755.581-1.254h2.09c.165.864.744%201.434%201.277%201.959l.042.041H9.121l1%201h3.165a5%205%200%200%201%20.193.273a3.15%203.15%200%200%201%20.511%201.973a.5.5%200%200%200%20.002.093q.008.079.008.161M8.5%204a.5.5%200%200%201%200-1h3a.5.5%200%200%201%200%201z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.283%206.99L2.146%202.854a.5.5%200%201%201%20.708-.708l15%2015a.5.5%200%200%201-.708.708l-2.154-2.155a2.5%202.5%200%200%201-3.742%201.966A2.5%202.5%200%200%201%2010%2018a2.5%202.5%200%200%201-1.25-.335A2.5%202.5%200%200%201%205%2015.5v-5q0-.11.01-.22A4%204%200%200%201%205%2010c0-1.167.492-2.22%201.282-3.01m7.01%207.01l-6-6h-.575a3.2%203.2%200%200%200-.708%202.246a.5.5%200%200%201-.001.093A2%202%200%200%200%206%2010.5V14zM6%2015v.5a1.5%201.5%200%200%200%202.437%201.171a.5.5%200%200%201%20.626%200c.257.206.582.329.937.329s.68-.123.937-.329a.5.5%200%200%201%20.626%200A1.5%201.5%200%200%200%2014%2015.5V15zm8-4.5v1.379l1%201V10.5q0-.11-.01-.22q.01-.139.01-.28a4.14%204.14%200%200%200-.684-2.277c-.398-.597-.853-1.045-1.236-1.423l-.01-.01c-.546-.537-.902-.906-1.023-1.393A1.5%201.5%200%200%200%2011.5%202h-3a1.5%201.5%200%200%200-.543%202.899c-.053.23-.153.434-.298.639l.716.716c.27-.354.491-.755.581-1.254h2.09c.165.864.744%201.434%201.277%201.959l.042.041H9.121l1%201h3.165a5%205%200%200%201%20.193.273a3.15%203.15%200%200%201%20.511%201.973a.5.5%200%200%200%20.002.093q.008.079.008.161M8.5%204a.5.5%200%200%201%200-1h3a.5.5%200%200%201%200%201z%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-20-regular.svg?color=%231a73e8&size=48