The Phosphor highlighter icon visually represents a marker used for emphasizing or drawing attention to specific text or areas in a document or interface.
Common uses
- Highlighting selected text in a rich text editor.
- Indicating important notes or annotations.
- Marking items in a to-do list or checklist.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Highlighter } from '@phosphor-icons/react';
<Highlighter size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Highlighter size={24} />thin
<Highlighter size={24} weight="thin" />light
<Highlighter size={24} weight="light" />bold
<Highlighter size={24} weight="bold" />fill
<Highlighter size={24} weight="fill" />duotone
<Highlighter size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- design
- Keywords
- *new*markerwritewritingeditingdesigneditorofficehighlightereditemphasizenote
FAQ
- What is the highlighter icon used for?
- It's used to visually signify highlighting, marking, or emphasizing content within an application.
- How do I use the highlighter icon in React?
- You can import and use it like this: import { Highlighter } from '@phosphor-icons/react'. Then render it as <Highlighter size={24} />.
- What is the license for the Phosphor highlighter icon?
- The Phosphor icon library, including the highlighter icon, is distributed 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 →