Pixelarticons

Braces Off Pixel Art Icon

Braces with an off indicator for disabling JSON mode, raw-text output, non-object data types, and template-syntax toggles.

development Free 2 variants

Tags

bracesoff

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 Braces Off icon

Curly braces crossed out or marked inactive, signaling that JSON mode, object formatting, or template syntax is disabled. In a developer tool it can appear on a 'Plain text output' toggle that strips JSON wrapping, or on a schema field where the object type is not allowed. Pair it with the plain braces icon for an on/off toggle. When suppressing code syntax generally rather than curly braces specifically, adding a label prevents ambiguity.

Usage

<!-- HTML -->
<img src="pixelarticons/svg/braces-off.svg" width="24" height="24" alt="Braces Off" />

<!-- React -->
import { BracesOff } from 'pixelarticons/react'

<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="braces-off.svg" width="48" height="48" style="image-rendering: pixelated" />

Related icons