Action App Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Action App 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/321333.svg" alt="Action App icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321333.svg" alt="Action App icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321333.svg" alt="Action App icon" :width="24" :height="24" />
CSS background
.icon-action-app {
background-image: url('https://proicons.com/icon/321333.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>.i{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="i" d="M25.7337,34.8774l6.2428-19.2006c.4428-1.362,1.5522-2.5542,2.977-2.5542h6.3475c1.4248,0,2.3911,1.1392,2.1666,2.5542l-3.0457,19.2004"/><path id="d" class="i" d="M28.6036,26.0497h13.2208"/></g><g id="e"><path id="f" class="i" d="M24.3456,13.1266l-7.3475,21.7506"/><path id="g" class="i" d="M17.4243,13.1266l-7.3475,21.7506"/><path id="h" class="i" d="M11.8475,13.1266l-7.3475,21.7506"/></g></svg>
Copied!