glass mug off icon
glass-mug-off from Material Design Icons by Pictogrammers · Filled · Food / Drink · Apache-2.0 Free for personal and commercial use.
- Name
- glass-mug-off
- Set
- Material Design Icons
- Style
- Filled
- Category
- Food / Drink
- Viewbox
- 24×24
- License
- Apache 2.0
More food / drink icons from Material Design Icons
Use the glass mug off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 19.35v-.01L6.66 6l-.59-.59l-3.68-3.68L1.11 3l3.15 3.15C3.5 6.44 3 7.16 3 8v7c0 .82.5 1.5 1.2 1.83L8 18.6V20l-1 1v1h13.11l.73.73l1.27-1.27zM8 16.39L5 15V8h1.11L8 9.89zM8 4L7 3V2h14v1l-1 1v12.8L10.2 7H18V4h-8v2.8l-2-2z"/></svg>
React
import type { SVGProps } from "react";
export function MdiGlassMugOff(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 19.35v-.01L6.66 6l-.59-.59l-3.68-3.68L1.11 3l3.15 3.15C3.5 6.44 3 7.16 3 8v7c0 .82.5 1.5 1.2 1.83L8 18.6V20l-1 1v1h13.11l.73.73l1.27-1.27zM8 16.39L5 15V8h1.11L8 9.89zM8 4L7 3V2h14v1l-1 1v12.8L10.2 7H18V4h-8v2.8l-2-2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 19.35v-.01L6.66 6l-.59-.59l-3.68-3.68L1.11 3l3.15 3.15C3.5 6.44 3 7.16 3 8v7c0 .82.5 1.5 1.2 1.83L8 18.6V20l-1 1v1h13.11l.73.73l1.27-1.27zM8 16.39L5 15V8h1.11L8 9.89zM8 4L7 3V2h14v1l-1 1v12.8L10.2 7H18V4h-8v2.8l-2-2z"/></svg> </template>
CSS
.icon-glass-mug-off {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2019.35v-.01L6.66%206l-.59-.59l-3.68-3.68L1.11%203l3.15%203.15C3.5%206.44%203%207.16%203%208v7c0%20.82.5%201.5%201.2%201.83L8%2018.6V20l-1%201v1h13.11l.73.73l1.27-1.27zM8%2016.39L5%2015V8h1.11L8%209.89zM8%204L7%203V2h14v1l-1%201v12.8L10.2%207H18V4h-8v2.8l-2-2z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2019.35v-.01L6.66%206l-.59-.59l-3.68-3.68L1.11%203l3.15%203.15C3.5%206.44%203%207.16%203%208v7c0%20.82.5%201.5%201.2%201.83L8%2018.6V20l-1%201v1h13.11l.73.73l1.27-1.27zM8%2016.39L5%2015V8h1.11L8%209.89zM8%204L7%203V2h14v1l-1%201v12.8L10.2%207H18V4h-8v2.8l-2-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/glass-mug-off.svg?color=%231a73e8&size=48