The HugeIcons distribute horizontal center icon visually represents the alignment of multiple objects evenly spaced along a horizontal axis, centered within a container.
Common uses
- Centering elements in a toolbar
- Distributing form fields horizontally
- Aligning items in a navigation bar
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { DistributeHorizontalCenterIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={DistributeHorizontalCenterIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- center align horizontaldistribute spacinghorizontal distributionalign center
FAQ
- What does the distribute horizontal center icon mean?
- This icon signifies the action of arranging multiple items with equal spacing between them, all aligned to the horizontal center of their parent element.
- How do I use this icon in React?
- Import the icon component and use it within the HugeiconsIcon wrapper: import { HugeiconsIcon } from '@hugeicons/react'; import { DistributeHorizontalCenterIcon } from '@hugeicons/core-free-icons'; render <HugeiconsIcon icon={DistributeHorizontalCenterIcon} />.
- What is the license for HugeIcons?
- HugeIcons are distributed under the MIT license, allowing for free use in both personal and commercial projects.
Related icons
The same idea in other libraries, and near matches in HugeIcons.