Launcher Ios 17 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Launcher Ios 17 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/342752.svg" alt="Launcher Ios 17 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342752.svg" alt="Launcher Ios 17 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342752.svg" alt="Launcher Ios 17 icon" :width="24" :height="24" />
CSS background
.icon-launcher-ios-17 {
background-image: url('https://proicons.com/icon/342752.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M25.441,32.75l9.6-17.86h-11.833M14.635,17.322l4.464-2.431v16.567"/><path class="b" d="M5.5,28.936c6.617-1.762,10.337,1.594,15.129,3.055,7.92,1.888,15.361.768,21.871-6.211"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!