Pixel Launcher Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pixel 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/331301.svg" alt="Pixel Launcher icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331301.svg" alt="Pixel Launcher icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331301.svg" alt="Pixel Launcher icon" :width="24" :height="24" />
CSS background
.icon-pixel-launcher {
background-image: url('https://proicons.com/icon/331301.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="m23.8544,4.5h-13.0388v39h8.6332v-12.3399h4.4056c7.362,0,13.3301-5.9681,13.3301-13.3301s-5.9681-13.3301-13.3301-13.3301"/><path class="c" d="m19.4488,12.9553h4.3492c2.7011,0,4.894,2.1929,4.894,4.894h0c0,2.7011-2.1929,4.894-4.894,4.894h-4.3492v-9.788h0Z"/><line class="c" x1="19.4488" y1="12.9553" x2="10.8156" y2="4.5"/><line class="c" x1="19.4488" y1="22.7433" x2="10.8156" y2="29.7995"/><line class="c" x1="28.3612" y1="16.0809" x2="34.9906" y2="10.5026"/><line class="c" x1="33.7451" y1="26.7666" x2="27.6205" y2="20.9037"/></svg>
Copied!