Whm Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Whm 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/349691.svg" alt="Whm icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349691.svg" alt="Whm icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349691.svg" alt="Whm icon" :width="24" :height="24" />
CSS background
.icon-whm {
background-image: url('https://proicons.com/icon/349691.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"><polygon points="24 21.3298 24 10.6488 14.75 5.3083 5.5 10.6488 5.5 21.3298 14.75 26.6702 24 21.3298" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><polygon points="42.5 21.3298 42.5 10.6488 33.25 5.3083 24 10.6488 24 21.3298 33.25 26.6702 42.5 21.3298" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><polygon points="33.25 37.3512 33.25 26.6702 24 21.3298 14.75 26.6702 14.75 37.3512 24 42.6917 33.25 37.3512" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!