Brackeyside Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Brackeyside 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/322922.svg" alt="Brackeyside icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322922.svg" alt="Brackeyside icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322922.svg" alt="Brackeyside icon" :width="24" :height="24" />
CSS background
.icon-brackeyside {
background-image: url('https://proicons.com/icon/322922.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="a" points="16.11 20.42 11.59 15.91 3.5 24 24 44.5 24 44.5 24 44.5 32.09 36.41 27.58 31.89 24 35.47 12.53 24 16.11 20.42"/><polygon class="a" points="31.89 27.58 36.41 32.09 44.5 24 24 3.5 24 3.5 24 3.5 15.91 11.59 20.42 16.11 24 12.53 35.47 24 31.89 27.58"/></svg>
Copied!