cigarette icon

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

Name
cigarette-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the cigarette icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M224 130H32a14 14 0 0 0-14 14v32a14 14 0 0 0 14 14h192a14 14 0 0 0 14-14v-32a14 14 0 0 0-14-14M30 176v-32a2 2 0 0 1 2-2h50v36H32a2 2 0 0 1-2-2m196 0a2 2 0 0 1-2 2H94v-36h130a2 2 0 0 1 2 2ZM202.77 61.06c7.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 PhCigaretteLight(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="M224 130H32a14 14 0 0 0-14 14v32a14 14 0 0 0 14 14h192a14 14 0 0 0 14-14v-32a14 14 0 0 0-14-14M30 176v-32a2 2 0 0 1 2-2h50v36H32a2 2 0 0 1-2-2m196 0a2 2 0 0 1-2 2H94v-36h130a2 2 0 0 1 2 2ZM202.77 61.06c7.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="M224 130H32a14 14 0 0 0-14 14v32a14 14 0 0 0 14 14h192a14 14 0 0 0 14-14v-32a14 14 0 0 0-14-14M30 176v-32a2 2 0 0 1 2-2h50v36H32a2 2 0 0 1-2-2m196 0a2 2 0 0 1-2 2H94v-36h130a2 2 0 0 1 2 2ZM202.77 61.06c7.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-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%22M224%20130H32a14%2014%200%200%200-14%2014v32a14%2014%200%200%200%2014%2014h192a14%2014%200%200%200%2014-14v-32a14%2014%200%200%200-14-14M30%20176v-32a2%202%200%200%201%202-2h50v36H32a2%202%200%200%201-2-2m196%200a2%202%200%200%201-2%202H94v-36h130a2%202%200%200%201%202%202ZM202.77%2061.06c7.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%22M224%20130H32a14%2014%200%200%200-14%2014v32a14%2014%200%200%200%2014%2014h192a14%2014%200%200%200%2014-14v-32a14%2014%200%200%200-14-14M30%20176v-32a2%202%200%200%201%202-2h50v36H32a2%202%200%200%201-2-2m196%200a2%202%200%200%201-2%202H94v-36h130a2%202%200%200%201%202%202ZM202.77%2061.06c7.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-light.svg?color=%231a73e8&size=48