Monitormix Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Monitormix 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/329506.svg" alt="Monitormix icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329506.svg" alt="Monitormix icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329506.svg" alt="Monitormix icon" :width="24" :height="24" />
CSS background
.icon-monitormix {
background-image: url('https://proicons.com/icon/329506.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="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M9.2033,19.384c2.0198-6.4746,8.0146-10.8841,14.797-10.884,8.0673-.0001,14.786,6.1879,15.448,14.228"/><path class="cls-1" d="M38.559,29.318c-2.2334,6.1145-8.0494,10.1819-14.559,10.182-8.4221,0-15.3031-6.7251-15.496-15.145"/><path class="cls-1" d="M4.5,26.5v-9l9,9,9-9v9"/><path class="cls-1" d="M25.5,30.5v-9l9,9,9-9v9"/></svg>
Copied!