Rootlesspixellauncher Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rootlesspixellauncher 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/332227.svg" alt="Rootlesspixellauncher icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332227.svg" alt="Rootlesspixellauncher icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332227.svg" alt="Rootlesspixellauncher icon" :width="24" :height="24" />
CSS background
.icon-rootlesspixellauncher {
background-image: url('https://proicons.com/icon/332227.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{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M42.6665,21.8481,26.0209,7.6247a3.003,3.003,0,0,0-3.9037,0L5.3715,21.8481a2.4323,2.4323,0,0,0-.3046,3.4262l.0143.017a2.392,2.392,0,0,0,1.9218.8708H9.095V39.4646a1.6315,1.6315,0,0,0,1.6315,1.6315h7.3569a1.6315,1.6315,0,0,0,1.6316-1.6315h0V31.2769a1.0009,1.0009,0,0,1,1.0009-1.0009h6.6462a1.001,1.001,0,0,1,1.001,1.0009v8.1877a1.6314,1.6314,0,0,0,1.6315,1.6315h7.3569a1.6314,1.6314,0,0,0,1.6315-1.6315h0V26.1621h2.0519a2.4422,2.4422,0,0,0,1.5915-4.314Z"/></svg>
Copied!