Fossify Launcher Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fossify 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/340748.svg" alt="Fossify Launcher icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340748.svg" alt="Fossify Launcher icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340748.svg" alt="Fossify Launcher icon" :width="24" :height="24" />
CSS background
.icon-fossify-launcher {
background-image: url('https://proicons.com/icon/340748.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>.j{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="j" d="M20.63651967,31.15828776l-.40259933,3.83798218c-.21198463,2.02081299-1.63671112,3.66767502-3.66975784,3.66767502h-2.22900295c-2.03304577,0-3.66975784-1.63578415-3.66975784-3.66767502v-16.22670937"/><path id="d" class="j" d="M27.90177655,31.10500979c0-1.71393585-.44940758-3.64103508-3.63262939-3.64103508s-3.45249939,1.97716713-3.63262939,3.69431305"/><path id="e" class="j" d="M37.47028661,18.87521815v16.12105179c0,2.03189087-1.63671112,3.66767502-3.66975784,3.66767502h-2.22899437c-2.03304482,0-3.66975784-1.63578415-3.66975784-3.66767502v-3.89126015"/></g><path id="f" class="j" d="M20.14373708,19.58933139c.20970726-1.80752945,1.87325478-3.17883873,3.85626411-3.17883873,1.98317337,0,3.64679337,1.37152672,3.85630989,3.17922592l-7.71257401-.00038719Z"/><g id="g"><path id="h" class="j" d="M5.4999969,22.76742244l16.61409616-12.85446644c.99417496-.76920128,2.77763939-.76920128,3.77181435,0l16.61409569,12.85446644"/><path id="i" class="j" d="M34.48707509,10.42247462v6.14393616"/></g></svg>
Copied!