Omegalauncher Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Omegalauncher 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/345146.svg" alt="Omegalauncher icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345146.svg" alt="Omegalauncher icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345146.svg" alt="Omegalauncher icon" :width="24" :height="24" />
CSS background
.icon-omegalauncher {
background-image: url('https://proicons.com/icon/345146.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M41.17,39.28v1.87a2.35,2.35,0,0,1-2.35,2.35H31.25a2.35,2.35,0,0,1-2.35-2.35V38.69a2.33,2.33,0,0,1,1.5-2.18A16.64,16.64,0,0,0,41.17,21.1c0-9.17-7.69-16.6-17.17-16.6S6.83,11.93,6.83,21.1A16.64,16.64,0,0,0,17.6,36.51a2.33,2.33,0,0,1,1.5,2.18v2.46a2.35,2.35,0,0,1-2.35,2.35H9.18a2.35,2.35,0,0,1-2.35-2.35V39.28"/></svg>
Copied!