M6 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The M6 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/328752.svg" alt="M6 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328752.svg" alt="M6 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328752.svg" alt="M6 icon" :width="24" :height="24" />
CSS background
.icon-m6 {
background-image: url('https://proicons.com/icon/328752.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M27.2446,14.4212l3.2974,19.6111h-6.2956l-1.2158-5.9785-5.5429,5.9774-5.6402-5.9774-.8669,5.9774h-6.4806l3.2794-19.6111,4.5988,5.4974,3.7213-5.9499h4.9456l-2.8735,4.214c1.5238-.0705,2.816.5078,3.8768,1.7349l5.1961-5.4953Z"/><path class="b" d="M17.5162,21.8068c1.4031-.0007,2.541,1.1362,2.5417,2.5392.0007,1.4031-1.1362,2.541-2.5392,2.5417h-.0025c-1.4031.0007-2.541-1.1362-2.5417-2.5392-.0007-1.4031,1.1362-2.541,2.5392-2.5417h.0025Z"/><path class="b" d="M19.2374,22.844l-1.7211,1.8448-1.7497-1.8998"/><path class="b" d="M21.9322,19.888c2.2201,2.5896,2.0114,6.4865-.4661,8.7041-2.4775,2.2175-6.2857,1.9159-8.5058-.6737-.7186-.8382-1.2091-1.8534-1.4204-2.94-.3221-2.4682.2981-4.6633,1.8607-6.5853"/><path class="b" d="M35.2952,26.1021c-1.504-.0324-2.7797-.1868-3.8271-.4631-.2185-1.0924-.2284-2.1849-.0296-3.2773,1.0671-.315,2.3526-.4726,3.8567-.4726.0324-1.504.1868-2.7769.4631-3.8186,1.0924-.2185,2.1849-.228,3.2773-.0285.315,1.0607.4726,2.3431.4726,3.8472,1.504.0381,2.7797.1952,3.8271.4715.2128,1.0924.2195,2.1821.0201,3.2689-1.0607.315-2.3431.4726-3.8472.4726-.0381,1.504-.1956,2.7797-.4726,3.8271-1.0924.2185-2.1817.2284-3.2678.0296-.315-1.0671-.4726-2.3526-.4726-3.8567Z"/><path class="b" d="M42.5063,13.9688h-3.3355v1.4367c-1.1827.4046-2.3558.4046-3.5194,0v-1.4378h-3.345"/><path class="b" d="M32.297,34.0323h3.345v-1.4367c1.177-.4053,2.3502-.4053,3.5194,0v1.4367h3.3355"/><line class="b" x1="35.6515" y1="13.9677" x2="39.1709" y2="13.9677"/><line class="b" x1="35.6419" y1="34.0323" x2="39.1614" y2="34.0323"/></svg>
Copied!