Malclient Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Malclient 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/328821.svg" alt="Malclient icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328821.svg" alt="Malclient icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328821.svg" alt="Malclient icon" :width="24" :height="24" />
CSS background
.icon-malclient {
background-image: url('https://proicons.com/icon/328821.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M23.9441,20.2117c1.6173-.5936,3.3134.4641,4.0676,2.5367a6.2542,6.2542,0,0,1-.96,6.0568"/><path class="a" d="M25.5086,29.71c-1.4769.3972-2.9735-.5438-3.7324-2.3467a6.4873,6.4873,0,0,1,.361-5.6656"/><path class="a" d="M43.5,18.8708a121.7635,121.7635,0,0,0-39-5.9785c14.3037.023,24.2493,3.04,35.3123,11.0071"/><ellipse class="a" cx="24.9499" cy="25.6874" rx="6.6266" ry="9.4203"/><path class="a" d="M25.8438,35.0742a32.2426,32.2426,0,0,0,10.1914-3.1289"/><path class="a" d="M27.0731,28.8163a1.2439,1.2439,0,0,1,.4838,2.2618A1.2609,1.2609,0,0,1,26.16,31.07a1.2352,1.2352,0,0,1-.51-1.2963"/><path class="a" d="M23.8324,20.2117a1.2535,1.2535,0,1,1-1.54,1.41"/><path class="a" d="M15.8267,18.7918c-1.2.3692-9.4033,5.3025-9.4033,5.3025l9.9426,6.407-4.1707-6.3876,3.6314-5.3219"/></svg>
Copied!