Manabox Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Manabox 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/343391.svg" alt="Manabox icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343391.svg" alt="Manabox icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343391.svg" alt="Manabox icon" :width="24" :height="24" />
CSS background
.icon-manabox {
background-image: url('https://proicons.com/icon/343391.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><polygon class="b" points="5.3805 13.25 5.3805 34.75 24 45.5 42.6195 34.75 42.6195 13.25 24 2.5 5.3805 13.25"/><polygon class="b" points="16.6388 19.75 16.6388 28.25 24 32.5 31.3612 28.25 31.3612 19.75 24 15.5 16.6388 19.75"/><polyline class="b" points="16.6388 19.75 24 24 31.3612 19.75"/><line class="b" x1="24" y1="24" x2="24" y2="32.5"/><polygon class="b" points="12.7417 17.5 12.7417 30.5 24 37 35.2583 30.5 35.2583 17.5 24 11 12.7417 17.5"/><line class="b" x1="24" y1="37" x2="24" y2="45.5"/><line class="b" x1="35.2583" y1="17.5" x2="42.6195" y2="13.25"/><line class="b" x1="12.7417" y1="17.5" x2="5.3805" y2="13.25"/><line class="b" x1="24" y1="11" x2="24" y2="2.5"/><line class="b" x1="12.7417" y1="30.5" x2="5.3805" y2="34.75"/><line class="b" x1="35.2583" y1="30.5" x2="42.6195" y2="34.75"/></svg>
Copied!