History Toggle Off icon

History Toggle Off is a Google Material Symbol from the Actions 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

history_toggle_off_outlined_fill0_wght400.svg

History Toggle Off 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,GRAD@20..48,100..700,0..1,-50..200&icon_names=history_toggle_off" />

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

History Toggle Off icon in React

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

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

History Toggle Off icon in Vue

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

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

History Toggle Off icon in Angular

With Angular Material and the font from the HTML tab:

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

History Toggle Off 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_toggle_off, fill: 0, weight: 400)

History Toggle Off icon in Android

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

<!-- res/drawable/history_toggle_off.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="M15.3 16.35 11.25 12.3v-5.05h1.5v4.45l3.6 3.6-1.05 1.05Zm-12.375-.025q-.375-.85-.6-1.75t-.3-1.825h1.5q.05 .725 .25 1.438t.475 1.387l-1.325 .75ZM2.025 11.25q.075-.95 .3-1.85t.625-1.75l1.3 .75q-.3 .675-.487 1.4t-.238 1.45H2.025Zm4.325 9.075q-.8-.55-1.487-1.225T3.65 17.625l1.325-.75q.425 .625 .963 1.163T7.1 19l-.75 1.325Zm-1.375-13.225-1.3-.75q.525-.8 1.2-1.475t1.475-1.2l.75 1.325q-.625 .425-1.162 .95T4.975 7.1ZM11.25 21.975q-.95-.075-1.85-.3t-1.75-.625l.75-1.3q.675 .3 1.4 .488t1.45 .237v1.5ZM8.4 4.25l-.75-1.3q.85-.4 1.75-.625t1.85-.3v1.5q-.725 .05-1.45 .238T8.4 4.25ZM12.75 21.975v-1.5q.725-.05 1.45-.237t1.4-.488l.75 1.3q-.85 .4-1.75 .625t-1.85 .3Zm2.85-17.725q-.675-.3-1.4-.487t-1.45-.238v-1.5q.95 .075 1.85 .288t1.75 .637l-.75 1.3Zm2.05 16.075-.75-1.325q.625-.425 1.15-.95t.95-1.15l1.325 .75q-.525 .8-1.2 1.475t-1.475 1.2Zm1.35-13.225q-.425-.625-.95-1.15t-1.15-.95l.75-1.325q.8 .525 1.463 1.2t1.187 1.475l-1.3 .75Zm1.475 4.15q-.05-.75-.25-1.462T19.725 8.4l1.325-.75q.425 .85 .638 1.75t.287 1.85h-1.5Zm.575 5.1-1.3-.75q.3-.675 .488-1.4t.237-1.45h1.5q-.075 .95-.3 1.85t-.625 1.75Z" />
</vector>

History Toggle Off icon in SVG

npm install @material-symbols/svg-400

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

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.47.5/outlined/history_toggle_off.svg" width="24" height="24" alt="History Toggle Off">

History Toggle Off 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 Toggle Off
Ligaturehistory_toggle_off
Code pointU+F17D
CategoryActions
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/history_toggle_off.svg, history_toggle_off-fill.svg
FlutterSymbols.history_toggle_off
LicenseApache License 2.0 (© Google LLC)

Keywords

actionssettingstoptimeelementrecordclockactivityoptionscheduleswitchdashdisable

Related icons