Mucuteclient Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mucuteclient 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/329654.svg" alt="Mucuteclient icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329654.svg" alt="Mucuteclient icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329654.svg" alt="Mucuteclient icon" :width="24" :height="24" />
CSS background
.icon-mucuteclient {
background-image: url('https://proicons.com/icon/329654.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><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="M29.749,44.714c-9.3032-2.5865-15.7408-11.058-15.741-20.714.0002-9.6672,6.4524-18.1456,15.77-20.722"/><path class="b" d="M14.225,27.04L35.453,5.812"/><path class="b" d="M17.585,35.842l24.083-24.083"/><path class="b" d="M23.666,41.923l21.523-21.523"/></svg>
Copied!