Everywhere Launcher Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Everywhere 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/325593.svg" alt="Everywhere Launcher icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325593.svg" alt="Everywhere Launcher icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325593.svg" alt="Everywhere Launcher icon" :width="24" :height="24" />
CSS background
.icon-everywhere-launcher {
background-image: url('https://proicons.com/icon/325593.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>.s{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><circle id="c" class="s" cx="24" cy="24" r="21.5"/><path id="d" class="s" d="M2.5863,22.8341H26.7286v2.9448H2.6269"/><path id="e" class="s" d="M4.4385,15.6843H26.7327v2.9448H3.3635"/><path id="f" class="s" d="M9.8855,7.9215H26.722v2.9448H7.105"/><path id="g" class="s" d="M3.7208,30.9402H26.7219v2.9448H4.9715"/><path id="h" class="s" d="M8.6405,38.7302H26.7271v2.9448H11.9804"/><path id="i" class="s" d="M28.7801,7.9117v2.9572"/><path id="j" class="s" d="M30.8496,7.909v2.9572"/><path id="k" class="s" d="M28.7839,15.6834v2.9572"/><path id="l" class="s" d="M30.8534,15.6807v2.9572"/><path id="m" class="s" d="M28.7773,22.8413v2.9572"/><path id="n" class="s" d="M30.8469,22.8386v2.9572"/><path id="o" class="s" d="M28.7884,30.9344v2.9572"/><path id="p" class="s" d="M30.858,30.9318v2.9572"/><path id="q" class="s" d="M28.7838,38.7354v2.9572"/><path id="r" class="s" d="M30.8533,38.7327v2.9572"/></g></svg>
Copied!