braces variable icon
braces-variable-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- braces-variable-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M3 6a3 3 0 0 1 3-3a1 1 0 0 1 0 2a1 1 0 0 0-1 1v3.938c0 .789-.307 1.519-.82 2.062c.513.543.82 1.273.82 2.062V18a1 1 0 0 0 1 1a1 1 0 1 1 0 2a3 3 0 0 1-3-3v-3.938a1 1 0 0 0-.757-.97l-.486-.122a1 1 0 0 1 0-1.94l.486-.121A1 1 0 0 0 3 9.939zm18 0a3 3 0 0 0-3-3a1 1 0 1 0 0 2a1 1 0 0 1 1 1v3.938c0 .789.307 1.519.82 2.062a3 3 0 0 0-.82 2.062V18a1 1 0 0 1-1 1a1 1 0 1 0 0 2a3 3 0 0 0 3-3v-3.938a1 1 0 0 1 .758-.97l.485-.122a1 1 0 0 0 0-1.94l-.485-.121a1 1 0 0 1-.758-.97zm-11.71.886a1 1 0 1 0-1.58 1.228L10.734 12l-3.022 3.886a1 1 0 1 0 1.578 1.228L12 13.629l2.71 3.485a1 1 0 0 0 1.58-1.228L13.266 12l3.022-3.886a1 1 0 0 0-1.578-1.228L12 10.371z"/></svg>
React
import type { SVGProps } from "react";
export function FluentBracesVariable24Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 6a3 3 0 0 1 3-3a1 1 0 0 1 0 2a1 1 0 0 0-1 1v3.938c0 .789-.307 1.519-.82 2.062c.513.543.82 1.273.82 2.062V18a1 1 0 0 0 1 1a1 1 0 1 1 0 2a3 3 0 0 1-3-3v-3.938a1 1 0 0 0-.757-.97l-.486-.122a1 1 0 0 1 0-1.94l.486-.121A1 1 0 0 0 3 9.939zm18 0a3 3 0 0 0-3-3a1 1 0 1 0 0 2a1 1 0 0 1 1 1v3.938c0 .789.307 1.519.82 2.062a3 3 0 0 0-.82 2.062V18a1 1 0 0 1-1 1a1 1 0 1 0 0 2a3 3 0 0 0 3-3v-3.938a1 1 0 0 1 .758-.97l.485-.122a1 1 0 0 0 0-1.94l-.485-.121a1 1 0 0 1-.758-.97zm-11.71.886a1 1 0 1 0-1.58 1.228L10.734 12l-3.022 3.886a1 1 0 1 0 1.578 1.228L12 13.629l2.71 3.485a1 1 0 0 0 1.58-1.228L13.266 12l3.022-3.886a1 1 0 0 0-1.578-1.228L12 10.371z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 6a3 3 0 0 1 3-3a1 1 0 0 1 0 2a1 1 0 0 0-1 1v3.938c0 .789-.307 1.519-.82 2.062c.513.543.82 1.273.82 2.062V18a1 1 0 0 0 1 1a1 1 0 1 1 0 2a3 3 0 0 1-3-3v-3.938a1 1 0 0 0-.757-.97l-.486-.122a1 1 0 0 1 0-1.94l.486-.121A1 1 0 0 0 3 9.939zm18 0a3 3 0 0 0-3-3a1 1 0 1 0 0 2a1 1 0 0 1 1 1v3.938c0 .789.307 1.519.82 2.062a3 3 0 0 0-.82 2.062V18a1 1 0 0 1-1 1a1 1 0 1 0 0 2a3 3 0 0 0 3-3v-3.938a1 1 0 0 1 .758-.97l.485-.122a1 1 0 0 0 0-1.94l-.485-.121a1 1 0 0 1-.758-.97zm-11.71.886a1 1 0 1 0-1.58 1.228L10.734 12l-3.022 3.886a1 1 0 1 0 1.578 1.228L12 13.629l2.71 3.485a1 1 0 0 0 1.58-1.228L13.266 12l3.022-3.886a1 1 0 0 0-1.578-1.228L12 10.371z"/></svg> </template>
CSS
.icon-braces-variable-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%206a3%203%200%200%201%203-3a1%201%200%200%201%200%202a1%201%200%200%200-1%201v3.938c0%20.789-.307%201.519-.82%202.062c.513.543.82%201.273.82%202.062V18a1%201%200%200%200%201%201a1%201%200%201%201%200%202a3%203%200%200%201-3-3v-3.938a1%201%200%200%200-.757-.97l-.486-.122a1%201%200%200%201%200-1.94l.486-.121A1%201%200%200%200%203%209.939zm18%200a3%203%200%200%200-3-3a1%201%200%201%200%200%202a1%201%200%200%201%201%201v3.938c0%20.789.307%201.519.82%202.062a3%203%200%200%200-.82%202.062V18a1%201%200%200%201-1%201a1%201%200%201%200%200%202a3%203%200%200%200%203-3v-3.938a1%201%200%200%201%20.758-.97l.485-.122a1%201%200%200%200%200-1.94l-.485-.121a1%201%200%200%201-.758-.97zm-11.71.886a1%201%200%201%200-1.58%201.228L10.734%2012l-3.022%203.886a1%201%200%201%200%201.578%201.228L12%2013.629l2.71%203.485a1%201%200%200%200%201.58-1.228L13.266%2012l3.022-3.886a1%201%200%200%200-1.578-1.228L12%2010.371z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%206a3%203%200%200%201%203-3a1%201%200%200%201%200%202a1%201%200%200%200-1%201v3.938c0%20.789-.307%201.519-.82%202.062c.513.543.82%201.273.82%202.062V18a1%201%200%200%200%201%201a1%201%200%201%201%200%202a3%203%200%200%201-3-3v-3.938a1%201%200%200%200-.757-.97l-.486-.122a1%201%200%200%201%200-1.94l.486-.121A1%201%200%200%200%203%209.939zm18%200a3%203%200%200%200-3-3a1%201%200%201%200%200%202a1%201%200%200%201%201%201v3.938c0%20.789.307%201.519.82%202.062a3%203%200%200%200-.82%202.062V18a1%201%200%200%201-1%201a1%201%200%201%200%200%202a3%203%200%200%200%203-3v-3.938a1%201%200%200%201%20.758-.97l.485-.122a1%201%200%200%200%200-1.94l-.485-.121a1%201%200%200%201-.758-.97zm-11.71.886a1%201%200%201%200-1.58%201.228L10.734%2012l-3.022%203.886a1%201%200%201%200%201.578%201.228L12%2013.629l2.71%203.485a1%201%200%200%200%201.58-1.228L13.266%2012l3.022-3.886a1%201%200%200%200-1.578-1.228L12%2010.371z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/braces-variable-24-filled.svg?color=%231a73e8&size=48