teaching icon
teaching-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- teaching-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- 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.872M10.75 15.5c0-2.149 1.465-3 2.5-3c.7 0 1.244.137 1.579.253c.35.121.784.247 1.257.247h.078c.473 0 .907-.126 1.257-.247A4.9 4.9 0 0 1 19 12.5c1.035 0 2.5.851 2.5 3c0 2.521-1.522 4.681-2.376 5.685c-.166.194-.431.315-.751.315h-.046a1.12 1.12 0 0 1-.83-.37a2.6 2.6 0 0 0-.345-.319a1.685 1.685 0 0 0-2.054 0a2.6 2.6 0 0 0-.344.32a1.12 1.12 0 0 1-.831.369h-.046c-.32 0-.585-.12-.75-.315c-.855-1.004-2.377-3.163-2.377-5.685m4.749-4.251A2.83 2.83 0 0 1 12.75 8.5a2.83 2.83 0 0 1 2.75 2.75m-1.328 2.916a.75.75 0 0 0-1.006-.336a2.26 2.26 0 0 0-1.221 2.397l.066.397a.75.75 0 1 0 1.48-.246l-.066-.397a.76.76 0 0 1 .411-.81a.75.75 0 0 0 .336-1.005"/></svg>
React
import type { SVGProps } from "react";
export function FluentTeaching24Regular(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.872M10.75 15.5c0-2.149 1.465-3 2.5-3c.7 0 1.244.137 1.579.253c.35.121.784.247 1.257.247h.078c.473 0 .907-.126 1.257-.247A4.9 4.9 0 0 1 19 12.5c1.035 0 2.5.851 2.5 3c0 2.521-1.522 4.681-2.376 5.685c-.166.194-.431.315-.751.315h-.046a1.12 1.12 0 0 1-.83-.37a2.6 2.6 0 0 0-.345-.319a1.685 1.685 0 0 0-2.054 0a2.6 2.6 0 0 0-.344.32a1.12 1.12 0 0 1-.831.369h-.046c-.32 0-.585-.12-.75-.315c-.855-1.004-2.377-3.163-2.377-5.685m4.749-4.251A2.83 2.83 0 0 1 12.75 8.5a2.83 2.83 0 0 1 2.75 2.75m-1.328 2.916a.75.75 0 0 0-1.006-.336a2.26 2.26 0 0 0-1.221 2.397l.066.397a.75.75 0 1 0 1.48-.246l-.066-.397a.76.76 0 0 1 .411-.81a.75.75 0 0 0 .336-1.005"/></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.872M10.75 15.5c0-2.149 1.465-3 2.5-3c.7 0 1.244.137 1.579.253c.35.121.784.247 1.257.247h.078c.473 0 .907-.126 1.257-.247A4.9 4.9 0 0 1 19 12.5c1.035 0 2.5.851 2.5 3c0 2.521-1.522 4.681-2.376 5.685c-.166.194-.431.315-.751.315h-.046a1.12 1.12 0 0 1-.83-.37a2.6 2.6 0 0 0-.345-.319a1.685 1.685 0 0 0-2.054 0a2.6 2.6 0 0 0-.344.32a1.12 1.12 0 0 1-.831.369h-.046c-.32 0-.585-.12-.75-.315c-.855-1.004-2.377-3.163-2.377-5.685m4.749-4.251A2.83 2.83 0 0 1 12.75 8.5a2.83 2.83 0 0 1 2.75 2.75m-1.328 2.916a.75.75 0 0 0-1.006-.336a2.26 2.26 0 0 0-1.221 2.397l.066.397a.75.75 0 1 0 1.48-.246l-.066-.397a.76.76 0 0 1 .411-.81a.75.75 0 0 0 .336-1.005"/></svg> </template>
CSS
.icon-teaching-24-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%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.872M10.75%2015.5c0-2.149%201.465-3%202.5-3c.7%200%201.244.137%201.579.253c.35.121.784.247%201.257.247h.078c.473%200%20.907-.126%201.257-.247A4.9%204.9%200%200%201%2019%2012.5c1.035%200%202.5.851%202.5%203c0%202.521-1.522%204.681-2.376%205.685c-.166.194-.431.315-.751.315h-.046a1.12%201.12%200%200%201-.83-.37a2.6%202.6%200%200%200-.345-.319a1.685%201.685%200%200%200-2.054%200a2.6%202.6%200%200%200-.344.32a1.12%201.12%200%200%201-.831.369h-.046c-.32%200-.585-.12-.75-.315c-.855-1.004-2.377-3.163-2.377-5.685m4.749-4.251A2.83%202.83%200%200%201%2012.75%208.5a2.83%202.83%200%200%201%202.75%202.75m-1.328%202.916a.75.75%200%200%200-1.006-.336a2.26%202.26%200%200%200-1.221%202.397l.066.397a.75.75%200%201%200%201.48-.246l-.066-.397a.76.76%200%200%201%20.411-.81a.75.75%200%200%200%20.336-1.005%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.872M10.75%2015.5c0-2.149%201.465-3%202.5-3c.7%200%201.244.137%201.579.253c.35.121.784.247%201.257.247h.078c.473%200%20.907-.126%201.257-.247A4.9%204.9%200%200%201%2019%2012.5c1.035%200%202.5.851%202.5%203c0%202.521-1.522%204.681-2.376%205.685c-.166.194-.431.315-.751.315h-.046a1.12%201.12%200%200%201-.83-.37a2.6%202.6%200%200%200-.345-.319a1.685%201.685%200%200%200-2.054%200a2.6%202.6%200%200%200-.344.32a1.12%201.12%200%200%201-.831.369h-.046c-.32%200-.585-.12-.75-.315c-.855-1.004-2.377-3.163-2.377-5.685m4.749-4.251A2.83%202.83%200%200%201%2012.75%208.5a2.83%202.83%200%200%201%202.75%202.75m-1.328%202.916a.75.75%200%200%200-1.006-.336a2.26%202.26%200%200%200-1.221%202.397l.066.397a.75.75%200%201%200%201.48-.246l-.066-.397a.76.76%200%200%201%20.411-.81a.75.75%200%200%200%20.336-1.005%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/teaching-24-regular.svg?color=%231a73e8&size=48