cigarette icon

cigarette-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
cigarette-thin
Set
Phosphor
Style
Thin
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 132H32a12 12 0 0 0-12 12v32a12 12 0 0 0 12 12h192a12 12 0 0 0 12-12v-32a12 12 0 0 0-12-12M28 176v-32a4 4 0 0 1 4-4h52v40H32a4 4 0 0 1-4-4m200 0a4 4 0 0 1-4 4H92v-40h132a4 4 0 0 1 4 4ZM204.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.26a4 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-40 0c8.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.26a4 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 168 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.65"/></svg>

React

import type { SVGProps } from "react";

export function PhCigaretteThin(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 132H32a12 12 0 0 0-12 12v32a12 12 0 0 0 12 12h192a12 12 0 0 0 12-12v-32a12 12 0 0 0-12-12M28 176v-32a4 4 0 0 1 4-4h52v40H32a4 4 0 0 1-4-4m200 0a4 4 0 0 1-4 4H92v-40h132a4 4 0 0 1 4 4ZM204.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.26a4 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-40 0c8.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.26a4 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 168 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.65"/></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 132H32a12 12 0 0 0-12 12v32a12 12 0 0 0 12 12h192a12 12 0 0 0 12-12v-32a12 12 0 0 0-12-12M28 176v-32a4 4 0 0 1 4-4h52v40H32a4 4 0 0 1-4-4m200 0a4 4 0 0 1-4 4H92v-40h132a4 4 0 0 1 4 4ZM204.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.26a4 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-40 0c8.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.26a4 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 168 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.65"/></svg>
</template>

CSS

.icon-cigarette-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%22M224%20132H32a12%2012%200%200%200-12%2012v32a12%2012%200%200%200%2012%2012h192a12%2012%200%200%200%2012-12v-32a12%2012%200%200%200-12-12M28%20176v-32a4%204%200%200%201%204-4h52v40H32a4%204%200%200%201-4-4m200%200a4%204%200%200%201-4%204H92v-40h132a4%204%200%200%201%204%204ZM204.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.26a4%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-40%200c8.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.26a4%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%20168%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.65%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%20132H32a12%2012%200%200%200-12%2012v32a12%2012%200%200%200%2012%2012h192a12%2012%200%200%200%2012-12v-32a12%2012%200%200%200-12-12M28%20176v-32a4%204%200%200%201%204-4h52v40H32a4%204%200%200%201-4-4m200%200a4%204%200%200%201-4%204H92v-40h132a4%204%200%200%201%204%204ZM204.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.26a4%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-40%200c8.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.26a4%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%20168%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.65%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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