braces icon
braces-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- braces-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- License
- MIT
11 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the braces icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.5 4A3.5 3.5 0 0 0 6 7.5v5.2c0 .577-.017.922-.19 1.24c-.157.288-.54.713-1.654 1.121a1 1 0 0 0 0 1.878c1.11.407 1.47.822 1.63 1.153c.195.407.214.91.214 1.83V24.5A3.5 3.5 0 0 0 9.5 28h.5a1 1 0 1 0 0-2h-.5A1.5 1.5 0 0 1 8 24.5v-4.674c0-.786.002-1.74-.411-2.6a3.5 3.5 0 0 0-.983-1.22a3.6 3.6 0 0 0 .96-1.108C8 14.098 8 13.28 8 12.754V7.5A1.5 1.5 0 0 1 9.5 6h.5a1 1 0 1 0 0-2zm13 0A3.5 3.5 0 0 1 26 7.5v5.2c0 .577.017.922.19 1.24c.157.288.54.713 1.654 1.121a1 1 0 0 1 0 1.878c-1.11.407-1.47.822-1.63 1.153c-.195.407-.214.91-.214 1.83V24.5a3.5 3.5 0 0 1-3.5 3.5H22a1 1 0 1 1 0-2h.5a1.5 1.5 0 0 0 1.5-1.5v-4.674c0-.786-.002-1.74.411-2.6c.226-.47.55-.872.983-1.22a3.6 3.6 0 0 1-.96-1.108c-.436-.8-.435-1.618-.434-2.144V7.5A1.5 1.5 0 0 0 22.5 6H22a1 1 0 1 1 0-2z"/></svg>
React
import type { SVGProps } from "react";
export function FluentBraces32Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.5 4A3.5 3.5 0 0 0 6 7.5v5.2c0 .577-.017.922-.19 1.24c-.157.288-.54.713-1.654 1.121a1 1 0 0 0 0 1.878c1.11.407 1.47.822 1.63 1.153c.195.407.214.91.214 1.83V24.5A3.5 3.5 0 0 0 9.5 28h.5a1 1 0 1 0 0-2h-.5A1.5 1.5 0 0 1 8 24.5v-4.674c0-.786.002-1.74-.411-2.6a3.5 3.5 0 0 0-.983-1.22a3.6 3.6 0 0 0 .96-1.108C8 14.098 8 13.28 8 12.754V7.5A1.5 1.5 0 0 1 9.5 6h.5a1 1 0 1 0 0-2zm13 0A3.5 3.5 0 0 1 26 7.5v5.2c0 .577.017.922.19 1.24c.157.288.54.713 1.654 1.121a1 1 0 0 1 0 1.878c-1.11.407-1.47.822-1.63 1.153c-.195.407-.214.91-.214 1.83V24.5a3.5 3.5 0 0 1-3.5 3.5H22a1 1 0 1 1 0-2h.5a1.5 1.5 0 0 0 1.5-1.5v-4.674c0-.786-.002-1.74.411-2.6c.226-.47.55-.872.983-1.22a3.6 3.6 0 0 1-.96-1.108c-.436-.8-.435-1.618-.434-2.144V7.5A1.5 1.5 0 0 0 22.5 6H22a1 1 0 1 1 0-2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.5 4A3.5 3.5 0 0 0 6 7.5v5.2c0 .577-.017.922-.19 1.24c-.157.288-.54.713-1.654 1.121a1 1 0 0 0 0 1.878c1.11.407 1.47.822 1.63 1.153c.195.407.214.91.214 1.83V24.5A3.5 3.5 0 0 0 9.5 28h.5a1 1 0 1 0 0-2h-.5A1.5 1.5 0 0 1 8 24.5v-4.674c0-.786.002-1.74-.411-2.6a3.5 3.5 0 0 0-.983-1.22a3.6 3.6 0 0 0 .96-1.108C8 14.098 8 13.28 8 12.754V7.5A1.5 1.5 0 0 1 9.5 6h.5a1 1 0 1 0 0-2zm13 0A3.5 3.5 0 0 1 26 7.5v5.2c0 .577.017.922.19 1.24c.157.288.54.713 1.654 1.121a1 1 0 0 1 0 1.878c-1.11.407-1.47.822-1.63 1.153c-.195.407-.214.91-.214 1.83V24.5a3.5 3.5 0 0 1-3.5 3.5H22a1 1 0 1 1 0-2h.5a1.5 1.5 0 0 0 1.5-1.5v-4.674c0-.786-.002-1.74.411-2.6c.226-.47.55-.872.983-1.22a3.6 3.6 0 0 1-.96-1.108c-.436-.8-.435-1.618-.434-2.144V7.5A1.5 1.5 0 0 0 22.5 6H22a1 1 0 1 1 0-2z"/></svg> </template>
CSS
.icon-braces-32-regular {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%204A3.5%203.5%200%200%200%206%207.5v5.2c0%20.577-.017.922-.19%201.24c-.157.288-.54.713-1.654%201.121a1%201%200%200%200%200%201.878c1.11.407%201.47.822%201.63%201.153c.195.407.214.91.214%201.83V24.5A3.5%203.5%200%200%200%209.5%2028h.5a1%201%200%201%200%200-2h-.5A1.5%201.5%200%200%201%208%2024.5v-4.674c0-.786.002-1.74-.411-2.6a3.5%203.5%200%200%200-.983-1.22a3.6%203.6%200%200%200%20.96-1.108C8%2014.098%208%2013.28%208%2012.754V7.5A1.5%201.5%200%200%201%209.5%206h.5a1%201%200%201%200%200-2zm13%200A3.5%203.5%200%200%201%2026%207.5v5.2c0%20.577.017.922.19%201.24c.157.288.54.713%201.654%201.121a1%201%200%200%201%200%201.878c-1.11.407-1.47.822-1.63%201.153c-.195.407-.214.91-.214%201.83V24.5a3.5%203.5%200%200%201-3.5%203.5H22a1%201%200%201%201%200-2h.5a1.5%201.5%200%200%200%201.5-1.5v-4.674c0-.786-.002-1.74.411-2.6c.226-.47.55-.872.983-1.22a3.6%203.6%200%200%201-.96-1.108c-.436-.8-.435-1.618-.434-2.144V7.5A1.5%201.5%200%200%200%2022.5%206H22a1%201%200%201%201%200-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%204A3.5%203.5%200%200%200%206%207.5v5.2c0%20.577-.017.922-.19%201.24c-.157.288-.54.713-1.654%201.121a1%201%200%200%200%200%201.878c1.11.407%201.47.822%201.63%201.153c.195.407.214.91.214%201.83V24.5A3.5%203.5%200%200%200%209.5%2028h.5a1%201%200%201%200%200-2h-.5A1.5%201.5%200%200%201%208%2024.5v-4.674c0-.786.002-1.74-.411-2.6a3.5%203.5%200%200%200-.983-1.22a3.6%203.6%200%200%200%20.96-1.108C8%2014.098%208%2013.28%208%2012.754V7.5A1.5%201.5%200%200%201%209.5%206h.5a1%201%200%201%200%200-2zm13%200A3.5%203.5%200%200%201%2026%207.5v5.2c0%20.577.017.922.19%201.24c.157.288.54.713%201.654%201.121a1%201%200%200%201%200%201.878c-1.11.407-1.47.822-1.63%201.153c-.195.407-.214.91-.214%201.83V24.5a3.5%203.5%200%200%201-3.5%203.5H22a1%201%200%201%201%200-2h.5a1.5%201.5%200%200%200%201.5-1.5v-4.674c0-.786-.002-1.74.411-2.6c.226-.47.55-.872.983-1.22a3.6%203.6%200%200%201-.96-1.108c-.436-.8-.435-1.618-.434-2.144V7.5A1.5%201.5%200%200%200%2022.5%206H22a1%201%200%201%201%200-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/braces-32-regular.svg?color=%231a73e8&size=48