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

Name
teaching-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M5 2a2 2 0 0 0-2 2v1h-.5a.5.5 0 0 0 0 1H3v3h-.5a.5.5 0 0 0 0 1H3v3h-.5a.5.5 0 0 0 0 1H3v1a2 2 0 0 0 2 2h3.044a10 10 0 0 1-.464-1H5a1 1 0 0 1-1-1v-1h.5a.5.5 0 0 0 0-1H4v-3h.5a.5.5 0 0 0 0-1H4V6h.5a.5.5 0 0 0 0-1H4V4a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v1.733q.264.174.5.383q.234-.234.5-.439V4a2 2 0 0 0-2-2zm6.697 9.776a.5.5 0 0 0-.67-.223a2.01 2.01 0 0 0-1.086 2.132l.066.397a.5.5 0 1 0 .986-.164l-.066-.397a1.01 1.01 0 0 1 .547-1.074a.5.5 0 0 0 .223-.67m3.58-5.723a.5.5 0 1 1 .447.894A3.12 3.12 0 0 0 14 9.737v.16q.12-.042.252-.098a4 4 0 0 1 1.554-.299C17.217 9.5 19 10.69 19 13.079c0 2.45-1.453 4.433-2.19 5.286c-.375.435-.914.635-1.444.635h-.041c-.57 0-1.114-.242-1.496-.665l-.09-.1a1 1 0 0 0-.1-.092a.24.24 0 0 0-.278 0a1 1 0 0 0-.1.092l-.09.1a2 2 0 0 1-1.496.665h-.04c-.53 0-1.07-.2-1.446-.635C9.453 17.512 8 15.529 8 13.079c0-2.057 1.322-3.225 2.59-3.51A3.44 3.44 0 0 1 9.5 7.053v-.347c0-.39.316-.706.706-.706h.347c1.27 0 2.381.688 2.979 1.712a4.1 4.1 0 0 1 1.744-1.66M10.5 7v.053A2.447 2.447 0 0 0 12.947 9.5A.053.053 0 0 0 13 9.447A2.447 2.447 0 0 0 10.553 7zm.694 3.5c-.898 0-2.194.781-2.194 2.579c0 2.079 1.252 3.828 1.946 4.632c.158.183.403.289.688.289h.041c.287 0 .56-.122.753-.335l.09-.1q.11-.122.24-.22a1.24 1.24 0 0 1 1.484 0q.13.098.24.22l.09.1c.192.213.466.335.753.335h.04c.286 0 .531-.106.689-.289c.694-.804 1.946-2.553 1.946-4.632c0-1.798-1.296-2.579-2.194-2.579a3 3 0 0 0-1.168.222c-.309.128-.704.276-1.136.278h-.004c-.432-.002-.827-.15-1.136-.278a3 3 0 0 0-1.168-.222"/></svg>

React

import type { SVGProps } from "react";

export function FluentTeaching20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5 2a2 2 0 0 0-2 2v1h-.5a.5.5 0 0 0 0 1H3v3h-.5a.5.5 0 0 0 0 1H3v3h-.5a.5.5 0 0 0 0 1H3v1a2 2 0 0 0 2 2h3.044a10 10 0 0 1-.464-1H5a1 1 0 0 1-1-1v-1h.5a.5.5 0 0 0 0-1H4v-3h.5a.5.5 0 0 0 0-1H4V6h.5a.5.5 0 0 0 0-1H4V4a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v1.733q.264.174.5.383q.234-.234.5-.439V4a2 2 0 0 0-2-2zm6.697 9.776a.5.5 0 0 0-.67-.223a2.01 2.01 0 0 0-1.086 2.132l.066.397a.5.5 0 1 0 .986-.164l-.066-.397a1.01 1.01 0 0 1 .547-1.074a.5.5 0 0 0 .223-.67m3.58-5.723a.5.5 0 1 1 .447.894A3.12 3.12 0 0 0 14 9.737v.16q.12-.042.252-.098a4 4 0 0 1 1.554-.299C17.217 9.5 19 10.69 19 13.079c0 2.45-1.453 4.433-2.19 5.286c-.375.435-.914.635-1.444.635h-.041c-.57 0-1.114-.242-1.496-.665l-.09-.1a1 1 0 0 0-.1-.092a.24.24 0 0 0-.278 0a1 1 0 0 0-.1.092l-.09.1a2 2 0 0 1-1.496.665h-.04c-.53 0-1.07-.2-1.446-.635C9.453 17.512 8 15.529 8 13.079c0-2.057 1.322-3.225 2.59-3.51A3.44 3.44 0 0 1 9.5 7.053v-.347c0-.39.316-.706.706-.706h.347c1.27 0 2.381.688 2.979 1.712a4.1 4.1 0 0 1 1.744-1.66M10.5 7v.053A2.447 2.447 0 0 0 12.947 9.5A.053.053 0 0 0 13 9.447A2.447 2.447 0 0 0 10.553 7zm.694 3.5c-.898 0-2.194.781-2.194 2.579c0 2.079 1.252 3.828 1.946 4.632c.158.183.403.289.688.289h.041c.287 0 .56-.122.753-.335l.09-.1q.11-.122.24-.22a1.24 1.24 0 0 1 1.484 0q.13.098.24.22l.09.1c.192.213.466.335.753.335h.04c.286 0 .531-.106.689-.289c.694-.804 1.946-2.553 1.946-4.632c0-1.798-1.296-2.579-2.194-2.579a3 3 0 0 0-1.168.222c-.309.128-.704.276-1.136.278h-.004c-.432-.002-.827-.15-1.136-.278a3 3 0 0 0-1.168-.222"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5 2a2 2 0 0 0-2 2v1h-.5a.5.5 0 0 0 0 1H3v3h-.5a.5.5 0 0 0 0 1H3v3h-.5a.5.5 0 0 0 0 1H3v1a2 2 0 0 0 2 2h3.044a10 10 0 0 1-.464-1H5a1 1 0 0 1-1-1v-1h.5a.5.5 0 0 0 0-1H4v-3h.5a.5.5 0 0 0 0-1H4V6h.5a.5.5 0 0 0 0-1H4V4a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v1.733q.264.174.5.383q.234-.234.5-.439V4a2 2 0 0 0-2-2zm6.697 9.776a.5.5 0 0 0-.67-.223a2.01 2.01 0 0 0-1.086 2.132l.066.397a.5.5 0 1 0 .986-.164l-.066-.397a1.01 1.01 0 0 1 .547-1.074a.5.5 0 0 0 .223-.67m3.58-5.723a.5.5 0 1 1 .447.894A3.12 3.12 0 0 0 14 9.737v.16q.12-.042.252-.098a4 4 0 0 1 1.554-.299C17.217 9.5 19 10.69 19 13.079c0 2.45-1.453 4.433-2.19 5.286c-.375.435-.914.635-1.444.635h-.041c-.57 0-1.114-.242-1.496-.665l-.09-.1a1 1 0 0 0-.1-.092a.24.24 0 0 0-.278 0a1 1 0 0 0-.1.092l-.09.1a2 2 0 0 1-1.496.665h-.04c-.53 0-1.07-.2-1.446-.635C9.453 17.512 8 15.529 8 13.079c0-2.057 1.322-3.225 2.59-3.51A3.44 3.44 0 0 1 9.5 7.053v-.347c0-.39.316-.706.706-.706h.347c1.27 0 2.381.688 2.979 1.712a4.1 4.1 0 0 1 1.744-1.66M10.5 7v.053A2.447 2.447 0 0 0 12.947 9.5A.053.053 0 0 0 13 9.447A2.447 2.447 0 0 0 10.553 7zm.694 3.5c-.898 0-2.194.781-2.194 2.579c0 2.079 1.252 3.828 1.946 4.632c.158.183.403.289.688.289h.041c.287 0 .56-.122.753-.335l.09-.1q.11-.122.24-.22a1.24 1.24 0 0 1 1.484 0q.13.098.24.22l.09.1c.192.213.466.335.753.335h.04c.286 0 .531-.106.689-.289c.694-.804 1.946-2.553 1.946-4.632c0-1.798-1.296-2.579-2.194-2.579a3 3 0 0 0-1.168.222c-.309.128-.704.276-1.136.278h-.004c-.432-.002-.827-.15-1.136-.278a3 3 0 0 0-1.168-.222"/></svg>
</template>

CSS

.icon-teaching-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%202a2%202%200%200%200-2%202v1h-.5a.5.5%200%200%200%200%201H3v3h-.5a.5.5%200%200%200%200%201H3v3h-.5a.5.5%200%200%200%200%201H3v1a2%202%200%200%200%202%202h3.044a10%2010%200%200%201-.464-1H5a1%201%200%200%201-1-1v-1h.5a.5.5%200%200%200%200-1H4v-3h.5a.5.5%200%200%200%200-1H4V6h.5a.5.5%200%200%200%200-1H4V4a1%201%200%200%201%201-1h7a1%201%200%200%201%201%201v1.733q.264.174.5.383q.234-.234.5-.439V4a2%202%200%200%200-2-2zm6.697%209.776a.5.5%200%200%200-.67-.223a2.01%202.01%200%200%200-1.086%202.132l.066.397a.5.5%200%201%200%20.986-.164l-.066-.397a1.01%201.01%200%200%201%20.547-1.074a.5.5%200%200%200%20.223-.67m3.58-5.723a.5.5%200%201%201%20.447.894A3.12%203.12%200%200%200%2014%209.737v.16q.12-.042.252-.098a4%204%200%200%201%201.554-.299C17.217%209.5%2019%2010.69%2019%2013.079c0%202.45-1.453%204.433-2.19%205.286c-.375.435-.914.635-1.444.635h-.041c-.57%200-1.114-.242-1.496-.665l-.09-.1a1%201%200%200%200-.1-.092a.24.24%200%200%200-.278%200a1%201%200%200%200-.1.092l-.09.1a2%202%200%200%201-1.496.665h-.04c-.53%200-1.07-.2-1.446-.635C9.453%2017.512%208%2015.529%208%2013.079c0-2.057%201.322-3.225%202.59-3.51A3.44%203.44%200%200%201%209.5%207.053v-.347c0-.39.316-.706.706-.706h.347c1.27%200%202.381.688%202.979%201.712a4.1%204.1%200%200%201%201.744-1.66M10.5%207v.053A2.447%202.447%200%200%200%2012.947%209.5A.053.053%200%200%200%2013%209.447A2.447%202.447%200%200%200%2010.553%207zm.694%203.5c-.898%200-2.194.781-2.194%202.579c0%202.079%201.252%203.828%201.946%204.632c.158.183.403.289.688.289h.041c.287%200%20.56-.122.753-.335l.09-.1q.11-.122.24-.22a1.24%201.24%200%200%201%201.484%200q.13.098.24.22l.09.1c.192.213.466.335.753.335h.04c.286%200%20.531-.106.689-.289c.694-.804%201.946-2.553%201.946-4.632c0-1.798-1.296-2.579-2.194-2.579a3%203%200%200%200-1.168.222c-.309.128-.704.276-1.136.278h-.004c-.432-.002-.827-.15-1.136-.278a3%203%200%200%200-1.168-.222%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%202a2%202%200%200%200-2%202v1h-.5a.5.5%200%200%200%200%201H3v3h-.5a.5.5%200%200%200%200%201H3v3h-.5a.5.5%200%200%200%200%201H3v1a2%202%200%200%200%202%202h3.044a10%2010%200%200%201-.464-1H5a1%201%200%200%201-1-1v-1h.5a.5.5%200%200%200%200-1H4v-3h.5a.5.5%200%200%200%200-1H4V6h.5a.5.5%200%200%200%200-1H4V4a1%201%200%200%201%201-1h7a1%201%200%200%201%201%201v1.733q.264.174.5.383q.234-.234.5-.439V4a2%202%200%200%200-2-2zm6.697%209.776a.5.5%200%200%200-.67-.223a2.01%202.01%200%200%200-1.086%202.132l.066.397a.5.5%200%201%200%20.986-.164l-.066-.397a1.01%201.01%200%200%201%20.547-1.074a.5.5%200%200%200%20.223-.67m3.58-5.723a.5.5%200%201%201%20.447.894A3.12%203.12%200%200%200%2014%209.737v.16q.12-.042.252-.098a4%204%200%200%201%201.554-.299C17.217%209.5%2019%2010.69%2019%2013.079c0%202.45-1.453%204.433-2.19%205.286c-.375.435-.914.635-1.444.635h-.041c-.57%200-1.114-.242-1.496-.665l-.09-.1a1%201%200%200%200-.1-.092a.24.24%200%200%200-.278%200a1%201%200%200%200-.1.092l-.09.1a2%202%200%200%201-1.496.665h-.04c-.53%200-1.07-.2-1.446-.635C9.453%2017.512%208%2015.529%208%2013.079c0-2.057%201.322-3.225%202.59-3.51A3.44%203.44%200%200%201%209.5%207.053v-.347c0-.39.316-.706.706-.706h.347c1.27%200%202.381.688%202.979%201.712a4.1%204.1%200%200%201%201.744-1.66M10.5%207v.053A2.447%202.447%200%200%200%2012.947%209.5A.053.053%200%200%200%2013%209.447A2.447%202.447%200%200%200%2010.553%207zm.694%203.5c-.898%200-2.194.781-2.194%202.579c0%202.079%201.252%203.828%201.946%204.632c.158.183.403.289.688.289h.041c.287%200%20.56-.122.753-.335l.09-.1q.11-.122.24-.22a1.24%201.24%200%200%201%201.484%200q.13.098.24.22l.09.1c.192.213.466.335.753.335h.04c.286%200%20.531-.106.689-.289c.694-.804%201.946-2.553%201.946-4.632c0-1.798-1.296-2.579-2.194-2.579a3%203%200%200%200-1.168.222c-.309.128-.704.276-1.136.278h-.004c-.432-.002-.827-.15-1.136-.278a3%203%200%200%200-1.168-.222%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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