Micts Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Micts 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/329252.svg" alt="Micts icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329252.svg" alt="Micts icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329252.svg" alt="Micts icon" :width="24" :height="24" />
CSS background
.icon-micts {
background-image: url('https://proicons.com/icon/329252.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="M24.3416,13.7584c-9.9421-.1791-23.6162,6.1552-18.8708,16.0457.8886,1.852,2.6054,3.4817,5.0603,4.7411,3.3575,1.7224,12.3105,3.4931,20.6911,1.4401,7.0312-1.7224,11.1154-5.8518,12.0759-10.0577.5147-2.2539.0604-4.5651-1.5385-6.7036-5.9027-7.8947-21.0431-8.1324-25.641-8.1324"/></svg>
Copied!