Honista Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Honista 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/341668.svg" alt="Honista icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341668.svg" alt="Honista icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341668.svg" alt="Honista icon" :width="24" :height="24" />
CSS background
.icon-honista {
background-image: url('https://proicons.com/icon/341668.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="c" points="16.2 20.1154 8.4 20.1154 4.5 26.8704 8.4 33.6254 16.2 33.6254 20.1 26.8704 16.2 20.1154"/><polygon class="c" points="27.9 26.8704 20.1 26.8704 16.2 33.6254 20.1 40.3804 27.9 40.3804 31.8 33.6254 27.9 26.8704"/><polygon class="c" points="39.6 20.1154 31.8 20.1154 27.9 26.8704 31.8 33.6254 39.6 33.6254 43.5 26.8704 39.6 20.1154"/><polygon class="c" points="27.9 13.3604 20.1 13.3604 16.2 20.1154 20.1 26.8704 27.9 26.8704 31.8 20.1154 27.9 13.3604"/><polyline class="c" points="20.1 13.3604 18.15 9.9829 15.9379 9.9829"/><polyline class="c" points="27.9 13.3604 29.85 9.9829 32.0621 9.9829"/><circle class="c" cx="39.0598" cy="9.9829" r="2.3633"/></svg>
Copied!