Mitid Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mitid 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/329375.svg" alt="Mitid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329375.svg" alt="Mitid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329375.svg" alt="Mitid icon" :width="24" :height="24" />
CSS background
.icon-mitid {
background-image: url('https://proicons.com/icon/329375.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m28.3805,34.6562V13.3438h5.7953c5.1496,0,9.3242,4.1746,9.3242,9.3242v2.6641c0,5.1496-4.1746,9.3242-9.3242,9.3242h-5.7953Z"/><path class="b" d="m4.5,34.6562h0c0-5.3948,4.3734-9.7682,9.7682-9.7682h0c5.3948,0,9.7682,4.3734,9.7682,9.7682h0s-19.5364,0-19.5364,0Z"/><circle class="b" cx="14.2682" cy="19.1159" r="5.7721"/></svg>
Copied!