cigarette slash icon
cigarette-slash-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- cigarette-slash-bold
- Set
- Phosphor
- Style
- Bold
- 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="M201.67 55.89c7.53-12.71 7.12-19.63 5.07-21.1A12 12 0 0 1 216.67 13a25.9 25.9 0 0 1 13.8 15.79c3.6 10.92.86 24.17-8.14 39.38c-7.53 12.7-7.12 19.63-5.07 21.1a12 12 0 0 1-9.93 21.84a26 26 0 0 1-13.8-15.79c-3.6-10.98-.86-24.23 8.14-39.43m-56.14 39.38a26 26 0 0 0 13.8 15.79a12 12 0 0 0 9.93-21.84c-2-1.47-2.46-8.4 5.07-21.1c9-15.21 11.74-28.46 8.14-39.38A25.9 25.9 0 0 0 168.67 13a12 12 0 0 0-9.93 21.84c2 1.47 2.46 8.39-5.07 21.1c-9 15.15-11.74 28.4-8.14 39.33m71.35 112.66a12 12 0 1 1-17.76 16.14L173.6 196H32a20 20 0 0 1-20-20v-32a20 20 0 0 1 20-20h76.15l-69-75.93a12 12 0 1 1 17.73-16.14ZM36 172h40v-24H36Zm115.78 0L130 148h-30v24ZM224 124h-34.67a12 12 0 0 0 0 24H220v34.94a12 12 0 0 0 24 0V144a20 20 0 0 0-20-20"/></svg>
React
import type { SVGProps } from "react";
export function PhCigaretteSlashBold(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="M201.67 55.89c7.53-12.71 7.12-19.63 5.07-21.1A12 12 0 0 1 216.67 13a25.9 25.9 0 0 1 13.8 15.79c3.6 10.92.86 24.17-8.14 39.38c-7.53 12.7-7.12 19.63-5.07 21.1a12 12 0 0 1-9.93 21.84a26 26 0 0 1-13.8-15.79c-3.6-10.98-.86-24.23 8.14-39.43m-56.14 39.38a26 26 0 0 0 13.8 15.79a12 12 0 0 0 9.93-21.84c-2-1.47-2.46-8.4 5.07-21.1c9-15.21 11.74-28.46 8.14-39.38A25.9 25.9 0 0 0 168.67 13a12 12 0 0 0-9.93 21.84c2 1.47 2.46 8.39-5.07 21.1c-9 15.15-11.74 28.4-8.14 39.33m71.35 112.66a12 12 0 1 1-17.76 16.14L173.6 196H32a20 20 0 0 1-20-20v-32a20 20 0 0 1 20-20h76.15l-69-75.93a12 12 0 1 1 17.73-16.14ZM36 172h40v-24H36Zm115.78 0L130 148h-30v24ZM224 124h-34.67a12 12 0 0 0 0 24H220v34.94a12 12 0 0 0 24 0V144a20 20 0 0 0-20-20"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M201.67 55.89c7.53-12.71 7.12-19.63 5.07-21.1A12 12 0 0 1 216.67 13a25.9 25.9 0 0 1 13.8 15.79c3.6 10.92.86 24.17-8.14 39.38c-7.53 12.7-7.12 19.63-5.07 21.1a12 12 0 0 1-9.93 21.84a26 26 0 0 1-13.8-15.79c-3.6-10.98-.86-24.23 8.14-39.43m-56.14 39.38a26 26 0 0 0 13.8 15.79a12 12 0 0 0 9.93-21.84c-2-1.47-2.46-8.4 5.07-21.1c9-15.21 11.74-28.46 8.14-39.38A25.9 25.9 0 0 0 168.67 13a12 12 0 0 0-9.93 21.84c2 1.47 2.46 8.39-5.07 21.1c-9 15.15-11.74 28.4-8.14 39.33m71.35 112.66a12 12 0 1 1-17.76 16.14L173.6 196H32a20 20 0 0 1-20-20v-32a20 20 0 0 1 20-20h76.15l-69-75.93a12 12 0 1 1 17.73-16.14ZM36 172h40v-24H36Zm115.78 0L130 148h-30v24ZM224 124h-34.67a12 12 0 0 0 0 24H220v34.94a12 12 0 0 0 24 0V144a20 20 0 0 0-20-20"/></svg> </template>
CSS
.icon-cigarette-slash-bold {
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%22M201.67%2055.89c7.53-12.71%207.12-19.63%205.07-21.1A12%2012%200%200%201%20216.67%2013a25.9%2025.9%200%200%201%2013.8%2015.79c3.6%2010.92.86%2024.17-8.14%2039.38c-7.53%2012.7-7.12%2019.63-5.07%2021.1a12%2012%200%200%201-9.93%2021.84a26%2026%200%200%201-13.8-15.79c-3.6-10.98-.86-24.23%208.14-39.43m-56.14%2039.38a26%2026%200%200%200%2013.8%2015.79a12%2012%200%200%200%209.93-21.84c-2-1.47-2.46-8.4%205.07-21.1c9-15.21%2011.74-28.46%208.14-39.38A25.9%2025.9%200%200%200%20168.67%2013a12%2012%200%200%200-9.93%2021.84c2%201.47%202.46%208.39-5.07%2021.1c-9%2015.15-11.74%2028.4-8.14%2039.33m71.35%20112.66a12%2012%200%201%201-17.76%2016.14L173.6%20196H32a20%2020%200%200%201-20-20v-32a20%2020%200%200%201%2020-20h76.15l-69-75.93a12%2012%200%201%201%2017.73-16.14ZM36%20172h40v-24H36Zm115.78%200L130%20148h-30v24ZM224%20124h-34.67a12%2012%200%200%200%200%2024H220v34.94a12%2012%200%200%200%2024%200V144a20%2020%200%200%200-20-20%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%22M201.67%2055.89c7.53-12.71%207.12-19.63%205.07-21.1A12%2012%200%200%201%20216.67%2013a25.9%2025.9%200%200%201%2013.8%2015.79c3.6%2010.92.86%2024.17-8.14%2039.38c-7.53%2012.7-7.12%2019.63-5.07%2021.1a12%2012%200%200%201-9.93%2021.84a26%2026%200%200%201-13.8-15.79c-3.6-10.98-.86-24.23%208.14-39.43m-56.14%2039.38a26%2026%200%200%200%2013.8%2015.79a12%2012%200%200%200%209.93-21.84c-2-1.47-2.46-8.4%205.07-21.1c9-15.21%2011.74-28.46%208.14-39.38A25.9%2025.9%200%200%200%20168.67%2013a12%2012%200%200%200-9.93%2021.84c2%201.47%202.46%208.39-5.07%2021.1c-9%2015.15-11.74%2028.4-8.14%2039.33m71.35%20112.66a12%2012%200%201%201-17.76%2016.14L173.6%20196H32a20%2020%200%200%201-20-20v-32a20%2020%200%200%201%2020-20h76.15l-69-75.93a12%2012%200%201%201%2017.73-16.14ZM36%20172h40v-24H36Zm115.78%200L130%20148h-30v24ZM224%20124h-34.67a12%2012%200%200%200%200%2024H220v34.94a12%2012%200%200%200%2024%200V144a20%2020%200%200%200-20-20%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/cigarette-slash-bold.svg?color=%231a73e8&size=48