The HugeIcons table round icon depicts a circular table, commonly used to represent data tables, settings, or organizational structures in user interfaces.
Common uses
- Displaying tabular data
- Accessing table settings
- Representing a database or data source
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { TableRoundIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={TableRoundIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- circular table icondata table iconround data icontable icon
FAQ
- What is the TableRoundIcon used for?
- It visually represents data tables, configurations, or structured information within a UI. It's often used for actions related to tables or data management.
- How do I use the TableRoundIcon in a React project?
- Import both HugeiconsIcon and TableRoundIcon, then render it using <HugeiconsIcon icon={TableRoundIcon} />. Ensure you have installed '@hugeicons/react' and '@hugeicons/core-free-icons'.
- What is the license for this icon?
- The TableRoundIcon is 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.
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 →