Brace Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Brace icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/337480.svg" alt="Brace icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337480.svg" alt="Brace icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337480.svg" alt="Brace icon" :width="24" :height="24" />
CSS background
.icon-brace {
background-image: url('https://proicons.com/icon/337480.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m7.8814,8.5495v30.7597c0,1.9793,1.1006,3.1908,3.3028,3.1908h20.191c7.4737,0,13.5886-15.8735,3.2806-20.3567,7.5916-4.3766,4.9891-16.6314-2.4318-16.6314-5.0672,0-21.5285-.0119-21.5285-.0119-2.0455,0-2.8145.9677-2.8145,3.0496h.0004Z"/><g><ellipse class="b" cx="17.1317" cy="19.7117" rx="3.6445" ry="3.6391"/><g><ellipse class="b" cx="27.2873" cy="19.7117" rx="3.6445" ry="3.6391"/><ellipse class="b" cx="27.2873" cy="29.944" rx="3.6445" ry="3.6391"/><ellipse class="b" cx="17.1317" cy="29.944" rx="3.6445" ry="3.6391"/></g></g></svg>
Copied!