App Dash Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The App Dash 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/336497.svg" alt="App Dash icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336497.svg" alt="App Dash icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336497.svg" alt="App Dash icon" :width="24" :height="24" />
CSS background
.icon-app-dash {
background-image: url('https://proicons.com/icon/336497.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>.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="g" d="M16.8056,42.5v-20.5556l-11.3056,6.1667v14.3889h11.3056Z"/><path id="c" class="g" d="M33.25,25.0278v-14.3889l-11.3056,6.1667v25.6944h9.25"/><path id="d" class="g" d="M31.1944,42.5v-18.5l11.3056,6.1667v12.3333h-11.3056Z"/><path id="e" class="g" d="M27.0833,13.7222V5.5l-12.3333,7.1944v10.2778"/><path id="f" class="g" d="M16.8056,42.5h5.1389"/></svg>
Copied!