Malivebox Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Malivebox 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/343381.svg" alt="Malivebox icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343381.svg" alt="Malivebox icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343381.svg" alt="Malivebox icon" :width="24" :height="24" />
CSS background
.icon-malivebox {
background-image: url('https://proicons.com/icon/343381.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="M42.63,21.85,26,7.64a3,3,0,0,0-3.9,0l-3.19,2.71H9.11v8.33L5.37,21.85a2.43,2.43,0,0,0-.29,3.44A2.39,2.39,0,0,0,7,26.16H9.09V39.45a1.63,1.63,0,0,0,1.63,1.63H37.28a1.63,1.63,0,0,0,1.63-1.63V26.16H41a2.44,2.44,0,0,0,1.59-4.31ZM26.55,23.57a1,1,0,0,1-1-1V18.74a1,1,0,0,1,1-1H30.4a1,1,0,0,1,1.05,1h0V22.6a1,1,0,0,1-1,1Zm-2,2.07v6a1,1,0,0,1-1,1h-6a1,1,0,0,1-1-1v-6a1,1,0,0,1,1-1h6A1,1,0,0,1,24.51,25.64Zm2,7.92h2.64a1,1,0,0,1,1,1v2.65a1,1,0,0,1-1,1H26.55a1,1,0,0,1-1-1h0V34.54A1,1,0,0,1,26.5,33.56Z"/><line class="cls-1" x1="24.2" y1="32.33" x2="25.77" y2="33.9"/><line class="cls-1" x1="25.87" y1="23.3" x2="24.21" y2="24.96"/></svg>
Copied!