Schulmanager Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Schulmanager 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/332473.svg" alt="Schulmanager icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332473.svg" alt="Schulmanager icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332473.svg" alt="Schulmanager icon" :width="24" :height="24" />
CSS background
.icon-schulmanager {
background-image: url('https://proicons.com/icon/332473.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="e" d="m24.1906,8.3746l19.3094,8.5749-19.0554,8.702-11.4332-5.2085-2.4137,1.715-.0635,6.7964,3.3029,4.5733-.2541,6.0342-4.4463-4.3827-4.5098,4.4463-.127-6.3518,2.9853-4.1287.0635-8.6384,1.715-1.5244-4.5098-2.0326,19.4365-8.5749Z"/><path id="d" class="e" d="m13.3925,24.1271l10.8616,5.145,10.4805-5.0814v4.6368l-10.4805,5.0179-10.8616-5.0814v-4.6368Z"/></svg>
Copied!