history edu icon
history-edu-rounded from Material Symbols Light by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- history-edu-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
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-1.193q0-.348.23-.578t.579-.23H10v-3.25q-.827.162-1.737-.005q-.911-.166-1.577-.73q-.13-.13-.208-.28q-.078-.148-.078-.329v-1.04H5.31q-.162 0-.301-.056q-.14-.056-.27-.187L2.816 7.97q-.262-.261-.233-.603q.028-.343.31-.566q.724-.513 1.66-.764q.938-.251 1.847-.251q.964 0 1.87.273t1.73.856v-.366q0-.613.429-1.042t1.042-.429h6.914q.67 0 1.143.472q.472.472.472 1.143V16.77q0 .847-.577 1.423T18 18.77zm2.77-3h5.23q.31 0 .54.229t.23.54v.23q0 .425.288.713t.712.287t.713-.287t.287-.713V6.692q0-.269-.173-.442t-.442-.173h-6.77q-.269 0-.442.173T11 6.692v.985l5.36 5.36q.11.11.14.253t-.036.283q-.068.14-.177.226q-.11.086-.287.086q-.104 0-.195-.04t-.159-.106l-2.896-2.897l-.565.566q-.293.292-.575.49t-.61.348zM5.408 9.134h1.184q.349 0 .578.23q.23.23.23.577v1.15q.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 MaterialSymbolsLightHistoryEduRounded(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-1.193q0-.348.23-.578t.579-.23H10v-3.25q-.827.162-1.737-.005q-.911-.166-1.577-.73q-.13-.13-.208-.28q-.078-.148-.078-.329v-1.04H5.31q-.162 0-.301-.056q-.14-.056-.27-.187L2.816 7.97q-.262-.261-.233-.603q.028-.343.31-.566q.724-.513 1.66-.764q.938-.251 1.847-.251q.964 0 1.87.273t1.73.856v-.366q0-.613.429-1.042t1.042-.429h6.914q.67 0 1.143.472q.472.472.472 1.143V16.77q0 .847-.577 1.423T18 18.77zm2.77-3h5.23q.31 0 .54.229t.23.54v.23q0 .425.288.713t.712.287t.713-.287t.287-.713V6.692q0-.269-.173-.442t-.442-.173h-6.77q-.269 0-.442.173T11 6.692v.985l5.36 5.36q.11.11.14.253t-.036.283q-.068.14-.177.226q-.11.086-.287.086q-.104 0-.195-.04t-.159-.106l-2.896-2.897l-.565.566q-.293.292-.575.49t-.61.348zM5.408 9.134h1.184q.349 0 .578.23q.23.23.23.577v1.15q.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-1.193q0-.348.23-.578t.579-.23H10v-3.25q-.827.162-1.737-.005q-.911-.166-1.577-.73q-.13-.13-.208-.28q-.078-.148-.078-.329v-1.04H5.31q-.162 0-.301-.056q-.14-.056-.27-.187L2.816 7.97q-.262-.261-.233-.603q.028-.343.31-.566q.724-.513 1.66-.764q.938-.251 1.847-.251q.964 0 1.87.273t1.73.856v-.366q0-.613.429-1.042t1.042-.429h6.914q.67 0 1.143.472q.472.472.472 1.143V16.77q0 .847-.577 1.423T18 18.77zm2.77-3h5.23q.31 0 .54.229t.23.54v.23q0 .425.288.713t.712.287t.713-.287t.287-.713V6.692q0-.269-.173-.442t-.442-.173h-6.77q-.269 0-.442.173T11 6.692v.985l5.36 5.36q.11.11.14.253t-.036.283q-.068.14-.177.226q-.11.086-.287.086q-.104 0-.195-.04t-.159-.106l-2.896-2.897l-.565.566q-.293.292-.575.49t-.61.348zM5.408 9.134h1.184q.349 0 .578.23q.23.23.23.577v1.15q.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-rounded {
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-1.193q0-.348.23-.578t.579-.23H10v-3.25q-.827.162-1.737-.005q-.911-.166-1.577-.73q-.13-.13-.208-.28q-.078-.148-.078-.329v-1.04H5.31q-.162%200-.301-.056q-.14-.056-.27-.187L2.816%207.97q-.262-.261-.233-.603q.028-.343.31-.566q.724-.513%201.66-.764q.938-.251%201.847-.251q.964%200%201.87.273t1.73.856v-.366q0-.613.429-1.042t1.042-.429h6.914q.67%200%201.143.472q.472.472.472%201.143V16.77q0%20.847-.577%201.423T18%2018.77zm2.77-3h5.23q.31%200%20.54.229t.23.54v.23q0%20.425.288.713t.712.287t.713-.287t.287-.713V6.692q0-.269-.173-.442t-.442-.173h-6.77q-.269%200-.442.173T11%206.692v.985l5.36%205.36q.11.11.14.253t-.036.283q-.068.14-.177.226q-.11.086-.287.086q-.104%200-.195-.04t-.159-.106l-2.896-2.897l-.565.566q-.293.292-.575.49t-.61.348zM5.408%209.134h1.184q.349%200%20.578.23q.23.23.23.577v1.15q.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-1.193q0-.348.23-.578t.579-.23H10v-3.25q-.827.162-1.737-.005q-.911-.166-1.577-.73q-.13-.13-.208-.28q-.078-.148-.078-.329v-1.04H5.31q-.162%200-.301-.056q-.14-.056-.27-.187L2.816%207.97q-.262-.261-.233-.603q.028-.343.31-.566q.724-.513%201.66-.764q.938-.251%201.847-.251q.964%200%201.87.273t1.73.856v-.366q0-.613.429-1.042t1.042-.429h6.914q.67%200%201.143.472q.472.472.472%201.143V16.77q0%20.847-.577%201.423T18%2018.77zm2.77-3h5.23q.31%200%20.54.229t.23.54v.23q0%20.425.288.713t.712.287t.713-.287t.287-.713V6.692q0-.269-.173-.442t-.442-.173h-6.77q-.269%200-.442.173T11%206.692v.985l5.36%205.36q.11.11.14.253t-.036.283q-.068.14-.177.226q-.11.086-.287.086q-.104%200-.195-.04t-.159-.106l-2.896-2.897l-.565.566q-.293.292-.575.49t-.61.348zM5.408%209.134h1.184q.349%200%20.578.23q.23.23.23.577v1.15q.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-rounded.svg?color=%231a73e8&size=48