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

Name
history-16
Set
Fluent UI System Color Icons
Style
16
Viewbox
16×16
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 16 16"><g fill="none"><path fill="url(#SVGX47HbbxR)" d="M7.698 5a.75.75 0 0 1 .75.75V7.5h1.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1-.75-.75v-2.5a.75.75 0 0 1 .75-.75"/><path fill="url(#SVGmsWCfeKE)" d="M7.947 3.5a4.5 4.5 0 1 1-4.454 5.14a.75.75 0 1 0-1.485.212a6.001 6.001 0 1 0 1.94-5.324V2.75a.75.75 0 1 0-1.5 0v3c0 .414.335.75.75.75h2.5a.75.75 0 1 0 0-1.5H4.592a4.5 4.5 0 0 1 3.354-1.5"/><defs><linearGradient id="SVGX47HbbxR" x1="6.357" x2="14.586" y1="12.633" y2="8.988" gradientUnits="userSpaceOnUse"><stop stop-color="#d373fc"/><stop offset="1" stop-color="#6d37cd"/></linearGradient><linearGradient id="SVGmsWCfeKE" x1="2" x2="5.234" y1="2.706" y2="16.186" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset="1" stop-color="#0067bf"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorHistory16(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path fill="url(#SVGX47HbbxR)" d="M7.698 5a.75.75 0 0 1 .75.75V7.5h1.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1-.75-.75v-2.5a.75.75 0 0 1 .75-.75"/><path fill="url(#SVGmsWCfeKE)" d="M7.947 3.5a4.5 4.5 0 1 1-4.454 5.14a.75.75 0 1 0-1.485.212a6.001 6.001 0 1 0 1.94-5.324V2.75a.75.75 0 1 0-1.5 0v3c0 .414.335.75.75.75h2.5a.75.75 0 1 0 0-1.5H4.592a4.5 4.5 0 0 1 3.354-1.5"/><defs><linearGradient id="SVGX47HbbxR" x1="6.357" x2="14.586" y1="12.633" y2="8.988" gradientUnits="userSpaceOnUse"><stop stopColor="#d373fc"/><stop offset="1" stopColor="#6d37cd"/></linearGradient><linearGradient id="SVGmsWCfeKE" x1="2" x2="5.234" y1="2.706" y2="16.186" 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 16 16"><g fill="none"><path fill="url(#SVGX47HbbxR)" d="M7.698 5a.75.75 0 0 1 .75.75V7.5h1.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1-.75-.75v-2.5a.75.75 0 0 1 .75-.75"/><path fill="url(#SVGmsWCfeKE)" d="M7.947 3.5a4.5 4.5 0 1 1-4.454 5.14a.75.75 0 1 0-1.485.212a6.001 6.001 0 1 0 1.94-5.324V2.75a.75.75 0 1 0-1.5 0v3c0 .414.335.75.75.75h2.5a.75.75 0 1 0 0-1.5H4.592a4.5 4.5 0 0 1 3.354-1.5"/><defs><linearGradient id="SVGX47HbbxR" x1="6.357" x2="14.586" y1="12.633" y2="8.988" gradientUnits="userSpaceOnUse"><stop stop-color="#d373fc"/><stop offset="1" stop-color="#6d37cd"/></linearGradient><linearGradient id="SVGmsWCfeKE" x1="2" x2="5.234" y1="2.706" y2="16.186" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset="1" stop-color="#0067bf"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-history-16 {
  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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGX47HbbxR)%22%20d%3D%22M7.698%205a.75.75%200%200%201%20.75.75V7.5h1.25a.75.75%200%200%201%200%201.5h-2a.75.75%200%200%201-.75-.75v-2.5a.75.75%200%200%201%20.75-.75%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGmsWCfeKE)%22%20d%3D%22M7.947%203.5a4.5%204.5%200%201%201-4.454%205.14a.75.75%200%201%200-1.485.212a6.001%206.001%200%201%200%201.94-5.324V2.75a.75.75%200%201%200-1.5%200v3c0%20.414.335.75.75.75h2.5a.75.75%200%201%200%200-1.5H4.592a4.5%204.5%200%200%201%203.354-1.5%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGX47HbbxR%22%20x1%3D%226.357%22%20x2%3D%2214.586%22%20y1%3D%2212.633%22%20y2%3D%228.988%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%22SVGmsWCfeKE%22%20x1%3D%222%22%20x2%3D%225.234%22%20y1%3D%222.706%22%20y2%3D%2216.186%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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGX47HbbxR)%22%20d%3D%22M7.698%205a.75.75%200%200%201%20.75.75V7.5h1.25a.75.75%200%200%201%200%201.5h-2a.75.75%200%200%201-.75-.75v-2.5a.75.75%200%200%201%20.75-.75%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGmsWCfeKE)%22%20d%3D%22M7.947%203.5a4.5%204.5%200%201%201-4.454%205.14a.75.75%200%201%200-1.485.212a6.001%206.001%200%201%200%201.94-5.324V2.75a.75.75%200%201%200-1.5%200v3c0%20.414.335.75.75.75h2.5a.75.75%200%201%200%200-1.5H4.592a4.5%204.5%200%200%201%203.354-1.5%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGX47HbbxR%22%20x1%3D%226.357%22%20x2%3D%2214.586%22%20y1%3D%2212.633%22%20y2%3D%228.988%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%22SVGmsWCfeKE%22%20x1%3D%222%22%20x2%3D%225.234%22%20y1%3D%222.706%22%20y2%3D%2216.186%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-16.svg?color=%231a73e8&size=48