Netschool Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Netschool 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/330107.svg" alt="Netschool icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330107.svg" alt="Netschool icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330107.svg" alt="Netschool icon" :width="24" :height="24" />
CSS background
.icon-netschool {
background-image: url('https://proicons.com/icon/330107.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:1px;}</style></defs><path id="b" class="d" d="M28.6531,8.3245c-3.5473.0065-6.7366,1.79-8.0668,4.5114-1.3396-1.276-3.1171-1.9879-4.9656-1.9887-3.9824-.0001-7.2109,3.234-7.2107,7.2235.0067.5308.0719,1.0592.1943,1.5757-2.5755,1.8484-4.0943,4.7385-4.1043,7.8101.0013,5.4209,4.6155,9.8147,10.3067,9.8146,2.1697-.0079,4.2815-.6681,6.0343-1.8861,1.9443,2.6811,5.1399,4.2837,8.5552,4.2905,5.7621.0002,10.4332-4.4601,10.4327-9.9619-.0019-1.2416-.2468-2.4719-.7221-3.6275,2.5856-.6836,4.3886-3.0242,4.3931-5.7031-.0002-3.2629-2.6406-5.908-5.8978-5.9082-.1061.005-.2121.0129-.3177.0237-.6265-3.5457-4.3013-6.1742-8.6314-6.1739h0Z"/><path id="c" class="d" d="M40.9991,20.4098c0,1.8859-1.5261,3.4147-3.4087,3.4147s-3.4087-1.5288-3.4087-3.4147,1.5261-3.4147,3.4087-3.4147h0c1.8826,0,3.4087,1.5288,3.4087,3.4147h0Z"/></svg>
Copied!