teaching-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
teaching-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Use the teaching icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 4.25A2.25 2.25 0 0 1 5.25 2h9.5A2.25 2.25 0 0 1 17 4.25v2.498a6 6 0 0 0-.748.635a5.4 5.4 0 0 0-.752-.57V4.25a.75.75 0 0 0-.75-.75h-9.5a.75.75 0 0 0-.75.75V5.5h.25a.75.75 0 0 1 0 1.5H4.5v3.25h.25a.75.75 0 0 1 0 1.5H4.5V15h.25a.75.75 0 0 1 0 1.5H4.5v1.25c0 .414.336.75.75.75h3.5c.176.535.388 1.037.617 1.5H5.25A2.25 2.25 0 0 1 3 17.75V16.5h-.25a.75.75 0 0 1 0-1.5H3v-3.25h-.25a.75.75 0 0 1 0-1.5H3V7h-.25a.75.75 0 0 1 0-1.5H3zm13.28 4.688A4.33 4.33 0 0 0 12.671 7h-.421a1 1 0 0 0-1 1v.421a4.3 4.3 0 0 0 .97 2.731c-1.52.448-2.97 1.885-2.97 4.348c0 3.075 1.82 5.584 2.734 6.657c.491.578 1.2.843 1.893.843h.046a2.62 2.62 0 0 0 1.945-.866q.068-.075.147-.136a.185.185 0 0 1 .22 0q.08.06.147.136a2.62 2.62 0 0 0 1.945.866h.045c.693 0 1.403-.265 1.894-.843C21.18 21.084 23 18.575 23 15.5c0-3.022-2.182-4.5-4-4.5c-.844 0-1.524.156-1.986.308a3.49 3.49 0 0 1 2.044-2.874a.75.75 0 0 0-.616-1.368a5 5 0 0 0-2.162 1.872M12.751 8.5a2.83 2.83 0 0 1 2.749 2.75a2.83 2.83 0 0 1-2.75-2.75m-.807 7.725a2.26 2.26 0 0 1 1.22-2.397a.75.75 0 1 1 .671 1.342a.76.76 0 0 0-.411.809l.066.397a.75.75 0 1 1-1.48.246z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTeaching24Filled(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="M3 4.25A2.25 2.25 0 0 1 5.25 2h9.5A2.25 2.25 0 0 1 17 4.25v2.498a6 6 0 0 0-.748.635a5.4 5.4 0 0 0-.752-.57V4.25a.75.75 0 0 0-.75-.75h-9.5a.75.75 0 0 0-.75.75V5.5h.25a.75.75 0 0 1 0 1.5H4.5v3.25h.25a.75.75 0 0 1 0 1.5H4.5V15h.25a.75.75 0 0 1 0 1.5H4.5v1.25c0 .414.336.75.75.75h3.5c.176.535.388 1.037.617 1.5H5.25A2.25 2.25 0 0 1 3 17.75V16.5h-.25a.75.75 0 0 1 0-1.5H3v-3.25h-.25a.75.75 0 0 1 0-1.5H3V7h-.25a.75.75 0 0 1 0-1.5H3zm13.28 4.688A4.33 4.33 0 0 0 12.671 7h-.421a1 1 0 0 0-1 1v.421a4.3 4.3 0 0 0 .97 2.731c-1.52.448-2.97 1.885-2.97 4.348c0 3.075 1.82 5.584 2.734 6.657c.491.578 1.2.843 1.893.843h.046a2.62 2.62 0 0 0 1.945-.866q.068-.075.147-.136a.185.185 0 0 1 .22 0q.08.06.147.136a2.62 2.62 0 0 0 1.945.866h.045c.693 0 1.403-.265 1.894-.843C21.18 21.084 23 18.575 23 15.5c0-3.022-2.182-4.5-4-4.5c-.844 0-1.524.156-1.986.308a3.49 3.49 0 0 1 2.044-2.874a.75.75 0 0 0-.616-1.368a5 5 0 0 0-2.162 1.872M12.751 8.5a2.83 2.83 0 0 1 2.749 2.75a2.83 2.83 0 0 1-2.75-2.75m-.807 7.725a2.26 2.26 0 0 1 1.22-2.397a.75.75 0 1 1 .671 1.342a.76.76 0 0 0-.411.809l.066.397a.75.75 0 1 1-1.48.246z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 4.25A2.25 2.25 0 0 1 5.25 2h9.5A2.25 2.25 0 0 1 17 4.25v2.498a6 6 0 0 0-.748.635a5.4 5.4 0 0 0-.752-.57V4.25a.75.75 0 0 0-.75-.75h-9.5a.75.75 0 0 0-.75.75V5.5h.25a.75.75 0 0 1 0 1.5H4.5v3.25h.25a.75.75 0 0 1 0 1.5H4.5V15h.25a.75.75 0 0 1 0 1.5H4.5v1.25c0 .414.336.75.75.75h3.5c.176.535.388 1.037.617 1.5H5.25A2.25 2.25 0 0 1 3 17.75V16.5h-.25a.75.75 0 0 1 0-1.5H3v-3.25h-.25a.75.75 0 0 1 0-1.5H3V7h-.25a.75.75 0 0 1 0-1.5H3zm13.28 4.688A4.33 4.33 0 0 0 12.671 7h-.421a1 1 0 0 0-1 1v.421a4.3 4.3 0 0 0 .97 2.731c-1.52.448-2.97 1.885-2.97 4.348c0 3.075 1.82 5.584 2.734 6.657c.491.578 1.2.843 1.893.843h.046a2.62 2.62 0 0 0 1.945-.866q.068-.075.147-.136a.185.185 0 0 1 .22 0q.08.06.147.136a2.62 2.62 0 0 0 1.945.866h.045c.693 0 1.403-.265 1.894-.843C21.18 21.084 23 18.575 23 15.5c0-3.022-2.182-4.5-4-4.5c-.844 0-1.524.156-1.986.308a3.49 3.49 0 0 1 2.044-2.874a.75.75 0 0 0-.616-1.368a5 5 0 0 0-2.162 1.872M12.751 8.5a2.83 2.83 0 0 1 2.749 2.75a2.83 2.83 0 0 1-2.75-2.75m-.807 7.725a2.26 2.26 0 0 1 1.22-2.397a.75.75 0 1 1 .671 1.342a.76.76 0 0 0-.411.809l.066.397a.75.75 0 1 1-1.48.246z"/></svg>
</template>

CSS

.icon-teaching-24-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%22M3%204.25A2.25%202.25%200%200%201%205.25%202h9.5A2.25%202.25%200%200%201%2017%204.25v2.498a6%206%200%200%200-.748.635a5.4%205.4%200%200%200-.752-.57V4.25a.75.75%200%200%200-.75-.75h-9.5a.75.75%200%200%200-.75.75V5.5h.25a.75.75%200%200%201%200%201.5H4.5v3.25h.25a.75.75%200%200%201%200%201.5H4.5V15h.25a.75.75%200%200%201%200%201.5H4.5v1.25c0%20.414.336.75.75.75h3.5c.176.535.388%201.037.617%201.5H5.25A2.25%202.25%200%200%201%203%2017.75V16.5h-.25a.75.75%200%200%201%200-1.5H3v-3.25h-.25a.75.75%200%200%201%200-1.5H3V7h-.25a.75.75%200%200%201%200-1.5H3zm13.28%204.688A4.33%204.33%200%200%200%2012.671%207h-.421a1%201%200%200%200-1%201v.421a4.3%204.3%200%200%200%20.97%202.731c-1.52.448-2.97%201.885-2.97%204.348c0%203.075%201.82%205.584%202.734%206.657c.491.578%201.2.843%201.893.843h.046a2.62%202.62%200%200%200%201.945-.866q.068-.075.147-.136a.185.185%200%200%201%20.22%200q.08.06.147.136a2.62%202.62%200%200%200%201.945.866h.045c.693%200%201.403-.265%201.894-.843C21.18%2021.084%2023%2018.575%2023%2015.5c0-3.022-2.182-4.5-4-4.5c-.844%200-1.524.156-1.986.308a3.49%203.49%200%200%201%202.044-2.874a.75.75%200%200%200-.616-1.368a5%205%200%200%200-2.162%201.872M12.751%208.5a2.83%202.83%200%200%201%202.749%202.75a2.83%202.83%200%200%201-2.75-2.75m-.807%207.725a2.26%202.26%200%200%201%201.22-2.397a.75.75%200%201%201%20.671%201.342a.76.76%200%200%200-.411.809l.066.397a.75.75%200%201%201-1.48.246z%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%22M3%204.25A2.25%202.25%200%200%201%205.25%202h9.5A2.25%202.25%200%200%201%2017%204.25v2.498a6%206%200%200%200-.748.635a5.4%205.4%200%200%200-.752-.57V4.25a.75.75%200%200%200-.75-.75h-9.5a.75.75%200%200%200-.75.75V5.5h.25a.75.75%200%200%201%200%201.5H4.5v3.25h.25a.75.75%200%200%201%200%201.5H4.5V15h.25a.75.75%200%200%201%200%201.5H4.5v1.25c0%20.414.336.75.75.75h3.5c.176.535.388%201.037.617%201.5H5.25A2.25%202.25%200%200%201%203%2017.75V16.5h-.25a.75.75%200%200%201%200-1.5H3v-3.25h-.25a.75.75%200%200%201%200-1.5H3V7h-.25a.75.75%200%200%201%200-1.5H3zm13.28%204.688A4.33%204.33%200%200%200%2012.671%207h-.421a1%201%200%200%200-1%201v.421a4.3%204.3%200%200%200%20.97%202.731c-1.52.448-2.97%201.885-2.97%204.348c0%203.075%201.82%205.584%202.734%206.657c.491.578%201.2.843%201.893.843h.046a2.62%202.62%200%200%200%201.945-.866q.068-.075.147-.136a.185.185%200%200%201%20.22%200q.08.06.147.136a2.62%202.62%200%200%200%201.945.866h.045c.693%200%201.403-.265%201.894-.843C21.18%2021.084%2023%2018.575%2023%2015.5c0-3.022-2.182-4.5-4-4.5c-.844%200-1.524.156-1.986.308a3.49%203.49%200%200%201%202.044-2.874a.75.75%200%200%200-.616-1.368a5%205%200%200%200-2.162%201.872M12.751%208.5a2.83%202.83%200%200%201%202.749%202.75a2.83%202.83%200%200%201-2.75-2.75m-.807%207.725a2.26%202.26%200%200%201%201.22-2.397a.75.75%200%201%201%20.671%201.342a.76.76%200%200%200-.411.809l.066.397a.75.75%200%201%201-1.48.246z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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