Kingdom Two Crowns Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kingdom Two Crowns 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/327952.svg" alt="Kingdom Two Crowns icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327952.svg" alt="Kingdom Two Crowns icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327952.svg" alt="Kingdom Two Crowns icon" :width="24" :height="24" />
CSS background
.icon-kingdom-two-crowns {
background-image: url('https://proicons.com/icon/327952.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><ellipse class="c" cx="16.3502" cy="31.9045" rx="9.9834" ry="3.3421" transform="translate(-7.26 4.927) rotate(-14.0578)"/><path class="c" d="M20.4982,19.0949c1.9054.3504,3.1322.7858,3.4259,1.9584l2.1091,8.4229M6.655,22.5613c-1.5154,1.207-2.3923,2.1692-2.0987,3.3417l2.1091,8.4229M9.5653,20.416c1.0801-.4921,2.2966-.916,3.5972-1.2417s2.5734-.5251,3.7579-.6M7.4381,32.5026c1.8912.6015,5.268.4901,8.9535-.4328s6.7165-2.4154,8.1009-3.8377"/><path class="c" d="M9.5653,20.416l1.2345,4.9301c-1.1884.4686-2.2241,1.0008-3.0629,1.5354l-1.0819-4.3207M20.4982,19.0949l1.0818,4.3202c-.9918-.0762-2.1561-.0575-3.425.0897l-1.2346-4.9306"/><path class="c" d="M25.34,26.6951c1.6298.8004,3.7997,1.4755,6.2299,1.8998,5.4391.9451,10.0971.2411,10.4154-1.5816.0964-.569-.2411-1.1766-.9065-1.7648-1.4852-1.3212-4.6194-2.5846-8.3612-3.2403-3.4718-.6076-6.6253-.5304-8.5348.0772"/><path class="c" d="M41.135,15.276c1.5993,1.0934,2.544,1.9891,2.3366,3.1799l-1.4898,8.5542M30.6064,12.0475c1.1869-.0116,2.4707.0946,3.7916.3247s2.5651.5642,3.6781.9763M22.9676,19.8479l.839-4.8219c.2025-1.1862,1.3984-1.707,3.2693-2.1988M24.3274,22.6736c1.6395,1.1573,4.4748,2.2181,7.7923,2.7967,3.7418.6461,7.1172.5111,8.9592-.2218"/><path class="c" d="M30.6064,12.0475l-.872,5.0069c-1.2763-.0539-2.4389.0123-3.4225.1606l.7642-4.3881M41.135,15.276l-.7641,4.3876c-.8755-.4721-1.9473-.9274-3.1668-1.3077l.8721-5.0074"/></svg>
Copied!