Hexpress Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hexpress 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/341561.svg" alt="Hexpress icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341561.svg" alt="Hexpress icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341561.svg" alt="Hexpress icon" :width="24" :height="24" />
CSS background
.icon-hexpress {
background-image: url('https://proicons.com/icon/341561.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="a" points="31.41 9.07 14.28 9.07 5.71 23.9 14.28 38.73 31.41 38.73 39.97 23.9 31.41 9.07"/><line class="a" x1="22.33" y1="15.2" x2="15.1" y2="27.83"/><line class="a" x1="30.58" y1="20.1" x2="23.36" y2="32.6"/><line class="a" x1="18.72" y1="21.51" x2="26.97" y2="26.29"/><polyline class="a" points="6.28 34.21 11.58 43.4 22.19 43.4"/><polyline class="a" points="22.19 4.4 11.58 4.4 6.28 13.59"/><polyline class="a" points="40.05 33.09 45.36 23.9 40.05 14.71"/></svg>
Copied!