Dhan Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dhan 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/339029.svg" alt="Dhan icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339029.svg" alt="Dhan icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339029.svg" alt="Dhan icon" :width="24" :height="24" />
CSS background
.icon-dhan {
background-image: url('https://proicons.com/icon/339029.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M20.3412,19.6844c-6.678-.43-11.094,5.955-9.09,10.498,2.637,5.976,14.385,6.11,20.641-2.382M15.1952,13.6584c4.888-3.85,2.536-8.801-2.847-8.09-4.458.682-7.266,5.332-6.535,8.855.982,4.735,6.731,6.925,10.432,5.883M31.8912,7.1864v35.314M23.7702,7.1884h18.532"/></svg>
Copied!