cigarette icon

cigarette-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
cigarette-bold
Set
Phosphor
Style
Bold
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 124H32a20 20 0 0 0-20 20v32a20 20 0 0 0 20 20h192a20 20 0 0 0 20-20v-32a20 20 0 0 0-20-20M36 148h40v24H36Zm184 24H100v-24h120ZM201.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-48 0c7.53-12.71 7.12-19.63 5.07-21.1A12 12 0 0 1 168.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.43"/></svg>

React

import type { SVGProps } from "react";

export function PhCigaretteBold(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 124H32a20 20 0 0 0-20 20v32a20 20 0 0 0 20 20h192a20 20 0 0 0 20-20v-32a20 20 0 0 0-20-20M36 148h40v24H36Zm184 24H100v-24h120ZM201.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-48 0c7.53-12.71 7.12-19.63 5.07-21.1A12 12 0 0 1 168.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.43"/></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 124H32a20 20 0 0 0-20 20v32a20 20 0 0 0 20 20h192a20 20 0 0 0 20-20v-32a20 20 0 0 0-20-20M36 148h40v24H36Zm184 24H100v-24h120ZM201.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-48 0c7.53-12.71 7.12-19.63 5.07-21.1A12 12 0 0 1 168.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.43"/></svg>
</template>

CSS

.icon-cigarette-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%22M224%20124H32a20%2020%200%200%200-20%2020v32a20%2020%200%200%200%2020%2020h192a20%2020%200%200%200%2020-20v-32a20%2020%200%200%200-20-20M36%20148h40v24H36Zm184%2024H100v-24h120ZM201.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-48%200c7.53-12.71%207.12-19.63%205.07-21.1A12%2012%200%200%201%20168.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.43%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%20124H32a20%2020%200%200%200-20%2020v32a20%2020%200%200%200%2020%2020h192a20%2020%200%200%200%2020-20v-32a20%2020%200%200%200-20-20M36%20148h40v24H36Zm184%2024H100v-24h120ZM201.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-48%200c7.53-12.71%207.12-19.63%205.07-21.1A12%2012%200%200%201%20168.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.43%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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