Revo Launcher Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Revo 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/346697.svg" alt="Revo Launcher icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346697.svg" alt="Revo Launcher icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346697.svg" alt="Revo Launcher icon" :width="24" :height="24" />
CSS background
.icon-revo-launcher {
background-image: url('https://proicons.com/icon/346697.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><circle class="b" cx="24" cy="24" r="21.5"/><circle class="b" cx="24" cy="24" r="4"/><path class="b" d="M9.1976,33.574h29.605"/><path class="b" d="M14.181,38.418h19.638"/><path class="b" d="M12.911,17.758v-8.6012h2.8016c1.5839,0,2.8679,1.2933,2.8679,2.8886s-1.2839,2.8886-2.8679,2.8886h-2.8016"/><line class="b" x1="15.712" y1="14.934" x2="18.514" y2="17.756"/><path class="b" d="M32.9494,12.06h0c1.1816,0,2.1395.9579,2.1395,2.1395v1.4195c0,1.1816-.9579,2.1395-2.1395,2.1395h0c-1.1816,0-2.1394-.9579-2.1394-2.1395v-1.4195c0-1.1816.9579-2.1395,2.1394-2.1395Z"/><path class="b" d="M23.984,16.674c-.3685.6482-1.063,1.0852-1.859,1.0852-1.1816,0-2.1395-.9627-2.1395-2.1503v-1.3977c0-1.1876.9579-2.1503,2.1395-2.1503s2.1395.9628,2.1395,2.1503v.6989h-4.2789"/><path class="b" d="M25.389,12.056l2.1394,5.698,2.1394-5.698"/></svg>
Copied!