Monomax Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Monomax 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/344081.svg" alt="Monomax icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344081.svg" alt="Monomax icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344081.svg" alt="Monomax icon" :width="24" :height="24" />
CSS background
.icon-monomax {
background-image: url('https://proicons.com/icon/344081.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="b" x1="36.6877" y1="32.3585" x2="31.3316" y2="40.2828"/><line class="b" x1="31.3316" y1="32.3585" x2="36.6877" y2="40.2828"/><polyline class="b" points="22.6856 40.2828 25.3637 32.3585 28.0417 40.2828"/><line class="b" x1="27.1549" y1="37.6581" x2="23.5725" y2="37.6581"/><polyline class="b" points="11.3123 40.2736 11.3123 32.3585 15.3546 40.2828 19.3978 32.3708 19.3978 40.2828"/><rect class="b" x="5.8782" y="30.1413" width="36.2446" height="12.3587"/><polyline class="b" points="15.3086 27.4617 15.3086 20.5076 20.1152 27.4617 20.1152 20.5076"/><path class="b" d="M30.2905,20.5076c1.3308,0,2.4021,1.0284,2.4021,2.3042v2.347c0,1.2757-1.0713,2.3029-2.4021,2.3029s-2.4033-1.0272-2.4033-2.3029v-2.347c0-1.2757,1.0725-2.3029,2.4033-2.3029"/><path class="b" d="M30.2918,8.1874c1.3308,0,2.4021,1.0272,2.4021,2.3029v2.347c0,1.2757-1.0713,2.3029-2.4021,2.3029s-2.4033-1.0272-2.4033-2.3029v-2.3482c0-1.2757,1.0725-2.3029,2.4033-2.3029"/><polyline class="b" points="14.0855 15.1317 14.0855 8.1861 17.7119 15.139 21.3383 8.1972 21.3383 15.139"/><rect class="b" x="24.0006" y="17.8239" width="12.578" height="12.3239"/><rect class="b" x="11.422" y="17.8239" width="12.578" height="12.3239"/><rect class="b" x="24.0012" y="5.5" width="12.5774" height="12.3239"/><rect class="b" x="11.4214" y="5.5" width="12.5774" height="12.3239"/></svg>
Copied!