Clash Royale Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Clash 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/338329.svg" alt="Clash Royale icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338329.svg" alt="Clash Royale icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338329.svg" alt="Clash Royale icon" :width="24" :height="24" />
CSS background
.icon-clash-royale {
background-image: url('https://proicons.com/icon/338329.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M5.76,8.65h9.6v4.17H19.2V8.65h9.6v4.17h3.84V8.65h9.6V22.14H5.76V8.65ZM21.2,30.43A3.14,3.14,0,0,1,24,33.66a3.14,3.14,0,0,1,2.8-3.23,5.45,5.45,0,0,1,3.87,1.7c5.65,4.4,9.74,3.61,12.83,1.58a7.47,7.47,0,0,1-6.17,5.49c-8.2.83-11.63-1.92-13-4.07A3.12,3.12,0,0,1,24,33.66a3.12,3.12,0,0,1-.35,1.47c-1.35,2.15-4.78,4.9-13,4.07A7.47,7.47,0,0,1,4.5,33.71c3.09,2,7.18,2.82,12.83-1.58a5.45,5.45,0,0,1,3.87-1.7Z"/></svg>
Copied!