Dhaaga Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dhaaga 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/324469.svg" alt="Dhaaga icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324469.svg" alt="Dhaaga icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324469.svg" alt="Dhaaga icon" :width="24" :height="24" />
CSS background
.icon-dhaaga {
background-image: url('https://proicons.com/icon/324469.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M20.6374,30.7268h4.2045c4.6442,0,8.4091-3.7649,8.4091-8.4091s-3.7649-8.4091-8.4091-8.4091h-10.092v12.614c0,2.3221-1.8824,4.2046-4.2046,4.2046h-4.2046s0-25.227,0-25.227h18.501c9.2884,0,16.818,7.5298,16.818,16.818s-7.5298,16.818-16.818,16.818h-13.406l-5.0954,3.3636v-3.3636"/></svg>
Copied!