The Phosphor tag simple icon depicts a basic tag shape, commonly used to represent product pricing, discounts, or categorization in e-commerce interfaces.
Common uses
- Displaying product prices or sale badges.
- Labeling categories or tags for content.
- Indicating discount percentages on items.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { TagSimple } from '@phosphor-icons/react';
<TagSimple size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<TagSimple size={24} />thin
<TagSimple size={24} weight="thin" />light
<TagSimple size={24} weight="light" />bold
<TagSimple size={24} weight="bold" />fill
<TagSimple size={24} weight="fill" />duotone
<TagSimple size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- commerce
- Keywords
- tagshashtaglabelssalesellpricediscountcommercetechnology & developmentobjectstagsimpleprice taglabelsale icon
FAQ
- What is the tag simple icon used for?
- It's used to visually represent concepts like pricing, sales, discounts, or labels in user interfaces, especially within commerce contexts.
- How do I use the tag simple icon in React?
- You can import and use it directly with: import { TagSimple } from '@phosphor-icons/react'.
- What is the license for this icon?
- The Phosphor icon library, including the tag simple 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 →