Actionlauncher Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Actionlauncher 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/321337.svg" alt="Actionlauncher icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321337.svg" alt="Actionlauncher icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321337.svg" alt="Actionlauncher icon" :width="24" :height="24" />
CSS background
.icon-actionlauncher {
background-image: url('https://proicons.com/icon/321337.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-miterlimit:10;}</style></defs><path class="cls-1" d="M42.63,21.85,25.94,7.64a3,3,0,0,0-3.88,0L5.37,21.85A2.45,2.45,0,0,0,7,26.17H9.09V39.45a1.63,1.63,0,0,0,1.63,1.63h7.35a1.63,1.63,0,0,0,1.63-1.63V34.59a4.3,4.3,0,1,1,8.6,0v4.86a1.63,1.63,0,0,0,1.63,1.63h7.35a1.63,1.63,0,0,0,1.63-1.63V26.17H41A2.45,2.45,0,0,0,42.63,21.85ZM24,28.3A4.3,4.3,0,1,1,28.3,24,4.31,4.31,0,0,1,24,28.3Z"/></svg>
Copied!