Kingdom Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kingdom 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/342509.svg" alt="Kingdom icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342509.svg" alt="Kingdom icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342509.svg" alt="Kingdom icon" :width="24" :height="24" />
CSS background
.icon-kingdom {
background-image: url('https://proicons.com/icon/342509.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><ellipse class="c" cx="24" cy="33.5527" rx="19.5" ry="6.5277"/><path class="c" d="M37.9369,11.2498c3.4438,1.5683,5.5618,2.9754,5.5618,5.3359v16.9604"/><path class="c" d="M10.0631,11.2498c-3.4438,1.5683-5.5618,2.9754-5.5618,5.3359v16.9604"/><path class="c" d="M16.595,8.5663c2.2797-.4204,4.7858-.6467,7.405-.6467s5.1253.2264,7.405.6467"/><path class="c" d="M6.8294,30.458c3.2983,2.0372,9.7494,3.4276,17.1706,3.4276s13.8723-1.3905,17.1706-3.4276"/><path class="c" d="M16.595,8.5663v9.9272c-2.4737.3234-4.6888.8407-6.5319,1.4551v-8.6989"/><path class="c" d="M37.9369,11.2498v8.6989c-1.8432-.6144-4.0582-1.1318-6.5319-1.4551v-9.9272"/></svg>
Copied!