The Lucide text quote icon visually represents a block of quoted text, commonly used to indicate a quotation or a reply within a user interface.
Common uses
- Displaying user comments or replies
- Formatting blockquotes in rich text editors
- Highlighting cited text
Use it in React
Install
npm i lucide-reactImport & render
import { TextQuote } from 'lucide-react';
<TextQuote size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- blockquotequotationindentreplyresponsetextquotequotation mark
FAQ
- What is the purpose of the text quote icon?
- It signifies a block of quoted text, useful for replies, citations, or indented quotations in UI elements.
- How do I use the text quote icon in React?
- Import it using `import { TextQuote } from 'lucide-react'` and then use it as a React component: `<TextQuote />`.
- What is the license for Lucide icons?
- Lucide icons are distributed under the ISC license, which is a permissive free software license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide 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 →