braces icon
braces-fill from Remix Icon by Remix Design · Fill · Development · Apache-2.0 Free for personal and commercial use.
- Name
- braces-fill
- Set
- Remix Icon
- Style
- Fill
- Category
- Development
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix Icon
The same icon in other sets
More development icons from Remix Icon
brackets-fillbug-2-fillbug-fillcode-ai-fillcode-box-fillcode-fillcode-s-fillcode-s-slash-fillcommand-fillcss3-fillcursor-fillgit-branch-fillgit-close-pull-request-fillgit-commit-fillgit-fork-fillgit-merge-fillgit-pr-draft-fillgit-pull-request-fillgit-repository-commits-fillgit-repository-fillgit-repository-private-fillhtml5-fillissues-fillissues-reopen-fill
Use the braces icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 18v-3.7a1.5 1.5 0 0 0-1.5-1.5H2v-1.6h.5A1.5 1.5 0 0 0 4 9.7V6a3 3 0 0 1 3-3h1v2H7a1 1 0 0 0-1 1v4.1A2 2 0 0 1 4.626 12A2 2 0 0 1 6 13.9V18a1 1 0 0 0 1 1h1v2H7a3 3 0 0 1-3-3m16-3.7V18a3 3 0 0 1-3 3h-1v-2h1a1 1 0 0 0 1-1v-4.1a2 2 0 0 1 1.374-1.9A2 2 0 0 1 18 10.1V6a1 1 0 0 0-1-1h-1V3h1a3 3 0 0 1 3 3v3.7a1.5 1.5 0 0 0 1.5 1.5h.5v1.6h-.5a1.5 1.5 0 0 0-1.5 1.5"/></svg>
React
import type { SVGProps } from "react";
export function RiBracesFill(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="M4 18v-3.7a1.5 1.5 0 0 0-1.5-1.5H2v-1.6h.5A1.5 1.5 0 0 0 4 9.7V6a3 3 0 0 1 3-3h1v2H7a1 1 0 0 0-1 1v4.1A2 2 0 0 1 4.626 12A2 2 0 0 1 6 13.9V18a1 1 0 0 0 1 1h1v2H7a3 3 0 0 1-3-3m16-3.7V18a3 3 0 0 1-3 3h-1v-2h1a1 1 0 0 0 1-1v-4.1a2 2 0 0 1 1.374-1.9A2 2 0 0 1 18 10.1V6a1 1 0 0 0-1-1h-1V3h1a3 3 0 0 1 3 3v3.7a1.5 1.5 0 0 0 1.5 1.5h.5v1.6h-.5a1.5 1.5 0 0 0-1.5 1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 18v-3.7a1.5 1.5 0 0 0-1.5-1.5H2v-1.6h.5A1.5 1.5 0 0 0 4 9.7V6a3 3 0 0 1 3-3h1v2H7a1 1 0 0 0-1 1v4.1A2 2 0 0 1 4.626 12A2 2 0 0 1 6 13.9V18a1 1 0 0 0 1 1h1v2H7a3 3 0 0 1-3-3m16-3.7V18a3 3 0 0 1-3 3h-1v-2h1a1 1 0 0 0 1-1v-4.1a2 2 0 0 1 1.374-1.9A2 2 0 0 1 18 10.1V6a1 1 0 0 0-1-1h-1V3h1a3 3 0 0 1 3 3v3.7a1.5 1.5 0 0 0 1.5 1.5h.5v1.6h-.5a1.5 1.5 0 0 0-1.5 1.5"/></svg> </template>
CSS
.icon-braces-fill {
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%22M4%2018v-3.7a1.5%201.5%200%200%200-1.5-1.5H2v-1.6h.5A1.5%201.5%200%200%200%204%209.7V6a3%203%200%200%201%203-3h1v2H7a1%201%200%200%200-1%201v4.1A2%202%200%200%201%204.626%2012A2%202%200%200%201%206%2013.9V18a1%201%200%200%200%201%201h1v2H7a3%203%200%200%201-3-3m16-3.7V18a3%203%200%200%201-3%203h-1v-2h1a1%201%200%200%200%201-1v-4.1a2%202%200%200%201%201.374-1.9A2%202%200%200%201%2018%2010.1V6a1%201%200%200%200-1-1h-1V3h1a3%203%200%200%201%203%203v3.7a1.5%201.5%200%200%200%201.5%201.5h.5v1.6h-.5a1.5%201.5%200%200%200-1.5%201.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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2018v-3.7a1.5%201.5%200%200%200-1.5-1.5H2v-1.6h.5A1.5%201.5%200%200%200%204%209.7V6a3%203%200%200%201%203-3h1v2H7a1%201%200%200%200-1%201v4.1A2%202%200%200%201%204.626%2012A2%202%200%200%201%206%2013.9V18a1%201%200%200%200%201%201h1v2H7a3%203%200%200%201-3-3m16-3.7V18a3%203%200%200%201-3%203h-1v-2h1a1%201%200%200%200%201-1v-4.1a2%202%200%200%201%201.374-1.9A2%202%200%200%201%2018%2010.1V6a1%201%200%200%200-1-1h-1V3h1a3%203%200%200%201%203%203v3.7a1.5%201.5%200%200%200%201.5%201.5h.5v1.6h-.5a1.5%201.5%200%200%200-1.5%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/braces-fill.svg?color=%231a73e8&size=48