Pixelarticons

Brackets Angle Content Pixel Art Icon

Angle brackets with content for populated HTML elements, filled template tags, and active markup expressions.

development Pro 1 variant

Tags

bracketsanglecontent

Style variants

base

Outline ยท rounded corners

Get Pro

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

About the Brackets Angle Content icon

Angle brackets enclosing a content element, representing an HTML or XML tag that has inner content. It suits a schema editor showing a tag node with children, a code viewer highlighting a non-self-closing element, or a template mode where a tag wraps actual text or child nodes. Compared to the empty brackets-angle, this variant signals that the element is non-empty. For toggling angle-bracket syntax off entirely, brackets-angle-off is the matching disabled state.

Usage

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

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

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

Related icons