brackets curly icon

brackets-curly-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
brackets-curly-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the brackets curly icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 40H40a16 16 0 0 0-16 16v144a16 16 0 0 0 16 16h176a16 16 0 0 0 16-16V56a16 16 0 0 0-16-16M88 155.84c.29 14.26.41 20.16 16 20.16a8 8 0 0 1 0 16c-31.27 0-31.72-22.43-32-35.84c-.29-14.26-.41-20.16-16-20.16a8 8 0 0 1 0-16c15.59 0 15.71-5.9 16-20.16c.28-13.41.73-35.84 32-35.84a8 8 0 0 1 0 16c-15.59 0-15.71 5.9-16 20.16c-.17 8.31-.41 20.09-8 27.84c7.59 7.75 7.83 19.53 8 27.84M200 136c-15.59 0-15.71 5.9-16 20.16c-.28 13.41-.73 35.84-32 35.84a8 8 0 0 1 0-16c15.59 0 15.71-5.9 16-20.16c.17-8.31.41-20.09 8-27.84c-7.6-7.75-7.84-19.53-8-27.84c-.29-14.26-.41-20.16-16-20.16a8 8 0 0 1 0-16c31.27 0 31.72 22.43 32 35.84c.29 14.26.41 20.16 16 20.16a8 8 0 0 1 0 16"/></svg>

React

import type { SVGProps } from "react";

export function PhBracketsCurlyFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 40H40a16 16 0 0 0-16 16v144a16 16 0 0 0 16 16h176a16 16 0 0 0 16-16V56a16 16 0 0 0-16-16M88 155.84c.29 14.26.41 20.16 16 20.16a8 8 0 0 1 0 16c-31.27 0-31.72-22.43-32-35.84c-.29-14.26-.41-20.16-16-20.16a8 8 0 0 1 0-16c15.59 0 15.71-5.9 16-20.16c.28-13.41.73-35.84 32-35.84a8 8 0 0 1 0 16c-15.59 0-15.71 5.9-16 20.16c-.17 8.31-.41 20.09-8 27.84c7.59 7.75 7.83 19.53 8 27.84M200 136c-15.59 0-15.71 5.9-16 20.16c-.28 13.41-.73 35.84-32 35.84a8 8 0 0 1 0-16c15.59 0 15.71-5.9 16-20.16c.17-8.31.41-20.09 8-27.84c-7.6-7.75-7.84-19.53-8-27.84c-.29-14.26-.41-20.16-16-20.16a8 8 0 0 1 0-16c31.27 0 31.72 22.43 32 35.84c.29 14.26.41 20.16 16 20.16a8 8 0 0 1 0 16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 40H40a16 16 0 0 0-16 16v144a16 16 0 0 0 16 16h176a16 16 0 0 0 16-16V56a16 16 0 0 0-16-16M88 155.84c.29 14.26.41 20.16 16 20.16a8 8 0 0 1 0 16c-31.27 0-31.72-22.43-32-35.84c-.29-14.26-.41-20.16-16-20.16a8 8 0 0 1 0-16c15.59 0 15.71-5.9 16-20.16c.28-13.41.73-35.84 32-35.84a8 8 0 0 1 0 16c-15.59 0-15.71 5.9-16 20.16c-.17 8.31-.41 20.09-8 27.84c7.59 7.75 7.83 19.53 8 27.84M200 136c-15.59 0-15.71 5.9-16 20.16c-.28 13.41-.73 35.84-32 35.84a8 8 0 0 1 0-16c15.59 0 15.71-5.9 16-20.16c.17-8.31.41-20.09 8-27.84c-7.6-7.75-7.84-19.53-8-27.84c-.29-14.26-.41-20.16-16-20.16a8 8 0 0 1 0-16c31.27 0 31.72 22.43 32 35.84c.29 14.26.41 20.16 16 20.16a8 8 0 0 1 0 16"/></svg>
</template>

CSS

.icon-brackets-curly-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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M216%2040H40a16%2016%200%200%200-16%2016v144a16%2016%200%200%200%2016%2016h176a16%2016%200%200%200%2016-16V56a16%2016%200%200%200-16-16M88%20155.84c.29%2014.26.41%2020.16%2016%2020.16a8%208%200%200%201%200%2016c-31.27%200-31.72-22.43-32-35.84c-.29-14.26-.41-20.16-16-20.16a8%208%200%200%201%200-16c15.59%200%2015.71-5.9%2016-20.16c.28-13.41.73-35.84%2032-35.84a8%208%200%200%201%200%2016c-15.59%200-15.71%205.9-16%2020.16c-.17%208.31-.41%2020.09-8%2027.84c7.59%207.75%207.83%2019.53%208%2027.84M200%20136c-15.59%200-15.71%205.9-16%2020.16c-.28%2013.41-.73%2035.84-32%2035.84a8%208%200%200%201%200-16c15.59%200%2015.71-5.9%2016-20.16c.17-8.31.41-20.09%208-27.84c-7.6-7.75-7.84-19.53-8-27.84c-.29-14.26-.41-20.16-16-20.16a8%208%200%200%201%200-16c31.27%200%2031.72%2022.43%2032%2035.84c.29%2014.26.41%2020.16%2016%2020.16a8%208%200%200%201%200%2016%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M216%2040H40a16%2016%200%200%200-16%2016v144a16%2016%200%200%200%2016%2016h176a16%2016%200%200%200%2016-16V56a16%2016%200%200%200-16-16M88%20155.84c.29%2014.26.41%2020.16%2016%2020.16a8%208%200%200%201%200%2016c-31.27%200-31.72-22.43-32-35.84c-.29-14.26-.41-20.16-16-20.16a8%208%200%200%201%200-16c15.59%200%2015.71-5.9%2016-20.16c.28-13.41.73-35.84%2032-35.84a8%208%200%200%201%200%2016c-15.59%200-15.71%205.9-16%2020.16c-.17%208.31-.41%2020.09-8%2027.84c7.59%207.75%207.83%2019.53%208%2027.84M200%20136c-15.59%200-15.71%205.9-16%2020.16c-.28%2013.41-.73%2035.84-32%2035.84a8%208%200%200%201%200-16c15.59%200%2015.71-5.9%2016-20.16c.17-8.31.41-20.09%208-27.84c-7.6-7.75-7.84-19.53-8-27.84c-.29-14.26-.41-20.16-16-20.16a8%208%200%200%201%200-16c31.27%200%2031.72%2022.43%2032%2035.84c.29%2014.26.41%2020.16%2016%2020.16a8%208%200%200%201%200%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/brackets-curly-fill.svg?color=%231a73e8&size=48