Reaper Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Reaper 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/331988.svg" alt="Reaper icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331988.svg" alt="Reaper icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331988.svg" alt="Reaper icon" :width="24" :height="24" />
CSS background
.icon-reaper {
background-image: url('https://proicons.com/icon/331988.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><ellipse class="c" cx="13.7795" cy="22.2095" rx="2.5878" ry="4.5613"/><path class="c" d="M24,37.3572c14.7165,0,19.5-12.4424,19.5-17.3566s-2.7708-9.3579-7.1361-9.3579c-3.2413,0-8.3646,4.2869-12.3639,10.4558-3.9993-6.1689-9.1227-10.4558-12.3639-10.4558-4.3653,0-7.1361,4.4437-7.1361,9.3579s4.7835,17.3566,19.5,17.3566Z"/><ellipse class="c" cx="34.2205" cy="22.2095" rx="2.5878" ry="4.5613"/></svg>
Copied!