Pixelarticons

Brackets Angle Off Pixel Art Icon

Angle brackets with an off indicator for disabling HTML markup, stripping tags, and plain-text output in dev tools.

development Free 1 variant

Tags

bracketsangleoff

Style variants

base

Outline ยท rounded corners

Base, sharp, solid or glyph: see how the four styles differ and which to use.

About the Brackets Angle Off icon

Angle brackets crossed out or disabled, indicating that HTML or XML tag syntax is turned off. In a rich-text editor it can label a 'Strip HTML' or 'Plain text' export option. In a CMS it may appear on a 'Markdown-only' mode that prevents raw HTML input. As with braces-off and brackets-off, pairing it with the active brackets-angle icon creates a clear toggle. A label still helps because the prohibited-symbol meaning requires users to infer what is being disabled.

Usage

<!-- HTML -->
<img src="pixelarticons/svg/brackets-angle-off.svg" width="24" height="24" alt="Brackets Angle Off" />

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

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

Related icons