Projectivy Launcher Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Projectivy 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/346202.svg" alt="Projectivy Launcher icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346202.svg" alt="Projectivy Launcher icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346202.svg" alt="Projectivy Launcher icon" :width="24" :height="24" />
CSS background
.icon-projectivy-launcher {
background-image: url('https://proicons.com/icon/346202.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="b" x1="11.3261" y1="22.5471" x2="4.6544" y2="22.5471"/><line class="b" x1="12.8183" y1="24.8153" x2="5.0846" y2="24.8153"/><line class="b" x1="14.25" y1="27.6206" x2="5.7775" y2="27.6206"/><circle class="b" cx="34.5361" cy="19.6249" r="2.5666"/><line class="b" x1="34.5361" y1="17.0583" x2="34.5361" y2="15.5661"/><line class="b" x1="36.351" y1="17.81" x2="37.4061" y2="16.7549"/><line class="b" x1="37.1027" y1="19.6249" x2="38.5949" y2="19.6249"/><line class="b" x1="36.351" y1="21.4398" x2="37.4061" y2="22.4949"/><line class="b" x1="34.5361" y1="22.1915" x2="34.5361" y2="23.6837"/><line class="b" x1="32.7212" y1="21.4398" x2="31.6661" y2="22.4949"/><line class="b" x1="31.9695" y1="19.6249" x2="30.4773" y2="19.6249"/><line class="b" x1="32.7212" y1="17.81" x2="31.6661" y2="16.7549"/><path class="b" d="M40.22,16.9c.4.82.62,1.75.62,2.72,0,3.49-2.82,6.31-6.3,6.31-3.49,0-6.31-2.82-6.31-6.31,0-1.32.41-2.55,1.1-3.56-1.6-.05-3.37-.08-5.33-.08-9.49,0-14.59.61-17.13,1.08-1.37.25-2.36,1.44-2.37,2.84-.04,4.19,1.44,8.79,2.07,10.56.16.45.59.74,1.07.74h1.14v1.08c0,.4.32.73.73.73h7.04c.4,0,.73-.33.73-.73v-1.08h13.44v1.08c0,.4.33.73.73.73h7.04c.41,0,.73-.33.73-.73v-1.08h1.14c.48,0,.91-.29,1.07-.74.63-1.77,2.11-6.37,2.07-10.56-.01-1.4-1-2.59-2.37-2.84-.27-.06-.57-.1-.91-.16Z"/></svg>
Copied!