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

Name
history-2-rounded
Set
Material Symbols Light
Style
Rounded
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
history-2-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 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21q-3.32 0-5.81-2.079q-2.492-2.079-3.056-5.28q-.042-.214.093-.379q.134-.164.348-.195t.375.104t.21.348q.54 2.818 2.735 4.65T12 20q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4Q9.639 4 7.685 5.255Q5.733 6.509 4.754 8.673h2.515q.213 0 .356.144t.144.357t-.144.356t-.356.143H4.495q-.45 0-.715-.37t-.09-.774Q4.722 6.04 6.98 4.52Q9.236 3 12 3q1.868 0 3.51.709t2.858 1.922t1.923 2.857t.709 3.509t-.709 3.51q-.708 1.643-1.923 2.859t-2.858 1.925T12 21m.5-9.208l2.5 2.52q.14.133.14.34t-.14.358t-.354.14q-.213-.01-.354-.15l-2.544-2.544q-.136-.137-.192-.28t-.056-.297V8.23q0-.213.144-.356t.357-.144t.356.144t.143.356z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHistory2Rounded(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="M12 21q-3.32 0-5.81-2.079q-2.492-2.079-3.056-5.28q-.042-.214.093-.379q.134-.164.348-.195t.375.104t.21.348q.54 2.818 2.735 4.65T12 20q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4Q9.639 4 7.685 5.255Q5.733 6.509 4.754 8.673h2.515q.213 0 .356.144t.144.357t-.144.356t-.356.143H4.495q-.45 0-.715-.37t-.09-.774Q4.722 6.04 6.98 4.52Q9.236 3 12 3q1.868 0 3.51.709t2.858 1.922t1.923 2.857t.709 3.509t-.709 3.51q-.708 1.643-1.923 2.859t-2.858 1.925T12 21m.5-9.208l2.5 2.52q.14.133.14.34t-.14.358t-.354.14q-.213-.01-.354-.15l-2.544-2.544q-.136-.137-.192-.28t-.056-.297V8.23q0-.213.144-.356t.357-.144t.356.144t.143.356z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21q-3.32 0-5.81-2.079q-2.492-2.079-3.056-5.28q-.042-.214.093-.379q.134-.164.348-.195t.375.104t.21.348q.54 2.818 2.735 4.65T12 20q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4Q9.639 4 7.685 5.255Q5.733 6.509 4.754 8.673h2.515q.213 0 .356.144t.144.357t-.144.356t-.356.143H4.495q-.45 0-.715-.37t-.09-.774Q4.722 6.04 6.98 4.52Q9.236 3 12 3q1.868 0 3.51.709t2.858 1.922t1.923 2.857t.709 3.509t-.709 3.51q-.708 1.643-1.923 2.859t-2.858 1.925T12 21m.5-9.208l2.5 2.52q.14.133.14.34t-.14.358t-.354.14q-.213-.01-.354-.15l-2.544-2.544q-.136-.137-.192-.28t-.056-.297V8.23q0-.213.144-.356t.357-.144t.356.144t.143.356z"/></svg>
</template>

CSS

.icon-history-2-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%22M12%2021q-3.32%200-5.81-2.079q-2.492-2.079-3.056-5.28q-.042-.214.093-.379q.134-.164.348-.195t.375.104t.21.348q.54%202.818%202.735%204.65T12%2020q3.35%200%205.675-2.325T20%2012t-2.325-5.675T12%204Q9.639%204%207.685%205.255Q5.733%206.509%204.754%208.673h2.515q.213%200%20.356.144t.144.357t-.144.356t-.356.143H4.495q-.45%200-.715-.37t-.09-.774Q4.722%206.04%206.98%204.52Q9.236%203%2012%203q1.868%200%203.51.709t2.858%201.922t1.923%202.857t.709%203.509t-.709%203.51q-.708%201.643-1.923%202.859t-2.858%201.925T12%2021m.5-9.208l2.5%202.52q.14.133.14.34t-.14.358t-.354.14q-.213-.01-.354-.15l-2.544-2.544q-.136-.137-.192-.28t-.056-.297V8.23q0-.213.144-.356t.357-.144t.356.144t.143.356z%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%22M12%2021q-3.32%200-5.81-2.079q-2.492-2.079-3.056-5.28q-.042-.214.093-.379q.134-.164.348-.195t.375.104t.21.348q.54%202.818%202.735%204.65T12%2020q3.35%200%205.675-2.325T20%2012t-2.325-5.675T12%204Q9.639%204%207.685%205.255Q5.733%206.509%204.754%208.673h2.515q.213%200%20.356.144t.144.357t-.144.356t-.356.143H4.495q-.45%200-.715-.37t-.09-.774Q4.722%206.04%206.98%204.52Q9.236%203%2012%203q1.868%200%203.51.709t2.858%201.922t1.923%202.857t.709%203.509t-.709%203.51q-.708%201.643-1.923%202.859t-2.858%201.925T12%2021m.5-9.208l2.5%202.52q.14.133.14.34t-.14.358t-.354.14q-.213-.01-.354-.15l-2.544-2.544q-.136-.137-.192-.28t-.056-.297V8.23q0-.213.144-.356t.357-.144t.356.144t.143.356z%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-2-rounded.svg?color=%231a73e8&size=48