The HugeIcons quote down circle icon depicts a quotation mark pointing downwards within a circle, commonly used to represent a block quote or a downward-facing speech bubble.
Common uses
- Indicating a block quotation in content.
- Representing a comment or feedback directed downwards.
- Signifying a reply or response in a conversational UI.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { QuoteDownCircleIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={QuoteDownCircleIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- block quote icondownward quote iconspeech bubble down iconcomment icon
FAQ
- What is the QuoteDownCircleIcon used for?
- This icon is typically used to visually denote a block quote or a downward-facing speech bubble, often seen in content formatting or communication interfaces.
- How do I use the QuoteDownCircleIcon in React?
- Import both HugeiconsIcon and QuoteDownCircleIcon, then render the icon using <HugeiconsIcon icon={QuoteDownCircleIcon} />.
- What is the license for this icon?
- The QuoteDownCircleIcon is distributed under the MIT license, allowing for free use.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons 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 →