The Tabler quote icon visually represents a quotation mark, commonly used in user interfaces to denote spoken words, citations, or text that has been directly copied.
Common uses
- Indicating a user's comment or post
- Highlighting a direct quote in an article
- Styling a blockquote element
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconQuote } from '@tabler/icons-react';
<IconQuote size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconQuote size={24} stroke={2} />filled
<IconQuoteFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Text
- Keywords
- chatmessagetextpunctuationquotationcommentquotetypographywritingfontquotation markspeech bubblecitation
FAQ
- What is the purpose of the quote icon?
- It's used to visually signify quoted text, dialogue, or citations within an interface.
- How do I use the quote icon in React?
- Import it using `import { IconQuote } from '@tabler/icons-react'` and then use it as a component: `<IconQuote />`.
- What is the license for the Tabler quote icon?
- The Tabler quote icon is distributed under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →