School Planner Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The School Planner 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/347029.svg" alt="School Planner icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347029.svg" alt="School Planner icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347029.svg" alt="School Planner icon" :width="24" :height="24" />
CSS background
.icon-school-planner {
background-image: url('https://proicons.com/icon/347029.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g><path class="b" d="m14.2722,5.5246h-1.98c-.9469,0-1.7217.8527-1.7217,1.8949v33.1611c0,1.0422.7748,1.8949,1.7217,1.8949h1.98"/><path class="b" d="m14.2722,5.5246v36.9509h21.4354c.9469,0,1.7217-.8527,1.7217-1.8949V7.4195c0-1.0422-.7748-1.8949-1.7217-1.8949H14.2722Z"/></g><g><path class="b" d="m26.5487,5.8464v7.2056l3.6902-2.1302,3.7233,2.1492v-7.4582"/><path class="b" d="m20.1848,28.2985h12.8259v-2.9163h-12.8259c.0002.9721,0,1.9442,0,2.9163Z"/><path class="b" d="m20.1848,34.1672h9.5194v-2.8357h-9.5194c.0002.9721,0,1.8636,0,2.8357Z"/></g></svg>
Copied!