history edu icon
history-edu from Material Symbols Light by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.
- Name
- history-edu
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- history-edu-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More text icons from Material Symbols Light
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
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.494z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightHistoryEdu(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.494z"/></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.494z"/></svg> </template>
CSS
.icon-history-edu {
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.494z%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.494z%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.svg?color=%231a73e8&size=48