cigarette from Emoji One (Colored) by Emoji One · Default · Objects · CC-BY-4.0 Attribution required.

Name
cigarette
Set
Emoji One (Colored)
Style
Default
Category
Objects
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More objects icons from Emoji One (Colored)

Use the cigarette emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#f2b200" d="M0 50h26v14H0z"/><path fill="#dce5e5" d="M26 50h34v14H26z"/><path fill="#ff8736" d="M60 50h4v14h-4z"/><path fill="#abc2c6" d="M33.5 16C28.4 35.1 43.9 9 64 47C53.3 32.9 18.8 43.2 4.3 27.5C-15.8 5.8 41.9-15.6 33.5 16"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneCigarette(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#f2b200" d="M0 50h26v14H0z"/><path fill="#dce5e5" d="M26 50h34v14H26z"/><path fill="#ff8736" d="M60 50h4v14h-4z"/><path fill="#abc2c6" d="M33.5 16C28.4 35.1 43.9 9 64 47C53.3 32.9 18.8 43.2 4.3 27.5C-15.8 5.8 41.9-15.6 33.5 16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#f2b200" d="M0 50h26v14H0z"/><path fill="#dce5e5" d="M26 50h34v14H26z"/><path fill="#ff8736" d="M60 50h4v14h-4z"/><path fill="#abc2c6" d="M33.5 16C28.4 35.1 43.9 9 64 47C53.3 32.9 18.8 43.2 4.3 27.5C-15.8 5.8 41.9-15.6 33.5 16"/></svg>
</template>

CSS

.icon-cigarette {
  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%2064%2064%22%3E%3Cpath%20fill%3D%22%23f2b200%22%20d%3D%22M0%2050h26v14H0z%22%2F%3E%3Cpath%20fill%3D%22%23dce5e5%22%20d%3D%22M26%2050h34v14H26z%22%2F%3E%3Cpath%20fill%3D%22%23ff8736%22%20d%3D%22M60%2050h4v14h-4z%22%2F%3E%3Cpath%20fill%3D%22%23abc2c6%22%20d%3D%22M33.5%2016C28.4%2035.1%2043.9%209%2064%2047C53.3%2032.9%2018.8%2043.2%204.3%2027.5C-15.8%205.8%2041.9-15.6%2033.5%2016%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%2064%2064%22%3E%3Cpath%20fill%3D%22%23f2b200%22%20d%3D%22M0%2050h26v14H0z%22%2F%3E%3Cpath%20fill%3D%22%23dce5e5%22%20d%3D%22M26%2050h34v14H26z%22%2F%3E%3Cpath%20fill%3D%22%23ff8736%22%20d%3D%22M60%2050h4v14h-4z%22%2F%3E%3Cpath%20fill%3D%22%23abc2c6%22%20d%3D%22M33.5%2016C28.4%2035.1%2043.9%209%2064%2047C53.3%2032.9%2018.8%2043.2%204.3%2027.5C-15.8%205.8%2041.9-15.6%2033.5%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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