How We Feel Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The How We Feel 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/327141.svg" alt="How We Feel icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327141.svg" alt="How We Feel icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327141.svg" alt="How We Feel icon" :width="24" :height="24" />
CSS background
.icon-how-we-feel {
background-image: url('https://proicons.com/icon/327141.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="m15.4537,33.3152c2.3838,4.8844,8.5351,6.3013,13.9363,3.4674l8.035-7.0348c2.6339-2.0893,4.5899-4.5065,5.8679-7.2515,1.9171-10.6856-9.9688-15.7367-15.3699-10.6856l-7.6516,7.2182c-.5001.6224-1.078.7057-1.7337.2501l-1.8504-2.1171c-1.2336-1.567-7.2182-.7835-4.8844,4.601l4.7343,4.6843c1.0336.7835,2.7006,2.3005,4.6843.2834l9.8187-9.1519c4.8677-3.2674,7.0515,2.3338,4.9677,4.3676-6.3791,6.6236-10.2744,10.191-11.6858,10.7023-1.1836,1.1836-6.0013,2.2505-8.8685.6668-4.3009-2.6783-7.6072-5.7234-9.9188-9.1353C.6506,14.7279,14.1868,3.7089,22.5052,13.7444l1.4836,1.8837"/></svg>
Copied!