school icon
school-rounded from Material Symbols by Google · Rounded · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- school-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
schoolBoxIcons v2 SolidschoolEmoji One (Colored)schoolElement PlusschoolFont Awesome 6 SolidschoolFont Awesome Solidschool-outlineFlowbite IconsschoolFluent EmojischoolFluent Emoji FlatschoolFluent Emoji High ContrastschoolFirefox OS EmojischoolHuge IconsschoolIconParkschoolIconPark OutlineschoolIconPark SolidschoolIconPark TwoToneschoolIonIconsschoolLine AwesomeschoolLucideschoolMaterial Symbols LightschoolMaterial Design Iconsschool-fillMingCute IconschoolNoto EmojischoolOpenMojischool-fillRemix Icon
More activities icons from Material Symbols
Use the school icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 16v-5.9l-8.05 4.375q-.45.25-.95.25t-.95-.25l-8.45-4.6q-.275-.15-.388-.375T2.1 9t.113-.5t.387-.375l8.45-4.6q.225-.125.463-.188T12 3.275t.488.063t.462.187l9.525 5.2q.25.125.388.363T23 9.6V16q0 .425-.288.713T22 17t-.712-.288T21 16m-9.95 4.475l-5-2.7q-.5-.275-.775-.75T5 16v-3.8l6.05 3.275q.45.25.95.25t.95-.25L19 12.2V16q0 .55-.275 1.025t-.775.75l-5 2.7q-.225.125-.462.188t-.488.062t-.488-.062t-.462-.188"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSchoolRounded(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 16v-5.9l-8.05 4.375q-.45.25-.95.25t-.95-.25l-8.45-4.6q-.275-.15-.388-.375T2.1 9t.113-.5t.387-.375l8.45-4.6q.225-.125.463-.188T12 3.275t.488.063t.462.187l9.525 5.2q.25.125.388.363T23 9.6V16q0 .425-.288.713T22 17t-.712-.288T21 16m-9.95 4.475l-5-2.7q-.5-.275-.775-.75T5 16v-3.8l6.05 3.275q.45.25.95.25t.95-.25L19 12.2V16q0 .55-.275 1.025t-.775.75l-5 2.7q-.225.125-.462.188t-.488.062t-.488-.062t-.462-.188"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 16v-5.9l-8.05 4.375q-.45.25-.95.25t-.95-.25l-8.45-4.6q-.275-.15-.388-.375T2.1 9t.113-.5t.387-.375l8.45-4.6q.225-.125.463-.188T12 3.275t.488.063t.462.187l9.525 5.2q.25.125.388.363T23 9.6V16q0 .425-.288.713T22 17t-.712-.288T21 16m-9.95 4.475l-5-2.7q-.5-.275-.775-.75T5 16v-3.8l6.05 3.275q.45.25.95.25t.95-.25L19 12.2V16q0 .55-.275 1.025t-.775.75l-5 2.7q-.225.125-.462.188t-.488.062t-.488-.062t-.462-.188"/></svg> </template>
CSS
.icon-school-rounded {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2016v-5.9l-8.05%204.375q-.45.25-.95.25t-.95-.25l-8.45-4.6q-.275-.15-.388-.375T2.1%209t.113-.5t.387-.375l8.45-4.6q.225-.125.463-.188T12%203.275t.488.063t.462.187l9.525%205.2q.25.125.388.363T23%209.6V16q0%20.425-.288.713T22%2017t-.712-.288T21%2016m-9.95%204.475l-5-2.7q-.5-.275-.775-.75T5%2016v-3.8l6.05%203.275q.45.25.95.25t.95-.25L19%2012.2V16q0%20.55-.275%201.025t-.775.75l-5%202.7q-.225.125-.462.188t-.488.062t-.488-.062t-.462-.188%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2016v-5.9l-8.05%204.375q-.45.25-.95.25t-.95-.25l-8.45-4.6q-.275-.15-.388-.375T2.1%209t.113-.5t.387-.375l8.45-4.6q.225-.125.463-.188T12%203.275t.488.063t.462.187l9.525%205.2q.25.125.388.363T23%209.6V16q0%20.425-.288.713T22%2017t-.712-.288T21%2016m-9.95%204.475l-5-2.7q-.5-.275-.775-.75T5%2016v-3.8l6.05%203.275q.45.25.95.25t.95-.25L19%2012.2V16q0%20.55-.275%201.025t-.775.75l-5%202.7q-.225.125-.462.188t-.488.062t-.488-.062t-.462-.188%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/school-rounded.svg?color=%231a73e8&size=48