braces-variable-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.

Name
braces-variable-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the braces variable icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M13.25 6A6.25 6.25 0 0 0 7 12.25v7.665c0 1.37-.946 2.559-2.28 2.867a1.25 1.25 0 0 0 .022 2.441A2.94 2.94 0 0 1 7 28.085v7.664a6.25 6.25 0 0 0 6.25 6.25a1.25 1.25 0 0 0 0-2.5a3.75 3.75 0 0 1-3.75-3.75v-7.664A5.44 5.44 0 0 0 7.654 24A5.44 5.44 0 0 0 9.5 19.915V12.25a3.75 3.75 0 0 1 3.75-3.75a1.25 1.25 0 0 0 0-2.5m4.484 7.979a1.25 1.25 0 1 0-1.968 1.542L22.413 24l-6.645 8.479a1.25 1.25 0 1 0 1.967 1.542L24 26.026l6.267 7.995a1.25 1.25 0 1 0 1.967-1.542L25.588 24l6.646-8.479a1.25 1.25 0 0 0-1.968-1.542L24 21.974zM34.75 6A6.25 6.25 0 0 1 41 12.25v7.665c0 1.37.946 2.559 2.281 2.867a1.25 1.25 0 0 1-.022 2.441A2.94 2.94 0 0 0 41 28.085v7.664a6.25 6.25 0 0 1-6.25 6.25a1.25 1.25 0 0 1 0-2.5a3.75 3.75 0 0 0 3.75-3.75v-7.664A5.44 5.44 0 0 1 40.346 24a5.44 5.44 0 0 1-1.846-4.085V12.25a3.75 3.75 0 0 0-3.75-3.75a1.25 1.25 0 1 1 0-2.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentBracesVariable48Regular(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="M13.25 6A6.25 6.25 0 0 0 7 12.25v7.665c0 1.37-.946 2.559-2.28 2.867a1.25 1.25 0 0 0 .022 2.441A2.94 2.94 0 0 1 7 28.085v7.664a6.25 6.25 0 0 0 6.25 6.25a1.25 1.25 0 0 0 0-2.5a3.75 3.75 0 0 1-3.75-3.75v-7.664A5.44 5.44 0 0 0 7.654 24A5.44 5.44 0 0 0 9.5 19.915V12.25a3.75 3.75 0 0 1 3.75-3.75a1.25 1.25 0 0 0 0-2.5m4.484 7.979a1.25 1.25 0 1 0-1.968 1.542L22.413 24l-6.645 8.479a1.25 1.25 0 1 0 1.967 1.542L24 26.026l6.267 7.995a1.25 1.25 0 1 0 1.967-1.542L25.588 24l6.646-8.479a1.25 1.25 0 0 0-1.968-1.542L24 21.974zM34.75 6A6.25 6.25 0 0 1 41 12.25v7.665c0 1.37.946 2.559 2.281 2.867a1.25 1.25 0 0 1-.022 2.441A2.94 2.94 0 0 0 41 28.085v7.664a6.25 6.25 0 0 1-6.25 6.25a1.25 1.25 0 0 1 0-2.5a3.75 3.75 0 0 0 3.75-3.75v-7.664A5.44 5.44 0 0 1 40.346 24a5.44 5.44 0 0 1-1.846-4.085V12.25a3.75 3.75 0 0 0-3.75-3.75a1.25 1.25 0 1 1 0-2.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M13.25 6A6.25 6.25 0 0 0 7 12.25v7.665c0 1.37-.946 2.559-2.28 2.867a1.25 1.25 0 0 0 .022 2.441A2.94 2.94 0 0 1 7 28.085v7.664a6.25 6.25 0 0 0 6.25 6.25a1.25 1.25 0 0 0 0-2.5a3.75 3.75 0 0 1-3.75-3.75v-7.664A5.44 5.44 0 0 0 7.654 24A5.44 5.44 0 0 0 9.5 19.915V12.25a3.75 3.75 0 0 1 3.75-3.75a1.25 1.25 0 0 0 0-2.5m4.484 7.979a1.25 1.25 0 1 0-1.968 1.542L22.413 24l-6.645 8.479a1.25 1.25 0 1 0 1.967 1.542L24 26.026l6.267 7.995a1.25 1.25 0 1 0 1.967-1.542L25.588 24l6.646-8.479a1.25 1.25 0 0 0-1.968-1.542L24 21.974zM34.75 6A6.25 6.25 0 0 1 41 12.25v7.665c0 1.37.946 2.559 2.281 2.867a1.25 1.25 0 0 1-.022 2.441A2.94 2.94 0 0 0 41 28.085v7.664a6.25 6.25 0 0 1-6.25 6.25a1.25 1.25 0 0 1 0-2.5a3.75 3.75 0 0 0 3.75-3.75v-7.664A5.44 5.44 0 0 1 40.346 24a5.44 5.44 0 0 1-1.846-4.085V12.25a3.75 3.75 0 0 0-3.75-3.75a1.25 1.25 0 1 1 0-2.5"/></svg>
</template>

CSS

.icon-braces-variable-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.25%206A6.25%206.25%200%200%200%207%2012.25v7.665c0%201.37-.946%202.559-2.28%202.867a1.25%201.25%200%200%200%20.022%202.441A2.94%202.94%200%200%201%207%2028.085v7.664a6.25%206.25%200%200%200%206.25%206.25a1.25%201.25%200%200%200%200-2.5a3.75%203.75%200%200%201-3.75-3.75v-7.664A5.44%205.44%200%200%200%207.654%2024A5.44%205.44%200%200%200%209.5%2019.915V12.25a3.75%203.75%200%200%201%203.75-3.75a1.25%201.25%200%200%200%200-2.5m4.484%207.979a1.25%201.25%200%201%200-1.968%201.542L22.413%2024l-6.645%208.479a1.25%201.25%200%201%200%201.967%201.542L24%2026.026l6.267%207.995a1.25%201.25%200%201%200%201.967-1.542L25.588%2024l6.646-8.479a1.25%201.25%200%200%200-1.968-1.542L24%2021.974zM34.75%206A6.25%206.25%200%200%201%2041%2012.25v7.665c0%201.37.946%202.559%202.281%202.867a1.25%201.25%200%200%201-.022%202.441A2.94%202.94%200%200%200%2041%2028.085v7.664a6.25%206.25%200%200%201-6.25%206.25a1.25%201.25%200%200%201%200-2.5a3.75%203.75%200%200%200%203.75-3.75v-7.664A5.44%205.44%200%200%201%2040.346%2024a5.44%205.44%200%200%201-1.846-4.085V12.25a3.75%203.75%200%200%200-3.75-3.75a1.25%201.25%200%201%201%200-2.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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.25%206A6.25%206.25%200%200%200%207%2012.25v7.665c0%201.37-.946%202.559-2.28%202.867a1.25%201.25%200%200%200%20.022%202.441A2.94%202.94%200%200%201%207%2028.085v7.664a6.25%206.25%200%200%200%206.25%206.25a1.25%201.25%200%200%200%200-2.5a3.75%203.75%200%200%201-3.75-3.75v-7.664A5.44%205.44%200%200%200%207.654%2024A5.44%205.44%200%200%200%209.5%2019.915V12.25a3.75%203.75%200%200%201%203.75-3.75a1.25%201.25%200%200%200%200-2.5m4.484%207.979a1.25%201.25%200%201%200-1.968%201.542L22.413%2024l-6.645%208.479a1.25%201.25%200%201%200%201.967%201.542L24%2026.026l6.267%207.995a1.25%201.25%200%201%200%201.967-1.542L25.588%2024l6.646-8.479a1.25%201.25%200%200%200-1.968-1.542L24%2021.974zM34.75%206A6.25%206.25%200%200%201%2041%2012.25v7.665c0%201.37.946%202.559%202.281%202.867a1.25%201.25%200%200%201-.022%202.441A2.94%202.94%200%200%200%2041%2028.085v7.664a6.25%206.25%200%200%201-6.25%206.25a1.25%201.25%200%200%201%200-2.5a3.75%203.75%200%200%200%203.75-3.75v-7.664A5.44%205.44%200%200%201%2040.346%2024a5.44%205.44%200%200%201-1.846-4.085V12.25a3.75%203.75%200%200%200-3.75-3.75a1.25%201.25%200%201%201%200-2.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/braces-variable-48-regular.svg?color=%231a73e8&size=48