manage history icon

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

Name
manage-history
Set
Material Symbols
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

The same icon in other sets

More actions icons from Material Symbols

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="M3 10V4h2v2.35q1.275-1.6 3.113-2.475T12 3q3.75 0 6.375 2.625T21 12h-2q0-2.925-2.037-4.962T12 5q-1.725 0-3.225.8T6.25 8H9v2zm.05 3H5.1q.3 2.325 1.913 3.938t3.862 1.962l1.2 2.1q-3.45 0-6.05-2.287T3.05 13m10.3 1.75L11 12.4V7h2v4.6l1.4 1.4zM17.975 24l-.3-1.5q-.3-.125-.562-.262t-.538-.338l-1.45.45l-1-1.7l1.15-1q-.05-.325-.05-.65t.05-.65l-1.15-1l1-1.7l1.45.45q.275-.2.538-.337t.562-.263l.3-1.5h2l.3 1.5q.3.125.575.288t.525.362l1.45-.5l1 1.75l-1.15 1q.05.325.05.625t-.05.625l1.15 1l-1 1.7l-1.45-.45q-.275.2-.537.338t-.563.262l-.3 1.5zm2.413-3.588q.587-.587.587-1.412t-.587-1.412T18.975 17t-1.412.588T16.975 19t.588 1.413t1.412.587t1.413-.587"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsManageHistory(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="M3 10V4h2v2.35q1.275-1.6 3.113-2.475T12 3q3.75 0 6.375 2.625T21 12h-2q0-2.925-2.037-4.962T12 5q-1.725 0-3.225.8T6.25 8H9v2zm.05 3H5.1q.3 2.325 1.913 3.938t3.862 1.962l1.2 2.1q-3.45 0-6.05-2.287T3.05 13m10.3 1.75L11 12.4V7h2v4.6l1.4 1.4zM17.975 24l-.3-1.5q-.3-.125-.562-.262t-.538-.338l-1.45.45l-1-1.7l1.15-1q-.05-.325-.05-.65t.05-.65l-1.15-1l1-1.7l1.45.45q.275-.2.538-.337t.562-.263l.3-1.5h2l.3 1.5q.3.125.575.288t.525.362l1.45-.5l1 1.75l-1.15 1q.05.325.05.625t-.05.625l1.15 1l-1 1.7l-1.45-.45q-.275.2-.537.338t-.563.262l-.3 1.5zm2.413-3.588q.587-.587.587-1.412t-.587-1.412T18.975 17t-1.412.588T16.975 19t.588 1.413t1.412.587t1.413-.587"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 10V4h2v2.35q1.275-1.6 3.113-2.475T12 3q3.75 0 6.375 2.625T21 12h-2q0-2.925-2.037-4.962T12 5q-1.725 0-3.225.8T6.25 8H9v2zm.05 3H5.1q.3 2.325 1.913 3.938t3.862 1.962l1.2 2.1q-3.45 0-6.05-2.287T3.05 13m10.3 1.75L11 12.4V7h2v4.6l1.4 1.4zM17.975 24l-.3-1.5q-.3-.125-.562-.262t-.538-.338l-1.45.45l-1-1.7l1.15-1q-.05-.325-.05-.65t.05-.65l-1.15-1l1-1.7l1.45.45q.275-.2.538-.337t.562-.263l.3-1.5h2l.3 1.5q.3.125.575.288t.525.362l1.45-.5l1 1.75l-1.15 1q.05.325.05.625t-.05.625l1.15 1l-1 1.7l-1.45-.45q-.275.2-.537.338t-.563.262l-.3 1.5zm2.413-3.588q.587-.587.587-1.412t-.587-1.412T18.975 17t-1.412.588T16.975 19t.588 1.413t1.412.587t1.413-.587"/></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%22M3%2010V4h2v2.35q1.275-1.6%203.113-2.475T12%203q3.75%200%206.375%202.625T21%2012h-2q0-2.925-2.037-4.962T12%205q-1.725%200-3.225.8T6.25%208H9v2zm.05%203H5.1q.3%202.325%201.913%203.938t3.862%201.962l1.2%202.1q-3.45%200-6.05-2.287T3.05%2013m10.3%201.75L11%2012.4V7h2v4.6l1.4%201.4zM17.975%2024l-.3-1.5q-.3-.125-.562-.262t-.538-.338l-1.45.45l-1-1.7l1.15-1q-.05-.325-.05-.65t.05-.65l-1.15-1l1-1.7l1.45.45q.275-.2.538-.337t.562-.263l.3-1.5h2l.3%201.5q.3.125.575.288t.525.362l1.45-.5l1%201.75l-1.15%201q.05.325.05.625t-.05.625l1.15%201l-1%201.7l-1.45-.45q-.275.2-.537.338t-.563.262l-.3%201.5zm2.413-3.588q.587-.587.587-1.412t-.587-1.412T18.975%2017t-1.412.588T16.975%2019t.588%201.413t1.412.587t1.413-.587%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%22M3%2010V4h2v2.35q1.275-1.6%203.113-2.475T12%203q3.75%200%206.375%202.625T21%2012h-2q0-2.925-2.037-4.962T12%205q-1.725%200-3.225.8T6.25%208H9v2zm.05%203H5.1q.3%202.325%201.913%203.938t3.862%201.962l1.2%202.1q-3.45%200-6.05-2.287T3.05%2013m10.3%201.75L11%2012.4V7h2v4.6l1.4%201.4zM17.975%2024l-.3-1.5q-.3-.125-.562-.262t-.538-.338l-1.45.45l-1-1.7l1.15-1q-.05-.325-.05-.65t.05-.65l-1.15-1l1-1.7l1.45.45q.275-.2.538-.337t.562-.263l.3-1.5h2l.3%201.5q.3.125.575.288t.525.362l1.45-.5l1%201.75l-1.15%201q.05.325.05.625t-.05.625l1.15%201l-1%201.7l-1.45-.45q-.275.2-.537.338t-.563.262l-.3%201.5zm2.413-3.588q.587-.587.587-1.412t-.587-1.412T18.975%2017t-1.412.588T16.975%2019t.588%201.413t1.412.587t1.413-.587%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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