Earfun Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Earfun 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/324880.svg" alt="Earfun icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324880.svg" alt="Earfun icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324880.svg" alt="Earfun icon" :width="24" :height="24" />
CSS background
.icon-earfun {
background-image: url('https://proicons.com/icon/324880.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M6.5,5.5h5.3677c2.2633,0,4.1008,1.8375,4.1008,4.1008v3.3252H6.5v-7.426h0Z"/><path class="f" d="M32.0315,5.5h5.3677c2.2633,0,4.1008,1.8375,4.1008,4.1008v3.3252h-9.4685v-7.426h0Z"/><path class="f" d="M32.0315,18.4474v18.4526h-11.261c-2.6521,0-4.802-2.1499-4.802-4.802v-13.6506H6.5001v11.1695c0,7.1151,5.7679,12.8831,12.883,12.8831h22.1169v-24.0526h-9.4685Z"/></svg>
Copied!