The Tabler triangle square circle icon visually represents a combination of fundamental geometric shapes, often used to signify a set of options, a configuration menu, or a general category related to forms and geometry.
Common uses
- Settings or configuration menu trigger
- Button for 'Advanced Options'
- Icon for a 'Geometric Shapes' category
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconTriangleSquareCircle } from '@tabler/icons-react';
<IconTriangleSquareCircle size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconTriangleSquareCircle size={24} stroke={2} />filled
<IconTriangleSquareCircleFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Shapes
- Keywords
- shapegeometryroundangletrianglesquarecirclecircularrectangularformshapesgeometry optionsshape combinationform settingsround square triangle
FAQ
- What does the triangle square circle icon represent?
- It combines a triangle, square, and circle, symbolizing a collection of basic geometric forms or a set of related options.
- How do I use this icon in React?
- Import it using `import { IconTriangleSquareCircle } from '@tabler/icons-react';` and then use it as a React component.
- What is the license for this icon?
- The Tabler icon library, including this icon, is distributed 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 →