Happn Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Happn 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/326895.svg" alt="Happn icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326895.svg" alt="Happn icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326895.svg" alt="Happn icon" :width="24" :height="24" />
CSS background
.icon-happn {
background-image: url('https://proicons.com/icon/326895.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m14.7328,4.5c2.8904,6.9845,5.789,13.9607,6.6078,19.0374.8106,5.0766-.4422,8.2372-2.7676,9.0561s-5.7235-.7042-6.7552-3.0705c-1.0317-2.3582.303-5.5597,2.3009-7.6723,1.9979-2.1125,4.659-3.1442,7.4676-3.832,2.8085-.6878,5.7644-1.0399,8.3519-.4667,2.5793.565,4.79,2.0552,5.8299,4.4543,1.0399,2.3909.9089,5.6826.3111,8.4419-.6059,2.7512-1.6868,4.9784-3.2261,7.0582-1.5394,2.088-3.5373,4.0367-5.527,5.9937"/></svg>
Copied!