drink bottle off icon
drink-bottle-off-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- drink-bottle-off-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- 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="m14.992 15.7l2.154 2.154a.5.5 0 0 0 .708-.708l-15-15a.5.5 0 1 0-.708.708L6.283 6.99C5.491 7.78 5 8.833 5 10q0 .141.01.28q-.01.11-.01.22v5a2.5 2.5 0 0 0 3.75 2.165A2.5 2.5 0 0 0 10 18a2.5 2.5 0 0 0 1.25-.335a2.5 2.5 0 0 0 3.742-1.966M6 15h8v.5a1.5 1.5 0 0 1-2.437 1.171a.5.5 0 0 0-.626 0A1.5 1.5 0 0 1 10 17c-.355 0-.68-.123-.937-.329a.5.5 0 0 0-.626 0A1.5 1.5 0 0 1 6 15.5zm9-4.5v2.379L9.121 7h3.244l-.042-.041C11.79 6.434 11.212 5.864 11.047 5h-2.09c-.09.5-.31.9-.581 1.254l-.716-.716a1.8 1.8 0 0 0 .298-.64A1.5 1.5 0 0 1 8.5 2h3a1.5 1.5 0 0 1 .547 2.897c.121.487.477.856 1.022 1.393l.01.01c.384.378.839.826 1.237 1.423q.015.02.025.042a4.14 4.14 0 0 1 .65 2.515q.009.11.009.22M8.5 4h3a.5.5 0 0 0 0-1h-3a.5.5 0 0 0 0 1"/></svg>
React
import type { SVGProps } from "react";
export function FluentDrinkBottleOff20Filled(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="m14.992 15.7l2.154 2.154a.5.5 0 0 0 .708-.708l-15-15a.5.5 0 1 0-.708.708L6.283 6.99C5.491 7.78 5 8.833 5 10q0 .141.01.28q-.01.11-.01.22v5a2.5 2.5 0 0 0 3.75 2.165A2.5 2.5 0 0 0 10 18a2.5 2.5 0 0 0 1.25-.335a2.5 2.5 0 0 0 3.742-1.966M6 15h8v.5a1.5 1.5 0 0 1-2.437 1.171a.5.5 0 0 0-.626 0A1.5 1.5 0 0 1 10 17c-.355 0-.68-.123-.937-.329a.5.5 0 0 0-.626 0A1.5 1.5 0 0 1 6 15.5zm9-4.5v2.379L9.121 7h3.244l-.042-.041C11.79 6.434 11.212 5.864 11.047 5h-2.09c-.09.5-.31.9-.581 1.254l-.716-.716a1.8 1.8 0 0 0 .298-.64A1.5 1.5 0 0 1 8.5 2h3a1.5 1.5 0 0 1 .547 2.897c.121.487.477.856 1.022 1.393l.01.01c.384.378.839.826 1.237 1.423q.015.02.025.042a4.14 4.14 0 0 1 .65 2.515q.009.11.009.22M8.5 4h3a.5.5 0 0 0 0-1h-3a.5.5 0 0 0 0 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m14.992 15.7l2.154 2.154a.5.5 0 0 0 .708-.708l-15-15a.5.5 0 1 0-.708.708L6.283 6.99C5.491 7.78 5 8.833 5 10q0 .141.01.28q-.01.11-.01.22v5a2.5 2.5 0 0 0 3.75 2.165A2.5 2.5 0 0 0 10 18a2.5 2.5 0 0 0 1.25-.335a2.5 2.5 0 0 0 3.742-1.966M6 15h8v.5a1.5 1.5 0 0 1-2.437 1.171a.5.5 0 0 0-.626 0A1.5 1.5 0 0 1 10 17c-.355 0-.68-.123-.937-.329a.5.5 0 0 0-.626 0A1.5 1.5 0 0 1 6 15.5zm9-4.5v2.379L9.121 7h3.244l-.042-.041C11.79 6.434 11.212 5.864 11.047 5h-2.09c-.09.5-.31.9-.581 1.254l-.716-.716a1.8 1.8 0 0 0 .298-.64A1.5 1.5 0 0 1 8.5 2h3a1.5 1.5 0 0 1 .547 2.897c.121.487.477.856 1.022 1.393l.01.01c.384.378.839.826 1.237 1.423q.015.02.025.042a4.14 4.14 0 0 1 .65 2.515q.009.11.009.22M8.5 4h3a.5.5 0 0 0 0-1h-3a.5.5 0 0 0 0 1"/></svg> </template>
CSS
.icon-drink-bottle-off-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m14.992%2015.7l2.154%202.154a.5.5%200%200%200%20.708-.708l-15-15a.5.5%200%201%200-.708.708L6.283%206.99C5.491%207.78%205%208.833%205%2010q0%20.141.01.28q-.01.11-.01.22v5a2.5%202.5%200%200%200%203.75%202.165A2.5%202.5%200%200%200%2010%2018a2.5%202.5%200%200%200%201.25-.335a2.5%202.5%200%200%200%203.742-1.966M6%2015h8v.5a1.5%201.5%200%200%201-2.437%201.171a.5.5%200%200%200-.626%200A1.5%201.5%200%200%201%2010%2017c-.355%200-.68-.123-.937-.329a.5.5%200%200%200-.626%200A1.5%201.5%200%200%201%206%2015.5zm9-4.5v2.379L9.121%207h3.244l-.042-.041C11.79%206.434%2011.212%205.864%2011.047%205h-2.09c-.09.5-.31.9-.581%201.254l-.716-.716a1.8%201.8%200%200%200%20.298-.64A1.5%201.5%200%200%201%208.5%202h3a1.5%201.5%200%200%201%20.547%202.897c.121.487.477.856%201.022%201.393l.01.01c.384.378.839.826%201.237%201.423q.015.02.025.042a4.14%204.14%200%200%201%20.65%202.515q.009.11.009.22M8.5%204h3a.5.5%200%200%200%200-1h-3a.5.5%200%200%200%200%201%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%22m14.992%2015.7l2.154%202.154a.5.5%200%200%200%20.708-.708l-15-15a.5.5%200%201%200-.708.708L6.283%206.99C5.491%207.78%205%208.833%205%2010q0%20.141.01.28q-.01.11-.01.22v5a2.5%202.5%200%200%200%203.75%202.165A2.5%202.5%200%200%200%2010%2018a2.5%202.5%200%200%200%201.25-.335a2.5%202.5%200%200%200%203.742-1.966M6%2015h8v.5a1.5%201.5%200%200%201-2.437%201.171a.5.5%200%200%200-.626%200A1.5%201.5%200%200%201%2010%2017c-.355%200-.68-.123-.937-.329a.5.5%200%200%200-.626%200A1.5%201.5%200%200%201%206%2015.5zm9-4.5v2.379L9.121%207h3.244l-.042-.041C11.79%206.434%2011.212%205.864%2011.047%205h-2.09c-.09.5-.31.9-.581%201.254l-.716-.716a1.8%201.8%200%200%200%20.298-.64A1.5%201.5%200%200%201%208.5%202h3a1.5%201.5%200%200%201%20.547%202.897c.121.487.477.856%201.022%201.393l.01.01c.384.378.839.826%201.237%201.423q.015.02.025.042a4.14%204.14%200%200%201%20.65%202.515q.009.11.009.22M8.5%204h3a.5.5%200%200%200%200-1h-3a.5.5%200%200%200%200%201%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-filled.svg?color=%231a73e8&size=48