Riotgames Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Riotgames 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/315868.svg" alt="Riotgames icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315868.svg" alt="Riotgames icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315868.svg" alt="Riotgames icon" :width="24" :height="24" />
CSS background
.icon-riotgames {
background-image: url('https://proicons.com/icon/315868.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Riot Games</title><path d="M13.458.86 0 7.093l3.353 12.761 2.552-.313-.701-8.024.838-.373 1.447 8.202 4.361-.535-.775-8.857.83-.37 1.591 9.025 4.412-.542-.849-9.708.84-.374 1.74 9.87L24 17.318V3.5Zm.316 19.356.222 1.256L24 23.14v-4.18l-10.22 1.256Z"/></svg>
Copied!