Simcity Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Simcity 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/332749.svg" alt="Simcity icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332749.svg" alt="Simcity icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332749.svg" alt="Simcity icon" :width="24" :height="24" />
CSS background
.icon-simcity {
background-image: url('https://proicons.com/icon/332749.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="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><polyline class="b" points="15.837 17.7589 24 21.7712 32.163 17.7589"/><polyline class="b" points="34.8446 42.4969 34.8446 34.2326 32.163 32.9145 24 36.9269 15.837 32.9145 13.1554 34.2326 24 39.5631 34.8446 34.2326"/><polygon class="b" points="30.0988 13.6671 24 8.9907 17.9012 13.6671 24 16.6648 30.0988 13.6671"/><polyline class="b" points="17.9012 13.6671 17.9012 16.7288 24 19.7265 30.0988 16.7288 30.0988 13.6671"/><line class="b" x1="24" y1="8.9907" x2="24" y2="16.6648"/><line class="b" x1="13.1554" y1="34.2326" x2="13.1554" y2="42.4969"/><line class="b" x1="24" y1="39.5631" x2="24" y2="42.4969"/><polyline class="b" points="32.163 32.9145 32.163 17.7589 30.0988 16.7288"/><polyline class="b" points="15.837 32.9145 15.837 17.7589 17.9012 16.7288"/><line class="b" x1="24" y1="36.9269" x2="24" y2="21.7712"/><line class="b" x1="16.6439" y1="38.9174" x2="16.6439" y2="42.4969"/><line class="b" x1="19.8783" y1="40.1482" x2="19.8783" y2="42.4969"/><line class="b" x1="31.1309" y1="38.9174" x2="31.1309" y2="42.4969"/><line class="b" x1="27.8965" y1="40.1482" x2="27.8965" y2="42.4969"/><line class="b" x1="18.5473" y1="31.7044" x2="18.5473" y2="21.629"/><line class="b" x1="21.2092" y1="33.0577" x2="21.2092" y2="22.9823"/><line class="b" x1="29.2275" y1="31.7044" x2="29.2275" y2="21.629"/><line class="b" x1="26.5655" y1="33.0577" x2="26.5655" y2="22.9823"/></svg>
Copied!