glass mug variant off icon
glass-mug-variant-off from Material Design Icons by Pictogrammers · Filled · Food / Drink · Apache-2.0 Free for personal and commercial use.
- Name
- glass-mug-variant-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 variant off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.44 5.24L7 3.79C7.71 3.29 8.57 3 9.5 3c1.03 0 2 .35 2.82 1H14c2.21 0 4 1.79 4 4v2h2c.55 0 1 .45 1 1v6.8l-2-2V12h-2v1.8l-5.74-5.74C11.5 8 11.73 8 12 8h4a2 2 0 0 0-2-2h-2.5a2.49 2.49 0 0 0-3.06-.76m13.67 16.22l-1.27 1.27L18.11 20H17v2H6v-8c-2.21 0-4-1.79-4-4a4 4 0 0 1 2.44-3.67L1.11 3l1.28-1.27l4.8 4.81l2.42 2.42L17 16.34v.01L18.65 18h.01l1.84 1.84v.01zM8.59 10.5L6.11 8H6a2 2 0 0 0-2 2c0 1.11.89 2 2 2c0 0 1.68.13 2.5-1.37z"/></svg>
React
import type { SVGProps } from "react";
export function MdiGlassMugVariantOff(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="M8.44 5.24L7 3.79C7.71 3.29 8.57 3 9.5 3c1.03 0 2 .35 2.82 1H14c2.21 0 4 1.79 4 4v2h2c.55 0 1 .45 1 1v6.8l-2-2V12h-2v1.8l-5.74-5.74C11.5 8 11.73 8 12 8h4a2 2 0 0 0-2-2h-2.5a2.49 2.49 0 0 0-3.06-.76m13.67 16.22l-1.27 1.27L18.11 20H17v2H6v-8c-2.21 0-4-1.79-4-4a4 4 0 0 1 2.44-3.67L1.11 3l1.28-1.27l4.8 4.81l2.42 2.42L17 16.34v.01L18.65 18h.01l1.84 1.84v.01zM8.59 10.5L6.11 8H6a2 2 0 0 0-2 2c0 1.11.89 2 2 2c0 0 1.68.13 2.5-1.37z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.44 5.24L7 3.79C7.71 3.29 8.57 3 9.5 3c1.03 0 2 .35 2.82 1H14c2.21 0 4 1.79 4 4v2h2c.55 0 1 .45 1 1v6.8l-2-2V12h-2v1.8l-5.74-5.74C11.5 8 11.73 8 12 8h4a2 2 0 0 0-2-2h-2.5a2.49 2.49 0 0 0-3.06-.76m13.67 16.22l-1.27 1.27L18.11 20H17v2H6v-8c-2.21 0-4-1.79-4-4a4 4 0 0 1 2.44-3.67L1.11 3l1.28-1.27l4.8 4.81l2.42 2.42L17 16.34v.01L18.65 18h.01l1.84 1.84v.01zM8.59 10.5L6.11 8H6a2 2 0 0 0-2 2c0 1.11.89 2 2 2c0 0 1.68.13 2.5-1.37z"/></svg> </template>
CSS
.icon-glass-mug-variant-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%22M8.44%205.24L7%203.79C7.71%203.29%208.57%203%209.5%203c1.03%200%202%20.35%202.82%201H14c2.21%200%204%201.79%204%204v2h2c.55%200%201%20.45%201%201v6.8l-2-2V12h-2v1.8l-5.74-5.74C11.5%208%2011.73%208%2012%208h4a2%202%200%200%200-2-2h-2.5a2.49%202.49%200%200%200-3.06-.76m13.67%2016.22l-1.27%201.27L18.11%2020H17v2H6v-8c-2.21%200-4-1.79-4-4a4%204%200%200%201%202.44-3.67L1.11%203l1.28-1.27l4.8%204.81l2.42%202.42L17%2016.34v.01L18.65%2018h.01l1.84%201.84v.01zM8.59%2010.5L6.11%208H6a2%202%200%200%200-2%202c0%201.11.89%202%202%202c0%200%201.68.13%202.5-1.37z%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%22M8.44%205.24L7%203.79C7.71%203.29%208.57%203%209.5%203c1.03%200%202%20.35%202.82%201H14c2.21%200%204%201.79%204%204v2h2c.55%200%201%20.45%201%201v6.8l-2-2V12h-2v1.8l-5.74-5.74C11.5%208%2011.73%208%2012%208h4a2%202%200%200%200-2-2h-2.5a2.49%202.49%200%200%200-3.06-.76m13.67%2016.22l-1.27%201.27L18.11%2020H17v2H6v-8c-2.21%200-4-1.79-4-4a4%204%200%200%201%202.44-3.67L1.11%203l1.28-1.27l4.8%204.81l2.42%202.42L17%2016.34v.01L18.65%2018h.01l1.84%201.84v.01zM8.59%2010.5L6.11%208H6a2%202%200%200%200-2%202c0%201.11.89%202%202%202c0%200%201.68.13%202.5-1.37z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/glass-mug-variant-off.svg?color=%231a73e8&size=48