teaching-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.

Name
teaching-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M5.75 2A2.75 2.75 0 0 0 3 4.75V6.5h-.75a.75.75 0 0 0 0 1.5H3v4.25h-.75a.75.75 0 0 0 0 1.5H3V18h-.75a.75.75 0 0 0 0 1.5H3v1.75A2.75 2.75 0 0 0 5.75 24h6.346a14 14 0 0 1-.717-1.5H5.75c-.69 0-1.25-.56-1.25-1.25V19.5h.75a.75.75 0 0 0 0-1.5H4.5v-4.25h.75a.75.75 0 0 0 0-1.5H4.5V8h.75a.75.75 0 0 0 0-1.5H4.5V4.75c0-.69.56-1.25 1.25-1.25h11.5c.69 0 1.25.56 1.25 1.25v3.256q.334.228.631.502a6 6 0 0 1 .869-.76V4.75A2.75 2.75 0 0 0 17.25 2zm16.684 6.442a.75.75 0 0 0-.992-.376a5 5 0 0 0-2.256 2.025A4.75 4.75 0 0 0 15.25 8h-.75a1 1 0 0 0-1 1v.75c0 1.343.557 2.556 1.453 3.42c-1.76.508-3.453 2.17-3.453 5.044c0 3.608 2.14 6.562 3.22 7.833c.554.65 1.357.953 2.146.953c.877 0 1.712-.372 2.3-1.023l.084-.094l.084.094a3.1 3.1 0 0 0 2.3 1.023c.79 0 1.592-.302 2.145-.953C24.861 24.776 27 21.822 27 18.214C27 14.7 24.47 13 22.381 13a7.4 7.4 0 0 0-2.434.398q.02-.073.032-.148H20v-.633a3.49 3.49 0 0 1 2.058-3.183a.75.75 0 0 0 .376-.992M15.25 9.5a3.25 3.25 0 0 1 3.25 3.25V13h-.25A3.25 3.25 0 0 1 15 9.75V9.5zM13 18.214c0-2.64 1.813-3.714 3.119-3.714a5.9 5.9 0 0 1 2.008.338c.261.096.56.187.881.23q.241.033.484 0c.32-.043.62-.134.881-.23a5.9 5.9 0 0 1 2.008-.338c1.306 0 3.119 1.073 3.119 3.714c0 3.055-1.84 5.66-2.863 6.86c-.228.268-.586.426-1.003.426c-.452 0-.883-.192-1.185-.527l-.097-.107a1.486 1.486 0 0 0-2.204 0l-.097.107a1.6 1.6 0 0 1-1.185.527c-.417 0-.775-.157-1.003-.425C14.841 23.873 13 21.269 13 18.215m2.772-2.145a.75.75 0 1 1 .628 1.363a.88.88 0 0 0-.507.912l.101.813a.75.75 0 1 1-1.488.186l-.102-.813a2.38 2.38 0 0 1 1.368-2.461"/></svg>

React

import type { SVGProps } from "react";

export function FluentTeaching28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M5.75 2A2.75 2.75 0 0 0 3 4.75V6.5h-.75a.75.75 0 0 0 0 1.5H3v4.25h-.75a.75.75 0 0 0 0 1.5H3V18h-.75a.75.75 0 0 0 0 1.5H3v1.75A2.75 2.75 0 0 0 5.75 24h6.346a14 14 0 0 1-.717-1.5H5.75c-.69 0-1.25-.56-1.25-1.25V19.5h.75a.75.75 0 0 0 0-1.5H4.5v-4.25h.75a.75.75 0 0 0 0-1.5H4.5V8h.75a.75.75 0 0 0 0-1.5H4.5V4.75c0-.69.56-1.25 1.25-1.25h11.5c.69 0 1.25.56 1.25 1.25v3.256q.334.228.631.502a6 6 0 0 1 .869-.76V4.75A2.75 2.75 0 0 0 17.25 2zm16.684 6.442a.75.75 0 0 0-.992-.376a5 5 0 0 0-2.256 2.025A4.75 4.75 0 0 0 15.25 8h-.75a1 1 0 0 0-1 1v.75c0 1.343.557 2.556 1.453 3.42c-1.76.508-3.453 2.17-3.453 5.044c0 3.608 2.14 6.562 3.22 7.833c.554.65 1.357.953 2.146.953c.877 0 1.712-.372 2.3-1.023l.084-.094l.084.094a3.1 3.1 0 0 0 2.3 1.023c.79 0 1.592-.302 2.145-.953C24.861 24.776 27 21.822 27 18.214C27 14.7 24.47 13 22.381 13a7.4 7.4 0 0 0-2.434.398q.02-.073.032-.148H20v-.633a3.49 3.49 0 0 1 2.058-3.183a.75.75 0 0 0 .376-.992M15.25 9.5a3.25 3.25 0 0 1 3.25 3.25V13h-.25A3.25 3.25 0 0 1 15 9.75V9.5zM13 18.214c0-2.64 1.813-3.714 3.119-3.714a5.9 5.9 0 0 1 2.008.338c.261.096.56.187.881.23q.241.033.484 0c.32-.043.62-.134.881-.23a5.9 5.9 0 0 1 2.008-.338c1.306 0 3.119 1.073 3.119 3.714c0 3.055-1.84 5.66-2.863 6.86c-.228.268-.586.426-1.003.426c-.452 0-.883-.192-1.185-.527l-.097-.107a1.486 1.486 0 0 0-2.204 0l-.097.107a1.6 1.6 0 0 1-1.185.527c-.417 0-.775-.157-1.003-.425C14.841 23.873 13 21.269 13 18.215m2.772-2.145a.75.75 0 1 1 .628 1.363a.88.88 0 0 0-.507.912l.101.813a.75.75 0 1 1-1.488.186l-.102-.813a2.38 2.38 0 0 1 1.368-2.461"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M5.75 2A2.75 2.75 0 0 0 3 4.75V6.5h-.75a.75.75 0 0 0 0 1.5H3v4.25h-.75a.75.75 0 0 0 0 1.5H3V18h-.75a.75.75 0 0 0 0 1.5H3v1.75A2.75 2.75 0 0 0 5.75 24h6.346a14 14 0 0 1-.717-1.5H5.75c-.69 0-1.25-.56-1.25-1.25V19.5h.75a.75.75 0 0 0 0-1.5H4.5v-4.25h.75a.75.75 0 0 0 0-1.5H4.5V8h.75a.75.75 0 0 0 0-1.5H4.5V4.75c0-.69.56-1.25 1.25-1.25h11.5c.69 0 1.25.56 1.25 1.25v3.256q.334.228.631.502a6 6 0 0 1 .869-.76V4.75A2.75 2.75 0 0 0 17.25 2zm16.684 6.442a.75.75 0 0 0-.992-.376a5 5 0 0 0-2.256 2.025A4.75 4.75 0 0 0 15.25 8h-.75a1 1 0 0 0-1 1v.75c0 1.343.557 2.556 1.453 3.42c-1.76.508-3.453 2.17-3.453 5.044c0 3.608 2.14 6.562 3.22 7.833c.554.65 1.357.953 2.146.953c.877 0 1.712-.372 2.3-1.023l.084-.094l.084.094a3.1 3.1 0 0 0 2.3 1.023c.79 0 1.592-.302 2.145-.953C24.861 24.776 27 21.822 27 18.214C27 14.7 24.47 13 22.381 13a7.4 7.4 0 0 0-2.434.398q.02-.073.032-.148H20v-.633a3.49 3.49 0 0 1 2.058-3.183a.75.75 0 0 0 .376-.992M15.25 9.5a3.25 3.25 0 0 1 3.25 3.25V13h-.25A3.25 3.25 0 0 1 15 9.75V9.5zM13 18.214c0-2.64 1.813-3.714 3.119-3.714a5.9 5.9 0 0 1 2.008.338c.261.096.56.187.881.23q.241.033.484 0c.32-.043.62-.134.881-.23a5.9 5.9 0 0 1 2.008-.338c1.306 0 3.119 1.073 3.119 3.714c0 3.055-1.84 5.66-2.863 6.86c-.228.268-.586.426-1.003.426c-.452 0-.883-.192-1.185-.527l-.097-.107a1.486 1.486 0 0 0-2.204 0l-.097.107a1.6 1.6 0 0 1-1.185.527c-.417 0-.775-.157-1.003-.425C14.841 23.873 13 21.269 13 18.215m2.772-2.145a.75.75 0 1 1 .628 1.363a.88.88 0 0 0-.507.912l.101.813a.75.75 0 1 1-1.488.186l-.102-.813a2.38 2.38 0 0 1 1.368-2.461"/></svg>
</template>

CSS

.icon-teaching-28-regular {
  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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.75%202A2.75%202.75%200%200%200%203%204.75V6.5h-.75a.75.75%200%200%200%200%201.5H3v4.25h-.75a.75.75%200%200%200%200%201.5H3V18h-.75a.75.75%200%200%200%200%201.5H3v1.75A2.75%202.75%200%200%200%205.75%2024h6.346a14%2014%200%200%201-.717-1.5H5.75c-.69%200-1.25-.56-1.25-1.25V19.5h.75a.75.75%200%200%200%200-1.5H4.5v-4.25h.75a.75.75%200%200%200%200-1.5H4.5V8h.75a.75.75%200%200%200%200-1.5H4.5V4.75c0-.69.56-1.25%201.25-1.25h11.5c.69%200%201.25.56%201.25%201.25v3.256q.334.228.631.502a6%206%200%200%201%20.869-.76V4.75A2.75%202.75%200%200%200%2017.25%202zm16.684%206.442a.75.75%200%200%200-.992-.376a5%205%200%200%200-2.256%202.025A4.75%204.75%200%200%200%2015.25%208h-.75a1%201%200%200%200-1%201v.75c0%201.343.557%202.556%201.453%203.42c-1.76.508-3.453%202.17-3.453%205.044c0%203.608%202.14%206.562%203.22%207.833c.554.65%201.357.953%202.146.953c.877%200%201.712-.372%202.3-1.023l.084-.094l.084.094a3.1%203.1%200%200%200%202.3%201.023c.79%200%201.592-.302%202.145-.953C24.861%2024.776%2027%2021.822%2027%2018.214C27%2014.7%2024.47%2013%2022.381%2013a7.4%207.4%200%200%200-2.434.398q.02-.073.032-.148H20v-.633a3.49%203.49%200%200%201%202.058-3.183a.75.75%200%200%200%20.376-.992M15.25%209.5a3.25%203.25%200%200%201%203.25%203.25V13h-.25A3.25%203.25%200%200%201%2015%209.75V9.5zM13%2018.214c0-2.64%201.813-3.714%203.119-3.714a5.9%205.9%200%200%201%202.008.338c.261.096.56.187.881.23q.241.033.484%200c.32-.043.62-.134.881-.23a5.9%205.9%200%200%201%202.008-.338c1.306%200%203.119%201.073%203.119%203.714c0%203.055-1.84%205.66-2.863%206.86c-.228.268-.586.426-1.003.426c-.452%200-.883-.192-1.185-.527l-.097-.107a1.486%201.486%200%200%200-2.204%200l-.097.107a1.6%201.6%200%200%201-1.185.527c-.417%200-.775-.157-1.003-.425C14.841%2023.873%2013%2021.269%2013%2018.215m2.772-2.145a.75.75%200%201%201%20.628%201.363a.88.88%200%200%200-.507.912l.101.813a.75.75%200%201%201-1.488.186l-.102-.813a2.38%202.38%200%200%201%201.368-2.461%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.75%202A2.75%202.75%200%200%200%203%204.75V6.5h-.75a.75.75%200%200%200%200%201.5H3v4.25h-.75a.75.75%200%200%200%200%201.5H3V18h-.75a.75.75%200%200%200%200%201.5H3v1.75A2.75%202.75%200%200%200%205.75%2024h6.346a14%2014%200%200%201-.717-1.5H5.75c-.69%200-1.25-.56-1.25-1.25V19.5h.75a.75.75%200%200%200%200-1.5H4.5v-4.25h.75a.75.75%200%200%200%200-1.5H4.5V8h.75a.75.75%200%200%200%200-1.5H4.5V4.75c0-.69.56-1.25%201.25-1.25h11.5c.69%200%201.25.56%201.25%201.25v3.256q.334.228.631.502a6%206%200%200%201%20.869-.76V4.75A2.75%202.75%200%200%200%2017.25%202zm16.684%206.442a.75.75%200%200%200-.992-.376a5%205%200%200%200-2.256%202.025A4.75%204.75%200%200%200%2015.25%208h-.75a1%201%200%200%200-1%201v.75c0%201.343.557%202.556%201.453%203.42c-1.76.508-3.453%202.17-3.453%205.044c0%203.608%202.14%206.562%203.22%207.833c.554.65%201.357.953%202.146.953c.877%200%201.712-.372%202.3-1.023l.084-.094l.084.094a3.1%203.1%200%200%200%202.3%201.023c.79%200%201.592-.302%202.145-.953C24.861%2024.776%2027%2021.822%2027%2018.214C27%2014.7%2024.47%2013%2022.381%2013a7.4%207.4%200%200%200-2.434.398q.02-.073.032-.148H20v-.633a3.49%203.49%200%200%201%202.058-3.183a.75.75%200%200%200%20.376-.992M15.25%209.5a3.25%203.25%200%200%201%203.25%203.25V13h-.25A3.25%203.25%200%200%201%2015%209.75V9.5zM13%2018.214c0-2.64%201.813-3.714%203.119-3.714a5.9%205.9%200%200%201%202.008.338c.261.096.56.187.881.23q.241.033.484%200c.32-.043.62-.134.881-.23a5.9%205.9%200%200%201%202.008-.338c1.306%200%203.119%201.073%203.119%203.714c0%203.055-1.84%205.66-2.863%206.86c-.228.268-.586.426-1.003.426c-.452%200-.883-.192-1.185-.527l-.097-.107a1.486%201.486%200%200%200-2.204%200l-.097.107a1.6%201.6%200%200%201-1.185.527c-.417%200-.775-.157-1.003-.425C14.841%2023.873%2013%2021.269%2013%2018.215m2.772-2.145a.75.75%200%201%201%20.628%201.363a.88.88%200%200%200-.507.912l.101.813a.75.75%200%201%201-1.488.186l-.102-.813a2.38%202.38%200%200%201%201.368-2.461%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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