Mgen Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mgen 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/329153.svg" alt="Mgen icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329153.svg" alt="Mgen icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329153.svg" alt="Mgen icon" :width="24" :height="24" />
CSS background
.icon-mgen {
background-image: url('https://proicons.com/icon/329153.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><path class="c" d="M24.9912,21.5975v6.6038c0,1.2157-.9855,2.2013-2.2013,2.2013h0c-.6078,0-1.1581-.2464-1.5565-.6447"/><rect class="c" x="20.5887" y="21.5975" width="4.4025" height="5.8334" rx="2.2013" ry="2.2013" transform="translate(45.5799 49.0283) rotate(180)"/><path class="c" d="M9.5,23.7987c0-1.2157.9855-2.2013,2.2013-2.2013h0c1.2157,0,2.2013.9855,2.2013,2.2013v3.6321"/><line class="c" x1="9.5" y1="21.5975" x2="9.5" y2="27.4308"/><path class="c" d="M13.9025,23.7987c0-1.2157.9855-2.2013,2.2013-2.2013h0c1.2157,0,2.2013.9855,2.2013,2.2013v3.6321"/><path class="c" d="M31.457,26.32c-.3791.6636-1.0937,1.1109-1.9127,1.1109h0c-1.2157,0-2.2013-.9855-2.2013-2.2013v-1.4308c0-1.2157.9855-2.2013,2.2013-2.2013h0c1.2157,0,2.2013.9855,2.2013,2.2013v.7154s-4.4025,0-4.4025,0"/><path class="c" d="M38.5,27.4308v-3.6321c0-1.2157-.9855-2.2013-2.2013-2.2013h0c-1.2157,0-2.2013.9855-2.2013,2.2013v3.6321"/><line class="c" x1="34.0975" y1="23.7987" x2="34.0975" y2="21.5975"/></svg>
Copied!