braces icon
braces-linear from Solar by 480 Design · Linear · IT · CC-BY-4.0 Attribution required.
- Name
- braces-linear
- Set
- Solar
- Style
- Linear
- Category
- IT
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
More it icons from Solar
brackets-boldbug-boldbug-minimalistic-boldcode-2-boldcode-boldcode-circle-boldcode-square-boldcommand-boldgit-branch-boldgit-commit-boldgit-diff-boldgit-fork-boldgit-graph-boldgit-pull-request-boldhashtag-boldhashtag-chat-boldhashtag-circle-boldhashtag-square-boldpanel-top-boldpanel-top-close-boldpanel-top-open-boldpanels-top-left-boldparentheses-boldprogramming-bold
Use the braces icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M9.79237 2C6.0544 2 5.44899 5.16122 5.43582 6.75357C5.43582 8.94929 3.8951 10.3293 2.44525 11.2505C1.83956 11.6353 1.84765 12.3721 2.49513 12.7089C3.94543 13.6294 5.48664 15.0085 5.48664 17.2027C5.49981 18.794 6.10551 22 9.84465 22"/><path d="M14.2076 2C17.9456 2 18.551 5.16122 18.5642 6.75357C18.5642 8.94929 20.1049 10.3293 21.5547 11.2505C22.1604 11.6353 22.1524 12.3721 21.5049 12.7089C20.0546 13.6294 18.5134 15.0085 18.5134 17.2027C18.5002 18.794 17.8945 22 14.1553 22"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarBracesLinear(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M9.79237 2C6.0544 2 5.44899 5.16122 5.43582 6.75357C5.43582 8.94929 3.8951 10.3293 2.44525 11.2505C1.83956 11.6353 1.84765 12.3721 2.49513 12.7089C3.94543 13.6294 5.48664 15.0085 5.48664 17.2027C5.49981 18.794 6.10551 22 9.84465 22"/><path d="M14.2076 2C17.9456 2 18.551 5.16122 18.5642 6.75357C18.5642 8.94929 20.1049 10.3293 21.5547 11.2505C22.1604 11.6353 22.1524 12.3721 21.5049 12.7089C20.0546 13.6294 18.5134 15.0085 18.5134 17.2027C18.5002 18.794 17.8945 22 14.1553 22"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M9.79237 2C6.0544 2 5.44899 5.16122 5.43582 6.75357C5.43582 8.94929 3.8951 10.3293 2.44525 11.2505C1.83956 11.6353 1.84765 12.3721 2.49513 12.7089C3.94543 13.6294 5.48664 15.0085 5.48664 17.2027C5.49981 18.794 6.10551 22 9.84465 22"/><path d="M14.2076 2C17.9456 2 18.551 5.16122 18.5642 6.75357C18.5642 8.94929 20.1049 10.3293 21.5547 11.2505C22.1604 11.6353 22.1524 12.3721 21.5049 12.7089C20.0546 13.6294 18.5134 15.0085 18.5134 17.2027C18.5002 18.794 17.8945 22 14.1553 22"/></g></svg> </template>
CSS
.icon-braces-linear {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9.79237%202C6.0544%202%205.44899%205.16122%205.43582%206.75357C5.43582%208.94929%203.8951%2010.3293%202.44525%2011.2505C1.83956%2011.6353%201.84765%2012.3721%202.49513%2012.7089C3.94543%2013.6294%205.48664%2015.0085%205.48664%2017.2027C5.49981%2018.794%206.10551%2022%209.84465%2022%22%2F%3E%3Cpath%20d%3D%22M14.2076%202C17.9456%202%2018.551%205.16122%2018.5642%206.75357C18.5642%208.94929%2020.1049%2010.3293%2021.5547%2011.2505C22.1604%2011.6353%2022.1524%2012.3721%2021.5049%2012.7089C20.0546%2013.6294%2018.5134%2015.0085%2018.5134%2017.2027C18.5002%2018.794%2017.8945%2022%2014.1553%2022%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9.79237%202C6.0544%202%205.44899%205.16122%205.43582%206.75357C5.43582%208.94929%203.8951%2010.3293%202.44525%2011.2505C1.83956%2011.6353%201.84765%2012.3721%202.49513%2012.7089C3.94543%2013.6294%205.48664%2015.0085%205.48664%2017.2027C5.49981%2018.794%206.10551%2022%209.84465%2022%22%2F%3E%3Cpath%20d%3D%22M14.2076%202C17.9456%202%2018.551%205.16122%2018.5642%206.75357C18.5642%208.94929%2020.1049%2010.3293%2021.5547%2011.2505C22.1604%2011.6353%2022.1524%2012.3721%2021.5049%2012.7089C20.0546%2013.6294%2018.5134%2015.0085%2018.5134%2017.2027C18.5002%2018.794%2017.8945%2022%2014.1553%2022%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/braces-linear.svg?color=%231a73e8&size=48