Territorialio Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Territorialio 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/333813.svg" alt="Territorialio icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333813.svg" alt="Territorialio icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333813.svg" alt="Territorialio icon" :width="24" :height="24" />
CSS background
.icon-territorialio {
background-image: url('https://proicons.com/icon/333813.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="c" d="M17.9936,42.5c-1.2232-1.24-2.4463-2.48-3.026-3.7708-.5796-1.2908-.5157-2.6325-.9417-3.7507s-1.3417-2.0126-1.4428-2.9018c-.1012-.8892.6123-1.773,1.3417-1.9274.7294-.1544,1.4748.4206,1.8156.0958.3408-.3248.2769-1.5493,1.4003-1.7464,1.1234-.197,3.4341.6336,4.9782.0639s2.3214-2.5397,3.3276-2.9123c1.0063-.3727,2.2415.8519,3.8335-.3834,1.592-1.2352,3.5406-4.9302,4.648-4.9142,1.1075.016,1.3736,3.743,2.3374,5.4254.9637,1.6825,2.6248,1.3204,3.7802,1.3523,1.1554.0319,1.8049.4579,2.4545.8838"/><path class="c" d="M22.1193,28.563c-1.3204-2.3125-2.6408-4.625-2.5131-6.2231.1278-1.5982,1.7038-2.482,1.8262-3.7811.1224-1.2991-1.2086-3.0136-2.9763-3.743s-3.9719-.4739-5.4094-.9744c-1.4375-.5005-2.1084-1.757-3.2385-2.2681-1.13-.5111-2.7191-.2769-4.3083-.0426"/></svg>
Copied!