Pocket City Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pocket City 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/331416.svg" alt="Pocket City icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331416.svg" alt="Pocket City icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331416.svg" alt="Pocket City icon" :width="24" :height="24" />
CSS background
.icon-pocket-city {
background-image: url('https://proicons.com/icon/331416.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m23.907,44.5l-17.681-10.1258.0547-20.7003L23.907,3.5l17.8112,10.2287.0547,20.7561-17.866,10.0153Z"/><path class="b" d="m13.4223,38.4954l.0109-9.1694,20.86-.0098v9.3609"/><path class="b" d="m23.3642,29.3217V12.2229h15.732M6.2665,19.464h17.0977"/><path class="b" d="m28.5448,21.5006h3.283v3.283h-3.283v-3.283Zm5.5964,0h3.283v3.283h-3.283v-3.283Zm0-5.2571h3.283v3.283h-3.283v-3.283Zm-5.5964,0h3.283v3.283h-3.283v-3.283Zm-3.5292,17.4818h3.283v3.283h-3.283v-3.283Zm-5.5964,0h3.283v3.283h-3.283v-3.283Zm-3.5204-11.0089h3.283v3.283h-3.283v-3.283Zm-5.5964,0h3.283v3.283h-3.283v-3.283Z"/></svg>
Copied!