braces icon
braces-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- braces-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- 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 48 48"><path fill="currentColor" d="M14 6a5 5 0 0 0-5 5v8.05c0 .767-.068 1.34-.376 1.846c-.293.483-.946 1.13-2.598 1.68a1.5 1.5 0 0 0 0 2.847c1.648.55 2.266 1.182 2.558 1.727c.334.624.416 1.43.416 2.733V37a5 5 0 0 0 5 5h.5a1.5 1.5 0 0 0 0-3H14a2 2 0 0 1-2-2v-7.117c0-1.28-.043-2.79-.772-4.15a5.5 5.5 0 0 0-1.457-1.724a5.7 5.7 0 0 0 1.417-1.556c.755-1.243.812-2.52.812-3.403V11a2 2 0 0 1 2-2h.5a1.5 1.5 0 0 0 0-3zm20 0a5 5 0 0 1 5 5v8.05c0 .767.069 1.34.376 1.846c.293.483.946 1.13 2.598 1.68a1.5 1.5 0 0 1 0 2.847c-1.648.55-2.266 1.182-2.558 1.727c-.334.624-.416 1.43-.416 2.733V37a5 5 0 0 1-5 5h-.5a1.5 1.5 0 0 1 0-3h.5a2 2 0 0 0 2-2v-7.117c0-1.28.043-2.79.772-4.15a5.5 5.5 0 0 1 1.457-1.724a5.7 5.7 0 0 1-1.417-1.556C36.057 21.21 36 19.934 36 19.05V11a2 2 0 0 0-2-2h-.5a1.5 1.5 0 0 1 0-3z"/></svg>
React
import type { SVGProps } from "react";
export function FluentBraces48Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M14 6a5 5 0 0 0-5 5v8.05c0 .767-.068 1.34-.376 1.846c-.293.483-.946 1.13-2.598 1.68a1.5 1.5 0 0 0 0 2.847c1.648.55 2.266 1.182 2.558 1.727c.334.624.416 1.43.416 2.733V37a5 5 0 0 0 5 5h.5a1.5 1.5 0 0 0 0-3H14a2 2 0 0 1-2-2v-7.117c0-1.28-.043-2.79-.772-4.15a5.5 5.5 0 0 0-1.457-1.724a5.7 5.7 0 0 0 1.417-1.556c.755-1.243.812-2.52.812-3.403V11a2 2 0 0 1 2-2h.5a1.5 1.5 0 0 0 0-3zm20 0a5 5 0 0 1 5 5v8.05c0 .767.069 1.34.376 1.846c.293.483.946 1.13 2.598 1.68a1.5 1.5 0 0 1 0 2.847c-1.648.55-2.266 1.182-2.558 1.727c-.334.624-.416 1.43-.416 2.733V37a5 5 0 0 1-5 5h-.5a1.5 1.5 0 0 1 0-3h.5a2 2 0 0 0 2-2v-7.117c0-1.28.043-2.79.772-4.15a5.5 5.5 0 0 1 1.457-1.724a5.7 5.7 0 0 1-1.417-1.556C36.057 21.21 36 19.934 36 19.05V11a2 2 0 0 0-2-2h-.5a1.5 1.5 0 0 1 0-3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M14 6a5 5 0 0 0-5 5v8.05c0 .767-.068 1.34-.376 1.846c-.293.483-.946 1.13-2.598 1.68a1.5 1.5 0 0 0 0 2.847c1.648.55 2.266 1.182 2.558 1.727c.334.624.416 1.43.416 2.733V37a5 5 0 0 0 5 5h.5a1.5 1.5 0 0 0 0-3H14a2 2 0 0 1-2-2v-7.117c0-1.28-.043-2.79-.772-4.15a5.5 5.5 0 0 0-1.457-1.724a5.7 5.7 0 0 0 1.417-1.556c.755-1.243.812-2.52.812-3.403V11a2 2 0 0 1 2-2h.5a1.5 1.5 0 0 0 0-3zm20 0a5 5 0 0 1 5 5v8.05c0 .767.069 1.34.376 1.846c.293.483.946 1.13 2.598 1.68a1.5 1.5 0 0 1 0 2.847c-1.648.55-2.266 1.182-2.558 1.727c-.334.624-.416 1.43-.416 2.733V37a5 5 0 0 1-5 5h-.5a1.5 1.5 0 0 1 0-3h.5a2 2 0 0 0 2-2v-7.117c0-1.28.043-2.79.772-4.15a5.5 5.5 0 0 1 1.457-1.724a5.7 5.7 0 0 1-1.417-1.556C36.057 21.21 36 19.934 36 19.05V11a2 2 0 0 0-2-2h-.5a1.5 1.5 0 0 1 0-3z"/></svg> </template>
CSS
.icon-braces-48-filled {
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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%206a5%205%200%200%200-5%205v8.05c0%20.767-.068%201.34-.376%201.846c-.293.483-.946%201.13-2.598%201.68a1.5%201.5%200%200%200%200%202.847c1.648.55%202.266%201.182%202.558%201.727c.334.624.416%201.43.416%202.733V37a5%205%200%200%200%205%205h.5a1.5%201.5%200%200%200%200-3H14a2%202%200%200%201-2-2v-7.117c0-1.28-.043-2.79-.772-4.15a5.5%205.5%200%200%200-1.457-1.724a5.7%205.7%200%200%200%201.417-1.556c.755-1.243.812-2.52.812-3.403V11a2%202%200%200%201%202-2h.5a1.5%201.5%200%200%200%200-3zm20%200a5%205%200%200%201%205%205v8.05c0%20.767.069%201.34.376%201.846c.293.483.946%201.13%202.598%201.68a1.5%201.5%200%200%201%200%202.847c-1.648.55-2.266%201.182-2.558%201.727c-.334.624-.416%201.43-.416%202.733V37a5%205%200%200%201-5%205h-.5a1.5%201.5%200%200%201%200-3h.5a2%202%200%200%200%202-2v-7.117c0-1.28.043-2.79.772-4.15a5.5%205.5%200%200%201%201.457-1.724a5.7%205.7%200%200%201-1.417-1.556C36.057%2021.21%2036%2019.934%2036%2019.05V11a2%202%200%200%200-2-2h-.5a1.5%201.5%200%200%201%200-3z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%206a5%205%200%200%200-5%205v8.05c0%20.767-.068%201.34-.376%201.846c-.293.483-.946%201.13-2.598%201.68a1.5%201.5%200%200%200%200%202.847c1.648.55%202.266%201.182%202.558%201.727c.334.624.416%201.43.416%202.733V37a5%205%200%200%200%205%205h.5a1.5%201.5%200%200%200%200-3H14a2%202%200%200%201-2-2v-7.117c0-1.28-.043-2.79-.772-4.15a5.5%205.5%200%200%200-1.457-1.724a5.7%205.7%200%200%200%201.417-1.556c.755-1.243.812-2.52.812-3.403V11a2%202%200%200%201%202-2h.5a1.5%201.5%200%200%200%200-3zm20%200a5%205%200%200%201%205%205v8.05c0%20.767.069%201.34.376%201.846c.293.483.946%201.13%202.598%201.68a1.5%201.5%200%200%201%200%202.847c-1.648.55-2.266%201.182-2.558%201.727c-.334.624-.416%201.43-.416%202.733V37a5%205%200%200%201-5%205h-.5a1.5%201.5%200%200%201%200-3h.5a2%202%200%200%200%202-2v-7.117c0-1.28.043-2.79.772-4.15a5.5%205.5%200%200%201%201.457-1.724a5.7%205.7%200%200%201-1.417-1.556C36.057%2021.21%2036%2019.934%2036%2019.05V11a2%202%200%200%200-2-2h-.5a1.5%201.5%200%200%201%200-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/braces-48-filled.svg?color=%231a73e8&size=48