Riot Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Riot 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/346733.svg" alt="Riot icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346733.svg" alt="Riot icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346733.svg" alt="Riot icon" :width="24" :height="24" />
CSS background
.icon-riot {
background-image: url('https://proicons.com/icon/346733.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M34.32,29.35A12.38,12.38,0,0,0,36,27.7a14.21,14.21,0,0,0,3.55-9.27A13.93,13.93,0,0,0,25.62,4.5H14"/><path class="a" d="M8.45,10.07V37.93a5.57,5.57,0,1,0,11.14,0V26"/><path class="a" d="M25.2,20.47a5.57,5.57,0,0,0-4.56,8.77L29,41.13a5.57,5.57,0,0,0,9.12-6.38L29.76,22.84a5.55,5.55,0,0,0-4.56-2.38Z"/><circle class="a" cx="14.02" cy="10.07" r="5.57"/></svg>
Copied!