The HugeIcons quora icon depicts the Quora logo, commonly used to represent links to the Quora platform or discussions originating from it.
Common uses
- Link to Quora profile
- Share content on Quora
- Indicate a source from Quora
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { QuoraIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={QuoraIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- quora logoq&a iconcommunity icon
FAQ
- What does the quora icon represent?
- It represents the Quora logo, used for linking to or referencing the Quora Q&A platform.
- How do I use the Quora icon in React?
- Import it using `import { QuoraIcon } from '@hugeicons/core-free-icons';` and render it as `<HugeiconsIcon icon={QuoraIcon} />`.
- What is the license for this icon?
- This icon is provided under the MIT license.