school-rounded from Material Symbols Light by Google · Rounded · Activities · Apache-2.0 Free for personal and commercial use.

Name
school-rounded
Set
Material Symbols Light
Style
Rounded
Category
Activities
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More activities icons from Material Symbols Light

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="M19.923 14.885V9.562l-7.146 3.875q-.373.211-.777.211t-.777-.212L4.388 9.702q-.217-.13-.32-.308T3.965 9t.103-.394t.32-.308l6.835-3.715q.187-.106.376-.159q.19-.053.401-.053t.401.053t.376.159l7.717 4.18q.212.106.32.305q.109.2.109.416v5.4q0 .214-.143.357q-.143.144-.357.144t-.357-.144t-.143-.357m-8.7 3.38L6.839 15.89q-.385-.218-.612-.597T6 14.461v-3.107l5.223 2.833q.373.211.777.211t.777-.212L18 11.354v3.108q0 .454-.227.832q-.227.379-.611.597l-4.385 2.373q-.186.105-.376.158t-.401.053t-.401-.053t-.376-.158"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSchoolRounded(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="M19.923 14.885V9.562l-7.146 3.875q-.373.211-.777.211t-.777-.212L4.388 9.702q-.217-.13-.32-.308T3.965 9t.103-.394t.32-.308l6.835-3.715q.187-.106.376-.159q.19-.053.401-.053t.401.053t.376.159l7.717 4.18q.212.106.32.305q.109.2.109.416v5.4q0 .214-.143.357q-.143.144-.357.144t-.357-.144t-.143-.357m-8.7 3.38L6.839 15.89q-.385-.218-.612-.597T6 14.461v-3.107l5.223 2.833q.373.211.777.211t.777-.212L18 11.354v3.108q0 .454-.227.832q-.227.379-.611.597l-4.385 2.373q-.186.105-.376.158t-.401.053t-.401-.053t-.376-.158"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.923 14.885V9.562l-7.146 3.875q-.373.211-.777.211t-.777-.212L4.388 9.702q-.217-.13-.32-.308T3.965 9t.103-.394t.32-.308l6.835-3.715q.187-.106.376-.159q.19-.053.401-.053t.401.053t.376.159l7.717 4.18q.212.106.32.305q.109.2.109.416v5.4q0 .214-.143.357q-.143.144-.357.144t-.357-.144t-.143-.357m-8.7 3.38L6.839 15.89q-.385-.218-.612-.597T6 14.461v-3.107l5.223 2.833q.373.211.777.211t.777-.212L18 11.354v3.108q0 .454-.227.832q-.227.379-.611.597l-4.385 2.373q-.186.105-.376.158t-.401.053t-.401-.053t-.376-.158"/></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%22M19.923%2014.885V9.562l-7.146%203.875q-.373.211-.777.211t-.777-.212L4.388%209.702q-.217-.13-.32-.308T3.965%209t.103-.394t.32-.308l6.835-3.715q.187-.106.376-.159q.19-.053.401-.053t.401.053t.376.159l7.717%204.18q.212.106.32.305q.109.2.109.416v5.4q0%20.214-.143.357q-.143.144-.357.144t-.357-.144t-.143-.357m-8.7%203.38L6.839%2015.89q-.385-.218-.612-.597T6%2014.461v-3.107l5.223%202.833q.373.211.777.211t.777-.212L18%2011.354v3.108q0%20.454-.227.832q-.227.379-.611.597l-4.385%202.373q-.186.105-.376.158t-.401.053t-.401-.053t-.376-.158%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%22M19.923%2014.885V9.562l-7.146%203.875q-.373.211-.777.211t-.777-.212L4.388%209.702q-.217-.13-.32-.308T3.965%209t.103-.394t.32-.308l6.835-3.715q.187-.106.376-.159q.19-.053.401-.053t.401.053t.376.159l7.717%204.18q.212.106.32.305q.109.2.109.416v5.4q0%20.214-.143.357q-.143.144-.357.144t-.357-.144t-.143-.357m-8.7%203.38L6.839%2015.89q-.385-.218-.612-.597T6%2014.461v-3.107l5.223%202.833q.373.211.777.211t.777-.212L18%2011.354v3.108q0%20.454-.227.832q-.227.379-.611.597l-4.385%202.373q-.186.105-.376.158t-.401.053t-.401-.053t-.376-.158%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/school-rounded.svg?color=%231a73e8&size=48