Hexcorp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hexcorp 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/341558.svg" alt="Hexcorp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341558.svg" alt="Hexcorp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341558.svg" alt="Hexcorp icon" :width="24" :height="24" />
CSS background
.icon-hexcorp {
background-image: url('https://proicons.com/icon/341558.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><polyline class="b" points="20.6157 5.5 7.5353 11.3562 7.5353 33.7694 24 40.6916 37.0804 34.8355 37.0804 15.6543 32.8162 24 15.1838 24 10.9196 32.3457 10.9196 13.1645 24 7.3084 40.4647 14.2306 40.4647 36.6438 27.3843 42.5"/></svg>
Copied!