Runescape Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Runescape 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/346836.svg" alt="Runescape icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346836.svg" alt="Runescape icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346836.svg" alt="Runescape icon" :width="24" :height="24" />
CSS background
.icon-runescape {
background-image: url('https://proicons.com/icon/346836.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="m30.839,38.4296c-2.3664,1.416-5.1346,2.2298-8.0929,2.2298-1.3398,0-2.6406-.1669-3.8828-.4811"/><path class="c" d="m14.839,38.5391c-4.7096-2.7313-7.877-7.8276-7.877-13.6638,0-8.7174,7.0668-15.7842,15.7842-15.7842s15.7842,7.0668,15.7842,15.7842c0,4.4563-1.8468,8.4813-4.8167,11.3514"/><path class="c" d="m19.3238,13.5559c13.0018,1.986,6.6943,14.5532,2.7733,14.25,3.5404,8.9395,10.2081,12.5388,18.941,14.25-8.8509-5.0155-13.5124-14.3385-13.5124-14.3385,6.1957-2.4192,7.6708-14.8106-8.2018-14.1615-4.5986.1881-6.5032.9975-6.5032.9975"/><polygon class="c" points="19.3828 39.3416 17.111 43 14.8393 39.3416 14.8393 15.7981 19.3828 15.7981 19.3828 39.3416"/><line class="c" x1="17.111" y1="15.7981" x2="17.111" y2="5"/><line class="c" x1="16.1079" y1="6.4899" x2="18.1141" y2="6.4899"/></svg>
Copied!