braces icon

braces-broken from Solar by 480 Design · Broken · IT · CC-BY-4.0 Attribution required.

Name
braces-broken
Set
Solar
Style
Broken
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

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.84465 22.039C6.10551 22.039 5.49981 18.833 5.48664 17.2417C5.48664 15.0475 3.94543 13.6684 2.49513 12.7479C1.84765 12.4111 1.83956 11.6743 2.44525 11.2895C3.31852 10.7346 4.22475 10.0133 4.80743 9.04761"/><path d="M5.67505 5.02892C6.09215 3.55204 7.17333 2 9.79248 2"/><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 SolarBracesBroken(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.84465 22.039C6.10551 22.039 5.49981 18.833 5.48664 17.2417C5.48664 15.0475 3.94543 13.6684 2.49513 12.7479C1.84765 12.4111 1.83956 11.6743 2.44525 11.2895C3.31852 10.7346 4.22475 10.0133 4.80743 9.04761"/><path d="M5.67505 5.02892C6.09215 3.55204 7.17333 2 9.79248 2"/><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.84465 22.039C6.10551 22.039 5.49981 18.833 5.48664 17.2417C5.48664 15.0475 3.94543 13.6684 2.49513 12.7479C1.84765 12.4111 1.83956 11.6743 2.44525 11.2895C3.31852 10.7346 4.22475 10.0133 4.80743 9.04761"/><path d="M5.67505 5.02892C6.09215 3.55204 7.17333 2 9.79248 2"/><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-broken {
  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.84465%2022.039C6.10551%2022.039%205.49981%2018.833%205.48664%2017.2417C5.48664%2015.0475%203.94543%2013.6684%202.49513%2012.7479C1.84765%2012.4111%201.83956%2011.6743%202.44525%2011.2895C3.31852%2010.7346%204.22475%2010.0133%204.80743%209.04761%22%2F%3E%3Cpath%20d%3D%22M5.67505%205.02892C6.09215%203.55204%207.17333%202%209.79248%202%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.84465%2022.039C6.10551%2022.039%205.49981%2018.833%205.48664%2017.2417C5.48664%2015.0475%203.94543%2013.6684%202.49513%2012.7479C1.84765%2012.4111%201.83956%2011.6743%202.44525%2011.2895C3.31852%2010.7346%204.22475%2010.0133%204.80743%209.04761%22%2F%3E%3Cpath%20d%3D%22M5.67505%205.02892C6.09215%203.55204%207.17333%202%209.79248%202%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-broken.svg?color=%231a73e8&size=48