The Tabler relation one to one icon visually represents a strict relationship between two data entities where each record in one entity can be associated with at most one record in another, commonly used in database diagrams and UI elements indicating such constraints.
Common uses
- Database schema visualization
- Form field validation indicators
- Data model relationship mapping
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconRelationOneToOne } from '@tabler/icons-react';
<IconRelationOneToOne size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconRelationOneToOne size={24} stroke={2} />filled
<IconRelationOneToOneFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Database
- Keywords
- datamodelanalysisconnectiondatabaselinkrelationonetostoragesingle linkunique relationdata linkentity relation
FAQ
- What does the relation one to one icon represent?
- It signifies a one-to-one relationship between two data entities, meaning each item in one set corresponds to at most one item in another set.
- How do I use this icon in React?
- You can import and use it directly with: import { IconRelationOneToOne } from '@tabler/icons-react'
- What is the license for this icon?
- This icon 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 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 →