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

Name
history-rounded
Set
Material Symbols Light
Style
Rounded
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
history-outline-rounded

1 other variant in Material Symbols Light

The same icon in other sets

More actions icons from Material Symbols Light

Use the history icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.962 20q-2.881 0-5.056-1.768T4.16 13.7q-.062-.221.044-.409t.338-.218q.208-.03.37.093q.161.123.229.35q.542 2.384 2.446 3.934T11.962 19q2.925 0 4.962-2.037T18.962 12t-2.038-4.963T11.962 5q-1.553 0-2.918.656q-1.365.655-2.41 1.805h1.981q.214 0 .357.144q.143.143.143.356t-.143.357t-.357.143H5.77q-.348 0-.578-.23q-.23-.229-.23-.577V4.808q0-.214.144-.357t.357-.143t.356.143t.144.357v1.888q1.16-1.273 2.718-1.984T11.962 4q1.663 0 3.118.626t2.542 1.714t1.714 2.542t.626 3.118t-.626 3.118t-1.714 2.542t-2.542 1.714t-3.118.626m.557-8.208l3 3q.14.14.15.344q.01.205-.15.364q-.16.16-.353.16q-.195 0-.354-.16l-3.05-3.05q-.131-.13-.187-.27t-.056-.301V7.5q0-.213.144-.357T12.019 7t.357.143t.143.357z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHistoryRounded(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="M11.962 20q-2.881 0-5.056-1.768T4.16 13.7q-.062-.221.044-.409t.338-.218q.208-.03.37.093q.161.123.229.35q.542 2.384 2.446 3.934T11.962 19q2.925 0 4.962-2.037T18.962 12t-2.038-4.963T11.962 5q-1.553 0-2.918.656q-1.365.655-2.41 1.805h1.981q.214 0 .357.144q.143.143.143.356t-.143.357t-.357.143H5.77q-.348 0-.578-.23q-.23-.229-.23-.577V4.808q0-.214.144-.357t.357-.143t.356.143t.144.357v1.888q1.16-1.273 2.718-1.984T11.962 4q1.663 0 3.118.626t2.542 1.714t1.714 2.542t.626 3.118t-.626 3.118t-1.714 2.542t-2.542 1.714t-3.118.626m.557-8.208l3 3q.14.14.15.344q.01.205-.15.364q-.16.16-.353.16q-.195 0-.354-.16l-3.05-3.05q-.131-.13-.187-.27t-.056-.301V7.5q0-.213.144-.357T12.019 7t.357.143t.143.357z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.962 20q-2.881 0-5.056-1.768T4.16 13.7q-.062-.221.044-.409t.338-.218q.208-.03.37.093q.161.123.229.35q.542 2.384 2.446 3.934T11.962 19q2.925 0 4.962-2.037T18.962 12t-2.038-4.963T11.962 5q-1.553 0-2.918.656q-1.365.655-2.41 1.805h1.981q.214 0 .357.144q.143.143.143.356t-.143.357t-.357.143H5.77q-.348 0-.578-.23q-.23-.229-.23-.577V4.808q0-.214.144-.357t.357-.143t.356.143t.144.357v1.888q1.16-1.273 2.718-1.984T11.962 4q1.663 0 3.118.626t2.542 1.714t1.714 2.542t.626 3.118t-.626 3.118t-1.714 2.542t-2.542 1.714t-3.118.626m.557-8.208l3 3q.14.14.15.344q.01.205-.15.364q-.16.16-.353.16q-.195 0-.354-.16l-3.05-3.05q-.131-.13-.187-.27t-.056-.301V7.5q0-.213.144-.357T12.019 7t.357.143t.143.357z"/></svg>
</template>

CSS

.icon-history-rounded {
  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%22M11.962%2020q-2.881%200-5.056-1.768T4.16%2013.7q-.062-.221.044-.409t.338-.218q.208-.03.37.093q.161.123.229.35q.542%202.384%202.446%203.934T11.962%2019q2.925%200%204.962-2.037T18.962%2012t-2.038-4.963T11.962%205q-1.553%200-2.918.656q-1.365.655-2.41%201.805h1.981q.214%200%20.357.144q.143.143.143.356t-.143.357t-.357.143H5.77q-.348%200-.578-.23q-.23-.229-.23-.577V4.808q0-.214.144-.357t.357-.143t.356.143t.144.357v1.888q1.16-1.273%202.718-1.984T11.962%204q1.663%200%203.118.626t2.542%201.714t1.714%202.542t.626%203.118t-.626%203.118t-1.714%202.542t-2.542%201.714t-3.118.626m.557-8.208l3%203q.14.14.15.344q.01.205-.15.364q-.16.16-.353.16q-.195%200-.354-.16l-3.05-3.05q-.131-.13-.187-.27t-.056-.301V7.5q0-.213.144-.357T12.019%207t.357.143t.143.357z%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%22M11.962%2020q-2.881%200-5.056-1.768T4.16%2013.7q-.062-.221.044-.409t.338-.218q.208-.03.37.093q.161.123.229.35q.542%202.384%202.446%203.934T11.962%2019q2.925%200%204.962-2.037T18.962%2012t-2.038-4.963T11.962%205q-1.553%200-2.918.656q-1.365.655-2.41%201.805h1.981q.214%200%20.357.144q.143.143.143.356t-.143.357t-.357.143H5.77q-.348%200-.578-.23q-.23-.229-.23-.577V4.808q0-.214.144-.357t.357-.143t.356.143t.144.357v1.888q1.16-1.273%202.718-1.984T11.962%204q1.663%200%203.118.626t2.542%201.714t1.714%202.542t.626%203.118t-.626%203.118t-1.714%202.542t-2.542%201.714t-3.118.626m.557-8.208l3%203q.14.14.15.344q.01.205-.15.364q-.16.16-.353.16q-.195%200-.354-.16l-3.05-3.05q-.131-.13-.187-.27t-.056-.301V7.5q0-.213.144-.357T12.019%207t.357.143t.143.357z%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-rounded.svg?color=%231a73e8&size=48