braces icon
braces from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- braces
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the braces icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M8 3c-.465 0-.697 0-.891.03A2.5 2.5 0 0 0 5.03 5.11C5 5.303 5 5.535 5 6v4a2 2 0 0 1-2 2c1.104-.002 2 .893 2 1.997V18c0 .465 0 .697.03.891a2.5 2.5 0 0 0 2.08 2.079c.193.03.425.03.89.03m8-18c.465 0 .697 0 .891.03a2.5 2.5 0 0 1 2.079 2.08c.03.193.03.425.03.89v4a2 2 0 0 0 2 2a1.997 1.997 0 0 0-2 1.997V18c0 .465 0 .697-.03.891a2.5 2.5 0 0 1-2.079 2.078C16.697 21 16.465 21 16 21"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsBraces(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M8 3c-.465 0-.697 0-.891.03A2.5 2.5 0 0 0 5.03 5.11C5 5.303 5 5.535 5 6v4a2 2 0 0 1-2 2c1.104-.002 2 .893 2 1.997V18c0 .465 0 .697.03.891a2.5 2.5 0 0 0 2.08 2.079c.193.03.425.03.89.03m8-18c.465 0 .697 0 .891.03a2.5 2.5 0 0 1 2.079 2.08c.03.193.03.425.03.89v4a2 2 0 0 0 2 2a1.997 1.997 0 0 0-2 1.997V18c0 .465 0 .697-.03.891a2.5 2.5 0 0 1-2.079 2.078C16.697 21 16.465 21 16 21"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M8 3c-.465 0-.697 0-.891.03A2.5 2.5 0 0 0 5.03 5.11C5 5.303 5 5.535 5 6v4a2 2 0 0 1-2 2c1.104-.002 2 .893 2 1.997V18c0 .465 0 .697.03.891a2.5 2.5 0 0 0 2.08 2.079c.193.03.425.03.89.03m8-18c.465 0 .697 0 .891.03a2.5 2.5 0 0 1 2.079 2.08c.03.193.03.425.03.89v4a2 2 0 0 0 2 2a1.997 1.997 0 0 0-2 1.997V18c0 .465 0 .697-.03.891a2.5 2.5 0 0 1-2.079 2.078C16.697 21 16.465 21 16 21"/></svg> </template>
CSS
.icon-braces {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M8%203c-.465%200-.697%200-.891.03A2.5%202.5%200%200%200%205.03%205.11C5%205.303%205%205.535%205%206v4a2%202%200%200%201-2%202c1.104-.002%202%20.893%202%201.997V18c0%20.465%200%20.697.03.891a2.5%202.5%200%200%200%202.08%202.079c.193.03.425.03.89.03m8-18c.465%200%20.697%200%20.891.03a2.5%202.5%200%200%201%202.079%202.08c.03.193.03.425.03.89v4a2%202%200%200%200%202%202a1.997%201.997%200%200%200-2%201.997V18c0%20.465%200%20.697-.03.891a2.5%202.5%200%200%201-2.079%202.078C16.697%2021%2016.465%2021%2016%2021%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M8%203c-.465%200-.697%200-.891.03A2.5%202.5%200%200%200%205.03%205.11C5%205.303%205%205.535%205%206v4a2%202%200%200%201-2%202c1.104-.002%202%20.893%202%201.997V18c0%20.465%200%20.697.03.891a2.5%202.5%200%200%200%202.08%202.079c.193.03.425.03.89.03m8-18c.465%200%20.697%200%20.891.03a2.5%202.5%200%200%201%202.079%202.08c.03.193.03.425.03.89v4a2%202%200%200%200%202%202a1.997%201.997%200%200%200-2%201.997V18c0%20.465%200%20.697-.03.891a2.5%202.5%200%200%201-2.079%202.078C16.697%2021%2016.465%2021%2016%2021%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/braces.svg?color=%231a73e8&size=48