Ishtar Commander Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ishtar Commander 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/342115.svg" alt="Ishtar Commander icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342115.svg" alt="Ishtar Commander icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342115.svg" alt="Ishtar Commander icon" :width="24" :height="24" />
CSS background
.icon-ishtar-commander {
background-image: url('https://proicons.com/icon/342115.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="24" cy="24" r="7.1667"/><circle class="a" cx="24" cy="24" r="1.4333"/><path class="a" d="M40.5356,5.0805,29.347,16.4705"/><path class="a" d="M41.3178,8.7882l-9.9132,9.6575"/><path class="a" d="M31.7291,29.3021l9.6856,9.5929"/><path class="a" d="M29.7,31.4694,40.8655,42.61"/><path class="a" d="M23.94,33.4165l.0307,2.6681"/><path class="a" d="M18.3537,31.5108,7.3992,42.61"/><path class="a" d="M16.3626,29.4358l-9.771,9.5561"/><path class="a" d="M14.7358,25.0873l-6.7552.0142"/><path class="a" d="M14.8252,22.48l-6.683-.0278"/><path class="a" d="M16.6,18.44,6.6239,8.5944"/><path class="a" d="M18.8267,16.3517,7.5571,5"/><path class="a" d="M24.0354,11.34l-.0647,3.4432"/><path class="a" d="M33.16,22.4l6.6717.0531"/><path class="a" d="M33.2662,25.0683l6.6625.0332"/><circle class="a" cx="24" cy="24.1" r="9.3167"/><circle class="a" cx="24" cy="24" r="11.4667"/><circle class="a" cx="24" cy="24" r="18.6333"/><circle class="a" cx="24" cy="24" r="21.5"/></svg>
Copied!