The Tabler spaces icon visually represents empty areas or intervals, often used to denote spacing, margins, or gaps within a user interface.
Common uses
- Indicating adjustable spacing controls in layout settings.
- Representing empty or unassigned areas in a dashboard.
- Visualizing margins or padding in design tools.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconSpaces } from '@tabler/icons-react';
<IconSpaces size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- gapintervaldistancevoidseparationareamarginexpansebreachemptinesssystemspaces
FAQ
- What is the purpose of the spaces icon?
- It's used to signify empty areas, gaps, or intervals, commonly for UI elements related to spacing, margins, or layout.
- How do I use the spaces icon in React?
- Import it using `import { IconSpaces } from '@tabler/icons-react';` and then use it as a React component like `<IconSpaces />`.
- What is the license for the spaces icon?
- The Tabler icons, including the spaces icon, are distributed under the MIT license.