cigar off icon
cigar-off from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- cigar-off
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
Use the cigar 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.84 22.73L18.11 20H18v-.11l-1-1V20h-5v-1.27a2 2 0 0 0 0-3.46V14h.11l-11-11l1.28-1.27l19.72 19.73zM14.5 9.7H16c1.07-.04 1.96.8 2 1.86V13h1.5v-1.64a3.3 3.3 0 0 0-3.45-3.16H14.5a2 2 0 0 1-1.85-2c.02-.98.85-1.77 1.81-1.75h.04V3a3.35 3.35 0 0 0 0 6.7m6 1V13H22v-2.24c0-2.14-1.22-4.1-3.15-5.03h-.03C19.58 5 19.9 4 19.8 3h-1.48a1.865 1.865 0 0 1-1.82 2.2v1.5c2.21 0 4 1.8 4 4M9.27 16c.18-.3.43-.55.73-.73V14H5a3 3 0 0 0-2.12 5.12c.57.56 1.33.88 2.12.88h5v-1.27A2.006 2.006 0 0 1 9.27 16M18 14.8l1.5 1.5V14H18zm2.5 2.5l1.5 1.5V14h-1.5zM11 16c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1"/></svg>
React
import type { SVGProps } from "react";
export function MdiCigarOff(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.84 22.73L18.11 20H18v-.11l-1-1V20h-5v-1.27a2 2 0 0 0 0-3.46V14h.11l-11-11l1.28-1.27l19.72 19.73zM14.5 9.7H16c1.07-.04 1.96.8 2 1.86V13h1.5v-1.64a3.3 3.3 0 0 0-3.45-3.16H14.5a2 2 0 0 1-1.85-2c.02-.98.85-1.77 1.81-1.75h.04V3a3.35 3.35 0 0 0 0 6.7m6 1V13H22v-2.24c0-2.14-1.22-4.1-3.15-5.03h-.03C19.58 5 19.9 4 19.8 3h-1.48a1.865 1.865 0 0 1-1.82 2.2v1.5c2.21 0 4 1.8 4 4M9.27 16c.18-.3.43-.55.73-.73V14H5a3 3 0 0 0-2.12 5.12c.57.56 1.33.88 2.12.88h5v-1.27A2.006 2.006 0 0 1 9.27 16M18 14.8l1.5 1.5V14H18zm2.5 2.5l1.5 1.5V14h-1.5zM11 16c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1"/></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.84 22.73L18.11 20H18v-.11l-1-1V20h-5v-1.27a2 2 0 0 0 0-3.46V14h.11l-11-11l1.28-1.27l19.72 19.73zM14.5 9.7H16c1.07-.04 1.96.8 2 1.86V13h1.5v-1.64a3.3 3.3 0 0 0-3.45-3.16H14.5a2 2 0 0 1-1.85-2c.02-.98.85-1.77 1.81-1.75h.04V3a3.35 3.35 0 0 0 0 6.7m6 1V13H22v-2.24c0-2.14-1.22-4.1-3.15-5.03h-.03C19.58 5 19.9 4 19.8 3h-1.48a1.865 1.865 0 0 1-1.82 2.2v1.5c2.21 0 4 1.8 4 4M9.27 16c.18-.3.43-.55.73-.73V14H5a3 3 0 0 0-2.12 5.12c.57.56 1.33.88 2.12.88h5v-1.27A2.006 2.006 0 0 1 9.27 16M18 14.8l1.5 1.5V14H18zm2.5 2.5l1.5 1.5V14h-1.5zM11 16c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1"/></svg> </template>
CSS
.icon-cigar-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.84%2022.73L18.11%2020H18v-.11l-1-1V20h-5v-1.27a2%202%200%200%200%200-3.46V14h.11l-11-11l1.28-1.27l19.72%2019.73zM14.5%209.7H16c1.07-.04%201.96.8%202%201.86V13h1.5v-1.64a3.3%203.3%200%200%200-3.45-3.16H14.5a2%202%200%200%201-1.85-2c.02-.98.85-1.77%201.81-1.75h.04V3a3.35%203.35%200%200%200%200%206.7m6%201V13H22v-2.24c0-2.14-1.22-4.1-3.15-5.03h-.03C19.58%205%2019.9%204%2019.8%203h-1.48a1.865%201.865%200%200%201-1.82%202.2v1.5c2.21%200%204%201.8%204%204M9.27%2016c.18-.3.43-.55.73-.73V14H5a3%203%200%200%200-2.12%205.12c.57.56%201.33.88%202.12.88h5v-1.27A2.006%202.006%200%200%201%209.27%2016M18%2014.8l1.5%201.5V14H18zm2.5%202.5l1.5%201.5V14h-1.5zM11%2016c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1%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.84%2022.73L18.11%2020H18v-.11l-1-1V20h-5v-1.27a2%202%200%200%200%200-3.46V14h.11l-11-11l1.28-1.27l19.72%2019.73zM14.5%209.7H16c1.07-.04%201.96.8%202%201.86V13h1.5v-1.64a3.3%203.3%200%200%200-3.45-3.16H14.5a2%202%200%200%201-1.85-2c.02-.98.85-1.77%201.81-1.75h.04V3a3.35%203.35%200%200%200%200%206.7m6%201V13H22v-2.24c0-2.14-1.22-4.1-3.15-5.03h-.03C19.58%205%2019.9%204%2019.8%203h-1.48a1.865%201.865%200%200%201-1.82%202.2v1.5c2.21%200%204%201.8%204%204M9.27%2016c.18-.3.43-.55.73-.73V14H5a3%203%200%200%200-2.12%205.12c.57.56%201.33.88%202.12.88h5v-1.27A2.006%202.006%200%200%201%209.27%2016M18%2014.8l1.5%201.5V14H18zm2.5%202.5l1.5%201.5V14h-1.5zM11%2016c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/cigar-off.svg?color=%231a73e8&size=48