history toggle off icon
history-toggle-off from Material Symbols Light by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- history-toggle-off
- Set
- Material Symbols Light
- 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 Light
The same icon in other sets
More actions icons from Material Symbols Light
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 15.989l-3.8-3.8V7.5h1v4.312l3.489 3.488zm-11.354.028q-.421-.82-.65-1.711q-.229-.89-.284-1.806h1.005q.056.794.261 1.55t.559 1.467zM3.011 11.5q.056-.915.295-1.809t.665-1.733l.865.5q-.373.711-.568 1.477q-.195.765-.25 1.565zm4.087 8.034q-.79-.518-1.461-1.183q-.671-.664-1.19-1.455l.865-.519q.446.68 1.026 1.26t1.26 1.027zM5.337 7.599l-.89-.5q.519-.79 1.19-1.452t1.461-1.18l.5.87q-.675.447-1.245 1.017T5.337 7.598m6.163 13.39q-.915-.055-1.809-.294t-1.733-.665l.5-.866q.711.373 1.477.569q.765.195 1.565.25zM8.458 4.838l-.5-.866q.84-.427 1.733-.665T11.5 3.01v1.006q-.8.056-1.565.251q-.766.196-1.477.569M12.5 20.989v-1.006q.8-.056 1.566-.251q.765-.195 1.476-.568l.5.865q-.84.427-1.733.665t-1.809.295m3.042-16.152q-.711-.373-1.477-.569q-.765-.195-1.565-.25V3.011q.916.055 1.809.294t1.733.665zm1.36 14.698l-.5-.871q.675-.447 1.245-1.017t1.017-1.245l.87.5q-.518.79-1.18 1.455q-.662.664-1.452 1.178m1.761-11.956q-.446-.675-1.016-1.236t-1.245-1.007l.5-.87q.79.513 1.452 1.165t1.175 1.442zm1.32 3.921q-.056-.8-.261-1.565q-.205-.766-.578-1.497l.885-.505q.421.846.662 1.739t.298 1.828zm.046 4.542l-.866-.5q.373-.711.569-1.477q.195-.765.25-1.565h1.007q-.056.916-.295 1.809t-.665 1.733"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightHistoryToggleOff(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 15.989l-3.8-3.8V7.5h1v4.312l3.489 3.488zm-11.354.028q-.421-.82-.65-1.711q-.229-.89-.284-1.806h1.005q.056.794.261 1.55t.559 1.467zM3.011 11.5q.056-.915.295-1.809t.665-1.733l.865.5q-.373.711-.568 1.477q-.195.765-.25 1.565zm4.087 8.034q-.79-.518-1.461-1.183q-.671-.664-1.19-1.455l.865-.519q.446.68 1.026 1.26t1.26 1.027zM5.337 7.599l-.89-.5q.519-.79 1.19-1.452t1.461-1.18l.5.87q-.675.447-1.245 1.017T5.337 7.598m6.163 13.39q-.915-.055-1.809-.294t-1.733-.665l.5-.866q.711.373 1.477.569q.765.195 1.565.25zM8.458 4.838l-.5-.866q.84-.427 1.733-.665T11.5 3.01v1.006q-.8.056-1.565.251q-.766.196-1.477.569M12.5 20.989v-1.006q.8-.056 1.566-.251q.765-.195 1.476-.568l.5.865q-.84.427-1.733.665t-1.809.295m3.042-16.152q-.711-.373-1.477-.569q-.765-.195-1.565-.25V3.011q.916.055 1.809.294t1.733.665zm1.36 14.698l-.5-.871q.675-.447 1.245-1.017t1.017-1.245l.87.5q-.518.79-1.18 1.455q-.662.664-1.452 1.178m1.761-11.956q-.446-.675-1.016-1.236t-1.245-1.007l.5-.87q.79.513 1.452 1.165t1.175 1.442zm1.32 3.921q-.056-.8-.261-1.565q-.205-.766-.578-1.497l.885-.505q.421.846.662 1.739t.298 1.828zm.046 4.542l-.866-.5q.373-.711.569-1.477q.195-.765.25-1.565h1.007q-.056.916-.295 1.809t-.665 1.733"/></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 15.989l-3.8-3.8V7.5h1v4.312l3.489 3.488zm-11.354.028q-.421-.82-.65-1.711q-.229-.89-.284-1.806h1.005q.056.794.261 1.55t.559 1.467zM3.011 11.5q.056-.915.295-1.809t.665-1.733l.865.5q-.373.711-.568 1.477q-.195.765-.25 1.565zm4.087 8.034q-.79-.518-1.461-1.183q-.671-.664-1.19-1.455l.865-.519q.446.68 1.026 1.26t1.26 1.027zM5.337 7.599l-.89-.5q.519-.79 1.19-1.452t1.461-1.18l.5.87q-.675.447-1.245 1.017T5.337 7.598m6.163 13.39q-.915-.055-1.809-.294t-1.733-.665l.5-.866q.711.373 1.477.569q.765.195 1.565.25zM8.458 4.838l-.5-.866q.84-.427 1.733-.665T11.5 3.01v1.006q-.8.056-1.565.251q-.766.196-1.477.569M12.5 20.989v-1.006q.8-.056 1.566-.251q.765-.195 1.476-.568l.5.865q-.84.427-1.733.665t-1.809.295m3.042-16.152q-.711-.373-1.477-.569q-.765-.195-1.565-.25V3.011q.916.055 1.809.294t1.733.665zm1.36 14.698l-.5-.871q.675-.447 1.245-1.017t1.017-1.245l.87.5q-.518.79-1.18 1.455q-.662.664-1.452 1.178m1.761-11.956q-.446-.675-1.016-1.236t-1.245-1.007l.5-.87q.79.513 1.452 1.165t1.175 1.442zm1.32 3.921q-.056-.8-.261-1.565q-.205-.766-.578-1.497l.885-.505q.421.846.662 1.739t.298 1.828zm.046 4.542l-.866-.5q.373-.711.569-1.477q.195-.765.25-1.565h1.007q-.056.916-.295 1.809t-.665 1.733"/></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%2015.989l-3.8-3.8V7.5h1v4.312l3.489%203.488zm-11.354.028q-.421-.82-.65-1.711q-.229-.89-.284-1.806h1.005q.056.794.261%201.55t.559%201.467zM3.011%2011.5q.056-.915.295-1.809t.665-1.733l.865.5q-.373.711-.568%201.477q-.195.765-.25%201.565zm4.087%208.034q-.79-.518-1.461-1.183q-.671-.664-1.19-1.455l.865-.519q.446.68%201.026%201.26t1.26%201.027zM5.337%207.599l-.89-.5q.519-.79%201.19-1.452t1.461-1.18l.5.87q-.675.447-1.245%201.017T5.337%207.598m6.163%2013.39q-.915-.055-1.809-.294t-1.733-.665l.5-.866q.711.373%201.477.569q.765.195%201.565.25zM8.458%204.838l-.5-.866q.84-.427%201.733-.665T11.5%203.01v1.006q-.8.056-1.565.251q-.766.196-1.477.569M12.5%2020.989v-1.006q.8-.056%201.566-.251q.765-.195%201.476-.568l.5.865q-.84.427-1.733.665t-1.809.295m3.042-16.152q-.711-.373-1.477-.569q-.765-.195-1.565-.25V3.011q.916.055%201.809.294t1.733.665zm1.36%2014.698l-.5-.871q.675-.447%201.245-1.017t1.017-1.245l.87.5q-.518.79-1.18%201.455q-.662.664-1.452%201.178m1.761-11.956q-.446-.675-1.016-1.236t-1.245-1.007l.5-.87q.79.513%201.452%201.165t1.175%201.442zm1.32%203.921q-.056-.8-.261-1.565q-.205-.766-.578-1.497l.885-.505q.421.846.662%201.739t.298%201.828zm.046%204.542l-.866-.5q.373-.711.569-1.477q.195-.765.25-1.565h1.007q-.056.916-.295%201.809t-.665%201.733%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%2015.989l-3.8-3.8V7.5h1v4.312l3.489%203.488zm-11.354.028q-.421-.82-.65-1.711q-.229-.89-.284-1.806h1.005q.056.794.261%201.55t.559%201.467zM3.011%2011.5q.056-.915.295-1.809t.665-1.733l.865.5q-.373.711-.568%201.477q-.195.765-.25%201.565zm4.087%208.034q-.79-.518-1.461-1.183q-.671-.664-1.19-1.455l.865-.519q.446.68%201.026%201.26t1.26%201.027zM5.337%207.599l-.89-.5q.519-.79%201.19-1.452t1.461-1.18l.5.87q-.675.447-1.245%201.017T5.337%207.598m6.163%2013.39q-.915-.055-1.809-.294t-1.733-.665l.5-.866q.711.373%201.477.569q.765.195%201.565.25zM8.458%204.838l-.5-.866q.84-.427%201.733-.665T11.5%203.01v1.006q-.8.056-1.565.251q-.766.196-1.477.569M12.5%2020.989v-1.006q.8-.056%201.566-.251q.765-.195%201.476-.568l.5.865q-.84.427-1.733.665t-1.809.295m3.042-16.152q-.711-.373-1.477-.569q-.765-.195-1.565-.25V3.011q.916.055%201.809.294t1.733.665zm1.36%2014.698l-.5-.871q.675-.447%201.245-1.017t1.017-1.245l.87.5q-.518.79-1.18%201.455q-.662.664-1.452%201.178m1.761-11.956q-.446-.675-1.016-1.236t-1.245-1.007l.5-.87q.79.513%201.452%201.165t1.175%201.442zm1.32%203.921q-.056-.8-.261-1.565q-.205-.766-.578-1.497l.885-.505q.421.846.662%201.739t.298%201.828zm.046%204.542l-.866-.5q.373-.711.569-1.477q.195-.765.25-1.565h1.007q-.056.916-.295%201.809t-.665%201.733%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-toggle-off.svg?color=%231a73e8&size=48