Superhexagon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Superhexagon 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/333483.svg" alt="Superhexagon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333483.svg" alt="Superhexagon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333483.svg" alt="Superhexagon icon" :width="24" :height="24" />
CSS background
.icon-superhexagon {
background-image: url('https://proicons.com/icon/333483.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="35.22 21 32.21 32.21 21 35.22 12.79 27 15.79 15.79 27 12.79 29.49 3.5 8.99 8.99 3.5 29.49 18.51 44.5 39.01 39.01 44.5 18.51 35.22 21"/></svg>
Copied!