Brackets Angle Pixel Art Icon
Angle-bracket icons for HTML tags, XML elements, template markup, and code-syntax indicators in web development tools.
Tags
bracketsangle
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 icon
A pair of angle brackets (less-than and greater-than signs), the defining punctuation of HTML and XML. Developer tools use them to label HTML view toggles, markup-format buttons, and tag-completion hints. In template engines they can mark the raw template syntax mode. Because angle brackets are so strongly associated with HTML, this icon is most at home in web development contexts. For JSON or JavaScript objects, braces are more accurate; for arrays, square brackets are clearer.
Usage
<!-- HTML -->
<img src="pixelarticons/svg/brackets-angle.svg" width="24" height="24" alt="Brackets Angle" />
<!-- React -->
import { BracketsAngle } from 'pixelarticons/react'
<!-- Sizes: 24px, 48px, 72px, 96px (multiples of 24) -->
<img src="brackets-angle.svg" width="48" height="48" style="image-rendering: pixelated" />