brackets curly icon

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

Name
brackets-curly-bold
Set
Phosphor
Style
Bold
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="M54.8 119.49a35 35 0 0 1-5.75 8.51a35 35 0 0 1 5.75 8.51C60 147.24 60 159.83 60 172c0 25.94 1.84 32 20 32a12 12 0 0 1 0 24c-19.14 0-32.2-6.9-38.8-20.51C36 196.76 36 184.17 36 172c0-25.94-1.84-32-20-32a12 12 0 0 1 0-24c18.16 0 20-6.06 20-32c0-12.17 0-24.76 5.2-35.49C47.8 34.9 60.86 28 80 28a12 12 0 0 1 0 24c-18.16 0-20 6.06-20 32c0 12.17 0 24.76-5.2 35.49M240 116c-18.16 0-20-6.06-20-32c0-12.17 0-24.76-5.2-35.49C208.2 34.9 195.14 28 176 28a12 12 0 0 0 0 24c18.16 0 20 6.06 20 32c0 12.17 0 24.76 5.2 35.49A35 35 0 0 0 207 128a35 35 0 0 0-5.75 8.51C196 147.24 196 159.83 196 172c0 25.94-1.84 32-20 32a12 12 0 0 0 0 24c19.14 0 32.2-6.9 38.8-20.51c5.2-10.73 5.2-23.32 5.2-35.49c0-25.94 1.84-32 20-32a12 12 0 0 0 0-24"/></svg>

React

import type { SVGProps } from "react";

export function PhBracketsCurlyBold(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="M54.8 119.49a35 35 0 0 1-5.75 8.51a35 35 0 0 1 5.75 8.51C60 147.24 60 159.83 60 172c0 25.94 1.84 32 20 32a12 12 0 0 1 0 24c-19.14 0-32.2-6.9-38.8-20.51C36 196.76 36 184.17 36 172c0-25.94-1.84-32-20-32a12 12 0 0 1 0-24c18.16 0 20-6.06 20-32c0-12.17 0-24.76 5.2-35.49C47.8 34.9 60.86 28 80 28a12 12 0 0 1 0 24c-18.16 0-20 6.06-20 32c0 12.17 0 24.76-5.2 35.49M240 116c-18.16 0-20-6.06-20-32c0-12.17 0-24.76-5.2-35.49C208.2 34.9 195.14 28 176 28a12 12 0 0 0 0 24c18.16 0 20 6.06 20 32c0 12.17 0 24.76 5.2 35.49A35 35 0 0 0 207 128a35 35 0 0 0-5.75 8.51C196 147.24 196 159.83 196 172c0 25.94-1.84 32-20 32a12 12 0 0 0 0 24c19.14 0 32.2-6.9 38.8-20.51c5.2-10.73 5.2-23.32 5.2-35.49c0-25.94 1.84-32 20-32a12 12 0 0 0 0-24"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M54.8 119.49a35 35 0 0 1-5.75 8.51a35 35 0 0 1 5.75 8.51C60 147.24 60 159.83 60 172c0 25.94 1.84 32 20 32a12 12 0 0 1 0 24c-19.14 0-32.2-6.9-38.8-20.51C36 196.76 36 184.17 36 172c0-25.94-1.84-32-20-32a12 12 0 0 1 0-24c18.16 0 20-6.06 20-32c0-12.17 0-24.76 5.2-35.49C47.8 34.9 60.86 28 80 28a12 12 0 0 1 0 24c-18.16 0-20 6.06-20 32c0 12.17 0 24.76-5.2 35.49M240 116c-18.16 0-20-6.06-20-32c0-12.17 0-24.76-5.2-35.49C208.2 34.9 195.14 28 176 28a12 12 0 0 0 0 24c18.16 0 20 6.06 20 32c0 12.17 0 24.76 5.2 35.49A35 35 0 0 0 207 128a35 35 0 0 0-5.75 8.51C196 147.24 196 159.83 196 172c0 25.94-1.84 32-20 32a12 12 0 0 0 0 24c19.14 0 32.2-6.9 38.8-20.51c5.2-10.73 5.2-23.32 5.2-35.49c0-25.94 1.84-32 20-32a12 12 0 0 0 0-24"/></svg>
</template>

CSS

.icon-brackets-curly-bold {
  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%22M54.8%20119.49a35%2035%200%200%201-5.75%208.51a35%2035%200%200%201%205.75%208.51C60%20147.24%2060%20159.83%2060%20172c0%2025.94%201.84%2032%2020%2032a12%2012%200%200%201%200%2024c-19.14%200-32.2-6.9-38.8-20.51C36%20196.76%2036%20184.17%2036%20172c0-25.94-1.84-32-20-32a12%2012%200%200%201%200-24c18.16%200%2020-6.06%2020-32c0-12.17%200-24.76%205.2-35.49C47.8%2034.9%2060.86%2028%2080%2028a12%2012%200%200%201%200%2024c-18.16%200-20%206.06-20%2032c0%2012.17%200%2024.76-5.2%2035.49M240%20116c-18.16%200-20-6.06-20-32c0-12.17%200-24.76-5.2-35.49C208.2%2034.9%20195.14%2028%20176%2028a12%2012%200%200%200%200%2024c18.16%200%2020%206.06%2020%2032c0%2012.17%200%2024.76%205.2%2035.49A35%2035%200%200%200%20207%20128a35%2035%200%200%200-5.75%208.51C196%20147.24%20196%20159.83%20196%20172c0%2025.94-1.84%2032-20%2032a12%2012%200%200%200%200%2024c19.14%200%2032.2-6.9%2038.8-20.51c5.2-10.73%205.2-23.32%205.2-35.49c0-25.94%201.84-32%2020-32a12%2012%200%200%200%200-24%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%22M54.8%20119.49a35%2035%200%200%201-5.75%208.51a35%2035%200%200%201%205.75%208.51C60%20147.24%2060%20159.83%2060%20172c0%2025.94%201.84%2032%2020%2032a12%2012%200%200%201%200%2024c-19.14%200-32.2-6.9-38.8-20.51C36%20196.76%2036%20184.17%2036%20172c0-25.94-1.84-32-20-32a12%2012%200%200%201%200-24c18.16%200%2020-6.06%2020-32c0-12.17%200-24.76%205.2-35.49C47.8%2034.9%2060.86%2028%2080%2028a12%2012%200%200%201%200%2024c-18.16%200-20%206.06-20%2032c0%2012.17%200%2024.76-5.2%2035.49M240%20116c-18.16%200-20-6.06-20-32c0-12.17%200-24.76-5.2-35.49C208.2%2034.9%20195.14%2028%20176%2028a12%2012%200%200%200%200%2024c18.16%200%2020%206.06%2020%2032c0%2012.17%200%2024.76%205.2%2035.49A35%2035%200%200%200%20207%20128a35%2035%200%200%200-5.75%208.51C196%20147.24%20196%20159.83%20196%20172c0%2025.94-1.84%2032-20%2032a12%2012%200%200%200%200%2024c19.14%200%2032.2-6.9%2038.8-20.51c5.2-10.73%205.2-23.32%205.2-35.49c0-25.94%201.84-32%2020-32a12%2012%200%200%200%200-24%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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