Netmonster Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Netmonster 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/330106.svg" alt="Netmonster icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330106.svg" alt="Netmonster icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330106.svg" alt="Netmonster icon" :width="24" :height="24" />
CSS background
.icon-netmonster {
background-image: url('https://proicons.com/icon/330106.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><circle class="a" cx="24.2728" cy="19.5348" r="2.3755"/><path class="a" d="M18.1858,34.0849A15.6773,15.6773,0,0,1,19.5252,4.5"/><path class="a" d="M28.9613,4.652a15.6775,15.6775,0,0,1,1.2858,29.2512"/><path class="a" d="M20.5972,29.2656a9.5021,9.5021,0,0,1,1.4181-18.1337"/><path class="a" d="M26.4956,11.2309a9.502,9.502,0,0,1,1.3755,17.8822"/><path class="a" d="M24.2728,21.9109l-9.5019,19.004a18.7563,18.7563,0,0,0,19.004,0Z"/></svg>
Copied!