Kingdom Rush Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kingdom Rush 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/327951.svg" alt="Kingdom Rush icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327951.svg" alt="Kingdom Rush icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327951.svg" alt="Kingdom Rush icon" :width="24" :height="24" />
CSS background
.icon-kingdom-rush {
background-image: url('https://proicons.com/icon/327951.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m16.8758,23.4645c1.3487.3391,4.4705-.1162,2.8457-4.2314.0642-7.6243,5.0828-13.6468,11.3681-13.642,10.7421-.687,13.1274,17.6795,10.3386,18.609-2.2813.7604-2.641,1.6328-2.4907,6.0415.1393,4.0853.0461,4.4901-1.536,6.6741-2.3591,3.2567-6.2907,5.1455-11.2948,5.4263-2.1589.1211-4.1737.1127-4.4773-.0187h0c-.3036-.1314-1.5914-.5059-2.8617-.8321-2.6057-.6692-5.0876-2.2695-5.5195-3.9214m6.881-16.8245c.3641-.4388,4.2504-2.6612,5.8211-2.9826,4.8812-.9987,13.243,2.9227,15.6565,5.8308m-23.2447,5.9024l-4.1311-17.0648-4.0776-2.3363-4.6534,4.9348,5.5672,17.6223m5.2656,3.3073c3.3584-1.6468,5.2935-1.4549,5.2411-3.9089.0031-.7512-1.2587-2.6398-1.8471-2.6398-1.0397,0-9.6197,4.215-9.6197,4.215,0,0,1.4846,4.0107,1.9053,4.0107,1.2482,0,.6289.1332,4.3204-1.677Zm16.836-6.8969c-3.8064,4.4376-6.2009,5.1018-11.6635,3.7698m1.1317.3876l-1.5518,8.863m2.6042-18.9727c.8794,7.2392,9.5238,6.702,14.9663,4.8595m-10.0473-4.9574s2.3118-.8368,4.2419.4691c1.5584,1.1105,3.2757.7546,3.6708.8225m.1801-1.1183c-.3119-.9555-2.3269-1.94-4.966-2.4263-1.741-.3208-2.9621-1.0164-3.9178.4483-3.0696,4.7047-1.8648,5.4321,2.535,3.9327,1.6698-.569,3.345.8898,3.5357,1.0804.1907.1907.8204.3467,1.3993.3467.7046,0,1.5438-1.534,1.4205-2.1806l-.0068-1.2013Zm-16.0676-2.5337c.4571.4571,2.0523,3.1804,3.249,2.2105,1.605-.9764,1.153-3.1956,1.6489-4.8421m-3.2573-.101c-3.6377,1.8095,4.6249-14.1307,11.6637-9.9437.8977.7458-.303,4.6612,4.5375,4.2318l1.9757,7.7665c-2.2246-3.4111-15.481-4.9005-18.177-2.0546Z"/></svg>
Copied!