Moco Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Moco 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/329446.svg" alt="Moco icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329446.svg" alt="Moco icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329446.svg" alt="Moco icon" :width="24" :height="24" />
CSS background
.icon-moco {
background-image: url('https://proicons.com/icon/329446.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="d" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.k{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="k" d="M36.6095,13.5267l4.8905-6.8705L6.5,17.4155l5.8864,3.7858M36.6095,13.5267v20.3708l-24.2231,7.4465M12.3864,41.3439v-20.1425"/><path id="f" class="k" d="M16.6236,19.054v16.7189l16.0346-5.0214"/><path id="g" class="k" d="M32.6581,30.7515V14.0326l-16.0346,5.0214"/><path id="h" class="k" d="M32.6581,30.7515V14.0326l-16.0346,5.0214"/><path id="i" class="k" d="M18.6977,32.0871l10.7449-3.1277v-6.9953l-1.5493.7703,2.6813-5.4461"/><path id="j" class="k" d="M30.5747,17.2883l-10.7449,3.1277v6.9953l1.5493-.7703-2.6813,5.4461"/></svg>
Copied!