Mitidapp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mitidapp 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/343935.svg" alt="Mitidapp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343935.svg" alt="Mitidapp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343935.svg" alt="Mitidapp icon" :width="24" :height="24" />
CSS background
.icon-mitidapp {
background-image: url('https://proicons.com/icon/343935.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><ellipse class="a" cx="14.185" cy="17.7623" rx="5.112" ry="5.1593"/><path class="a" d="M14.1848,26.048C8.87,26.0747,4.4779,29.2866,4.5,35.397H23.87c.015-5.9472-4.37-9.3756-9.6848-9.349Z"/><path class="a" d="M26.8526,12.603V35.3969h6.514c6.71.0177,10.1633-5.1428,10.1332-11.3964S40.2613,12.5782,33.3666,12.6042h-6.514Z"/></svg>
Copied!