Simexplorer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Simexplorer 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/332751.svg" alt="Simexplorer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332751.svg" alt="Simexplorer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332751.svg" alt="Simexplorer icon" :width="24" :height="24" />
CSS background
.icon-simexplorer {
background-image: url('https://proicons.com/icon/332751.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M38.87,28.74H34.14v2.68H29.45V34.1H20.07V28.74h4.69V26.06h4.69V23.38h9.42Z"/><path class="cls-1" d="M41.68,13H24.77c-2-.1-5.93-4.23-8.19-4.23H6.68A2.18,2.18,0,0,0,4.5,11h0v7.29h39V14.87A1.83,1.83,0,0,0,41.68,13Z"/><path class="cls-1" d="M43.5,18.28H4.5V37A2.18,2.18,0,0,0,6.67,39.2H41.32A2.18,2.18,0,0,0,43.5,37h0Z"/><polyline class="cls-1" points="29.45 26.06 29.45 28.74 34.14 28.74"/><polyline class="cls-1" points="24.76 28.74 24.76 31.42 29.47 31.42"/></svg>
Copied!