Legends Of Runterra Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Legends Of Runterra 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/342812.svg" alt="Legends Of Runterra icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342812.svg" alt="Legends Of Runterra icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342812.svg" alt="Legends Of Runterra icon" :width="24" :height="24" />
CSS background
.icon-legends-of-runterra {
background-image: url('https://proicons.com/icon/342812.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M19.5877,31.9141V12.4999h4.6695c2.6398,0,4.7799,2.1446,4.7799,4.7902s-2.14,4.7902-4.7799,4.7902h-4.6695"/><line class="b" x1="24.2571" y1="22.0802" x2="28.9262" y2="31.9106"/><line class="b" x1="27.0403" y1="31.9106" x2="29.7847" y2="31.9106"/><line class="b" x1="18.2155" y1="31.9106" x2="20.9599" y2="31.9106"/><line class="b" x1="18.2155" y1="12.4999" x2="19.5877" y2="12.4999"/><polyline class="b" points="14.099 35.7829 20.7666 35.7829 24.0001 37.4999 27.2336 35.7829 33.9012 35.7829"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!