Perfect Ear Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Perfect Ear 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/345683.svg" alt="Perfect Ear icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345683.svg" alt="Perfect Ear icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345683.svg" alt="Perfect Ear icon" :width="24" :height="24" />
CSS background
.icon-perfect-ear {
background-image: url('https://proicons.com/icon/345683.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m7.0651,16.6349c-.8746,7.7967,5.3339,9.7843,5.4925,11.9213.4494,6.0543-5.6298,10.1737-3.6076,12.8575,3.8058,5.0509,21.8078-8.4011,21.8078-21.9826,0-10.2953-7.4232-13.9311-11.6342-13.9311-6.3243,0-11.1848,3.3455-12.0586,11.1349Z"/><circle class="c" cx="38.2106" cy="14.1499" r="2.8087"/><circle class="c" cx="38.2106" cy="25.31" r="2.8087"/></svg>
Copied!