The Tabler relation one to many icon visually represents a database relationship where one record can be associated with multiple records, commonly used to illustrate data models and connections.
Common uses
- Database schema diagrams
- Data modeling tools
- API documentation for relationships
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconRelationOneToMany } from '@tabler/icons-react';
<IconRelationOneToMany size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconRelationOneToMany size={24} stroke={2} />filled
<IconRelationOneToManyFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Database
- Keywords
- datamodelanalysismultipleconnectiondatabaselinkrelationonemanytoone to many relationshipdatabase linkdata connectionmodel relation
FAQ
- What does the relation one to many icon represent?
- It signifies a one-to-many relationship in databases, meaning a single entity can be linked to numerous other entities.
- How do I use this icon in React?
- You can import and use it directly with: import { IconRelationOneToMany } from '@tabler/icons-react'
- What is the license for this icon?
- The Tabler icon library, including this icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.