History Edu icon

History Edu is a Google Material Symbol from the Text category. It's one of the 500 most used Material Symbols. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

history_edu_outlined_fill0_wght400.svg

History Edu icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=history_edu" />

<span class="material-symbols-outlined">history_edu</span>

History Edu icon in React

// With the font from the HTML tab:
export function HistoryEduIcon() {
  return (
    <span className="material-symbols-outlined">
      history_edu
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import HistoryEduIcon from "@material-symbols/svg-400/outlined/history_edu.svg?react";

History Edu icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">history_edu</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import HistoryEduIcon from "@material-symbols/svg-400/outlined/history_edu.svg?component"; -->

History Edu icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">history_edu</mat-icon>

History Edu icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.history_edu, fill: 0, weight: 400)

History Edu icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/history_edu.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M8.025 20q-.6 0-1.05-.45t-.45-1.05v-2.5h3.1v-3.175q-.95 .075-1.9-.262T6.025 11.5v-1.45h-1.25L1.5 6.775q.9-.85 2.15-1.387T6.2 4.85q.75 0 1.713 .238T9.625 5.85v-1.85h11.375v13.375q0 1.1-.762 1.863T18.375 20H8.025Zm3.1-4h6.125v1.375q0 .5 .313 .813T18.375 18.5q.5 0 .813-.312T19.5 17.375v-11.875H11.125v1.425l6.025 6.025v1.075h-1.075L12.925 10.875l-.425 .5q-.325 .375-.65 .575t-.725 .375v3.675ZM5.45 8.55h2.075v2.225q.425 .275 .838 .413T9.2 11.325q.625 0 1.275-.337t.95-.688l.425-.5-1.725-1.725q-.8-.8-1.8-1.262T6.2 6.35q-.675 0-1.225 .163T3.85 6.95l1.6 1.6Zm10.3 8.95H8.025v1h8.075q-.15-.15-.25-.412t-.1-.588Zm-7.725 1v-1 1Z" />
</vector>

History Edu icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/history_edu.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/history_edu.svg" width="24" height="24" alt="History Edu">

History Edu icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameHistory Edu
Ligaturehistory_edu
Code pointU+EA3E
CategoryText
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/history_edu.svg, history_edu-fill.svg
FlutterSymbols.history_edu
LicenseApache License 2.0 (© Google LLC)

Keywords

textwritingletterspapertimeclockarchiveeducationreadingpenwritetimelinelearning

Related icons