Hios Launcher Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hios Launcher 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/341605.svg" alt="Hios Launcher icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341605.svg" alt="Hios Launcher icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341605.svg" alt="Hios Launcher icon" :width="24" :height="24" />
CSS background
.icon-hios-launcher {
background-image: url('https://proicons.com/icon/341605.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="b" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 48 48">
<defs>
<style>
.cls-1 {
fill: none;
stroke:#fff;
stroke-linecap: round;
stroke-linejoin: round;
}
.cls-2 {
fill:#fff;
}
</style>
</defs>
<path class="cls-1" d="M38.5,5.5H9.5c-2.2,0-4,1.8-4,4v29c0,2.2,1.8,4,4,4h29c2.2,0,4-1.8,4-4V9.5c0-2.2-1.8-4-4-4Z"/>
<g>
<g>
<line class="cls-1" x1="9.5" y1="19.1" x2="9.5" y2="29.5"/>
<line class="cls-1" x1="16.4" y1="19.1" x2="16.4" y2="29.5"/>
<line class="cls-1" x1="9.5" y1="24.3" x2="13.6" y2="24.3"/>
</g>
<g>
<circle class="cls-2" cx="19.3" cy="19.4" r=".8"/>
<line class="cls-1" x1="19.3" y1="22.6" x2="19.3" y2="29.5"/>
</g>
<path class="cls-1" d="M31.8,28.3c.6.8,1.4,1.1,2.5,1.1h1.5c1.4,0,2.6-1.2,2.6-2.6h0c0-1.4-1.2-2.6-2.6-2.6h-1.7c-1.4,0-2.6-1.2-2.6-2.6h0c0-1.4,1.2-2.6,2.6-2.6h1.5c1.1,0,1.9.3,2.5,1.1"/>
<path class="cls-1" d="M25.7,19.1h0c1.9,0,3.4,1.5,3.4,3.4v3.5c0,1.9-1.5,3.4-3.4,3.4h0c-1.9,0-3.4-1.5-3.4-3.4v-3.5c0-1.9,1.5-3.4,3.4-3.4Z"/>
</g>
</svg>
Copied!