Schulcloud Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Schulcloud 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/332472.svg" alt="Schulcloud icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332472.svg" alt="Schulcloud icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332472.svg" alt="Schulcloud icon" :width="24" :height="24" />
CSS background
.icon-schulcloud {
background-image: url('https://proicons.com/icon/332472.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m16.2352,34.5182c5.7687.0585,10.2587-3.5243,10.0288-8.0025-.2299-4.4782-5.0927-8.1559-10.8614-8.2144-5.7687-.0585-10.2587,3.5243-10.0288,8.0025.1437,2.7996,2.1377,5.4201,5.2746,6.9317l-.6921,4.8829,6.2789-3.6002Z"/><path class="c" d="m20.486,33.8972h14.1308c10.3042.2138,14.4978-12.8614,2.4691-16.2961,0-9.2353-8.1664-9.4491-12.2425-5.373-4.0761-4.0761-16.3435-5.2888-16.5323,8.2396"/></svg>
Copied!