brackets round icon

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

Name
brackets-round-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the brackets round icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M82.33 222.19a12 12 0 0 1-16.5 4.09C64 225.16 20 198 20 128s44-97.16 45.83-98.28a12 12 0 0 1 12.41 20.53C76.71 51.21 44 72.31 44 128s32.85 76.88 34.25 77.75a12 12 0 0 1 4.08 16.44M190.17 29.72a12 12 0 1 0-12.42 20.53c1.4.87 34.25 21.94 34.25 77.75s-32.85 76.88-34.17 77.7a12 12 0 1 0 12.34 20.58C192 225.16 236 198 236 128s-44-97.16-45.83-98.28"/></svg>

React

import type { SVGProps } from "react";

export function PhBracketsRoundBold(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="M82.33 222.19a12 12 0 0 1-16.5 4.09C64 225.16 20 198 20 128s44-97.16 45.83-98.28a12 12 0 0 1 12.41 20.53C76.71 51.21 44 72.31 44 128s32.85 76.88 34.25 77.75a12 12 0 0 1 4.08 16.44M190.17 29.72a12 12 0 1 0-12.42 20.53c1.4.87 34.25 21.94 34.25 77.75s-32.85 76.88-34.17 77.7a12 12 0 1 0 12.34 20.58C192 225.16 236 198 236 128s-44-97.16-45.83-98.28"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M82.33 222.19a12 12 0 0 1-16.5 4.09C64 225.16 20 198 20 128s44-97.16 45.83-98.28a12 12 0 0 1 12.41 20.53C76.71 51.21 44 72.31 44 128s32.85 76.88 34.25 77.75a12 12 0 0 1 4.08 16.44M190.17 29.72a12 12 0 1 0-12.42 20.53c1.4.87 34.25 21.94 34.25 77.75s-32.85 76.88-34.17 77.7a12 12 0 1 0 12.34 20.58C192 225.16 236 198 236 128s-44-97.16-45.83-98.28"/></svg>
</template>

CSS

.icon-brackets-round-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%22M82.33%20222.19a12%2012%200%200%201-16.5%204.09C64%20225.16%2020%20198%2020%20128s44-97.16%2045.83-98.28a12%2012%200%200%201%2012.41%2020.53C76.71%2051.21%2044%2072.31%2044%20128s32.85%2076.88%2034.25%2077.75a12%2012%200%200%201%204.08%2016.44M190.17%2029.72a12%2012%200%201%200-12.42%2020.53c1.4.87%2034.25%2021.94%2034.25%2077.75s-32.85%2076.88-34.17%2077.7a12%2012%200%201%200%2012.34%2020.58C192%20225.16%20236%20198%20236%20128s-44-97.16-45.83-98.28%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%22M82.33%20222.19a12%2012%200%200%201-16.5%204.09C64%20225.16%2020%20198%2020%20128s44-97.16%2045.83-98.28a12%2012%200%200%201%2012.41%2020.53C76.71%2051.21%2044%2072.31%2044%20128s32.85%2076.88%2034.25%2077.75a12%2012%200%200%201%204.08%2016.44M190.17%2029.72a12%2012%200%201%200-12.42%2020.53c1.4.87%2034.25%2021.94%2034.25%2077.75s-32.85%2076.88-34.17%2077.7a12%2012%200%201%200%2012.34%2020.58C192%20225.16%20236%20198%20236%20128s-44-97.16-45.83-98.28%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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