Doubtnut Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Doubtnut 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/324696.svg" alt="Doubtnut icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324696.svg" alt="Doubtnut icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324696.svg" alt="Doubtnut icon" :width="24" :height="24" />
CSS background
.icon-doubtnut {
background-image: url('https://proicons.com/icon/324696.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="M18.0591,24.4276a4.369,4.369,0,1,1-4.3734,4.3733A4.3718,4.3718,0,0,1,18.0591,24.4276Z"/><path class="a" d="M24.6191,5.2832,43.5,12.7477"/><path class="a" d="M37.502,10.6225l-2.1252,5.1989a13.4387,13.4387,0,0,0-8.3076-3.5479l2.1252-5.1988"/><path class="a" d="M40.523,11.65l1.66,5.9277"/><path class="a" d="M28.1933,16.2605h3.381l-.0615,12.9971a13.5064,13.5064,0,1,1-10.547-13.2255v3.1615a10.02,10.02,0,1,0,7.289,10.0288Z"/></svg>
Copied!