The Tabler barrier block icon depicts a construction barrier, commonly used in UI to signify a blocked area, a restriction, or a temporary obstruction.
Common uses
- Blocking access to a feature until a condition is met.
- Indicating a section of a page is under maintenance.
- Representing a traffic stop or a restricted zone.
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconBarrierBlock } from '@tabler/icons-react';
<IconBarrierBlock size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconBarrierBlock size={24} stroke={2} />filled
<IconBarrierBlockFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Design
- Keywords
- constructionstoptrafficbarricadestreetbarrierblockdesignstop signrestricted area
FAQ
- What does the barrier block icon represent?
- It represents a physical barrier or barricade, often used to signify a blocked or restricted area in a user interface.
- How do I use this icon in React?
- You can import and use it in your React application with: import { IconBarrierBlock } from '@tabler/icons-react'
- What is the license for this icon?
- The Tabler icon library, including the barrier block 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 →