cigarette slash icon
cigarette-slash-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- cigarette-slash-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the cigarette slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M204.51 62c8.22-14.61 8.21-23.23 6.75-27.9a10.82 10.82 0 0 0-4.94-6.51a4 4 0 0 1-2-5.27a4 4 0 0 1 5.3-2c.66.29 6.52 3.09 9.16 11c3 9 .53 20.66-7.29 34.57c-8.22 14.61-8.21 23.24-6.75 27.91a10.74 10.74 0 0 0 4.94 6.5A4 4 0 0 1 208 108a4.1 4.1 0 0 1-1.63-.35c-.66-.3-6.52-3.09-9.16-11c-2.98-9.06-.52-20.65 7.3-34.65m-47.29 34.61c2.64 8 8.5 10.75 9.16 11a4.1 4.1 0 0 0 1.62.39a4 4 0 0 0 1.67-7.64a10.74 10.74 0 0 1-4.94-6.5c-1.46-4.67-1.47-13.3 6.75-27.91c7.82-13.91 10.28-25.54 7.29-34.57c-2.64-7.95-8.5-10.75-9.16-11a4 4 0 0 0-5.3 2a4 4 0 0 0 2 5.27a10.82 10.82 0 0 1 4.94 6.51c1.46 4.67 1.47 13.29-6.75 27.9c-7.81 13.94-10.27 25.53-7.28 34.55M211 213.31a4 4 0 1 1-5.92 5.38L177.14 188H32a12 12 0 0 1-12-12v-32a12 12 0 0 1 12-12h94.23L45 42.69a4 4 0 0 1 6-5.38ZM32 180h52v-40H32a4 4 0 0 0-4 4v32a4 4 0 0 0 4 4m137.87 0l-36.37-40H92v40ZM224 132h-45.48a4 4 0 1 0 0 8H224a4 4 0 0 1 4 4v32a4 4 0 0 1-4 4h-1.84a4 4 0 1 0 0 8H224a12 12 0 0 0 12-12v-32a12 12 0 0 0-12-12"/></svg>
React
import type { SVGProps } from "react";
export function PhCigaretteSlashThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M204.51 62c8.22-14.61 8.21-23.23 6.75-27.9a10.82 10.82 0 0 0-4.94-6.51a4 4 0 0 1-2-5.27a4 4 0 0 1 5.3-2c.66.29 6.52 3.09 9.16 11c3 9 .53 20.66-7.29 34.57c-8.22 14.61-8.21 23.24-6.75 27.91a10.74 10.74 0 0 0 4.94 6.5A4 4 0 0 1 208 108a4.1 4.1 0 0 1-1.63-.35c-.66-.3-6.52-3.09-9.16-11c-2.98-9.06-.52-20.65 7.3-34.65m-47.29 34.61c2.64 8 8.5 10.75 9.16 11a4.1 4.1 0 0 0 1.62.39a4 4 0 0 0 1.67-7.64a10.74 10.74 0 0 1-4.94-6.5c-1.46-4.67-1.47-13.3 6.75-27.91c7.82-13.91 10.28-25.54 7.29-34.57c-2.64-7.95-8.5-10.75-9.16-11a4 4 0 0 0-5.3 2a4 4 0 0 0 2 5.27a10.82 10.82 0 0 1 4.94 6.51c1.46 4.67 1.47 13.29-6.75 27.9c-7.81 13.94-10.27 25.53-7.28 34.55M211 213.31a4 4 0 1 1-5.92 5.38L177.14 188H32a12 12 0 0 1-12-12v-32a12 12 0 0 1 12-12h94.23L45 42.69a4 4 0 0 1 6-5.38ZM32 180h52v-40H32a4 4 0 0 0-4 4v32a4 4 0 0 0 4 4m137.87 0l-36.37-40H92v40ZM224 132h-45.48a4 4 0 1 0 0 8H224a4 4 0 0 1 4 4v32a4 4 0 0 1-4 4h-1.84a4 4 0 1 0 0 8H224a12 12 0 0 0 12-12v-32a12 12 0 0 0-12-12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M204.51 62c8.22-14.61 8.21-23.23 6.75-27.9a10.82 10.82 0 0 0-4.94-6.51a4 4 0 0 1-2-5.27a4 4 0 0 1 5.3-2c.66.29 6.52 3.09 9.16 11c3 9 .53 20.66-7.29 34.57c-8.22 14.61-8.21 23.24-6.75 27.91a10.74 10.74 0 0 0 4.94 6.5A4 4 0 0 1 208 108a4.1 4.1 0 0 1-1.63-.35c-.66-.3-6.52-3.09-9.16-11c-2.98-9.06-.52-20.65 7.3-34.65m-47.29 34.61c2.64 8 8.5 10.75 9.16 11a4.1 4.1 0 0 0 1.62.39a4 4 0 0 0 1.67-7.64a10.74 10.74 0 0 1-4.94-6.5c-1.46-4.67-1.47-13.3 6.75-27.91c7.82-13.91 10.28-25.54 7.29-34.57c-2.64-7.95-8.5-10.75-9.16-11a4 4 0 0 0-5.3 2a4 4 0 0 0 2 5.27a10.82 10.82 0 0 1 4.94 6.51c1.46 4.67 1.47 13.29-6.75 27.9c-7.81 13.94-10.27 25.53-7.28 34.55M211 213.31a4 4 0 1 1-5.92 5.38L177.14 188H32a12 12 0 0 1-12-12v-32a12 12 0 0 1 12-12h94.23L45 42.69a4 4 0 0 1 6-5.38ZM32 180h52v-40H32a4 4 0 0 0-4 4v32a4 4 0 0 0 4 4m137.87 0l-36.37-40H92v40ZM224 132h-45.48a4 4 0 1 0 0 8H224a4 4 0 0 1 4 4v32a4 4 0 0 1-4 4h-1.84a4 4 0 1 0 0 8H224a12 12 0 0 0 12-12v-32a12 12 0 0 0-12-12"/></svg> </template>
CSS
.icon-cigarette-slash-thin {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M204.51%2062c8.22-14.61%208.21-23.23%206.75-27.9a10.82%2010.82%200%200%200-4.94-6.51a4%204%200%200%201-2-5.27a4%204%200%200%201%205.3-2c.66.29%206.52%203.09%209.16%2011c3%209%20.53%2020.66-7.29%2034.57c-8.22%2014.61-8.21%2023.24-6.75%2027.91a10.74%2010.74%200%200%200%204.94%206.5A4%204%200%200%201%20208%20108a4.1%204.1%200%200%201-1.63-.35c-.66-.3-6.52-3.09-9.16-11c-2.98-9.06-.52-20.65%207.3-34.65m-47.29%2034.61c2.64%208%208.5%2010.75%209.16%2011a4.1%204.1%200%200%200%201.62.39a4%204%200%200%200%201.67-7.64a10.74%2010.74%200%200%201-4.94-6.5c-1.46-4.67-1.47-13.3%206.75-27.91c7.82-13.91%2010.28-25.54%207.29-34.57c-2.64-7.95-8.5-10.75-9.16-11a4%204%200%200%200-5.3%202a4%204%200%200%200%202%205.27a10.82%2010.82%200%200%201%204.94%206.51c1.46%204.67%201.47%2013.29-6.75%2027.9c-7.81%2013.94-10.27%2025.53-7.28%2034.55M211%20213.31a4%204%200%201%201-5.92%205.38L177.14%20188H32a12%2012%200%200%201-12-12v-32a12%2012%200%200%201%2012-12h94.23L45%2042.69a4%204%200%200%201%206-5.38ZM32%20180h52v-40H32a4%204%200%200%200-4%204v32a4%204%200%200%200%204%204m137.87%200l-36.37-40H92v40ZM224%20132h-45.48a4%204%200%201%200%200%208H224a4%204%200%200%201%204%204v32a4%204%200%200%201-4%204h-1.84a4%204%200%201%200%200%208H224a12%2012%200%200%200%2012-12v-32a12%2012%200%200%200-12-12%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M204.51%2062c8.22-14.61%208.21-23.23%206.75-27.9a10.82%2010.82%200%200%200-4.94-6.51a4%204%200%200%201-2-5.27a4%204%200%200%201%205.3-2c.66.29%206.52%203.09%209.16%2011c3%209%20.53%2020.66-7.29%2034.57c-8.22%2014.61-8.21%2023.24-6.75%2027.91a10.74%2010.74%200%200%200%204.94%206.5A4%204%200%200%201%20208%20108a4.1%204.1%200%200%201-1.63-.35c-.66-.3-6.52-3.09-9.16-11c-2.98-9.06-.52-20.65%207.3-34.65m-47.29%2034.61c2.64%208%208.5%2010.75%209.16%2011a4.1%204.1%200%200%200%201.62.39a4%204%200%200%200%201.67-7.64a10.74%2010.74%200%200%201-4.94-6.5c-1.46-4.67-1.47-13.3%206.75-27.91c7.82-13.91%2010.28-25.54%207.29-34.57c-2.64-7.95-8.5-10.75-9.16-11a4%204%200%200%200-5.3%202a4%204%200%200%200%202%205.27a10.82%2010.82%200%200%201%204.94%206.51c1.46%204.67%201.47%2013.29-6.75%2027.9c-7.81%2013.94-10.27%2025.53-7.28%2034.55M211%20213.31a4%204%200%201%201-5.92%205.38L177.14%20188H32a12%2012%200%200%201-12-12v-32a12%2012%200%200%201%2012-12h94.23L45%2042.69a4%204%200%200%201%206-5.38ZM32%20180h52v-40H32a4%204%200%200%200-4%204v32a4%204%200%200%200%204%204m137.87%200l-36.37-40H92v40ZM224%20132h-45.48a4%204%200%201%200%200%208H224a4%204%200%200%201%204%204v32a4%204%200%200%201-4%204h-1.84a4%204%200%201%200%200%208H224a12%2012%200%200%200%2012-12v-32a12%2012%200%200%200-12-12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/cigarette-slash-thin.svg?color=%231a73e8&size=48