The HugeIcons subpoena icon visually represents a legal summons or official request, commonly used in UIs to indicate actions related to legal processes, document requests, or formal notifications.
Common uses
- Initiating a legal request action
- Linking to terms of service or legal documents
- Indicating a required official submission
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { SubpoenaIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={SubpoenaIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- summonslegaldocumentrequest
FAQ
- What does the subpoena icon represent?
- It depicts a legal summons or official document, used for actions related to legal processes or formal requests.
- How do I use the SubpoenaIcon in React?
- Import both HugeiconsIcon and SubpoenaIcon, then render <HugeiconsIcon icon={SubpoenaIcon} />.
- What is the license for this icon?
- This icon is distributed under the MIT license, allowing for free commercial and non-commercial use.