Ion Launcher Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ion 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/327518.svg" alt="Ion Launcher icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327518.svg" alt="Ion Launcher icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327518.svg" alt="Ion Launcher icon" :width="24" :height="24" />
CSS background
.icon-ion-launcher {
background-image: url('https://proicons.com/icon/327518.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M39.42,24.0811c0,2.7066-.7125,5.3656-2.0658,7.7096"/><path class="b" d="M31.71,37.4341c-4.771,2.7545-10.649,2.7545-15.42,0-4.7708-2.7546-7.7096-7.8451-7.7096-13.354"/><circle class="b" cx="24" cy="23.9801" r="7.2096"/><circle class="b" cx="34.923" cy="34.9641" r=".75"/><path class="b" d="M5.416,19.3011l18.584-10.801,18.584,10.801"/></svg>
Copied!