The Tabler relation many to many icon visually represents a database relationship where one record in a table can be associated with multiple records in another table, and vice versa, commonly used in database modeling diagrams.
Common uses
- Database schema visualization
- Data modeling tools
- ER diagram components
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconRelationManyToMany } from '@tabler/icons-react';
<IconRelationManyToMany size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconRelationManyToMany size={24} stroke={2} />filled
<IconRelationManyToManyFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Database
- Keywords
- datamodelanalysismultipleconnectiondatabaselinkrelationmanytomany to many relationshipdatabase linkmany-to-manybidirectional relation
FAQ
- What does the relation many to many icon represent?
- It signifies a database relationship where records in two tables can be linked to multiple records in each other. This is fundamental in relational database design.
- How do I use this icon in React?
- You can import and use it directly with: import { IconRelationManyToMany } from '@tabler/icons-react'. Then render it as <IconRelationManyToMany />.
- What is the license for this icon?
- This icon is from the Tabler icon library and is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.