history icon
history-20 from Fluent UI System Color Icons by Microsoft Corporation · 20 · MIT Free for personal and commercial use.
- Name
- history-20
- Set
- Fluent UI System Color Icons
- Style
- 20
- Viewbox
- 20×20
- License
- MIT
5 other variants in Fluent UI System Color Icons
The same icon in other sets
historyAkar Iconshistory-outlinedAnt Design IconshistoryBoxIcons v2historyCarbonhistoryCodiconshistoryFont Awesome Solidhistory-16-filledFluent UI System IconshistoryHuge IconshistoryHumbleiconshistoryIconParkhistoryIconPark OutlinehistoryJam IconshistoryLine AwesomehistoryMaterial SymbolshistoryMaterial Symbols LighthistoryMaterial Design Iconshistory-fillMingCute IconhistoryOcticonshistoryPrime Iconshistory-fillRemix Iconhistory-boldSolarhistoryTabler IconshistoryTDesign Iconshistory-outlineTeenyicons
Use the history icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path fill="url(#SVG3U5X9cqt)" d="M10 5.5a1 1 0 0 1 1 1V9h1.5a1 1 0 1 1 0 2H10a1 1 0 0 1-1-1V6.5a1 1 0 0 1 1-1"/><path fill="url(#SVGLLiKrb3j)" d="M6.031 5.5A6 6 0 1 1 4 10a1 1 0 0 0-2 0a8 8 0 1 0 2.5-5.81V3a1 1 0 0 0-2 0v3A1.5 1.5 0 0 0 4 7.5h3a1 1 0 0 0 0-2z"/><defs><linearGradient id="SVG3U5X9cqt" x1="8.156" x2="20.094" y1="16.45" y2="11.414" gradientUnits="userSpaceOnUse"><stop stop-color="#d373fc"/><stop offset="1" stop-color="#6d37cd"/></linearGradient><linearGradient id="SVGLLiKrb3j" x1="2" x2="6.295" y1="2.941" y2="20.923" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset="1" stop-color="#0067bf"/></linearGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function FluentColorHistory20(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path fill="url(#SVG3U5X9cqt)" d="M10 5.5a1 1 0 0 1 1 1V9h1.5a1 1 0 1 1 0 2H10a1 1 0 0 1-1-1V6.5a1 1 0 0 1 1-1"/><path fill="url(#SVGLLiKrb3j)" d="M6.031 5.5A6 6 0 1 1 4 10a1 1 0 0 0-2 0a8 8 0 1 0 2.5-5.81V3a1 1 0 0 0-2 0v3A1.5 1.5 0 0 0 4 7.5h3a1 1 0 0 0 0-2z"/><defs><linearGradient id="SVG3U5X9cqt" x1="8.156" x2="20.094" y1="16.45" y2="11.414" gradientUnits="userSpaceOnUse"><stop stopColor="#d373fc"/><stop offset="1" stopColor="#6d37cd"/></linearGradient><linearGradient id="SVGLLiKrb3j" x1="2" x2="6.295" y1="2.941" y2="20.923" 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 20 20"><g fill="none"><path fill="url(#SVG3U5X9cqt)" d="M10 5.5a1 1 0 0 1 1 1V9h1.5a1 1 0 1 1 0 2H10a1 1 0 0 1-1-1V6.5a1 1 0 0 1 1-1"/><path fill="url(#SVGLLiKrb3j)" d="M6.031 5.5A6 6 0 1 1 4 10a1 1 0 0 0-2 0a8 8 0 1 0 2.5-5.81V3a1 1 0 0 0-2 0v3A1.5 1.5 0 0 0 4 7.5h3a1 1 0 0 0 0-2z"/><defs><linearGradient id="SVG3U5X9cqt" x1="8.156" x2="20.094" y1="16.45" y2="11.414" gradientUnits="userSpaceOnUse"><stop stop-color="#d373fc"/><stop offset="1" stop-color="#6d37cd"/></linearGradient><linearGradient id="SVGLLiKrb3j" x1="2" x2="6.295" y1="2.941" y2="20.923" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset="1" stop-color="#0067bf"/></linearGradient></defs></g></svg> </template>
CSS
.icon-history-20 {
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%2020%2020%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVG3U5X9cqt)%22%20d%3D%22M10%205.5a1%201%200%200%201%201%201V9h1.5a1%201%200%201%201%200%202H10a1%201%200%200%201-1-1V6.5a1%201%200%200%201%201-1%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGLLiKrb3j)%22%20d%3D%22M6.031%205.5A6%206%200%201%201%204%2010a1%201%200%200%200-2%200a8%208%200%201%200%202.5-5.81V3a1%201%200%200%200-2%200v3A1.5%201.5%200%200%200%204%207.5h3a1%201%200%200%200%200-2z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVG3U5X9cqt%22%20x1%3D%228.156%22%20x2%3D%2220.094%22%20y1%3D%2216.45%22%20y2%3D%2211.414%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%22SVGLLiKrb3j%22%20x1%3D%222%22%20x2%3D%226.295%22%20y1%3D%222.941%22%20y2%3D%2220.923%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%2020%2020%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVG3U5X9cqt)%22%20d%3D%22M10%205.5a1%201%200%200%201%201%201V9h1.5a1%201%200%201%201%200%202H10a1%201%200%200%201-1-1V6.5a1%201%200%200%201%201-1%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGLLiKrb3j)%22%20d%3D%22M6.031%205.5A6%206%200%201%201%204%2010a1%201%200%200%200-2%200a8%208%200%201%200%202.5-5.81V3a1%201%200%200%200-2%200v3A1.5%201.5%200%200%200%204%207.5h3a1%201%200%200%200%200-2z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVG3U5X9cqt%22%20x1%3D%228.156%22%20x2%3D%2220.094%22%20y1%3D%2216.45%22%20y2%3D%2211.414%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%22SVGLLiKrb3j%22%20x1%3D%222%22%20x2%3D%226.295%22%20y1%3D%222.941%22%20y2%3D%2220.923%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-20.svg?color=%231a73e8&size=48