The HugeIcons stripe icon visually represents a horizontal band or line, often used to denote separation, emphasis, or a visual divider within a user interface.
Common uses
- Section dividers
- Emphasis on text
- Visual grouping
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { StripeIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={StripeIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- linedividerhorizontal ruleband
FAQ
- What is the Stripe icon used for?
- It's typically used to create visual separation between elements or to emphasize content by acting as a horizontal line.
- How do I use the Stripe icon in React?
- Import both HugeiconsIcon and StripeIcon, then render the icon using <HugeiconsIcon icon={StripeIcon} />.
- What is the license for the Stripe icon?
- The Stripe icon from HugeIcons is available under the MIT license.