V Launcher Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The V 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/334627.svg" alt="V Launcher icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334627.svg" alt="V Launcher icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334627.svg" alt="V Launcher icon" :width="24" :height="24" />
CSS background
.icon-v-launcher {
background-image: url('https://proicons.com/icon/334627.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="b" x1="7.1202" y1="4.5" x2="22.9922" y2="40.4264"/><polygon class="b" points="24 43.5 39.5194 32.3643 40.8798 4.5 24 14.9302 7.1202 4.5 8.4806 32.3643 24 43.5"/><polyline class="b" points="39.889 24.7946 24 43.5 8.111 23.5965"/><line class="b" x1="26.5936" y1="40.4264" x2="21.5463" y2="40.4264"/><line class="b" x1="40.8798" y1="4.5" x2="25.0078" y2="40.4264"/><line class="b" x1="24" y1="14.9302" x2="8.111" y2="23.5965"/><line class="b" x1="39.889" y1="24.7946" x2="24" y2="14.9302"/></svg>
Copied!