The Phosphor cigarette slash icon depicts a cigarette with a diagonal line through it, commonly used to indicate a prohibition or restriction related to smoking.
Common uses
- Disabling smoking areas in a map or list.
- Indicating a 'no smoking' policy in a venue.
- Representing a health warning related to tobacco.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { CigaretteSlash } from '@phosphor-icons/react';
<CigaretteSlash size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<CigaretteSlash size={24} />thin
<CigaretteSlash size={24} weight="thin" />light
<CigaretteSlash size={24} weight="light" />bold
<CigaretteSlash size={24} weight="bold" />fill
<CigaretteSlash size={24} weight="fill" />duotone
<CigaretteSlash size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- commerce
- Keywords
- *new*non-smokingtobaccocommercehealth & wellnesscigaretteslashno smokingtobacco ban
FAQ
- What does the cigarette slash icon represent?
- It signifies 'no smoking' or a prohibition against cigarettes, often used for policies or warnings.
- How do I use this icon in React?
- Import it using `import { CigaretteSlash } from '@phosphor-icons/react'` and then use it as a component: `<CigaretteSlash />`.
- What is the license for this icon?
- The Phosphor icon library, including this icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Phosphor.
Looking for something else? Search Phosphor and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →