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

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

5 other variants in Fluent UI System Color Icons

The same icon in other sets

Use the history icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#SVGkV19xcse)" d="M15.75 8c.69 0 1.25.56 1.25 1.25V15h3.75a1.25 1.25 0 1 1 0 2.5h-5c-.69 0-1.25-.56-1.25-1.25v-7c0-.69.56-1.25 1.25-1.25"/><path fill="url(#SVGGpymabsz)" d="M16 5.5c5.799 0 10.5 4.701 10.5 10.5S21.799 26.5 16 26.5S5.5 21.799 5.5 16q0-.34.021-.674a1.25 1.25 0 0 0-2.495-.157Q3 15.582 3 16c0 7.18 5.82 13 13 13s13-5.82 13-13S23.18 3 16 3c-3.25 0-6.222 1.193-8.5 3.164V4.25a1.25 1.25 0 1 0-2.5 0v5c0 .69.56 1.25 1.25 1.25h5a1.25 1.25 0 1 0 0-2.5H9.199A10.46 10.46 0 0 1 16 5.5"/><defs><linearGradient id="SVGkV19xcse" x1="13.234" x2="31.423" y1="26.13" y2="18.86" gradientUnits="userSpaceOnUse"><stop stop-color="#d373fc"/><stop offset="1" stop-color="#6d37cd"/></linearGradient><linearGradient id="SVGGpymabsz" x1="3" x2="9.979" y1="4.529" y2="33.75" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset="1" stop-color="#0067bf"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorHistory32(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#SVGkV19xcse)" d="M15.75 8c.69 0 1.25.56 1.25 1.25V15h3.75a1.25 1.25 0 1 1 0 2.5h-5c-.69 0-1.25-.56-1.25-1.25v-7c0-.69.56-1.25 1.25-1.25"/><path fill="url(#SVGGpymabsz)" d="M16 5.5c5.799 0 10.5 4.701 10.5 10.5S21.799 26.5 16 26.5S5.5 21.799 5.5 16q0-.34.021-.674a1.25 1.25 0 0 0-2.495-.157Q3 15.582 3 16c0 7.18 5.82 13 13 13s13-5.82 13-13S23.18 3 16 3c-3.25 0-6.222 1.193-8.5 3.164V4.25a1.25 1.25 0 1 0-2.5 0v5c0 .69.56 1.25 1.25 1.25h5a1.25 1.25 0 1 0 0-2.5H9.199A10.46 10.46 0 0 1 16 5.5"/><defs><linearGradient id="SVGkV19xcse" x1="13.234" x2="31.423" y1="26.13" y2="18.86" gradientUnits="userSpaceOnUse"><stop stopColor="#d373fc"/><stop offset="1" stopColor="#6d37cd"/></linearGradient><linearGradient id="SVGGpymabsz" x1="3" x2="9.979" y1="4.529" y2="33.75" gradientUnits="userSpaceOnUse"><stop stopColor="#0fafff"/><stop offset="1" stopColor="#0067bf"/></linearGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#SVGkV19xcse)" d="M15.75 8c.69 0 1.25.56 1.25 1.25V15h3.75a1.25 1.25 0 1 1 0 2.5h-5c-.69 0-1.25-.56-1.25-1.25v-7c0-.69.56-1.25 1.25-1.25"/><path fill="url(#SVGGpymabsz)" d="M16 5.5c5.799 0 10.5 4.701 10.5 10.5S21.799 26.5 16 26.5S5.5 21.799 5.5 16q0-.34.021-.674a1.25 1.25 0 0 0-2.495-.157Q3 15.582 3 16c0 7.18 5.82 13 13 13s13-5.82 13-13S23.18 3 16 3c-3.25 0-6.222 1.193-8.5 3.164V4.25a1.25 1.25 0 1 0-2.5 0v5c0 .69.56 1.25 1.25 1.25h5a1.25 1.25 0 1 0 0-2.5H9.199A10.46 10.46 0 0 1 16 5.5"/><defs><linearGradient id="SVGkV19xcse" x1="13.234" x2="31.423" y1="26.13" y2="18.86" gradientUnits="userSpaceOnUse"><stop stop-color="#d373fc"/><stop offset="1" stop-color="#6d37cd"/></linearGradient><linearGradient id="SVGGpymabsz" x1="3" x2="9.979" y1="4.529" y2="33.75" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset="1" stop-color="#0067bf"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-history-32 {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGkV19xcse)%22%20d%3D%22M15.75%208c.69%200%201.25.56%201.25%201.25V15h3.75a1.25%201.25%200%201%201%200%202.5h-5c-.69%200-1.25-.56-1.25-1.25v-7c0-.69.56-1.25%201.25-1.25%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGGpymabsz)%22%20d%3D%22M16%205.5c5.799%200%2010.5%204.701%2010.5%2010.5S21.799%2026.5%2016%2026.5S5.5%2021.799%205.5%2016q0-.34.021-.674a1.25%201.25%200%200%200-2.495-.157Q3%2015.582%203%2016c0%207.18%205.82%2013%2013%2013s13-5.82%2013-13S23.18%203%2016%203c-3.25%200-6.222%201.193-8.5%203.164V4.25a1.25%201.25%200%201%200-2.5%200v5c0%20.69.56%201.25%201.25%201.25h5a1.25%201.25%200%201%200%200-2.5H9.199A10.46%2010.46%200%200%201%2016%205.5%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGkV19xcse%22%20x1%3D%2213.234%22%20x2%3D%2231.423%22%20y1%3D%2226.13%22%20y2%3D%2218.86%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23d373fc%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%236d37cd%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGGpymabsz%22%20x1%3D%223%22%20x2%3D%229.979%22%20y1%3D%224.529%22%20y2%3D%2233.75%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230fafff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230067bf%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGkV19xcse)%22%20d%3D%22M15.75%208c.69%200%201.25.56%201.25%201.25V15h3.75a1.25%201.25%200%201%201%200%202.5h-5c-.69%200-1.25-.56-1.25-1.25v-7c0-.69.56-1.25%201.25-1.25%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGGpymabsz)%22%20d%3D%22M16%205.5c5.799%200%2010.5%204.701%2010.5%2010.5S21.799%2026.5%2016%2026.5S5.5%2021.799%205.5%2016q0-.34.021-.674a1.25%201.25%200%200%200-2.495-.157Q3%2015.582%203%2016c0%207.18%205.82%2013%2013%2013s13-5.82%2013-13S23.18%203%2016%203c-3.25%200-6.222%201.193-8.5%203.164V4.25a1.25%201.25%200%201%200-2.5%200v5c0%20.69.56%201.25%201.25%201.25h5a1.25%201.25%200%201%200%200-2.5H9.199A10.46%2010.46%200%200%201%2016%205.5%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGkV19xcse%22%20x1%3D%2213.234%22%20x2%3D%2231.423%22%20y1%3D%2226.13%22%20y2%3D%2218.86%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23d373fc%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%236d37cd%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGGpymabsz%22%20x1%3D%223%22%20x2%3D%229.979%22%20y1%3D%224.529%22%20y2%3D%2233.75%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230fafff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230067bf%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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