Pojavlauncher Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pojavlauncher 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/331447.svg" alt="Pojavlauncher icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331447.svg" alt="Pojavlauncher icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331447.svg" alt="Pojavlauncher icon" :width="24" :height="24" />
CSS background
.icon-pojavlauncher {
background-image: url('https://proicons.com/icon/331447.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;stroke-linecap:round;stroke-linejoin:round;}.b{stroke-width:1px;}</style></defs><polygon class="a" points="40.86 14.3 23.89 4.5 7.03 14.23 24 24.03 40.86 14.3"/><polygon class="a" points="24 24.03 7.03 14.23 7.03 33.7 24 43.5 24 24.03"/><polygon class="a" points="40.86 14.3 24 24.03 24 43.5 40.86 33.77 40.86 14.3"/><polyline class="b" points="24 32.28 20.52 25.75 10.52 19.98 7.03 22.48"/><polyline class="b" points="40.86 22.53 37.41 20.05 27.46 25.79 24 32.28"/><polygon class="b" points="34.26 14.25 23.91 8.28 13.63 14.22 23.98 20.19 34.26 14.25"/><line class="b" x1="27.36" y1="10.27" x2="17.08" y2="16.21"/><line class="b" x1="30.81" y1="12.26" x2="20.53" y2="18.2"/><line class="b" x1="30.83" y1="16.23" x2="20.49" y2="10.26"/><line class="b" x1="27.41" y1="18.21" x2="17.06" y2="12.24"/></svg>
Copied!