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

Name
teaching-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
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 48 48"><path fill="currentColor" d="M6 8.25A4.25 4.25 0 0 1 10.25 4h18.5A4.25 4.25 0 0 1 33 8.25v5.563q-.654.444-1.224.974a10 10 0 0 0-1.276-1.024V8.25a1.75 1.75 0 0 0-1.75-1.75h-18.5A1.75 1.75 0 0 0 8.5 8.25V11h1.25a1.25 1.25 0 1 1 0 2.5H8.5v7.25h1.25a1.25 1.25 0 1 1 0 2.5H8.5v7.25h1.25a1.25 1.25 0 1 1 0 2.5H8.5v2.75c0 .967.784 1.75 1.75 1.75h7.123c.35.892.746 1.728 1.16 2.5H10.25A4.25 4.25 0 0 1 6 35.75V33H4.75a1.25 1.25 0 1 1 0-2.5H6v-7.25H4.75a1.25 1.25 0 1 1 0-2.5H6V13.5H4.75a1.25 1.25 0 1 1 0-2.5H6zm16 8.5c0 2.081.77 3.982 2.042 5.433C21.022 22.89 18 25.65 18 30.571c0 5.887 3.469 10.713 5.252 12.818C24.185 44.49 25.54 45 26.87 45c1.397 0 2.736-.56 3.717-1.554l.714-.723a.75.75 0 0 1 .448-.218a.75.75 0 0 1 .448.218l.714.723A5.22 5.22 0 0 0 36.629 45c1.331 0 2.687-.51 3.62-1.611c1.782-2.105 5.251-6.93 5.251-12.818c0-5.775-4.158-8.571-7.595-8.571c-1.873 0-3.729.588-4.905 1.051V22.3a5.75 5.75 0 0 1 2.616-4.821l1.815-1.18a1.25 1.25 0 1 0-1.362-2.096l-1.815 1.18a8.2 8.2 0 0 0-2.488 2.525A8.24 8.24 0 0 0 24.75 14H23.5a1.5 1.5 0 0 0-1.5 1.5zm8.5 5.5v.25h-.25a5.75 5.75 0 0 1-5.75-5.75v-.25h.25a5.75 5.75 0 0 1 5.75 5.75m-3.65 5.406a1.25 1.25 0 0 1-.506 1.694a2 2 0 0 0-1.028 2.048l.17 1.171a1.25 1.25 0 0 1-2.473.362l-.171-1.171a4.5 4.5 0 0 1 2.314-4.61a1.25 1.25 0 0 1 1.694.506"/></svg>

React

import type { SVGProps } from "react";

export function FluentTeaching48Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M6 8.25A4.25 4.25 0 0 1 10.25 4h18.5A4.25 4.25 0 0 1 33 8.25v5.563q-.654.444-1.224.974a10 10 0 0 0-1.276-1.024V8.25a1.75 1.75 0 0 0-1.75-1.75h-18.5A1.75 1.75 0 0 0 8.5 8.25V11h1.25a1.25 1.25 0 1 1 0 2.5H8.5v7.25h1.25a1.25 1.25 0 1 1 0 2.5H8.5v7.25h1.25a1.25 1.25 0 1 1 0 2.5H8.5v2.75c0 .967.784 1.75 1.75 1.75h7.123c.35.892.746 1.728 1.16 2.5H10.25A4.25 4.25 0 0 1 6 35.75V33H4.75a1.25 1.25 0 1 1 0-2.5H6v-7.25H4.75a1.25 1.25 0 1 1 0-2.5H6V13.5H4.75a1.25 1.25 0 1 1 0-2.5H6zm16 8.5c0 2.081.77 3.982 2.042 5.433C21.022 22.89 18 25.65 18 30.571c0 5.887 3.469 10.713 5.252 12.818C24.185 44.49 25.54 45 26.87 45c1.397 0 2.736-.56 3.717-1.554l.714-.723a.75.75 0 0 1 .448-.218a.75.75 0 0 1 .448.218l.714.723A5.22 5.22 0 0 0 36.629 45c1.331 0 2.687-.51 3.62-1.611c1.782-2.105 5.251-6.93 5.251-12.818c0-5.775-4.158-8.571-7.595-8.571c-1.873 0-3.729.588-4.905 1.051V22.3a5.75 5.75 0 0 1 2.616-4.821l1.815-1.18a1.25 1.25 0 1 0-1.362-2.096l-1.815 1.18a8.2 8.2 0 0 0-2.488 2.525A8.24 8.24 0 0 0 24.75 14H23.5a1.5 1.5 0 0 0-1.5 1.5zm8.5 5.5v.25h-.25a5.75 5.75 0 0 1-5.75-5.75v-.25h.25a5.75 5.75 0 0 1 5.75 5.75m-3.65 5.406a1.25 1.25 0 0 1-.506 1.694a2 2 0 0 0-1.028 2.048l.17 1.171a1.25 1.25 0 0 1-2.473.362l-.171-1.171a4.5 4.5 0 0 1 2.314-4.61a1.25 1.25 0 0 1 1.694.506"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M6 8.25A4.25 4.25 0 0 1 10.25 4h18.5A4.25 4.25 0 0 1 33 8.25v5.563q-.654.444-1.224.974a10 10 0 0 0-1.276-1.024V8.25a1.75 1.75 0 0 0-1.75-1.75h-18.5A1.75 1.75 0 0 0 8.5 8.25V11h1.25a1.25 1.25 0 1 1 0 2.5H8.5v7.25h1.25a1.25 1.25 0 1 1 0 2.5H8.5v7.25h1.25a1.25 1.25 0 1 1 0 2.5H8.5v2.75c0 .967.784 1.75 1.75 1.75h7.123c.35.892.746 1.728 1.16 2.5H10.25A4.25 4.25 0 0 1 6 35.75V33H4.75a1.25 1.25 0 1 1 0-2.5H6v-7.25H4.75a1.25 1.25 0 1 1 0-2.5H6V13.5H4.75a1.25 1.25 0 1 1 0-2.5H6zm16 8.5c0 2.081.77 3.982 2.042 5.433C21.022 22.89 18 25.65 18 30.571c0 5.887 3.469 10.713 5.252 12.818C24.185 44.49 25.54 45 26.87 45c1.397 0 2.736-.56 3.717-1.554l.714-.723a.75.75 0 0 1 .448-.218a.75.75 0 0 1 .448.218l.714.723A5.22 5.22 0 0 0 36.629 45c1.331 0 2.687-.51 3.62-1.611c1.782-2.105 5.251-6.93 5.251-12.818c0-5.775-4.158-8.571-7.595-8.571c-1.873 0-3.729.588-4.905 1.051V22.3a5.75 5.75 0 0 1 2.616-4.821l1.815-1.18a1.25 1.25 0 1 0-1.362-2.096l-1.815 1.18a8.2 8.2 0 0 0-2.488 2.525A8.24 8.24 0 0 0 24.75 14H23.5a1.5 1.5 0 0 0-1.5 1.5zm8.5 5.5v.25h-.25a5.75 5.75 0 0 1-5.75-5.75v-.25h.25a5.75 5.75 0 0 1 5.75 5.75m-3.65 5.406a1.25 1.25 0 0 1-.506 1.694a2 2 0 0 0-1.028 2.048l.17 1.171a1.25 1.25 0 0 1-2.473.362l-.171-1.171a4.5 4.5 0 0 1 2.314-4.61a1.25 1.25 0 0 1 1.694.506"/></svg>
</template>

CSS

.icon-teaching-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%208.25A4.25%204.25%200%200%201%2010.25%204h18.5A4.25%204.25%200%200%201%2033%208.25v5.563q-.654.444-1.224.974a10%2010%200%200%200-1.276-1.024V8.25a1.75%201.75%200%200%200-1.75-1.75h-18.5A1.75%201.75%200%200%200%208.5%208.25V11h1.25a1.25%201.25%200%201%201%200%202.5H8.5v7.25h1.25a1.25%201.25%200%201%201%200%202.5H8.5v7.25h1.25a1.25%201.25%200%201%201%200%202.5H8.5v2.75c0%20.967.784%201.75%201.75%201.75h7.123c.35.892.746%201.728%201.16%202.5H10.25A4.25%204.25%200%200%201%206%2035.75V33H4.75a1.25%201.25%200%201%201%200-2.5H6v-7.25H4.75a1.25%201.25%200%201%201%200-2.5H6V13.5H4.75a1.25%201.25%200%201%201%200-2.5H6zm16%208.5c0%202.081.77%203.982%202.042%205.433C21.022%2022.89%2018%2025.65%2018%2030.571c0%205.887%203.469%2010.713%205.252%2012.818C24.185%2044.49%2025.54%2045%2026.87%2045c1.397%200%202.736-.56%203.717-1.554l.714-.723a.75.75%200%200%201%20.448-.218a.75.75%200%200%201%20.448.218l.714.723A5.22%205.22%200%200%200%2036.629%2045c1.331%200%202.687-.51%203.62-1.611c1.782-2.105%205.251-6.93%205.251-12.818c0-5.775-4.158-8.571-7.595-8.571c-1.873%200-3.729.588-4.905%201.051V22.3a5.75%205.75%200%200%201%202.616-4.821l1.815-1.18a1.25%201.25%200%201%200-1.362-2.096l-1.815%201.18a8.2%208.2%200%200%200-2.488%202.525A8.24%208.24%200%200%200%2024.75%2014H23.5a1.5%201.5%200%200%200-1.5%201.5zm8.5%205.5v.25h-.25a5.75%205.75%200%200%201-5.75-5.75v-.25h.25a5.75%205.75%200%200%201%205.75%205.75m-3.65%205.406a1.25%201.25%200%200%201-.506%201.694a2%202%200%200%200-1.028%202.048l.17%201.171a1.25%201.25%200%200%201-2.473.362l-.171-1.171a4.5%204.5%200%200%201%202.314-4.61a1.25%201.25%200%200%201%201.694.506%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%208.25A4.25%204.25%200%200%201%2010.25%204h18.5A4.25%204.25%200%200%201%2033%208.25v5.563q-.654.444-1.224.974a10%2010%200%200%200-1.276-1.024V8.25a1.75%201.75%200%200%200-1.75-1.75h-18.5A1.75%201.75%200%200%200%208.5%208.25V11h1.25a1.25%201.25%200%201%201%200%202.5H8.5v7.25h1.25a1.25%201.25%200%201%201%200%202.5H8.5v7.25h1.25a1.25%201.25%200%201%201%200%202.5H8.5v2.75c0%20.967.784%201.75%201.75%201.75h7.123c.35.892.746%201.728%201.16%202.5H10.25A4.25%204.25%200%200%201%206%2035.75V33H4.75a1.25%201.25%200%201%201%200-2.5H6v-7.25H4.75a1.25%201.25%200%201%201%200-2.5H6V13.5H4.75a1.25%201.25%200%201%201%200-2.5H6zm16%208.5c0%202.081.77%203.982%202.042%205.433C21.022%2022.89%2018%2025.65%2018%2030.571c0%205.887%203.469%2010.713%205.252%2012.818C24.185%2044.49%2025.54%2045%2026.87%2045c1.397%200%202.736-.56%203.717-1.554l.714-.723a.75.75%200%200%201%20.448-.218a.75.75%200%200%201%20.448.218l.714.723A5.22%205.22%200%200%200%2036.629%2045c1.331%200%202.687-.51%203.62-1.611c1.782-2.105%205.251-6.93%205.251-12.818c0-5.775-4.158-8.571-7.595-8.571c-1.873%200-3.729.588-4.905%201.051V22.3a5.75%205.75%200%200%201%202.616-4.821l1.815-1.18a1.25%201.25%200%201%200-1.362-2.096l-1.815%201.18a8.2%208.2%200%200%200-2.488%202.525A8.24%208.24%200%200%200%2024.75%2014H23.5a1.5%201.5%200%200%200-1.5%201.5zm8.5%205.5v.25h-.25a5.75%205.75%200%200%201-5.75-5.75v-.25h.25a5.75%205.75%200%200%201%205.75%205.75m-3.65%205.406a1.25%201.25%200%200%201-.506%201.694a2%202%200%200%200-1.028%202.048l.17%201.171a1.25%201.25%200%200%201-2.473.362l-.171-1.171a4.5%204.5%200%200%201%202.314-4.61a1.25%201.25%200%200%201%201.694.506%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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