Mixplorer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mixplorer 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/343948.svg" alt="Mixplorer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343948.svg" alt="Mixplorer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343948.svg" alt="Mixplorer icon" :width="24" :height="24" />
CSS background
.icon-mixplorer {
background-image: url('https://proicons.com/icon/343948.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M4.38,12.26l7.83,6,7.84-6V28.93H4.38V12.26Zm18.53,8.1h4.28v8.57H22.91Zm7,2.17H43.23l-3.65,6.4,3.8,6.77H29.74l3.79-6.77-3.64-6.4Z"/></svg>
Copied!