teacher icon

teacher-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
teacher-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

More newicons icons from Reicon

Use the teacher icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16.831 15.64a1 1 0 0 1 1.55.84v1.29c0 1.27-.99 2.63-2.18 3.03l-3.19 1.06c-.56.19-1.47.19-2.02 0l-3.19-1.06c-1.2-.4-2.18-1.76-2.18-3.03v-1.3c0-.79.88-1.27 1.54-.84l2.06 1.34c.79.53 1.79.79 2.79.79s2-.26 2.79-.79z"/><path d="m19.98 6.459l-5.99-3.93c-1.08-.71-2.86-.71-3.94 0l-6.02 3.93c-1.93 1.25-1.93 4.08 0 5.34l1.6 1.04l4.42 2.88c1.08.71 2.86.71 3.94 0l4.39-2.88l1.37-.9v3.06c0 .41.34.75.75.75s.75-.34.75-.75v-4.92c.4-1.29-.01-2.79-1.27-3.62"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconTeacherFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16.831 15.64a1 1 0 0 1 1.55.84v1.29c0 1.27-.99 2.63-2.18 3.03l-3.19 1.06c-.56.19-1.47.19-2.02 0l-3.19-1.06c-1.2-.4-2.18-1.76-2.18-3.03v-1.3c0-.79.88-1.27 1.54-.84l2.06 1.34c.79.53 1.79.79 2.79.79s2-.26 2.79-.79z"/><path d="m19.98 6.459l-5.99-3.93c-1.08-.71-2.86-.71-3.94 0l-6.02 3.93c-1.93 1.25-1.93 4.08 0 5.34l1.6 1.04l4.42 2.88c1.08.71 2.86.71 3.94 0l4.39-2.88l1.37-.9v3.06c0 .41.34.75.75.75s.75-.34.75-.75v-4.92c.4-1.29-.01-2.79-1.27-3.62"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16.831 15.64a1 1 0 0 1 1.55.84v1.29c0 1.27-.99 2.63-2.18 3.03l-3.19 1.06c-.56.19-1.47.19-2.02 0l-3.19-1.06c-1.2-.4-2.18-1.76-2.18-3.03v-1.3c0-.79.88-1.27 1.54-.84l2.06 1.34c.79.53 1.79.79 2.79.79s2-.26 2.79-.79z"/><path d="m19.98 6.459l-5.99-3.93c-1.08-.71-2.86-.71-3.94 0l-6.02 3.93c-1.93 1.25-1.93 4.08 0 5.34l1.6 1.04l4.42 2.88c1.08.71 2.86.71 3.94 0l4.39-2.88l1.37-.9v3.06c0 .41.34.75.75.75s.75-.34.75-.75v-4.92c.4-1.29-.01-2.79-1.27-3.62"/></g></svg>
</template>

CSS

.icon-teacher-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M16.831%2015.64a1%201%200%200%201%201.55.84v1.29c0%201.27-.99%202.63-2.18%203.03l-3.19%201.06c-.56.19-1.47.19-2.02%200l-3.19-1.06c-1.2-.4-2.18-1.76-2.18-3.03v-1.3c0-.79.88-1.27%201.54-.84l2.06%201.34c.79.53%201.79.79%202.79.79s2-.26%202.79-.79z%22%2F%3E%3Cpath%20d%3D%22m19.98%206.459l-5.99-3.93c-1.08-.71-2.86-.71-3.94%200l-6.02%203.93c-1.93%201.25-1.93%204.08%200%205.34l1.6%201.04l4.42%202.88c1.08.71%202.86.71%203.94%200l4.39-2.88l1.37-.9v3.06c0%20.41.34.75.75.75s.75-.34.75-.75v-4.92c.4-1.29-.01-2.79-1.27-3.62%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M16.831%2015.64a1%201%200%200%201%201.55.84v1.29c0%201.27-.99%202.63-2.18%203.03l-3.19%201.06c-.56.19-1.47.19-2.02%200l-3.19-1.06c-1.2-.4-2.18-1.76-2.18-3.03v-1.3c0-.79.88-1.27%201.54-.84l2.06%201.34c.79.53%201.79.79%202.79.79s2-.26%202.79-.79z%22%2F%3E%3Cpath%20d%3D%22m19.98%206.459l-5.99-3.93c-1.08-.71-2.86-.71-3.94%200l-6.02%203.93c-1.93%201.25-1.93%204.08%200%205.34l1.6%201.04l4.42%202.88c1.08.71%202.86.71%203.94%200l4.39-2.88l1.37-.9v3.06c0%20.41.34.75.75.75s.75-.34.75-.75v-4.92c.4-1.29-.01-2.79-1.27-3.62%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Teacher filled icon — Reicon · IconsDB