braces icon
braces-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- braces-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M7.5 3a3.497 3.497 0 0 0-3.497 3.497V11c0 .524-.016.792-.146 1.052c-.12.24-.417.61-1.304 1.053a1 1 0 0 0 0 1.79c.883.441 1.16.8 1.283 1.078c.15.342.167.756.167 1.592v3.938A3.497 3.497 0 0 0 7.5 25a1 1 0 1 0 0-2c-.827 0-1.497-.67-1.497-1.497v-4.026c0-.71 0-1.541-.336-2.309a3.4 3.4 0 0 0-.854-1.164c.367-.324.64-.673.832-1.056c.359-.715.358-1.422.358-1.899V6.497C6.003 5.67 6.673 5 7.5 5a1 1 0 0 0 0-2m13 0a3.497 3.497 0 0 1 3.497 3.497V11c0 .524.015.792.146 1.052c.12.24.417.61 1.304 1.053a1 1 0 0 1 0 1.79c-.883.441-1.16.8-1.283 1.078c-.15.342-.167.756-.167 1.592v3.938A3.497 3.497 0 0 1 20.5 25a1 1 0 1 1 0-2c.827 0 1.497-.67 1.497-1.497v-4.026c0-.71 0-1.541.336-2.309a3.4 3.4 0 0 1 .854-1.164a3.5 3.5 0 0 1-.832-1.056c-.359-.715-.358-1.422-.358-1.899V6.497C21.997 5.67 21.327 5 20.5 5a1 1 0 1 1 0-2"/></svg>
React
import type { SVGProps } from "react";
export function FluentBraces28Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M7.5 3a3.497 3.497 0 0 0-3.497 3.497V11c0 .524-.016.792-.146 1.052c-.12.24-.417.61-1.304 1.053a1 1 0 0 0 0 1.79c.883.441 1.16.8 1.283 1.078c.15.342.167.756.167 1.592v3.938A3.497 3.497 0 0 0 7.5 25a1 1 0 1 0 0-2c-.827 0-1.497-.67-1.497-1.497v-4.026c0-.71 0-1.541-.336-2.309a3.4 3.4 0 0 0-.854-1.164c.367-.324.64-.673.832-1.056c.359-.715.358-1.422.358-1.899V6.497C6.003 5.67 6.673 5 7.5 5a1 1 0 0 0 0-2m13 0a3.497 3.497 0 0 1 3.497 3.497V11c0 .524.015.792.146 1.052c.12.24.417.61 1.304 1.053a1 1 0 0 1 0 1.79c-.883.441-1.16.8-1.283 1.078c-.15.342-.167.756-.167 1.592v3.938A3.497 3.497 0 0 1 20.5 25a1 1 0 1 1 0-2c.827 0 1.497-.67 1.497-1.497v-4.026c0-.71 0-1.541.336-2.309a3.4 3.4 0 0 1 .854-1.164a3.5 3.5 0 0 1-.832-1.056c-.359-.715-.358-1.422-.358-1.899V6.497C21.997 5.67 21.327 5 20.5 5a1 1 0 1 1 0-2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M7.5 3a3.497 3.497 0 0 0-3.497 3.497V11c0 .524-.016.792-.146 1.052c-.12.24-.417.61-1.304 1.053a1 1 0 0 0 0 1.79c.883.441 1.16.8 1.283 1.078c.15.342.167.756.167 1.592v3.938A3.497 3.497 0 0 0 7.5 25a1 1 0 1 0 0-2c-.827 0-1.497-.67-1.497-1.497v-4.026c0-.71 0-1.541-.336-2.309a3.4 3.4 0 0 0-.854-1.164c.367-.324.64-.673.832-1.056c.359-.715.358-1.422.358-1.899V6.497C6.003 5.67 6.673 5 7.5 5a1 1 0 0 0 0-2m13 0a3.497 3.497 0 0 1 3.497 3.497V11c0 .524.015.792.146 1.052c.12.24.417.61 1.304 1.053a1 1 0 0 1 0 1.79c-.883.441-1.16.8-1.283 1.078c-.15.342-.167.756-.167 1.592v3.938A3.497 3.497 0 0 1 20.5 25a1 1 0 1 1 0-2c.827 0 1.497-.67 1.497-1.497v-4.026c0-.71 0-1.541.336-2.309a3.4 3.4 0 0 1 .854-1.164a3.5 3.5 0 0 1-.832-1.056c-.359-.715-.358-1.422-.358-1.899V6.497C21.997 5.67 21.327 5 20.5 5a1 1 0 1 1 0-2"/></svg> </template>
CSS
.icon-braces-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%203a3.497%203.497%200%200%200-3.497%203.497V11c0%20.524-.016.792-.146%201.052c-.12.24-.417.61-1.304%201.053a1%201%200%200%200%200%201.79c.883.441%201.16.8%201.283%201.078c.15.342.167.756.167%201.592v3.938A3.497%203.497%200%200%200%207.5%2025a1%201%200%201%200%200-2c-.827%200-1.497-.67-1.497-1.497v-4.026c0-.71%200-1.541-.336-2.309a3.4%203.4%200%200%200-.854-1.164c.367-.324.64-.673.832-1.056c.359-.715.358-1.422.358-1.899V6.497C6.003%205.67%206.673%205%207.5%205a1%201%200%200%200%200-2m13%200a3.497%203.497%200%200%201%203.497%203.497V11c0%20.524.015.792.146%201.052c.12.24.417.61%201.304%201.053a1%201%200%200%201%200%201.79c-.883.441-1.16.8-1.283%201.078c-.15.342-.167.756-.167%201.592v3.938A3.497%203.497%200%200%201%2020.5%2025a1%201%200%201%201%200-2c.827%200%201.497-.67%201.497-1.497v-4.026c0-.71%200-1.541.336-2.309a3.4%203.4%200%200%201%20.854-1.164a3.5%203.5%200%200%201-.832-1.056c-.359-.715-.358-1.422-.358-1.899V6.497C21.997%205.67%2021.327%205%2020.5%205a1%201%200%201%201%200-2%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%203a3.497%203.497%200%200%200-3.497%203.497V11c0%20.524-.016.792-.146%201.052c-.12.24-.417.61-1.304%201.053a1%201%200%200%200%200%201.79c.883.441%201.16.8%201.283%201.078c.15.342.167.756.167%201.592v3.938A3.497%203.497%200%200%200%207.5%2025a1%201%200%201%200%200-2c-.827%200-1.497-.67-1.497-1.497v-4.026c0-.71%200-1.541-.336-2.309a3.4%203.4%200%200%200-.854-1.164c.367-.324.64-.673.832-1.056c.359-.715.358-1.422.358-1.899V6.497C6.003%205.67%206.673%205%207.5%205a1%201%200%200%200%200-2m13%200a3.497%203.497%200%200%201%203.497%203.497V11c0%20.524.015.792.146%201.052c.12.24.417.61%201.304%201.053a1%201%200%200%201%200%201.79c-.883.441-1.16.8-1.283%201.078c-.15.342-.167.756-.167%201.592v3.938A3.497%203.497%200%200%201%2020.5%2025a1%201%200%201%201%200-2c.827%200%201.497-.67%201.497-1.497v-4.026c0-.71%200-1.541.336-2.309a3.4%203.4%200%200%201%20.854-1.164a3.5%203.5%200%200%201-.832-1.056c-.359-.715-.358-1.422-.358-1.899V6.497C21.997%205.67%2021.327%205%2020.5%205a1%201%200%201%201%200-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/braces-28-filled.svg?color=%231a73e8&size=48