Mm Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mm 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/343963.svg" alt="Mm icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343963.svg" alt="Mm icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343963.svg" alt="Mm icon" :width="24" :height="24" />
CSS background
.icon-mm {
background-image: url('https://proicons.com/icon/343963.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.m{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="f"><path id="g" class="m" d="M20.2964,5.5c-.831,0-1.4995,1.0569-1.4995,2.3687l1.2205,3.7337-1.2205,10.4705c-7.0623,1.2746-11.7181,3.4571-13.2969,6.7448v12.3534c0,.7365.6685,1.3289,1.4995,1.3289h34.001c.831,0,1.4995-.5924,1.4995-1.3289v-12.3534c-1.5787-3.2877-6.2346-5.4702-13.2969-6.7448l-1.2205-10.4705,1.2205-3.7337c0-1.3118-.6685-2.3687-1.4995-2.3687h-7.4072Z"/><path id="h" class="m" d="M9.1519,28.2755h29.6962c.8284,0,1.5.7694,1.5,1.7185v8.6677c0,.9491-.6716,1.7185-1.5,1.7185H9.1519c-.8284,0-1.5-.7694-1.5-1.7185v-8.6677c0-.9491.6716-1.7185,1.5-1.7185Z"/><g id="i"><polyline id="j" class="m" points="14.2361 38.4298 14.2361 30.2167 18.3472 38.4389 22.4583 30.2292 22.4583 38.4389"/><polyline id="k" class="m" points="25.5417 38.4298 25.5417 30.2167 29.6528 38.4389 33.7639 30.2292 33.7639 38.4389"/></g><path id="l" class="m" d="M20.0174,11.6024h7.9653"/></g></svg>
Copied!