Save Clock icon

Save Clock is a Google Material Symbol from the Hardware category. 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

save_clock_outlined_fill0_wght400.svg

Save Clock 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=save_clock" />

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

Save Clock icon in React

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

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

Save Clock icon in Vue

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

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

Save Clock icon in Angular

With Angular Material and the font from the HTML tab:

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

Save Clock 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.save_clock, fill: 0, weight: 400)

Save Clock icon in Android

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

<!-- res/drawable/save_clock.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="M4.5 19.5v-15.5 7.175-.125 8.45Zm0 1.5q-.6 0-1.05-.45t-.45-1.05v-15.5q0-.6 .45-1.05t1.05-.45h12.575l3.925 3.925v5.25q-.354-.182-.727-.303Q19.9 11.25 19.5 11.175v-4.075L16.4 4H4.5v15.5h7.975q.15 .425 .35 .788t.475 .712H4.5Zm7.6-3.125q-.025-.15-.025-.297V17.275q0-1.122 .388-2.161Q12.85 14.075 13.575 13.225q-.35-.25-.751-.4T12 12.675q-1.083 0-1.842 .758Q9.4 14.192 9.4 15.275q0 1.1 .788 1.85t1.912 .75Zm2.838 2.738Q13.55 19.225 13.55 17.275t1.388-3.337Q16.325 12.55 18.275 12.55t3.338 1.388Q23 15.325 23 17.275t-1.387 3.338Q20.225 22 18.275 22t-3.337-1.387ZM18.55 17.225v-2.8h-.975v3.15l2.156 2.225L20.425 19.1l-1.875-1.875ZM5.825 9.4h8.95v-3.575H5.825v3.575Z" />
</vector>

Save Clock icon in SVG

npm install @material-symbols/svg-400

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

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

Save Clock 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

NameSave Clock
Ligaturesave_clock
Code pointU+F398
CategoryHardware
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/save_clock.svg, save_clock-fill.svg
FlutterSymbols.save_clock
LicenseApache License 2.0 (© Google LLC)

Keywords

hardwareinformationiconfilegraphictimerecordstoragemultimediaarchivedriveschedulehistory

Related icons