The Tabler logic or icon depicts a symbol representing the logical OR operation, commonly used in user interfaces to signify a choice between multiple options or conditions.
Common uses
- Selecting one or more options from a list.
- Indicating a conditional requirement where any of several criteria must be met.
- Representing a 'choose any' or 'select all that apply' functionality.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconLogicOr } from '@tabler/icons-react';
<IconLogicOr size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Logic
- Keywords
- gatetechnologyelectiricalitlogicorbooleanoperationreasoningconditionalor gateboolean orconditional logicchoice symbol
FAQ
- What does the logic OR icon represent?
- It visually represents the logical OR operation, meaning that at least one of the connected conditions or inputs is true.
- How do I use this icon in React?
- You can import and use it in your React application with: import { IconLogicOr } from '@tabler/icons-react'.
- What is the license for this icon?
- The Tabler icons, including the logic or icon, are 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 →