Happychick Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Happychick 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/326899.svg" alt="Happychick icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326899.svg" alt="Happychick icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326899.svg" alt="Happychick icon" :width="24" :height="24" />
CSS background
.icon-happychick {
background-image: url('https://proicons.com/icon/326899.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M26.3283,18.8318c6.5334-.0927,6.5435,9.9613-.0004,9.87-6.5575.0915-6.5476-9.9644.0004-9.87Z"/><path class="c" d="M13.1083,32.3018c1.1816,2.3575,4.456,4.6468,4.9803,1.0097.0697-.3097.1397-.4097.3397-.2897,1.5419,1.3758,2.4245-1.3836,1.76-2.56"/><path class="c" d="M21.5244,24.8805l-1.5762,1.3113-8.37-5.07c-1.0037,1.0961-3.4779,3.7378-4.62,4.63C3.9388,15.7769,13.2089,6.3516,22.9784,5.9418c9.7255-.4079,20.7829,7.7364,18.2199,18.16-.7646-.8873-2.3001-2.6787-3.06-3.57l-4.41,3.68-2.4962-1.0001"/><path class="c" d="M8.6825,24.1586c-1.56,9.852,1.8689,17.5929,12.7162,17.5929,14.2943,0,22.8942-4.8174,18.5109-19.1497"/><path class="c" d="M9.6983,35.9418c-4.6353,1.4042.0181,5.218,4.6822,4.3574"/><path class="c" d="M34.5583,29.3418c.32-2.07-.72-2.28-2.31-1.39l2.31,1.39Z"/><circle class="c" cx="27.4895" cy="23.9619" r="1"/><circle class="c" cx="37.6779" cy="24.4125" r="1"/></svg>
Copied!