Happ Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Happ 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/341452.svg" alt="Happ icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341452.svg" alt="Happ icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341452.svg" alt="Happ icon" :width="24" :height="24" />
CSS background
.icon-happ {
background-image: url('https://proicons.com/icon/341452.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="d" points="11.9387 18.636 11.2805 19.2322 13.2164 6.3148 21.6618 6.3148 21.082 10.1846"/><polyline class="d" points="20.2585 28.1999 18.113 42.5 9.6674 42.5 10.3198 38.1088"/><polyline class="d" points="28.1728 36.5585 27.2773 42.5 35.7228 42.5 37.9603 27.5876 36.0158 29.2999"/><polyline class="d" points="21.0144 27.3598 27.8555 27.3598 26.2122 38.3731 36.0158 29.2999 39.1998 8.0038 29.2593 17.99 28.8029 21.0714 27.2773 21.0714 26.4784 21.8658"/><polygon class="d" points="26.4784 21.8658 20.2243 28.1543 18.9689 28.1543 18.752 29.6379 8.8002 39.6355 11.9387 18.636 21.7423 9.5743 19.9047 21.8658 26.4784 21.8658"/><polyline class="d" points="38.0794 9.1294 38.6261 5.5 30.1808 5.5 28.1701 18.9112 29.2593 17.99"/></svg>
Copied!