history-edu-outline from Material Symbols Light by Google · Outline · Text · Apache-2.0 Free for personal and commercial use.

Name
history-edu-outline
Set
Material Symbols Light
Style
Outline
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
history-edu-outline-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the history edu icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.23 18.77q-.42 0-.71-.29t-.29-.71v-2H10v-3.25q-.952.2-1.951-.061T6.4 11.542v-1.407H4.98L2.193 7.346q.862-.784 1.956-1.173T6.4 5.785q.964 0 1.87.273t1.73.856V5.077h10v11.692q0 .847-.577 1.423T18 18.77zm2.77-3h6v1q0 .424.288.712t.712.287t.713-.287t.287-.713V6.077h-8v1.6l5.5 5.5v.708h-.708l-3.042-3.043l-.565.566q-.293.292-.575.49t-.61.348zM5.408 9.134H7.4v1.957q.512.316.952.43t.848.113q.69 0 1.249-.233t1.047-.721l.546-.546l-1.746-1.746q-.802-.802-1.798-1.203t-2.098-.4q-.73 0-1.421.19q-.69.19-1.237.494zM16 16.769H8.23v1h8.074q-.171-.205-.238-.465T16 16.769m-7.77 1v-1z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHistoryEduOutline(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="M8.23 18.77q-.42 0-.71-.29t-.29-.71v-2H10v-3.25q-.952.2-1.951-.061T6.4 11.542v-1.407H4.98L2.193 7.346q.862-.784 1.956-1.173T6.4 5.785q.964 0 1.87.273t1.73.856V5.077h10v11.692q0 .847-.577 1.423T18 18.77zm2.77-3h6v1q0 .424.288.712t.712.287t.713-.287t.287-.713V6.077h-8v1.6l5.5 5.5v.708h-.708l-3.042-3.043l-.565.566q-.293.292-.575.49t-.61.348zM5.408 9.134H7.4v1.957q.512.316.952.43t.848.113q.69 0 1.249-.233t1.047-.721l.546-.546l-1.746-1.746q-.802-.802-1.798-1.203t-2.098-.4q-.73 0-1.421.19q-.69.19-1.237.494zM16 16.769H8.23v1h8.074q-.171-.205-.238-.465T16 16.769m-7.77 1v-1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.23 18.77q-.42 0-.71-.29t-.29-.71v-2H10v-3.25q-.952.2-1.951-.061T6.4 11.542v-1.407H4.98L2.193 7.346q.862-.784 1.956-1.173T6.4 5.785q.964 0 1.87.273t1.73.856V5.077h10v11.692q0 .847-.577 1.423T18 18.77zm2.77-3h6v1q0 .424.288.712t.712.287t.713-.287t.287-.713V6.077h-8v1.6l5.5 5.5v.708h-.708l-3.042-3.043l-.565.566q-.293.292-.575.49t-.61.348zM5.408 9.134H7.4v1.957q.512.316.952.43t.848.113q.69 0 1.249-.233t1.047-.721l.546-.546l-1.746-1.746q-.802-.802-1.798-1.203t-2.098-.4q-.73 0-1.421.19q-.69.19-1.237.494zM16 16.769H8.23v1h8.074q-.171-.205-.238-.465T16 16.769m-7.77 1v-1z"/></svg>
</template>

CSS

.icon-history-edu-outline {
  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%22M8.23%2018.77q-.42%200-.71-.29t-.29-.71v-2H10v-3.25q-.952.2-1.951-.061T6.4%2011.542v-1.407H4.98L2.193%207.346q.862-.784%201.956-1.173T6.4%205.785q.964%200%201.87.273t1.73.856V5.077h10v11.692q0%20.847-.577%201.423T18%2018.77zm2.77-3h6v1q0%20.424.288.712t.712.287t.713-.287t.287-.713V6.077h-8v1.6l5.5%205.5v.708h-.708l-3.042-3.043l-.565.566q-.293.292-.575.49t-.61.348zM5.408%209.134H7.4v1.957q.512.316.952.43t.848.113q.69%200%201.249-.233t1.047-.721l.546-.546l-1.746-1.746q-.802-.802-1.798-1.203t-2.098-.4q-.73%200-1.421.19q-.69.19-1.237.494zM16%2016.769H8.23v1h8.074q-.171-.205-.238-.465T16%2016.769m-7.77%201v-1z%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%22M8.23%2018.77q-.42%200-.71-.29t-.29-.71v-2H10v-3.25q-.952.2-1.951-.061T6.4%2011.542v-1.407H4.98L2.193%207.346q.862-.784%201.956-1.173T6.4%205.785q.964%200%201.87.273t1.73.856V5.077h10v11.692q0%20.847-.577%201.423T18%2018.77zm2.77-3h6v1q0%20.424.288.712t.712.287t.713-.287t.287-.713V6.077h-8v1.6l5.5%205.5v.708h-.708l-3.042-3.043l-.565.566q-.293.292-.575.49t-.61.348zM5.408%209.134H7.4v1.957q.512.316.952.43t.848.113q.69%200%201.249-.233t1.047-.721l.546-.546l-1.746-1.746q-.802-.802-1.798-1.203t-2.098-.4q-.73%200-1.421.19q-.69.19-1.237.494zM16%2016.769H8.23v1h8.074q-.171-.205-.238-.465T16%2016.769m-7.77%201v-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/history-edu-outline.svg?color=%231a73e8&size=48