Conquer Countries Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Conquer Countries 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/338537.svg" alt="Conquer Countries icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338537.svg" alt="Conquer Countries icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338537.svg" alt="Conquer Countries icon" :width="24" :height="24" />
CSS background
.icon-conquer-countries {
background-image: url('https://proicons.com/icon/338537.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><polyline class="b" points="23.1248 20 20.4748 28 17.8248 20"/><path class="b" d="M25.0336,27.1235c.4906.6387,1.1057.8765,1.9615.8765h1.1844c1.1022,0,1.9957-.8935,1.9957-1.9957v-.0086c0-1.1022-.8935-1.9957-1.9957-1.9957h-1.3065c-1.1034,0-1.9978-.8945-1.9978-1.9978h0c0-1.1058.8964-2.0022,2.0022-2.0022h1.1779c.8558,0,1.4709.2379,1.9615.8765"/><line class="b" x1="6.6716" y1="41.3284" x2="17.3443" y2="30.6557"/><line class="b" x1="30.6557" y1="17.3443" x2="41.3015" y2="6.6985"/></svg>
Copied!