The HugeIcons paragraph spacing icon visually represents the adjustment of vertical space between blocks of text, commonly used in text editing interfaces to control line height or paragraph margins.
Common uses
- Adjusting line spacing in a rich text editor
- Setting vertical padding for text blocks
- Controlling paragraph separation in a document
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { ParagraphSpacingIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={ParagraphSpacingIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- line heighttext spacingparagraph marginvertical spacing
FAQ
- What does the paragraph spacing icon represent?
- It signifies the control over the vertical distance between lines or paragraphs of text, allowing users to adjust the spacing for better readability or layout.
- How do I use the ParagraphSpacingIcon in React?
- Import both HugeiconsIcon and ParagraphSpacingIcon, then render it using <HugeiconsIcon icon={ParagraphSpacingIcon} />.
- What is the license for this icon?
- The HugeIcons library, including the ParagraphSpacingIcon, is distributed under the MIT license.
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 →