school-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.

Name
school-filled
Set
Tabler Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Tabler Icons

The same icon in other sets

Related icons in Tabler Icons

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 13.431V16c0 2.398-3.205 4-7 4s-7-1.602-7-4v-2.569l5.886 2.354a3 3 0 0 0 2.011.078l.217-.078zm2-2.955l-8.629 3.452a1 1 0 0 1-.742 0l-10-4c-.839-.335-.839-1.521 0-1.856l10-4a1 1 0 0 1 .245-.064L12 4l.126.008a1 1 0 0 1 .245.064l10.032 4.013l.108.055l.099.068l.088.076l.075.082l.035.044l.073.115l.052.115l.034.102l.025.135l.006.058L23 15a1 1 0 0 1-2 0z"/></svg>

React

import type { SVGProps } from "react";

export function TablerSchoolFilled(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 13.431V16c0 2.398-3.205 4-7 4s-7-1.602-7-4v-2.569l5.886 2.354a3 3 0 0 0 2.011.078l.217-.078zm2-2.955l-8.629 3.452a1 1 0 0 1-.742 0l-10-4c-.839-.335-.839-1.521 0-1.856l10-4a1 1 0 0 1 .245-.064L12 4l.126.008a1 1 0 0 1 .245.064l10.032 4.013l.108.055l.099.068l.088.076l.075.082l.035.044l.073.115l.052.115l.034.102l.025.135l.006.058L23 15a1 1 0 0 1-2 0z"/></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 13.431V16c0 2.398-3.205 4-7 4s-7-1.602-7-4v-2.569l5.886 2.354a3 3 0 0 0 2.011.078l.217-.078zm2-2.955l-8.629 3.452a1 1 0 0 1-.742 0l-10-4c-.839-.335-.839-1.521 0-1.856l10-4a1 1 0 0 1 .245-.064L12 4l.126.008a1 1 0 0 1 .245.064l10.032 4.013l.108.055l.099.068l.088.076l.075.082l.035.044l.073.115l.052.115l.034.102l.025.135l.006.058L23 15a1 1 0 0 1-2 0z"/></svg>
</template>

CSS

.icon-school-filled {
  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%2013.431V16c0%202.398-3.205%204-7%204s-7-1.602-7-4v-2.569l5.886%202.354a3%203%200%200%200%202.011.078l.217-.078zm2-2.955l-8.629%203.452a1%201%200%200%201-.742%200l-10-4c-.839-.335-.839-1.521%200-1.856l10-4a1%201%200%200%201%20.245-.064L12%204l.126.008a1%201%200%200%201%20.245.064l10.032%204.013l.108.055l.099.068l.088.076l.075.082l.035.044l.073.115l.052.115l.034.102l.025.135l.006.058L23%2015a1%201%200%200%201-2%200z%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%2013.431V16c0%202.398-3.205%204-7%204s-7-1.602-7-4v-2.569l5.886%202.354a3%203%200%200%200%202.011.078l.217-.078zm2-2.955l-8.629%203.452a1%201%200%200%201-.742%200l-10-4c-.839-.335-.839-1.521%200-1.856l10-4a1%201%200%200%201%20.245-.064L12%204l.126.008a1%201%200%200%201%20.245.064l10.032%204.013l.108.055l.099.068l.088.076l.075.082l.035.044l.073.115l.052.115l.034.102l.025.135l.006.058L23%2015a1%201%200%200%201-2%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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