My Mci Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The My Mci 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/329759.svg" alt="My Mci icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329759.svg" alt="My Mci icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329759.svg" alt="My Mci icon" :width="24" :height="24" />
CSS background
.icon-my-mci {
background-image: url('https://proicons.com/icon/329759.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" xml:space="preserve" viewBox="0 0 48 48"><path d="M22.572 15.753a3.34 3.34 0 0 1-3.342 3.342 3.34 3.34 0 0 1-3.341-3.342 3.34 3.34 0 0 1 3.341-3.34 3.34 3.34 0 0 1 3.342 3.34M11.727 14.777v4.002a3.235 3.235 0 0 1-3.243 3.242h-.742A3.235 3.235 0 0 1 4.5 18.779v-4.002M11.909 17.87h4.6M10.84 28.694A3.107 3.107 0 0 1 7.732 31.8a3.107 3.107 0 0 1-3.107-3.107 3.107 3.107 0 0 1 3.107-3.108 3.107 3.107 0 0 1 3.108 3.108M29.31 28.694a3.35 3.35 0 0 1-3.352 3.351 3.35 3.35 0 0 1-3.352-3.351 3.35 3.35 0 0 1 3.352-3.352 3.35 3.35 0 0 1 3.351 3.352M29.089 30.69h3.93c2.998 0 5.867-1.21 5.867-4.101a3.247 3.247 0 1 0-6.494 0c0 1.793 1.462 3.075 3.247 3.247l4.502.434c1.785.173 3.359-1.453 3.359-3.247s-1.47-3.005-3.247-3.247l-7.835-1.065M14.452 21.94v10.442M18.126 27.122v5.256c0 1.549-1.064 2.984-2.327 3.21M18.406 30.69h4.477" style="fill:none;stroke:#000;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/></svg>
Copied!