Falemon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Falemon 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/340244.svg" alt="Falemon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340244.svg" alt="Falemon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340244.svg" alt="Falemon icon" :width="24" :height="24" />
CSS background
.icon-falemon {
background-image: url('https://proicons.com/icon/340244.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="M21.2604,11.3887c-7.0023.0126-12.9983,4.3577-14.262,10.3353-.0704-.0063-.141-.0093-.2116-.009-1.2628.0003-2.2864,1.0228-2.2867,2.2842-.0007,1.2618,1.0228,2.2853,2.286,2.286h.0007c.0701-.0016.1402-.0063.2098-.0143,1.2612,5.9802,7.2589,10.3283,14.2638,10.3406,7.0049-.0124,13.0026-4.3604,14.2638-10.3406.0697.008.1397.0128.2098.0143,1.2632-.0003,2.287-1.0234,2.2867-2.2852v-.0007c-.0003-1.2614-1.0239-2.2839-2.2867-2.2842-.0611.0017-.1222.0059-.1829.0125-1.2639-5.9882-7.2763-10.3379-14.2907-10.3388h0Z"/><path id="c" class="e" d="M20.4288,30.9858l3.2447-6.9821h-4.8261l3.2447-6.9894"/><path id="d" class="e" d="M43.5,15.0825c-3.0833-.3746-6.2059.5084-6.2684,5.5177,3.0833.3746,6.2059-.5084,6.2684-5.5177Z"/></svg>
Copied!