Mi Canvas Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mi Canvas 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/329167.svg" alt="Mi Canvas icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329167.svg" alt="Mi Canvas icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329167.svg" alt="Mi Canvas icon" :width="24" :height="24" />
CSS background
.icon-mi-canvas {
background-image: url('https://proicons.com/icon/329167.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="M9.5 5.5h29c2.216 0 4 1.784 4 4v29c0 2.216-1.784 4-4 4h-29c-2.216 0-4-1.784-4-4v-29c0-2.216 1.784-4 4-4" style="fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/><path d="M28.512 32.887a3.1 3.1 0 0 1-1.553-.418 3.1 3.1 0 0 1-1.139-1.135" style="fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/><path d="m42.329 15.67-3.103 5.373C37.82 23.48 36 25.687 34.012 27.675l-8.64 8.64c-.259.259-1.045-.195-.95-.549l3.162-11.801c.728-2.717 1.73-5.397 3.136-7.833l6.04-10.46" style="fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/><path d="m42.174 8.546-4.93 8.539c-.416.72-1.33.964-2.05.549l-.207-.12a1.497 1.497 0 0 1-.55-2.05l5.475-9.482M5.873 12.603c6.006-1.33 15.533.682 15.751 6.888.185 5.237-9.363 7.232-9.616 11.586-.25 4.295 5.798 5.94 12.498 5.123" style="fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/></svg>
Copied!