history-32-light from Fluent UI System Icons by Microsoft Corporation · 32 Light · MIT Free for personal and commercial use.

Name
history-32-light
Set
Fluent UI System Icons
Style
32 Light
Viewbox
32×32
License
MIT

12 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the history icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6 7.693V3.5a.5.5 0 0 0-1 0v6a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 0-1H6.252C8.43 5.972 11.985 4 16 4c6.627 0 12 5.373 12 12s-5.373 12-12 12S4 22.627 4 16q0-.72.083-1.419A.516.516 0 0 0 3.579 14a.484.484 0 0 0-.484.422A13 13 0 0 0 3 16c0 7.18 5.82 13 13 13s13-5.82 13-13S23.18 3 16 3C11.98 3 8.385 4.825 6 7.693M15.5 8a.5.5 0 0 1 .5.5V16h5.5a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5v-8a.5.5 0 0 1 .5-.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentHistory32Light(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6 7.693V3.5a.5.5 0 0 0-1 0v6a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 0-1H6.252C8.43 5.972 11.985 4 16 4c6.627 0 12 5.373 12 12s-5.373 12-12 12S4 22.627 4 16q0-.72.083-1.419A.516.516 0 0 0 3.579 14a.484.484 0 0 0-.484.422A13 13 0 0 0 3 16c0 7.18 5.82 13 13 13s13-5.82 13-13S23.18 3 16 3C11.98 3 8.385 4.825 6 7.693M15.5 8a.5.5 0 0 1 .5.5V16h5.5a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5v-8a.5.5 0 0 1 .5-.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6 7.693V3.5a.5.5 0 0 0-1 0v6a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 0-1H6.252C8.43 5.972 11.985 4 16 4c6.627 0 12 5.373 12 12s-5.373 12-12 12S4 22.627 4 16q0-.72.083-1.419A.516.516 0 0 0 3.579 14a.484.484 0 0 0-.484.422A13 13 0 0 0 3 16c0 7.18 5.82 13 13 13s13-5.82 13-13S23.18 3 16 3C11.98 3 8.385 4.825 6 7.693M15.5 8a.5.5 0 0 1 .5.5V16h5.5a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5v-8a.5.5 0 0 1 .5-.5"/></svg>
</template>

CSS

.icon-history-32-light {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%207.693V3.5a.5.5%200%200%200-1%200v6a.5.5%200%200%200%20.5.5h6a.5.5%200%200%200%200-1H6.252C8.43%205.972%2011.985%204%2016%204c6.627%200%2012%205.373%2012%2012s-5.373%2012-12%2012S4%2022.627%204%2016q0-.72.083-1.419A.516.516%200%200%200%203.579%2014a.484.484%200%200%200-.484.422A13%2013%200%200%200%203%2016c0%207.18%205.82%2013%2013%2013s13-5.82%2013-13S23.18%203%2016%203C11.98%203%208.385%204.825%206%207.693M15.5%208a.5.5%200%200%201%20.5.5V16h5.5a.5.5%200%200%201%200%201h-6a.5.5%200%200%201-.5-.5v-8a.5.5%200%200%201%20.5-.5%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%207.693V3.5a.5.5%200%200%200-1%200v6a.5.5%200%200%200%20.5.5h6a.5.5%200%200%200%200-1H6.252C8.43%205.972%2011.985%204%2016%204c6.627%200%2012%205.373%2012%2012s-5.373%2012-12%2012S4%2022.627%204%2016q0-.72.083-1.419A.516.516%200%200%200%203.579%2014a.484.484%200%200%200-.484.422A13%2013%200%200%200%203%2016c0%207.18%205.82%2013%2013%2013s13-5.82%2013-13S23.18%203%2016%203C11.98%203%208.385%204.825%206%207.693M15.5%208a.5.5%200%200%201%20.5.5V16h5.5a.5.5%200%200%201%200%201h-6a.5.5%200%200%201-.5-.5v-8a.5.5%200%200%201%20.5-.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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