Pocolauncher Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pocolauncher 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/331433.svg" alt="Pocolauncher icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331433.svg" alt="Pocolauncher icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331433.svg" alt="Pocolauncher icon" :width="24" :height="24" />
CSS background
.icon-pocolauncher {
background-image: url('https://proicons.com/icon/331433.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="M8.49,20A15.51,15.51,0,1,1,18.82,34.63M24,14.83A5.18,5.18,0,1,0,29.18,20,5.19,5.19,0,0,0,24,14.83Z"/><path class="a" d="M24,14.83a10.34,10.34,0,0,1,.53,20.67A15.5,15.5,0,0,0,24,4.5"/><path class="a" d="M24,4.5A15.53,15.53,0,0,0,8.49,20V38.33a5.17,5.17,0,1,0,10.33,0V20A12.65,12.65,0,0,1,31.45,7.38a11.94,11.94,0,0,1,1.7.12A15.45,15.45,0,0,0,24,4.5Z"/></svg>
Copied!