Phocus Launcher Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Phocus 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/331178.svg" alt="Phocus Launcher icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331178.svg" alt="Phocus Launcher icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331178.svg" alt="Phocus Launcher icon" :width="24" :height="24" />
CSS background
.icon-phocus-launcher {
background-image: url('https://proicons.com/icon/331178.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M42.5,16.7836v-7.2836c0-2.2-1.8-4-4-4h-7.2835"/><path class="c" d="M16.7835,5.5h-7.2835c-2.2,0-4,1.8-4,4v7.2836"/><path class="c" d="M31.2165,42.5h7.2835c2.2,0,4-1.8,4-4v-7.2836"/><path class="c" d="M5.5,31.2164v7.2836c0,2.2,1.8,4,4,4h7.2835"/><path class="c" d="M15.2528,19.3877c.5389-3.1202,7.9408-7.384,13.1008-4.5972,4.1727,2.2535,6.0403,17.287-1.3822,18.5692-8.246,1.4245-12.2895-10.6668-11.7186-13.972Z"/><path class="c" d="M20.2107,21.4009c-.086-1.44,3.6958-3.3954,6.7006-1.8028s1.5024,9.1044-1.3822,9.0443-5.1982-5.2282-5.3184-7.2414Z"/></svg>
Copied!