Mixi2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mixi2 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/343946.svg" alt="Mixi2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343946.svg" alt="Mixi2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343946.svg" alt="Mixi2 icon" :width="24" :height="24" />
CSS background
.icon-mixi2 {
background-image: url('https://proicons.com/icon/343946.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m23.845 12.975c1.2899 3.2951 4.3925 4.3686 8.983.93997 4.3861-3.2759 8.856-2.9014 9.6799.76156 2.7202 12.093-.26698 20.519-7.613 23.687-2.3394 1.0091-6.726 1.8606-8.1296-.70048-1.4426-2.7679.5617-6.9362-1.7978-9.3472-2.248-2.0714-5.3411-.53142-7.5212.89408-3.0116 1.9692-6.2287 4.3182-10.008 3.4583-2.7121-1.1292-3.3873-4.612-2.6679-7.151 1.6624-7.4329 8.3047-13.85 10.466-15.319 3.8716-2.6316 6.7221-2.043 8.6089 2.7769z"/></svg>
Copied!