Hexiano Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hexiano 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/327000.svg" alt="Hexiano icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327000.svg" alt="Hexiano icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327000.svg" alt="Hexiano icon" :width="24" :height="24" />
CSS background
.icon-hexiano {
background-image: url('https://proicons.com/icon/327000.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><path class="a" d="M42.87,16.87,31.13,5.13a4,4,0,0,0-3.87-1l-16,4.3A4,4,0,0,0,8.4,11.22l-4.3,16a4,4,0,0,0,1,3.87L16.87,42.87a4,4,0,0,0,3.87,1l16-4.3a4,4,0,0,0,2.82-2.82l4.3-16A4,4,0,0,0,42.87,16.87Z"/><line class="a" x1="21.31" y1="29.77" x2="27.08" y2="29.77"/><line class="a" x1="21.31" y1="18.23" x2="27.08" y2="18.23"/><line class="a" x1="21.31" y1="24" x2="25.08" y2="24"/><line class="a" x1="21.31" y1="18.23" x2="21.31" y2="29.77"/><line class="a" x1="29.85" y1="18.23" x2="37.5" y2="29.77"/><line class="a" x1="37.5" y1="18.23" x2="29.85" y2="29.77"/><line class="a" x1="10.5" y1="18.23" x2="10.5" y2="29.77"/><line class="a" x1="18.15" y1="18.23" x2="18.15" y2="29.77"/><line class="a" x1="10.5" y1="23.98" x2="18.15" y2="23.98"/></svg>
Copied!