Totallauncher Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Totallauncher 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/334144.svg" alt="Totallauncher icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334144.svg" alt="Totallauncher icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334144.svg" alt="Totallauncher icon" :width="24" :height="24" />
CSS background
.icon-totallauncher {
background-image: url('https://proicons.com/icon/334144.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a,.b{fill:none;stroke:#000;}.a{stroke-linecap:round;stroke-linejoin:round;}.b{stroke-miterlimit:8.8;}</style></defs><path class="a" d="M8.8582,18.8032V8.8364a2.1814,2.1814,0,0,1,2.1853-2.1871H41.3147A2.1814,2.1814,0,0,1,43.5,8.8364V20.15a2.1814,2.1814,0,0,1-2.1853,2.1871H36.34"/><path class="a" d="M6.6853,18.9626H28.6619A2.1814,2.1814,0,0,1,30.8472,21.15v1.5464a2.1814,2.1814,0,0,1-2.1853,2.1871H6.6853A2.1814,2.1814,0,0,1,4.5,22.6961V21.15A2.1814,2.1814,0,0,1,6.6853,18.9626Z"/><path class="a" d="M15.6084,16.7619a2.5114,2.5114,0,0,1,2.5159-2.5179H33.5078a2.5113,2.5113,0,0,1,2.5159,2.5179V32.1577a2.5113,2.5113,0,0,1-2.5159,2.5179H18.1243a2.5114,2.5114,0,0,1-2.5159-2.5179V24.9"/><path class="a" d="M25.3538,34.78v4.384a2.1814,2.1814,0,0,1-2.1853,2.1871h-10.19a2.1814,2.1814,0,0,1-2.1853-2.1871V25.2409"/><path class="b" d="M15.6084,16.7619v1.921"/></svg>
Copied!