The Phosphor tag icon depicts a label or marker, commonly used in UI to represent categories, keywords, pricing, or discounts.
Common uses
- Product categorization
- Applying discounts
- User interest tagging
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Tag } from '@phosphor-icons/react';
<Tag size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Tag size={24} />thin
<Tag size={24} weight="thin" />light
<Tag size={24} weight="light" />bold
<Tag size={24} weight="bold" />fill
<Tag size={24} weight="fill" />duotone
<Tag size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- commerce
- Keywords
- tagshashtaglabelssalesellpricediscountcommercetechnology & developmentobjectstaglabelprice tag
FAQ
- What is the tag icon used for?
- It's used to visually represent labels, categories, pricing, or discounts in user interfaces.
- How do I use the tag icon in React?
- Import it using `import { Tag } from '@phosphor-icons/react'` and then render it as a component: `<Tag />`.
- What is the license for Phosphor icons?
- Phosphor icons are distributed under the MIT license, allowing for free use.
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 →