Net Generation Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Net Generation 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/330089.svg" alt="Net Generation icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330089.svg" alt="Net Generation icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330089.svg" alt="Net Generation icon" :width="24" :height="24" />
CSS background
.icon-net-generation {
background-image: url('https://proicons.com/icon/330089.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="24" cy="24" r="21.5"/><path class="c" d="m36.2988,6.3658c3.0283,8.2791-4.3254,17.7529-12.2988,17.7065-12.4299-.0723-15.4167-10.9496-21.1149-4.1324"/><path class="c" d="m12.9788,42.464c9.2735,3.036,18.8073-6.5381,23.5598-6.2474,1.4587.0892,2.9582.4797,4.3995,1.0255"/></svg>
Copied!