cigarette slash icon

cigarette-slash-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
cigarette-slash-light
Set
Phosphor
Style
Light
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="M52.44 36a6 6 0 0 0-8.88 8l78.15 86H32a14 14 0 0 0-14 14v32a14 14 0 0 0 14 14h144.25l27.31 30a6 6 0 0 0 8.88-8.08ZM30 176v-32a2 2 0 0 1 2-2h50v36H32a2 2 0 0 1-2-2m64 2v-36h38.62l32.73 36Zm144-34v32a14 14 0 0 1-14 14h-1.84a6 6 0 1 1 0-12H224a2 2 0 0 0 2-2v-32a2 2 0 0 0-2-2h-45.48a6 6 0 1 1 0-12H224a14 14 0 0 1 14 14m-35.23-82.94c7.81-13.88 7.91-21.91 6.62-26.2a9 9 0 0 0-3.93-5.42A6 6 0 0 1 208 18a5.9 5.9 0 0 1 2.44.52a20.42 20.42 0 0 1 10.23 12.24c3.18 9.58.68 21.75-7.44 36.18c-7.81 13.88-7.91 21.91-6.62 26.2a8.94 8.94 0 0 0 3.88 5.4A6 6 0 0 1 208 110a5.9 5.9 0 0 1-2.44-.52a20.42 20.42 0 0 1-10.23-12.24c-3.18-9.58-.68-21.75 7.44-36.18m-40 0c7.81-13.88 7.91-21.91 6.62-26.2a9 9 0 0 0-3.93-5.42A6 6 0 0 1 168 18a5.9 5.9 0 0 1 2.44.52a20.42 20.42 0 0 1 10.23 12.24c3.18 9.58.68 21.75-7.44 36.18c-7.81 13.88-7.91 21.91-6.62 26.2a8.94 8.94 0 0 0 3.88 5.4A6 6 0 0 1 168 110a5.9 5.9 0 0 1-2.44-.52a20.42 20.42 0 0 1-10.23-12.24c-3.18-9.58-.68-21.75 7.44-36.18"/></svg>

React

import type { SVGProps } from "react";

export function PhCigaretteSlashLight(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="M52.44 36a6 6 0 0 0-8.88 8l78.15 86H32a14 14 0 0 0-14 14v32a14 14 0 0 0 14 14h144.25l27.31 30a6 6 0 0 0 8.88-8.08ZM30 176v-32a2 2 0 0 1 2-2h50v36H32a2 2 0 0 1-2-2m64 2v-36h38.62l32.73 36Zm144-34v32a14 14 0 0 1-14 14h-1.84a6 6 0 1 1 0-12H224a2 2 0 0 0 2-2v-32a2 2 0 0 0-2-2h-45.48a6 6 0 1 1 0-12H224a14 14 0 0 1 14 14m-35.23-82.94c7.81-13.88 7.91-21.91 6.62-26.2a9 9 0 0 0-3.93-5.42A6 6 0 0 1 208 18a5.9 5.9 0 0 1 2.44.52a20.42 20.42 0 0 1 10.23 12.24c3.18 9.58.68 21.75-7.44 36.18c-7.81 13.88-7.91 21.91-6.62 26.2a8.94 8.94 0 0 0 3.88 5.4A6 6 0 0 1 208 110a5.9 5.9 0 0 1-2.44-.52a20.42 20.42 0 0 1-10.23-12.24c-3.18-9.58-.68-21.75 7.44-36.18m-40 0c7.81-13.88 7.91-21.91 6.62-26.2a9 9 0 0 0-3.93-5.42A6 6 0 0 1 168 18a5.9 5.9 0 0 1 2.44.52a20.42 20.42 0 0 1 10.23 12.24c3.18 9.58.68 21.75-7.44 36.18c-7.81 13.88-7.91 21.91-6.62 26.2a8.94 8.94 0 0 0 3.88 5.4A6 6 0 0 1 168 110a5.9 5.9 0 0 1-2.44-.52a20.42 20.42 0 0 1-10.23-12.24c-3.18-9.58-.68-21.75 7.44-36.18"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M52.44 36a6 6 0 0 0-8.88 8l78.15 86H32a14 14 0 0 0-14 14v32a14 14 0 0 0 14 14h144.25l27.31 30a6 6 0 0 0 8.88-8.08ZM30 176v-32a2 2 0 0 1 2-2h50v36H32a2 2 0 0 1-2-2m64 2v-36h38.62l32.73 36Zm144-34v32a14 14 0 0 1-14 14h-1.84a6 6 0 1 1 0-12H224a2 2 0 0 0 2-2v-32a2 2 0 0 0-2-2h-45.48a6 6 0 1 1 0-12H224a14 14 0 0 1 14 14m-35.23-82.94c7.81-13.88 7.91-21.91 6.62-26.2a9 9 0 0 0-3.93-5.42A6 6 0 0 1 208 18a5.9 5.9 0 0 1 2.44.52a20.42 20.42 0 0 1 10.23 12.24c3.18 9.58.68 21.75-7.44 36.18c-7.81 13.88-7.91 21.91-6.62 26.2a8.94 8.94 0 0 0 3.88 5.4A6 6 0 0 1 208 110a5.9 5.9 0 0 1-2.44-.52a20.42 20.42 0 0 1-10.23-12.24c-3.18-9.58-.68-21.75 7.44-36.18m-40 0c7.81-13.88 7.91-21.91 6.62-26.2a9 9 0 0 0-3.93-5.42A6 6 0 0 1 168 18a5.9 5.9 0 0 1 2.44.52a20.42 20.42 0 0 1 10.23 12.24c3.18 9.58.68 21.75-7.44 36.18c-7.81 13.88-7.91 21.91-6.62 26.2a8.94 8.94 0 0 0 3.88 5.4A6 6 0 0 1 168 110a5.9 5.9 0 0 1-2.44-.52a20.42 20.42 0 0 1-10.23-12.24c-3.18-9.58-.68-21.75 7.44-36.18"/></svg>
</template>

CSS

.icon-cigarette-slash-light {
  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%22M52.44%2036a6%206%200%200%200-8.88%208l78.15%2086H32a14%2014%200%200%200-14%2014v32a14%2014%200%200%200%2014%2014h144.25l27.31%2030a6%206%200%200%200%208.88-8.08ZM30%20176v-32a2%202%200%200%201%202-2h50v36H32a2%202%200%200%201-2-2m64%202v-36h38.62l32.73%2036Zm144-34v32a14%2014%200%200%201-14%2014h-1.84a6%206%200%201%201%200-12H224a2%202%200%200%200%202-2v-32a2%202%200%200%200-2-2h-45.48a6%206%200%201%201%200-12H224a14%2014%200%200%201%2014%2014m-35.23-82.94c7.81-13.88%207.91-21.91%206.62-26.2a9%209%200%200%200-3.93-5.42A6%206%200%200%201%20208%2018a5.9%205.9%200%200%201%202.44.52a20.42%2020.42%200%200%201%2010.23%2012.24c3.18%209.58.68%2021.75-7.44%2036.18c-7.81%2013.88-7.91%2021.91-6.62%2026.2a8.94%208.94%200%200%200%203.88%205.4A6%206%200%200%201%20208%20110a5.9%205.9%200%200%201-2.44-.52a20.42%2020.42%200%200%201-10.23-12.24c-3.18-9.58-.68-21.75%207.44-36.18m-40%200c7.81-13.88%207.91-21.91%206.62-26.2a9%209%200%200%200-3.93-5.42A6%206%200%200%201%20168%2018a5.9%205.9%200%200%201%202.44.52a20.42%2020.42%200%200%201%2010.23%2012.24c3.18%209.58.68%2021.75-7.44%2036.18c-7.81%2013.88-7.91%2021.91-6.62%2026.2a8.94%208.94%200%200%200%203.88%205.4A6%206%200%200%201%20168%20110a5.9%205.9%200%200%201-2.44-.52a20.42%2020.42%200%200%201-10.23-12.24c-3.18-9.58-.68-21.75%207.44-36.18%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%22M52.44%2036a6%206%200%200%200-8.88%208l78.15%2086H32a14%2014%200%200%200-14%2014v32a14%2014%200%200%200%2014%2014h144.25l27.31%2030a6%206%200%200%200%208.88-8.08ZM30%20176v-32a2%202%200%200%201%202-2h50v36H32a2%202%200%200%201-2-2m64%202v-36h38.62l32.73%2036Zm144-34v32a14%2014%200%200%201-14%2014h-1.84a6%206%200%201%201%200-12H224a2%202%200%200%200%202-2v-32a2%202%200%200%200-2-2h-45.48a6%206%200%201%201%200-12H224a14%2014%200%200%201%2014%2014m-35.23-82.94c7.81-13.88%207.91-21.91%206.62-26.2a9%209%200%200%200-3.93-5.42A6%206%200%200%201%20208%2018a5.9%205.9%200%200%201%202.44.52a20.42%2020.42%200%200%201%2010.23%2012.24c3.18%209.58.68%2021.75-7.44%2036.18c-7.81%2013.88-7.91%2021.91-6.62%2026.2a8.94%208.94%200%200%200%203.88%205.4A6%206%200%200%201%20208%20110a5.9%205.9%200%200%201-2.44-.52a20.42%2020.42%200%200%201-10.23-12.24c-3.18-9.58-.68-21.75%207.44-36.18m-40%200c7.81-13.88%207.91-21.91%206.62-26.2a9%209%200%200%200-3.93-5.42A6%206%200%200%201%20168%2018a5.9%205.9%200%200%201%202.44.52a20.42%2020.42%200%200%201%2010.23%2012.24c3.18%209.58.68%2021.75-7.44%2036.18c-7.81%2013.88-7.91%2021.91-6.62%2026.2a8.94%208.94%200%200%200%203.88%205.4A6%206%200%200%201%20168%20110a5.9%205.9%200%200%201-2.44-.52a20.42%2020.42%200%200%201-10.23-12.24c-3.18-9.58-.68-21.75%207.44-36.18%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/cigarette-slash-light.svg?color=%231a73e8&size=48