Mcotnet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mcotnet 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/343530.svg" alt="Mcotnet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343530.svg" alt="Mcotnet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343530.svg" alt="Mcotnet icon" :width="24" :height="24" />
CSS background
.icon-mcotnet {
background-image: url('https://proicons.com/icon/343530.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m15.6802,18.1582c.9703,3.5849,3.0887,4.9988,5.6275,6.6336m-7.4599-.5467c3.1801,6.0796,10.5044,6.2762,13.6929,4.0222m-7.4904-8.6941c-2.3654,7.0594,1.2826,11.1121,4.4753,12.7626m3.1969-4.8843c-.3052.0418-.6129.0629-.9209.0631-3.7681,0-6.8228-3.0547-6.8228-6.8228-.0007-3.5936,2.7861-6.5716,6.3718-6.8092m-7.4725,19.2332c5.8914,1.1301,8.1958-2.9099,8.8444-5.6675m6.8754-3.3389c0,5.7689-4.6766,10.4455-10.4455,10.4455h-.0011c-5.7689,0-10.4455-4.6766-10.4455-10.4455h0c-.0006-5.7689,4.6756-10.446,10.4445-10.4466h.0011c5.7689-.0006,10.446,4.6756,10.4466,10.4445v.0021Zm-1.9207-6.0323c.0559.2715.0841.548.0841.8253h0c.0006,2.2615-1.8322,4.0952-4.0937,4.0958h-.0011c-2.2615.0006-4.0952-1.8322-4.0958-4.0937v-.0021c0-2.2615,1.8333-4.0947,4.0947-4.0947h.0011c.0828,0,.1655.0024.2481.0074M3.5,24.5752c11.6167-18.4185,35.5071-10.6179,41-.6161"/></svg>
Copied!