braces icon
braces-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- braces-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- 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.75 3a3.247 3.247 0 0 0-3.247 3.247V11c0 .518-.012.844-.172 1.164c-.153.305-.501.707-1.416 1.165a.75.75 0 0 0 0 1.342c.912.456 1.245.85 1.4 1.201c.175.4.188.87.188 1.693v4.188A3.247 3.247 0 0 0 7.75 25a.75.75 0 0 0 0-1.5a1.747 1.747 0 0 1-1.747-1.747v-4.26c0-.723 0-1.506-.315-2.224c-.211-.481-.542-.895-1.014-1.267c.463-.359.786-.744.998-1.166c.331-.661.33-1.316.33-1.795V6.247c0-.965.783-1.747 1.748-1.747a.75.75 0 0 0 0-1.5m12.5 0a3.247 3.247 0 0 1 3.247 3.247V11c0 .518.012.844.172 1.164c.153.305.501.707 1.416 1.165a.75.75 0 0 1 0 1.342c-.912.456-1.245.85-1.4 1.201c-.175.4-.188.87-.188 1.693v4.188A3.247 3.247 0 0 1 20.25 25a.75.75 0 0 1 0-1.5c.965 0 1.747-.782 1.747-1.747v-4.26c0-.723 0-1.506.315-2.224c.211-.481.542-.895 1.014-1.267c-.463-.359-.787-.744-.998-1.166c-.331-.661-.33-1.316-.33-1.795V6.247c0-.965-.783-1.747-1.748-1.747a.75.75 0 0 1 0-1.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentBraces28Regular(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.75 3a3.247 3.247 0 0 0-3.247 3.247V11c0 .518-.012.844-.172 1.164c-.153.305-.501.707-1.416 1.165a.75.75 0 0 0 0 1.342c.912.456 1.245.85 1.4 1.201c.175.4.188.87.188 1.693v4.188A3.247 3.247 0 0 0 7.75 25a.75.75 0 0 0 0-1.5a1.747 1.747 0 0 1-1.747-1.747v-4.26c0-.723 0-1.506-.315-2.224c-.211-.481-.542-.895-1.014-1.267c.463-.359.786-.744.998-1.166c.331-.661.33-1.316.33-1.795V6.247c0-.965.783-1.747 1.748-1.747a.75.75 0 0 0 0-1.5m12.5 0a3.247 3.247 0 0 1 3.247 3.247V11c0 .518.012.844.172 1.164c.153.305.501.707 1.416 1.165a.75.75 0 0 1 0 1.342c-.912.456-1.245.85-1.4 1.201c-.175.4-.188.87-.188 1.693v4.188A3.247 3.247 0 0 1 20.25 25a.75.75 0 0 1 0-1.5c.965 0 1.747-.782 1.747-1.747v-4.26c0-.723 0-1.506.315-2.224c.211-.481.542-.895 1.014-1.267c-.463-.359-.787-.744-.998-1.166c-.331-.661-.33-1.316-.33-1.795V6.247c0-.965-.783-1.747-1.748-1.747a.75.75 0 0 1 0-1.5"/></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.75 3a3.247 3.247 0 0 0-3.247 3.247V11c0 .518-.012.844-.172 1.164c-.153.305-.501.707-1.416 1.165a.75.75 0 0 0 0 1.342c.912.456 1.245.85 1.4 1.201c.175.4.188.87.188 1.693v4.188A3.247 3.247 0 0 0 7.75 25a.75.75 0 0 0 0-1.5a1.747 1.747 0 0 1-1.747-1.747v-4.26c0-.723 0-1.506-.315-2.224c-.211-.481-.542-.895-1.014-1.267c.463-.359.786-.744.998-1.166c.331-.661.33-1.316.33-1.795V6.247c0-.965.783-1.747 1.748-1.747a.75.75 0 0 0 0-1.5m12.5 0a3.247 3.247 0 0 1 3.247 3.247V11c0 .518.012.844.172 1.164c.153.305.501.707 1.416 1.165a.75.75 0 0 1 0 1.342c-.912.456-1.245.85-1.4 1.201c-.175.4-.188.87-.188 1.693v4.188A3.247 3.247 0 0 1 20.25 25a.75.75 0 0 1 0-1.5c.965 0 1.747-.782 1.747-1.747v-4.26c0-.723 0-1.506.315-2.224c.211-.481.542-.895 1.014-1.267c-.463-.359-.787-.744-.998-1.166c-.331-.661-.33-1.316-.33-1.795V6.247c0-.965-.783-1.747-1.748-1.747a.75.75 0 0 1 0-1.5"/></svg> </template>
CSS
.icon-braces-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.75%203a3.247%203.247%200%200%200-3.247%203.247V11c0%20.518-.012.844-.172%201.164c-.153.305-.501.707-1.416%201.165a.75.75%200%200%200%200%201.342c.912.456%201.245.85%201.4%201.201c.175.4.188.87.188%201.693v4.188A3.247%203.247%200%200%200%207.75%2025a.75.75%200%200%200%200-1.5a1.747%201.747%200%200%201-1.747-1.747v-4.26c0-.723%200-1.506-.315-2.224c-.211-.481-.542-.895-1.014-1.267c.463-.359.786-.744.998-1.166c.331-.661.33-1.316.33-1.795V6.247c0-.965.783-1.747%201.748-1.747a.75.75%200%200%200%200-1.5m12.5%200a3.247%203.247%200%200%201%203.247%203.247V11c0%20.518.012.844.172%201.164c.153.305.501.707%201.416%201.165a.75.75%200%200%201%200%201.342c-.912.456-1.245.85-1.4%201.201c-.175.4-.188.87-.188%201.693v4.188A3.247%203.247%200%200%201%2020.25%2025a.75.75%200%200%201%200-1.5c.965%200%201.747-.782%201.747-1.747v-4.26c0-.723%200-1.506.315-2.224c.211-.481.542-.895%201.014-1.267c-.463-.359-.787-.744-.998-1.166c-.331-.661-.33-1.316-.33-1.795V6.247c0-.965-.783-1.747-1.748-1.747a.75.75%200%200%201%200-1.5%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.75%203a3.247%203.247%200%200%200-3.247%203.247V11c0%20.518-.012.844-.172%201.164c-.153.305-.501.707-1.416%201.165a.75.75%200%200%200%200%201.342c.912.456%201.245.85%201.4%201.201c.175.4.188.87.188%201.693v4.188A3.247%203.247%200%200%200%207.75%2025a.75.75%200%200%200%200-1.5a1.747%201.747%200%200%201-1.747-1.747v-4.26c0-.723%200-1.506-.315-2.224c-.211-.481-.542-.895-1.014-1.267c.463-.359.786-.744.998-1.166c.331-.661.33-1.316.33-1.795V6.247c0-.965.783-1.747%201.748-1.747a.75.75%200%200%200%200-1.5m12.5%200a3.247%203.247%200%200%201%203.247%203.247V11c0%20.518.012.844.172%201.164c.153.305.501.707%201.416%201.165a.75.75%200%200%201%200%201.342c-.912.456-1.245.85-1.4%201.201c-.175.4-.188.87-.188%201.693v4.188A3.247%203.247%200%200%201%2020.25%2025a.75.75%200%200%201%200-1.5c.965%200%201.747-.782%201.747-1.747v-4.26c0-.723%200-1.506.315-2.224c.211-.481.542-.895%201.014-1.267c-.463-.359-.787-.744-.998-1.166c-.331-.661-.33-1.316-.33-1.795V6.247c0-.965-.783-1.747-1.748-1.747a.75.75%200%200%201%200-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/braces-28-regular.svg?color=%231a73e8&size=48