Old School Runescape Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Old School 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/345134.svg" alt="Old School Runescape icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345134.svg" alt="Old School Runescape icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345134.svg" alt="Old School Runescape icon" :width="24" :height="24" />
CSS background
.icon-old-school-runescape {
background-image: url('https://proicons.com/icon/345134.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="m8.306,20.5852c4.0539-1.5863,8.6868-1.5863,9.1652,1.0323.4784,2.6186-5.209,2.8792-7.173,3.0051,2.1906,2.0395,7.7521,4.3976,7.7521,4.3976"/><path class="c" d="m36.2046,17.74c-4.6833,1.8381-5.5646,3.8776-5.3128,5.1869s4.8848,2.2913,4.8848,4.1546-4.7589,2.1151-4.7589,2.1151"/><path class="c" d="m10.0556,20.0084c-.1129,2.5408.8942,10.7241.8942,10.7241"/><path class="c" d="m23.85,13.2179c-.705-2.0815-3.3099-6.362-7.9902-5.9189-5.6737.5372-12.1532,5.7073-11.2803,17.9276s7.4407,15.2083,9.478,15.4097,9.1882.9333,10.3081-8.8343"/><path class="c" d="m22.3728,17.9414c-.5793,7.3761,1.6115,16.1147,5.8752,19.7741,4.2637,3.6594,10.676,1.3429,13.3618-3.6594s2.0479-13.7646.9065-18.5655-4.0424-7.9902-8.9874-7.9902-10.6524,4.0287-11.1559,10.441Z"/></svg>
Copied!