Happymod Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Happymod 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/341460.svg" alt="Happymod icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341460.svg" alt="Happymod icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341460.svg" alt="Happymod icon" :width="24" :height="24" />
CSS background
.icon-happymod {
background-image: url('https://proicons.com/icon/341460.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><circle class="c" cx="24" cy="25.3669" r="16.4024"/><circle class="c" cx="18.4398" cy="21.6751" r="3.0864"/><path class="c" d="m13.2932,12.9424c-6.3447-3.3413-7.0317-6.7117-7.0317-6.7117h-1.6977c-.3495,4.9931.662,7.9141,4.8618,11.6054"/><circle class="c" cx="29.5602" cy="21.6751" r="3.0864"/><polyline class="c" points="29.3426 29.3738 24 34.5168 18.6574 29.3738"/><path class="c" d="m34.7068,12.9424c6.3447-3.3413,7.0317-6.7117,7.0317-6.7117h1.6977c.3495,4.9931-.662,7.9141-4.8618,11.6054"/></svg>
Copied!