Istanbulkart Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Istanbulkart 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/327567.svg" alt="Istanbulkart icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327567.svg" alt="Istanbulkart icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327567.svg" alt="Istanbulkart icon" :width="24" :height="24" />
CSS background
.icon-istanbulkart {
background-image: url('https://proicons.com/icon/327567.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="m24,41.07s14.58-9.026,16.471-19.348c1.172-6.402-3.936-10.493-8.852-10.493-3.237,0-6.06,1.733-7.619,4.316-1.558-2.583-4.382-4.316-7.618-4.316-4.916,0-10.027,4.092-8.852,10.493,1.894,10.321,16.47,19.348,16.47,19.348Z"/><path class="b" d="m42.5,33.02c-2.0134,4.1295-5.3505,7.4666-9.48,9.48"/><path class="b" d="m14.98,42.5c-4.1295-2.0134-7.4666-5.3505-9.48-9.48"/><path class="b" d="m5.5,14.98c2.0134-4.1295,5.3505-7.4666,9.48-9.48"/><path class="b" d="m33.065,5.522c4.0937,2.0083,7.4047,5.3193,9.413,9.413"/><polyline class="b" points="33.063 5.527 42.473 5.527 42.473 14.937"/><polyline class="b" points="42.473 33.007 42.473 42.473 33.006 42.473"/><polyline class="b" points="14.994 42.473 5.527 42.473 5.527 33.006"/><polyline class="b" points="5.527 14.994 5.527 5.527 5.527 5.527 14.994 5.527"/></svg>
Copied!