Before Launcher Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Before 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/337066.svg" alt="Before Launcher icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337066.svg" alt="Before Launcher icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337066.svg" alt="Before Launcher icon" :width="24" :height="24" />
CSS background
.icon-before-launcher {
background-image: url('https://proicons.com/icon/337066.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><rect class="b" x="25.6963" y="22.7638" width="3.8037" height="5.0399" rx="1.9018" ry="1.9018"/><path class="b" d="M31.4768,24.6656c0-1.0504.8515-1.9018,1.9018-1.9018h0"/><line class="b" x1="31.4768" y1="22.7638" x2="31.4768" y2="27.8037"/><path class="b" d="M20.0143,26.8439c-.3276.5733-.9449.9597-1.6525.9597h0c-1.0504,0-1.9018-.8515-1.9018-1.9018v-1.2362c0-1.0504.8515-1.9018,1.9018-1.9018h0c1.0504,0,1.9018.8515,1.9018,1.9018v.6181s-3.8037,0-3.8037,0"/><path class="b" d="M38.2506,26.8439c-.3276.5733-.9449.9597-1.6525.9597h0c-1.0504,0-1.9018-.8515-1.9018-1.9018v-1.2362c0-1.0504.8515-1.9018,1.9018-1.9018h0c1.0504,0,1.9018.8515,1.9018,1.9018v.6181s-3.8037,0-3.8037,0"/><path class="b" d="M12.638,24c1.0504,0,1.9018.8515,1.9018,1.9018s-.8515,1.9018-1.9018,1.9018h-3.138v-7.6073h3.138c1.0504,0,1.9018.8515,1.9018,1.9018s-.8515,1.9018-1.9018,1.9018h0Z"/><line class="b" x1="12.638" y1="24" x2="9.5" y2="24"/><path class="b" d="M22.8918,27.8037v-6.2761c0-.7352.596-1.3313,1.3313-1.3313h0c.6552,0,1.0642.194,1.3448.557"/><line class="b" x1="21.7642" y1="22.7638" x2="24.4268" y2="22.7638"/></svg>
Copied!