Easer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Easer 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/324890.svg" alt="Easer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324890.svg" alt="Easer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324890.svg" alt="Easer icon" :width="24" :height="24" />
CSS background
.icon-easer {
background-image: url('https://proicons.com/icon/324890.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="cls-1" cx="15.87" cy="27.74" r="1.98"/><circle class="cls-1" cx="15.87" cy="38.05" r="1.98"/><circle class="cls-1" cx="18.91" cy="32.9" r="1.98"/><circle class="cls-1" cx="19.84" cy="43.21" r="1.98"/><path class="cls-1" d="M24.81,17.35C22.7,17.35,15,15.89,15,9.17s5.63-6.36,9.55-6.36,9.56-.37,9.56,6.36-7.7,8.18-9.81,8.18Z"/><path class="cls-1" d="M24.55,17.35c0,1.6,5,4.21,7.27,8.39,4.64,8.53-9.06,14.47-10.58,16.07"/><path class="cls-1" d="M17.83,37.76c2.49-.52,10.22-5.59,13.11-13.4"/><path class="cls-1" d="M20.38,31.56A16.23,16.23,0,0,0,27.77,21"/><path class="cls-1" d="M17.6,26.77c2.49-.52,6.17-3.29,7-9.42"/><line class="cls-1" x1="21.16" y1="6.52" x2="27.95" y2="6.52"/><line class="cls-1" x1="21.16" y1="13.39" x2="27.95" y2="13.39"/><line class="cls-1" x1="34.11" y1="9.55" x2="29.67" y2="9.55"/><line class="cls-1" x1="19.44" y1="9.55" x2="15" y2="9.55"/></svg>
Copied!