Dashwallet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dashwallet 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/338853.svg" alt="Dashwallet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338853.svg" alt="Dashwallet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338853.svg" alt="Dashwallet icon" :width="24" :height="24" />
CSS background
.icon-dashwallet {
background-image: url('https://proicons.com/icon/338853.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M9.8504,41.4337l1.4075-9.362h15.0346c4.1374,0,6.8455-7.4427,6.8455-11.2173s-3.0602-4.9262-6.8349-4.9262H13.721l1.4182-9.362h11.164c8.9461,0,16.1968,5.3314,16.1968,14.2882,0,8.9461-7.2507,20.5793-16.2075,20.5793H9.8504Z"/><path class="b" d="M5.5,27.5187h13.9257l1.0663-7.0375H6.5556l-1.0556,7.0375Z"/></svg>
Copied!