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

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

1 other variant in Material Symbols Light

The same icon in other sets

More actions icons from Material Symbols Light

Use the manage history icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.962 8.462V4.307h1v2.388q1.16-1.273 2.718-1.984T11.962 4q3.327 0 5.663 2.337T19.962 12v.27h-1V12q0-2.925-2.038-4.962T11.962 5q-1.552 0-2.918.656q-1.365.656-2.41 1.806h2.482v1zM4.03 13h1.011q.358 2.364 2.028 4.005t3.997 1.934L11.691 20q-2.95-.096-5.128-2.076T4.031 13m9.896 1.616l-2.408-2.408V7h1v4.792l1.939 1.939zm5.01 8.884l-.185-1.211q-.473-.087-.899-.32q-.426-.235-.759-.608l-1.161.373l-.423-.7l.938-.75q-.184-.478-.184-.996t.184-1.034l-.977-.789l.462-.738l1.18.43q.333-.353.74-.577t.899-.33l.185-1.211h.846l.184 1.211q.512.106.94.355q.43.249.737.622l1.22-.461l.423.788l-.996.788q.165.518.165.99q0 .474-.165.895l1.034.808l-.423.7l-1.258-.412q-.313.373-.74.626q-.425.253-.937.34l-.184 1.211zm1.941-2.713q.636-.635.636-1.518t-.636-1.518t-1.518-.636t-1.519.636t-.635 1.518t.635 1.519t1.519.635t1.518-.635"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightManageHistory(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="M4.962 8.462V4.307h1v2.388q1.16-1.273 2.718-1.984T11.962 4q3.327 0 5.663 2.337T19.962 12v.27h-1V12q0-2.925-2.038-4.962T11.962 5q-1.552 0-2.918.656q-1.365.656-2.41 1.806h2.482v1zM4.03 13h1.011q.358 2.364 2.028 4.005t3.997 1.934L11.691 20q-2.95-.096-5.128-2.076T4.031 13m9.896 1.616l-2.408-2.408V7h1v4.792l1.939 1.939zm5.01 8.884l-.185-1.211q-.473-.087-.899-.32q-.426-.235-.759-.608l-1.161.373l-.423-.7l.938-.75q-.184-.478-.184-.996t.184-1.034l-.977-.789l.462-.738l1.18.43q.333-.353.74-.577t.899-.33l.185-1.211h.846l.184 1.211q.512.106.94.355q.43.249.737.622l1.22-.461l.423.788l-.996.788q.165.518.165.99q0 .474-.165.895l1.034.808l-.423.7l-1.258-.412q-.313.373-.74.626q-.425.253-.937.34l-.184 1.211zm1.941-2.713q.636-.635.636-1.518t-.636-1.518t-1.518-.636t-1.519.636t-.635 1.518t.635 1.519t1.519.635t1.518-.635"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.962 8.462V4.307h1v2.388q1.16-1.273 2.718-1.984T11.962 4q3.327 0 5.663 2.337T19.962 12v.27h-1V12q0-2.925-2.038-4.962T11.962 5q-1.552 0-2.918.656q-1.365.656-2.41 1.806h2.482v1zM4.03 13h1.011q.358 2.364 2.028 4.005t3.997 1.934L11.691 20q-2.95-.096-5.128-2.076T4.031 13m9.896 1.616l-2.408-2.408V7h1v4.792l1.939 1.939zm5.01 8.884l-.185-1.211q-.473-.087-.899-.32q-.426-.235-.759-.608l-1.161.373l-.423-.7l.938-.75q-.184-.478-.184-.996t.184-1.034l-.977-.789l.462-.738l1.18.43q.333-.353.74-.577t.899-.33l.185-1.211h.846l.184 1.211q.512.106.94.355q.43.249.737.622l1.22-.461l.423.788l-.996.788q.165.518.165.99q0 .474-.165.895l1.034.808l-.423.7l-1.258-.412q-.313.373-.74.626q-.425.253-.937.34l-.184 1.211zm1.941-2.713q.636-.635.636-1.518t-.636-1.518t-1.518-.636t-1.519.636t-.635 1.518t.635 1.519t1.519.635t1.518-.635"/></svg>
</template>

CSS

.icon-manage-history {
  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%22M4.962%208.462V4.307h1v2.388q1.16-1.273%202.718-1.984T11.962%204q3.327%200%205.663%202.337T19.962%2012v.27h-1V12q0-2.925-2.038-4.962T11.962%205q-1.552%200-2.918.656q-1.365.656-2.41%201.806h2.482v1zM4.03%2013h1.011q.358%202.364%202.028%204.005t3.997%201.934L11.691%2020q-2.95-.096-5.128-2.076T4.031%2013m9.896%201.616l-2.408-2.408V7h1v4.792l1.939%201.939zm5.01%208.884l-.185-1.211q-.473-.087-.899-.32q-.426-.235-.759-.608l-1.161.373l-.423-.7l.938-.75q-.184-.478-.184-.996t.184-1.034l-.977-.789l.462-.738l1.18.43q.333-.353.74-.577t.899-.33l.185-1.211h.846l.184%201.211q.512.106.94.355q.43.249.737.622l1.22-.461l.423.788l-.996.788q.165.518.165.99q0%20.474-.165.895l1.034.808l-.423.7l-1.258-.412q-.313.373-.74.626q-.425.253-.937.34l-.184%201.211zm1.941-2.713q.636-.635.636-1.518t-.636-1.518t-1.518-.636t-1.519.636t-.635%201.518t.635%201.519t1.519.635t1.518-.635%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%22M4.962%208.462V4.307h1v2.388q1.16-1.273%202.718-1.984T11.962%204q3.327%200%205.663%202.337T19.962%2012v.27h-1V12q0-2.925-2.038-4.962T11.962%205q-1.552%200-2.918.656q-1.365.656-2.41%201.806h2.482v1zM4.03%2013h1.011q.358%202.364%202.028%204.005t3.997%201.934L11.691%2020q-2.95-.096-5.128-2.076T4.031%2013m9.896%201.616l-2.408-2.408V7h1v4.792l1.939%201.939zm5.01%208.884l-.185-1.211q-.473-.087-.899-.32q-.426-.235-.759-.608l-1.161.373l-.423-.7l.938-.75q-.184-.478-.184-.996t.184-1.034l-.977-.789l.462-.738l1.18.43q.333-.353.74-.577t.899-.33l.185-1.211h.846l.184%201.211q.512.106.94.355q.43.249.737.622l1.22-.461l.423.788l-.996.788q.165.518.165.99q0%20.474-.165.895l1.034.808l-.423.7l-1.258-.412q-.313.373-.74.626q-.425.253-.937.34l-.184%201.211zm1.941-2.713q.636-.635.636-1.518t-.636-1.518t-1.518-.636t-1.519.636t-.635%201.518t.635%201.519t1.519.635t1.518-.635%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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