brackets round icon
brackets-round from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- brackets-round
- Set
- Phosphor
- Style
- Regular
- 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="M40 128c0 58.29 34.67 80.25 36.15 81.16a8 8 0 0 1-8.27 13.7C66.09 221.78 24 195.75 24 128s42.09-93.78 43.88-94.86a8 8 0 0 1 8.26 13.7C74.54 47.83 40 69.82 40 128m148.12-94.86a8 8 0 0 0-8.27 13.7C181.33 47.75 216 69.71 216 128s-34.67 80.25-36.12 81.14a8 8 0 0 0 8.24 13.72C189.91 221.78 232 195.75 232 128s-42.09-93.78-43.88-94.86"/></svg>
React
import type { SVGProps } from "react";
export function PhBracketsRound(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="M40 128c0 58.29 34.67 80.25 36.15 81.16a8 8 0 0 1-8.27 13.7C66.09 221.78 24 195.75 24 128s42.09-93.78 43.88-94.86a8 8 0 0 1 8.26 13.7C74.54 47.83 40 69.82 40 128m148.12-94.86a8 8 0 0 0-8.27 13.7C181.33 47.75 216 69.71 216 128s-34.67 80.25-36.12 81.14a8 8 0 0 0 8.24 13.72C189.91 221.78 232 195.75 232 128s-42.09-93.78-43.88-94.86"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M40 128c0 58.29 34.67 80.25 36.15 81.16a8 8 0 0 1-8.27 13.7C66.09 221.78 24 195.75 24 128s42.09-93.78 43.88-94.86a8 8 0 0 1 8.26 13.7C74.54 47.83 40 69.82 40 128m148.12-94.86a8 8 0 0 0-8.27 13.7C181.33 47.75 216 69.71 216 128s-34.67 80.25-36.12 81.14a8 8 0 0 0 8.24 13.72C189.91 221.78 232 195.75 232 128s-42.09-93.78-43.88-94.86"/></svg> </template>
CSS
.icon-brackets-round {
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%22M40%20128c0%2058.29%2034.67%2080.25%2036.15%2081.16a8%208%200%200%201-8.27%2013.7C66.09%20221.78%2024%20195.75%2024%20128s42.09-93.78%2043.88-94.86a8%208%200%200%201%208.26%2013.7C74.54%2047.83%2040%2069.82%2040%20128m148.12-94.86a8%208%200%200%200-8.27%2013.7C181.33%2047.75%20216%2069.71%20216%20128s-34.67%2080.25-36.12%2081.14a8%208%200%200%200%208.24%2013.72C189.91%20221.78%20232%20195.75%20232%20128s-42.09-93.78-43.88-94.86%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%22M40%20128c0%2058.29%2034.67%2080.25%2036.15%2081.16a8%208%200%200%201-8.27%2013.7C66.09%20221.78%2024%20195.75%2024%20128s42.09-93.78%2043.88-94.86a8%208%200%200%201%208.26%2013.7C74.54%2047.83%2040%2069.82%2040%20128m148.12-94.86a8%208%200%200%200-8.27%2013.7C181.33%2047.75%20216%2069.71%20216%20128s-34.67%2080.25-36.12%2081.14a8%208%200%200%200%208.24%2013.72C189.91%20221.78%20232%20195.75%20232%20128s-42.09-93.78-43.88-94.86%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/brackets-round.svg?color=%231a73e8&size=48