history toggle off icon

history-toggle-off from Material Symbols by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.

Name
history-toggle-off
Set
Material Symbols
Style
Regular
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
history-toggle-off-outline, history-toggle-off-outline-sharp, history-toggle-off-sharp

1 other variant in Material Symbols

The same icon in other sets

More actions icons from Material Symbols

Use the history toggle off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.3 16.7L11 12.4V7h2v4.6l3.7 3.7zm-12.45-.625q-.325-.725-.525-1.5T2.05 13h2.025q.075.525.212 1.05t.338 1.025zM2.05 11q.075-.8.275-1.588t.55-1.512l1.75 1q-.2.5-.337 1.025T4.074 11zm4.125 9.15q-.675-.5-1.25-1.088T3.85 17.8l1.75-1q.35.45.738.838t.837.737zm-.55-12.975l-1.775-1q.5-.675 1.075-1.25t1.25-1.075l1 1.775q-.425.35-.812.737t-.738.813M11 21.95q-.8-.075-1.588-.275t-1.512-.55l1-1.75q.5.2 1.025.338t1.075.212zM8.9 4.625l-1-1.75q.725-.35 1.513-.55T11 2.05v2.025q-.55.075-1.075.213T8.9 4.625M13 21.95v-2.025q.55-.075 1.075-.213t1.025-.337l1 1.75q-.725.35-1.513.55T13 21.95m2.1-17.325q-.5-.2-1.025-.337T13 4.075V2.05q.8.075 1.588.275t1.512.55zm2.725 15.525l-1-1.775q.425-.35.813-.737t.737-.813l1.775 1q-.5.675-1.075 1.263t-1.25 1.062m.55-12.975q-.35-.425-.737-.812t-.813-.738l1-1.775q.675.475 1.25 1.05t1.05 1.25zM19.925 11q-.075-.55-.213-1.075T19.376 8.9l1.75-1.025q.325.75.538 1.538T21.95 11zm1.2 5.1l-1.75-1q.2-.5.338-1.025T19.925 13h2.025q-.075.8-.275 1.588t-.55 1.512"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsHistoryToggleOff(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="M15.3 16.7L11 12.4V7h2v4.6l3.7 3.7zm-12.45-.625q-.325-.725-.525-1.5T2.05 13h2.025q.075.525.212 1.05t.338 1.025zM2.05 11q.075-.8.275-1.588t.55-1.512l1.75 1q-.2.5-.337 1.025T4.074 11zm4.125 9.15q-.675-.5-1.25-1.088T3.85 17.8l1.75-1q.35.45.738.838t.837.737zm-.55-12.975l-1.775-1q.5-.675 1.075-1.25t1.25-1.075l1 1.775q-.425.35-.812.737t-.738.813M11 21.95q-.8-.075-1.588-.275t-1.512-.55l1-1.75q.5.2 1.025.338t1.075.212zM8.9 4.625l-1-1.75q.725-.35 1.513-.55T11 2.05v2.025q-.55.075-1.075.213T8.9 4.625M13 21.95v-2.025q.55-.075 1.075-.213t1.025-.337l1 1.75q-.725.35-1.513.55T13 21.95m2.1-17.325q-.5-.2-1.025-.337T13 4.075V2.05q.8.075 1.588.275t1.512.55zm2.725 15.525l-1-1.775q.425-.35.813-.737t.737-.813l1.775 1q-.5.675-1.075 1.263t-1.25 1.062m.55-12.975q-.35-.425-.737-.812t-.813-.738l1-1.775q.675.475 1.25 1.05t1.05 1.25zM19.925 11q-.075-.55-.213-1.075T19.376 8.9l1.75-1.025q.325.75.538 1.538T21.95 11zm1.2 5.1l-1.75-1q.2-.5.338-1.025T19.925 13h2.025q-.075.8-.275 1.588t-.55 1.512"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.3 16.7L11 12.4V7h2v4.6l3.7 3.7zm-12.45-.625q-.325-.725-.525-1.5T2.05 13h2.025q.075.525.212 1.05t.338 1.025zM2.05 11q.075-.8.275-1.588t.55-1.512l1.75 1q-.2.5-.337 1.025T4.074 11zm4.125 9.15q-.675-.5-1.25-1.088T3.85 17.8l1.75-1q.35.45.738.838t.837.737zm-.55-12.975l-1.775-1q.5-.675 1.075-1.25t1.25-1.075l1 1.775q-.425.35-.812.737t-.738.813M11 21.95q-.8-.075-1.588-.275t-1.512-.55l1-1.75q.5.2 1.025.338t1.075.212zM8.9 4.625l-1-1.75q.725-.35 1.513-.55T11 2.05v2.025q-.55.075-1.075.213T8.9 4.625M13 21.95v-2.025q.55-.075 1.075-.213t1.025-.337l1 1.75q-.725.35-1.513.55T13 21.95m2.1-17.325q-.5-.2-1.025-.337T13 4.075V2.05q.8.075 1.588.275t1.512.55zm2.725 15.525l-1-1.775q.425-.35.813-.737t.737-.813l1.775 1q-.5.675-1.075 1.263t-1.25 1.062m.55-12.975q-.35-.425-.737-.812t-.813-.738l1-1.775q.675.475 1.25 1.05t1.05 1.25zM19.925 11q-.075-.55-.213-1.075T19.376 8.9l1.75-1.025q.325.75.538 1.538T21.95 11zm1.2 5.1l-1.75-1q.2-.5.338-1.025T19.925 13h2.025q-.075.8-.275 1.588t-.55 1.512"/></svg>
</template>

CSS

.icon-history-toggle-off {
  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%22M15.3%2016.7L11%2012.4V7h2v4.6l3.7%203.7zm-12.45-.625q-.325-.725-.525-1.5T2.05%2013h2.025q.075.525.212%201.05t.338%201.025zM2.05%2011q.075-.8.275-1.588t.55-1.512l1.75%201q-.2.5-.337%201.025T4.074%2011zm4.125%209.15q-.675-.5-1.25-1.088T3.85%2017.8l1.75-1q.35.45.738.838t.837.737zm-.55-12.975l-1.775-1q.5-.675%201.075-1.25t1.25-1.075l1%201.775q-.425.35-.812.737t-.738.813M11%2021.95q-.8-.075-1.588-.275t-1.512-.55l1-1.75q.5.2%201.025.338t1.075.212zM8.9%204.625l-1-1.75q.725-.35%201.513-.55T11%202.05v2.025q-.55.075-1.075.213T8.9%204.625M13%2021.95v-2.025q.55-.075%201.075-.213t1.025-.337l1%201.75q-.725.35-1.513.55T13%2021.95m2.1-17.325q-.5-.2-1.025-.337T13%204.075V2.05q.8.075%201.588.275t1.512.55zm2.725%2015.525l-1-1.775q.425-.35.813-.737t.737-.813l1.775%201q-.5.675-1.075%201.263t-1.25%201.062m.55-12.975q-.35-.425-.737-.812t-.813-.738l1-1.775q.675.475%201.25%201.05t1.05%201.25zM19.925%2011q-.075-.55-.213-1.075T19.376%208.9l1.75-1.025q.325.75.538%201.538T21.95%2011zm1.2%205.1l-1.75-1q.2-.5.338-1.025T19.925%2013h2.025q-.075.8-.275%201.588t-.55%201.512%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%22M15.3%2016.7L11%2012.4V7h2v4.6l3.7%203.7zm-12.45-.625q-.325-.725-.525-1.5T2.05%2013h2.025q.075.525.212%201.05t.338%201.025zM2.05%2011q.075-.8.275-1.588t.55-1.512l1.75%201q-.2.5-.337%201.025T4.074%2011zm4.125%209.15q-.675-.5-1.25-1.088T3.85%2017.8l1.75-1q.35.45.738.838t.837.737zm-.55-12.975l-1.775-1q.5-.675%201.075-1.25t1.25-1.075l1%201.775q-.425.35-.812.737t-.738.813M11%2021.95q-.8-.075-1.588-.275t-1.512-.55l1-1.75q.5.2%201.025.338t1.075.212zM8.9%204.625l-1-1.75q.725-.35%201.513-.55T11%202.05v2.025q-.55.075-1.075.213T8.9%204.625M13%2021.95v-2.025q.55-.075%201.075-.213t1.025-.337l1%201.75q-.725.35-1.513.55T13%2021.95m2.1-17.325q-.5-.2-1.025-.337T13%204.075V2.05q.8.075%201.588.275t1.512.55zm2.725%2015.525l-1-1.775q.425-.35.813-.737t.737-.813l1.775%201q-.5.675-1.075%201.263t-1.25%201.062m.55-12.975q-.35-.425-.737-.812t-.813-.738l1-1.775q.675.475%201.25%201.05t1.05%201.25zM19.925%2011q-.075-.55-.213-1.075T19.376%208.9l1.75-1.025q.325.75.538%201.538T21.95%2011zm1.2%205.1l-1.75-1q.2-.5.338-1.025T19.925%2013h2.025q-.075.8-.275%201.588t-.55%201.512%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/history-toggle-off.svg?color=%231a73e8&size=48