Mitdk Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mitdk 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/343933.svg" alt="Mitdk icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343933.svg" alt="Mitdk icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343933.svg" alt="Mitdk icon" :width="24" :height="24" />
CSS background
.icon-mitdk {
background-image: url('https://proicons.com/icon/343933.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M34.67637318,10.31526622c-2.72086057,3.76976978-5.69765571,7.60247338-10.66737426,7.60247338-4.90258741,0-7.94651369-3.83270359-10.66737626-7.60247338"/><path class="f" d="M41.77537205,14.30425702c-1.31113276,2.2289247-8.37131942,11.99843829-17.76637313,11.99843829-9.37512343,0-16.45419204-9.76951359-17.7653243-11.99843829"/><path class="f" d="M13.34162266,10.31526622c-3.01665369-4.93300549-10.09677112-.96604213-7.09794804,3.9889908"/><path class="f" d="M42.1865455,30.25602188l-.01573695,6.162324c0,4.61938225-8.04720539,4.80294404-8.07972362-.04824719l-.03356257-6.06477729c0-5.01482074,8.12902314-4.86692418,8.12902314-.04929952Z"/><path class="f" d="M13.62902314,22.40915556l-.01573395,14.00919031c0,4.61938225-8.04720839,4.80294404-8.07972412-.04824719l-.03356507-24.26959345c0,2.41248449,4.78511043,7.77239387,8.12902314,10.30865032Z"/><path class="f" d="M34.67637318,10.31526622c3.01665769-4.93300549,10.09677462-.96604213,7.09899888,3.9889908"/></svg>
Copied!