Ios Launcher Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ios 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/327520.svg" alt="Ios Launcher icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327520.svg" alt="Ios Launcher icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327520.svg" alt="Ios Launcher icon" :width="24" :height="24" />
CSS background
.icon-ios-launcher {
background-image: url('https://proicons.com/icon/327520.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" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.d{fill:#000;stroke-width:0px;}</style></defs><path class="c" 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"/><circle class="d" cx="11.6854" cy="18.0307" r=".75"/><line class="c" x1="11.6854" y1="22.1796" x2="11.6854" y2="31.1547"/><path class="c" d="M28.7932,29.6703c.8307,1.0815,1.8724,1.4843,3.3216,1.4843h2.0056c1.8665,0,3.3795-1.5131,3.3795-3.3795v-.0146c0-1.8665-1.5131-3.3795-3.3795-3.3795h-2.2124c-1.8685,0-3.3832-1.5147-3.3832-3.3832h0c0-1.8725,1.518-3.3905,3.3905-3.3905h1.9947c1.4492,0,2.4909.4028,3.3216,1.4843"/><rect class="c" x="15.909" y="17.6074" width="8.9751" height="13.5473" rx="4.4875" ry="4.4875"/></svg>
Copied!