Cigarette Pixel Art Icon
A cigarette icon for tobacco-product sections, smoking-area maps, age-gated store categories and health-warning features.
Style variants
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Cigarette icon
A lit cigarette with a smoke wisp, the conventional symbol for tobacco and smoking. Use it in an age-restricted tobacco-products category of a convenience store app, a venue map to mark designated smoking areas, or a health-tracking app's smoking log. Its meaning is specific and carries regulatory context, so always pair it with appropriate age-gate or health-warning UI in consumer-facing products. For a smokefree or no-smoking indicator, the cigarette-off variant adds the necessary prohibition symbol.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/cigarette.svg" width="24" height="24" alt="Cigarette" />
<!-- React -->
import { Cigarette } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="cigarette.svg" width="48" height="48" style="image-rendering: pixelated" />