Dasher Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dasher 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/324292.svg" alt="Dasher icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324292.svg" alt="Dasher icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324292.svg" alt="Dasher icon" :width="24" :height="24" />
CSS background
.icon-dasher {
background-image: url('https://proicons.com/icon/324292.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M23.2239,31.3149h5.2776a4.1134,4.1134,0,0,0,4.1134-4.1134h0a4.1134,4.1134,0,0,0-4.1134-4.1134H15.3851"/><rect class="a" x="9.0051" y="10.903" width="29.9898" height="32.597" rx="1.3841"/><path class="a" d="M30.5424,10.903V7.2682A2.7681,2.7681,0,0,0,27.7743,4.5H20.2257a2.7681,2.7681,0,0,0-2.7681,2.7682V10.903"/></svg>
Copied!