Mister Donut Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mister Donut 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/329369.svg" alt="Mister Donut icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329369.svg" alt="Mister Donut icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329369.svg" alt="Mister Donut icon" :width="24" :height="24" />
CSS background
.icon-mister-donut {
background-image: url('https://proicons.com/icon/329369.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#000;stroke-width:0px;}</style></defs><rect class="d" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="d" d="m10.83 19.914c0-.99121.80315-1.7947 1.7939-1.7947.99076 0 1.7939.80351 1.7939 1.7947v2.9612"/><line class="d" x1="10.83" x2="10.83" y1="18.119" y2="22.875"/><path class="d" d="m14.418 19.914c0-.99121.80315-1.7947 1.7939-1.7947.99073 0 1.7939.80351 1.7939 1.7947v2.9612"/><path class="d" d="m35.376 19.914c0-.99121.80314-1.7947 1.7939-1.7947"/><line class="d" x1="35.376" x2="35.376" y1="18.119" y2="22.875"/><circle class="c" cx="19.799" cy="15.921" r=".75"/><line class="d" x1="19.799" x2="19.799" y1="18.119" y2="22.875"/><path class="d" d="m21.706 22.474c.32754.27517.68117.40126 1.4754.40126h.40245c.65494 0 1.1859-.53232 1.1859-1.189s-.53094-1.189-1.1859-1.189h-.8049c-.65494 0-1.1859-.53232-1.1859-1.189 0-.65666.53094-1.189 1.1859-1.189h.40246c.79417 0 1.1478.12609 1.4754.40126"/><path class="d" d="m27.035 16.639v5.3392c0 .49559.40158.89735.89694.89735h.26908"/><line class="d" x1="26.093" x2="27.976" y1="18.119" y2="18.119"/><path class="d" d="m33.347 21.97c-.30897.54103-.89125.90569-1.5587.90569-.99076 0-1.7939-.80351-1.7939-1.7947v-1.1666c0-.99121.80314-1.7947 1.7939-1.7947s1.7939.80351 1.7939 1.7947v.58328h-3.5878"/><path class="d" d="m28.912 27.451v2.9612c0 .99121.80314 1.7947 1.7939 1.7947.99076 0 1.7939-.80351 1.7939-1.7947v-2.9612"/><line class="d" x1="32.5" x2="32.5" y1="30.413" y2="32.207"/><path class="d" d="m35.234 25.971v5.3392c0 .49559.40158.89735.89694.89735h.26908"/><line class="d" x1="34.293" x2="36.176" y1="27.452" y2="27.452"/><path class="d" d="m27.118 32.207v-2.9612c0-.99121-.80315-1.7947-1.7939-1.7947-.99076 0-1.7939.80351-1.7939 1.7947"/><line class="d" x1="23.53" x2="23.53" y1="32.207" y2="27.451"/><path class="d" d="m13.215 32.208h-1.6145v-6.2814h1.6145c1.7338 0 3.1393 1.4061 3.1393 3.1407s-1.4055 3.1407-3.1393 3.1407z"/><path class="d" d="m18.149 29.246c0-.99121.80314-1.7947 1.7939-1.7947.99073 0 1.7939.80351 1.7939 1.7947v1.1666c0 .99121-.80315 1.7947-1.7939 1.7947-.99073 0-1.7939-.80351-1.7939-1.7947z"/></svg>
Copied!