Activitylauncher Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Activitylauncher 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/335902.svg" alt="Activitylauncher icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335902.svg" alt="Activitylauncher icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335902.svg" alt="Activitylauncher icon" :width="24" :height="24" />
CSS background
.icon-activitylauncher {
background-image: url('https://proicons.com/icon/335902.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><ellipse class="a" cx="23.9" cy="38.16" rx="1.8" ry="1.74"/><path class="a" d="M22.75,33h2.38c.61,1.76,1.37,2,2.86,1.61l1.17,2c-1.49.94-1.58,2.17,0,3.38L28.07,41.8c-2.05-.77-2.79-.06-2.94,1.7H22.75c-.16-2-1.28-2.3-3-1.7L18.6,39.92c1.53-1.14,1.43-2.26,0-3.36l1.24-2.08C21.46,35,22.56,34.62,22.75,33Z"/><path class="a" d="M23.93,30.62l2-3.42a1.88,1.88,0,0,0-2-2.49,1.79,1.79,0,0,0-1.84,2.49Z"/><path class="a" d="M19.3,11.49a37.42,37.42,0,0,1,9.29,0A33.84,33.84,0,0,1,27.6,23,40.53,40.53,0,0,0,20.4,23a28.26,28.26,0,0,1-1.1-11.49Z"/><path class="a" d="M28.59,11.49a19,19,0,0,0-3.87-6.42c-.76-.71-.87-.81-1.59,0a18.43,18.43,0,0,0-3.83,6.42"/><path class="a" d="M27.6,23a14.92,14.92,0,0,1,2.86.77c-.06-1.38-.38-3-2.27-3.52"/><path class="a" d="M19.71,20.25c-1.89.49-2.11,2.12-2.17,3.5A14.92,14.92,0,0,1,20.4,23"/></svg>
Copied!