brackets round icon
brackets-round-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- brackets-round-light
- Set
- Phosphor
- Style
- Light
- 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="M56.52 64C44.23 81.46 38 103 38 128s6.23 46.54 18.52 64c9.17 13 18.49 18.81 18.59 18.87a6 6 0 0 1-6.2 10.27C67.16 220.09 26 194.63 26 128s41.16-92.09 42.91-93.14a6 6 0 0 1 6.2 10.27C75 45.19 65.69 51 56.52 64m130.57-29.14a6 6 0 0 0-6.2 10.27c.1.06 9.42 5.84 18.59 18.87C211.77 81.46 218 103 218 128s-6.23 46.54-18.52 64c-9.17 13-18.49 18.81-18.57 18.85a6 6 0 1 0 6.18 10.29c1.75-1 42.91-26.51 42.91-93.14s-41.16-92.09-42.91-93.14"/></svg>
React
import type { SVGProps } from "react";
export function PhBracketsRoundLight(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="M56.52 64C44.23 81.46 38 103 38 128s6.23 46.54 18.52 64c9.17 13 18.49 18.81 18.59 18.87a6 6 0 0 1-6.2 10.27C67.16 220.09 26 194.63 26 128s41.16-92.09 42.91-93.14a6 6 0 0 1 6.2 10.27C75 45.19 65.69 51 56.52 64m130.57-29.14a6 6 0 0 0-6.2 10.27c.1.06 9.42 5.84 18.59 18.87C211.77 81.46 218 103 218 128s-6.23 46.54-18.52 64c-9.17 13-18.49 18.81-18.57 18.85a6 6 0 1 0 6.18 10.29c1.75-1 42.91-26.51 42.91-93.14s-41.16-92.09-42.91-93.14"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M56.52 64C44.23 81.46 38 103 38 128s6.23 46.54 18.52 64c9.17 13 18.49 18.81 18.59 18.87a6 6 0 0 1-6.2 10.27C67.16 220.09 26 194.63 26 128s41.16-92.09 42.91-93.14a6 6 0 0 1 6.2 10.27C75 45.19 65.69 51 56.52 64m130.57-29.14a6 6 0 0 0-6.2 10.27c.1.06 9.42 5.84 18.59 18.87C211.77 81.46 218 103 218 128s-6.23 46.54-18.52 64c-9.17 13-18.49 18.81-18.57 18.85a6 6 0 1 0 6.18 10.29c1.75-1 42.91-26.51 42.91-93.14s-41.16-92.09-42.91-93.14"/></svg> </template>
CSS
.icon-brackets-round-light {
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%22M56.52%2064C44.23%2081.46%2038%20103%2038%20128s6.23%2046.54%2018.52%2064c9.17%2013%2018.49%2018.81%2018.59%2018.87a6%206%200%200%201-6.2%2010.27C67.16%20220.09%2026%20194.63%2026%20128s41.16-92.09%2042.91-93.14a6%206%200%200%201%206.2%2010.27C75%2045.19%2065.69%2051%2056.52%2064m130.57-29.14a6%206%200%200%200-6.2%2010.27c.1.06%209.42%205.84%2018.59%2018.87C211.77%2081.46%20218%20103%20218%20128s-6.23%2046.54-18.52%2064c-9.17%2013-18.49%2018.81-18.57%2018.85a6%206%200%201%200%206.18%2010.29c1.75-1%2042.91-26.51%2042.91-93.14s-41.16-92.09-42.91-93.14%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%22M56.52%2064C44.23%2081.46%2038%20103%2038%20128s6.23%2046.54%2018.52%2064c9.17%2013%2018.49%2018.81%2018.59%2018.87a6%206%200%200%201-6.2%2010.27C67.16%20220.09%2026%20194.63%2026%20128s41.16-92.09%2042.91-93.14a6%206%200%200%201%206.2%2010.27C75%2045.19%2065.69%2051%2056.52%2064m130.57-29.14a6%206%200%200%200-6.2%2010.27c.1.06%209.42%205.84%2018.59%2018.87C211.77%2081.46%20218%20103%20218%20128s-6.23%2046.54-18.52%2064c-9.17%2013-18.49%2018.81-18.57%2018.85a6%206%200%201%200%206.18%2010.29c1.75-1%2042.91-26.51%2042.91-93.14s-41.16-92.09-42.91-93.14%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/brackets-round-light.svg?color=%231a73e8&size=48