Pie Launcher Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pie 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/331255.svg" alt="Pie Launcher icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331255.svg" alt="Pie Launcher icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331255.svg" alt="Pie Launcher icon" :width="24" :height="24" />
CSS background
.icon-pie-launcher {
background-image: url('https://proicons.com/icon/331255.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><circle class="a" cx="34.9568" cy="35.3218" r="6.2886"/><circle class="a" cx="39.3434" cy="18.6299" r="5.1566"/><circle class="a" cx="18.0065" cy="39.2251" r="5.1566"/><circle class="a" cx="7.5247" cy="29.4939" r="4.0247"/><circle class="a" cx="29.7801" cy="7.6429" r="4.0247" transform="translate(-0.0577 0.2284) rotate(-0.439)"/><circle class="a" cx="18.2528" cy="7.0451" r="2.8928"/><circle class="a" cx="7.0165" cy="18.3559" r="2.8928"/><circle class="a" cx="11.2581" cy="11.4351" r="1.7608"/></svg>
Copied!