Stats Royale Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Stats Royale 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/347867.svg" alt="Stats Royale icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347867.svg" alt="Stats Royale icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347867.svg" alt="Stats Royale icon" :width="24" :height="24" />
CSS background
.icon-stats-royale {
background-image: url('https://proicons.com/icon/347867.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" xml:space="preserve" viewBox="0 0 48 48"><path d="M8.673 14.448H20.3c1.01 0 1.822.813 1.822 1.822v2.69c0 1.01-.813 1.823-1.822 1.823H8.673A1.82 1.82 0 0 1 6.85 18.96v-2.69c0-1.01.812-1.823 1.822-1.823M27.7 14.448h11.627c1.01 0 1.822.813 1.822 1.822v2.69c0 1.01-.812 1.823-1.822 1.823H27.7a1.82 1.82 0 0 1-1.822-1.822v-2.69c0-1.01.813-1.823 1.822-1.823M5.948 14.448h36.104M36.611 12.062l-1.108-7.514H30.02l.389 2.645h-3.032l-.56-2.647h-6.188l-.56 2.647h-3.032l.39-2.645H11.94l-1.108 7.514Z" style="fill:none;stroke:#fff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/><path d="m12.777 17.856 1.027-.547h3.234l.938.357M35.223 17.856l-1.027-.547h-3.234l-.938.357M7.998 21.216 5.5 27.968l1.844 1.63-.854 6.242L24 43.454l17.51-7.614-.854-6.242 1.844-1.63-2.498-6.752" style="fill:none;stroke:#fff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/><path d="m10.319 21.146-.943 6.046 10.815 7.749L24 33.726l3.81 1.215 10.814-7.75-.943-6.045" style="fill:none;stroke:#fff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/><path d="M11.962 27.715v-4.906h3.662v1.571h3.59c1.463.912 2.824 1.889 4.613 1.889s3.15-.977 4.614-1.889h3.59v-1.57h3.661v4.905zM15.871 27.92c.94 2.46 4.734 2.514 8.129 2.514s7.188-.054 8.129-2.514" style="fill:none;stroke:#fff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/></svg>
Copied!