The Tabler sitemap icon visually represents a website's structure or organization, often used to indicate navigation, site maps, or hierarchical data.
Common uses
- Link to a website's sitemap page.
- Button to view site navigation structure.
- Indicator for hierarchical data display.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconSitemap } from '@tabler/icons-react';
<IconSitemap size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconSitemap size={24} stroke={2} />filled
<IconSitemapFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Development
- Keywords
- pagewebpagewebsitelistroadmapindexgraphschemadiagramtreehierarchyorganizationdatadevelopmentsitemapsite map
FAQ
- What does the sitemap icon represent?
- It depicts a hierarchical structure, commonly used for website organization, navigation, or data schemas.
- How do I use the sitemap icon in React?
- Import it using `import { IconSitemap } from '@tabler/icons-react'` and render it as a component: `<IconSitemap />`.
- What is the license for this icon?
- The Tabler sitemap icon is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →