Moy 7 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Moy 7 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/329607.svg" alt="Moy 7 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329607.svg" alt="Moy 7 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329607.svg" alt="Moy 7 icon" :width="24" :height="24" />
CSS background
.icon-moy-7 {
background-image: url('https://proicons.com/icon/329607.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="M38.3498,28.3473c.4084,3.1236,1.1148,5.5076,2.2627,7.086,1.0927,1.479.7837,3.6203-.8278,2.9691-.9382,2.5276-2.0971,3.3333-4.9558,1.9978-.4415-.2097-.9713-.0883-1.2914.2759-2.1192,2.5496-4.4591,2.1964-8.3332.3532-.7616-.3532-1.6446-.3532-2.4061,0-3.8741,1.8432-6.214,2.1964-8.3442-.3532-.309-.3642-.8499-.4856-1.2914-.2759-2.8587,1.3355-4.0066.5298-4.9447-1.9978-1.6115.6512-1.9205-1.49-.8388-2.9691,2.1412-2.9359,2.7593-8.6423,2.7593-16.7768s5.5076-13.1565,13.8629-13.1565,13.8629,5.022,13.8629,13.1565c0,.7285,0,1.4349.0221,2.1192"/><path class="b" d="M12.8903,28.9603c3.7445-.7427,6.0035.1238,8.4792,2.0115"/><path class="b" d="M28.4251,31.2193c-1.9496-.4023-3.404.557-3.992,1.5782"/><path class="b" d="M30.777,31.1255c2.5066-1.4844,4.7966-1.0511,6.1892-.1537"/><circle class="b" cx="17.8107" cy="23.9986" r="3.6104"/><circle class="b" cx="33.8716" cy="24.3029" r="3.6104"/><path class="b" d="M20.8114,30.5659c2.5607-.9271,4.3929-3.3774,4.3929-6.2582,0-3.6865-2.9801-6.6776-6.6666-6.6776s-6.6666,2.9911-6.6666,6.6776c0,1.7439.6733,3.3443,1.7881,4.5364"/><path class="b" d="M35.8664,30.4334c2.0419-.8057,3.4988-2.9911,3.4988-5.5518,0-3.2671-2.362-5.916-5.2759-5.916-2.9028,0-5.2648,2.649-5.2648,5.916,0,2.5607,1.4569,4.7461,3.4878,5.5518"/><line class="b" x1="16.1706" y1="22.3611" x2="16.5265" y2="22.0052"/><line class="b" x1="17.5941" y1="22.5932" x2="17.6869" y2="22.5003"/><line class="b" x1="32.1154" y1="22.833" x2="32.4713" y2="22.4771"/><line class="b" x1="33.539" y1="23.0651" x2="33.6318" y2="22.9722"/></svg>
Copied!