Easyrpg Player Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Easyrpg Player 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/324909.svg" alt="Easyrpg Player icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324909.svg" alt="Easyrpg Player icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324909.svg" alt="Easyrpg Player icon" :width="24" :height="24" />
CSS background
.icon-easyrpg-player {
background-image: url('https://proicons.com/icon/324909.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M14.0915,33.4065,5.8131,31.1523a.996.996,0,0,0-1.2574.8586c-.248,2.6516.0027,9.0336,7.9087,10.1466C21.5233,43.4328,23.81,33.1866,23.81,26.9862"/><path class="a" d="M34.2294,32.1924l2.1869,8.2964a.9961.9961,0,0,0,1.3723.66c2.42-1.1111,7.822-4.5192,4.8329-11.9225-3.425-8.4828-13.4418-5.34-18.8115-2.24"/><path class="a" d="M23.109,15.36,29.2,9.3174a.9961.9961,0,0,0-.1149-1.5183C26.9131,6.2585,21.2608,3.2847,16.344,9.575,10.71,16.7825,18.44,23.886,23.81,26.9862"/></svg>
Copied!