Earmouse Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Earmouse 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/339441.svg" alt="Earmouse icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339441.svg" alt="Earmouse icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339441.svg" alt="Earmouse icon" :width="24" :height="24" />
CSS background
.icon-earmouse {
background-image: url('https://proicons.com/icon/339441.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linejoin:round;fill-rule:evenodd;}</style></defs><path class="cls-1" d="M7.71,43.49s0,.09-.43-.94c3.21-2.34,18-9.93,19.49-25,0-6.57-2.48-11.3-7.66-11.3-3.92,0-6.21,1-7.64,5.28.36.93,1,.56,2.62.22,2.88,0,5.21,1.85,5.21,4.14S17,20,14.07,20a5.59,5.59,0,0,1-4.41-1.94h0C5.55,11.3,12.83,4.5,19,4.5c10.21-.22,14.9,6.34,14.9,13.65C33.84,27.34,22.76,36.69,7.71,43.49ZM38.16,24.34a2.56,2.56,0,1,1,2.56-2.56,2.56,2.56,0,0,1-2.56,2.56Zm0-10.8A2.56,2.56,0,1,1,40.72,11a2.56,2.56,0,0,1-2.56,2.56Z"/></svg>
Copied!