school from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
school
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

Use the school icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 368a16 16 0 0 1-7.94-2.11L108 285.84a8 8 0 0 0-12 6.94V368a16 16 0 0 0 8.23 14l144 80a16 16 0 0 0 15.54 0l144-80a16 16 0 0 0 8.23-14v-75.22a8 8 0 0 0-12-6.94l-140.06 80.05A16 16 0 0 1 256 368"/><path fill="currentColor" d="M495.92 190.5v-.11a16 16 0 0 0-8-12.28l-224-128a16 16 0 0 0-15.88 0l-224 128a16 16 0 0 0 0 27.78l224 128a16 16 0 0 0 15.88 0L461 221.28a2 2 0 0 1 3 1.74v144.53c0 8.61 6.62 16 15.23 16.43A16 16 0 0 0 496 368V192a15 15 0 0 0-.08-1.5"/></svg>

React

import type { SVGProps } from "react";

export function IonSchool(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 368a16 16 0 0 1-7.94-2.11L108 285.84a8 8 0 0 0-12 6.94V368a16 16 0 0 0 8.23 14l144 80a16 16 0 0 0 15.54 0l144-80a16 16 0 0 0 8.23-14v-75.22a8 8 0 0 0-12-6.94l-140.06 80.05A16 16 0 0 1 256 368"/><path fill="currentColor" d="M495.92 190.5v-.11a16 16 0 0 0-8-12.28l-224-128a16 16 0 0 0-15.88 0l-224 128a16 16 0 0 0 0 27.78l224 128a16 16 0 0 0 15.88 0L461 221.28a2 2 0 0 1 3 1.74v144.53c0 8.61 6.62 16 15.23 16.43A16 16 0 0 0 496 368V192a15 15 0 0 0-.08-1.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 368a16 16 0 0 1-7.94-2.11L108 285.84a8 8 0 0 0-12 6.94V368a16 16 0 0 0 8.23 14l144 80a16 16 0 0 0 15.54 0l144-80a16 16 0 0 0 8.23-14v-75.22a8 8 0 0 0-12-6.94l-140.06 80.05A16 16 0 0 1 256 368"/><path fill="currentColor" d="M495.92 190.5v-.11a16 16 0 0 0-8-12.28l-224-128a16 16 0 0 0-15.88 0l-224 128a16 16 0 0 0 0 27.78l224 128a16 16 0 0 0 15.88 0L461 221.28a2 2 0 0 1 3 1.74v144.53c0 8.61 6.62 16 15.23 16.43A16 16 0 0 0 496 368V192a15 15 0 0 0-.08-1.5"/></svg>
</template>

CSS

.icon-school {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%20368a16%2016%200%200%201-7.94-2.11L108%20285.84a8%208%200%200%200-12%206.94V368a16%2016%200%200%200%208.23%2014l144%2080a16%2016%200%200%200%2015.54%200l144-80a16%2016%200%200%200%208.23-14v-75.22a8%208%200%200%200-12-6.94l-140.06%2080.05A16%2016%200%200%201%20256%20368%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M495.92%20190.5v-.11a16%2016%200%200%200-8-12.28l-224-128a16%2016%200%200%200-15.88%200l-224%20128a16%2016%200%200%200%200%2027.78l224%20128a16%2016%200%200%200%2015.88%200L461%20221.28a2%202%200%200%201%203%201.74v144.53c0%208.61%206.62%2016%2015.23%2016.43A16%2016%200%200%200%20496%20368V192a15%2015%200%200%200-.08-1.5%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%20368a16%2016%200%200%201-7.94-2.11L108%20285.84a8%208%200%200%200-12%206.94V368a16%2016%200%200%200%208.23%2014l144%2080a16%2016%200%200%200%2015.54%200l144-80a16%2016%200%200%200%208.23-14v-75.22a8%208%200%200%200-12-6.94l-140.06%2080.05A16%2016%200%200%201%20256%20368%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M495.92%20190.5v-.11a16%2016%200%200%200-8-12.28l-224-128a16%2016%200%200%200-15.88%200l-224%20128a16%2016%200%200%200%200%2027.78l224%20128a16%2016%200%200%200%2015.88%200L461%20221.28a2%202%200%200%201%203%201.74v144.53c0%208.61%206.62%2016%2015.23%2016.43A16%2016%200%200%200%20496%20368V192a15%2015%200%200%200-.08-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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