Lynx Launcher Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lynx 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/328748.svg" alt="Lynx Launcher icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328748.svg" alt="Lynx Launcher icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328748.svg" alt="Lynx Launcher icon" :width="24" :height="24" />
CSS background
.icon-lynx-launcher {
background-image: url('https://proicons.com/icon/328748.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;}</style></defs><path class="c" d="m25.8989,45.4173c-.7663-4.198-1.7784-8.6364-6.8762-5.2926-.5597.3947-1.5051-1.4387-1.9234-1.8061-2.2706-3.1979-1.6539-.8942-4.0646-2.2761-.6951-.4087-1.1548-1.0082-1.6019-1.6513-.4416-.2245-.8732-.4654-1.2962-.7262-1.1908-.731-2.2074-2.1646-1.6693-3.5938.6757-1.066,1.8582-1.6869,2.702-2.6084.9776-1.8951,1.0719-4.7384,3.3294-5.6109,1.6657-.7427,2.9784-2.0855,4.4468-3.1406.1952-.1513.5546-.2556.5258-.5783-.0331-.4632.0303-.9611-.017-1.3964.252-2.2335.7755-4.5328,2.2383-6.299.4617-1.0342,1.1011-2.769,2.4206-2.7598-.7042.9372-.3536,2.2099-.944,3.2022-.3863,1.5342,1.1166,2.9601,1.4082,4.3726.1667.0329.2314-.1874.335-.2889.8751-1.2598,1.5579-2.6566,2.8936-3.5107,1.6961-1.2323,1.4537-3.2239,4.4715-3.7273-.941,1.2203-1.3216,2.722-1.9944,4.0968-.1998,2.3965.3545,4.9722-.4923,7.3422.8635,1.5196,2.3098,2.8943,3.0661,4.5726,1.7997,3.0658,8.4305,5.5599,11.8768,5.9709"/><circle class="c" cx="24" cy="24" r="21.5"/></svg>
Copied!