Last Launcher Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Last 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/328181.svg" alt="Last Launcher icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328181.svg" alt="Last Launcher icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328181.svg" alt="Last Launcher icon" :width="24" :height="24" />
CSS background
.icon-last-launcher {
background-image: url('https://proicons.com/icon/328181.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><circle class="b" cx="24" cy="15.713" r="3.29"/><path class="b" d="m26.8525,36.7494l.4376-1.6949,4.1984,2.9909,3.3897-10.7674-2.2432-2.0937c.8474-10.0197-1.0967-16.4004-8.635-21.6844-7.5383,5.284-9.4824,11.6647-8.635,21.6844l-2.2432,2.0937,3.3897,10.7674,4.1984-2.9909.4376,1.6949h5.705Z"/><polygon class="b" points="26.438 38.9187 24 44.5 21.562 38.9187 26.438 38.9187"/><path class="b" d="m30.7186,18.0061c.2991,5.957-.6979,10.0197-2.6919,13.7085"/></svg>
Copied!