Brackets Off Pixel Art Icon
Square brackets with an off indicator for disabling array mode, non-list data types, and format-toggle states.
Tags
bracketsoff
Style variants
base
Outline · rounded corners
sharp
Outline · sharp corners
Base, sharp, solid or glyph: see how the four styles differ and which to use.
About the Brackets Off icon
Square brackets marked as inactive or crossed out, indicating that array or list formatting is disabled. An API tool might show this when a field accepts only a single value rather than a list, or when array-output mode is toggled off. Pair it with the plain brackets icon for a clear on/off switch. A label reinforces the meaning since the prohibited symbol alone may not be self-evident in all developer contexts.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/brackets-off.svg" width="24" height="24" alt="Brackets Off" />
<!-- React -->
import { BracketsOff } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="brackets-off.svg" width="48" height="48" style="image-rendering: pixelated" />