history icon
history-28 from Fluent UI System Color Icons by Microsoft Corporation · 28 · MIT Free for personal and commercial use.
- Name
- history-28
- Set
- Fluent UI System Color Icons
- Style
- 28
- Viewbox
- 28×28
- 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 28 28"><g fill="none"><path fill="url(#SVG73xMPcOE)" d="M14 7a1 1 0 0 1 1 1v5h3a1 1 0 1 1 0 2h-4a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1"/><path fill="url(#SVGYoJbYbcx)" d="M14 5a8.96 8.96 0 0 0-5.658 2H10a1 1 0 1 1 0 2H6a1 1 0 0 1-1-1.013V4a1 1 0 0 1 2 0v1.514A10.96 10.96 0 0 1 14 3c6.075 0 11 4.925 11 11s-4.925 11-11 11S3 20.075 3 14q0-.555.054-1.099a1 1 0 1 1 1.99.198Q5 13.543 5 14a9 9 0 1 0 9-9"/><defs><linearGradient id="SVG73xMPcOE" x1="11.988" x2="26.736" y1="22.267" y2="16.667" gradientUnits="userSpaceOnUse"><stop stop-color="#d373fc"/><stop offset="1" stop-color="#6d37cd"/></linearGradient><linearGradient id="SVGYoJbYbcx" x1="3" x2="8.905" y1="4.294" y2="29.019" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset="1" stop-color="#0067bf"/></linearGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function FluentColorHistory28(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><g fill="none"><path fill="url(#SVG73xMPcOE)" d="M14 7a1 1 0 0 1 1 1v5h3a1 1 0 1 1 0 2h-4a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1"/><path fill="url(#SVGYoJbYbcx)" d="M14 5a8.96 8.96 0 0 0-5.658 2H10a1 1 0 1 1 0 2H6a1 1 0 0 1-1-1.013V4a1 1 0 0 1 2 0v1.514A10.96 10.96 0 0 1 14 3c6.075 0 11 4.925 11 11s-4.925 11-11 11S3 20.075 3 14q0-.555.054-1.099a1 1 0 1 1 1.99.198Q5 13.543 5 14a9 9 0 1 0 9-9"/><defs><linearGradient id="SVG73xMPcOE" x1="11.988" x2="26.736" y1="22.267" y2="16.667" gradientUnits="userSpaceOnUse"><stop stopColor="#d373fc"/><stop offset="1" stopColor="#6d37cd"/></linearGradient><linearGradient id="SVGYoJbYbcx" x1="3" x2="8.905" y1="4.294" y2="29.019" 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 28 28"><g fill="none"><path fill="url(#SVG73xMPcOE)" d="M14 7a1 1 0 0 1 1 1v5h3a1 1 0 1 1 0 2h-4a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1"/><path fill="url(#SVGYoJbYbcx)" d="M14 5a8.96 8.96 0 0 0-5.658 2H10a1 1 0 1 1 0 2H6a1 1 0 0 1-1-1.013V4a1 1 0 0 1 2 0v1.514A10.96 10.96 0 0 1 14 3c6.075 0 11 4.925 11 11s-4.925 11-11 11S3 20.075 3 14q0-.555.054-1.099a1 1 0 1 1 1.99.198Q5 13.543 5 14a9 9 0 1 0 9-9"/><defs><linearGradient id="SVG73xMPcOE" x1="11.988" x2="26.736" y1="22.267" y2="16.667" gradientUnits="userSpaceOnUse"><stop stop-color="#d373fc"/><stop offset="1" stop-color="#6d37cd"/></linearGradient><linearGradient id="SVGYoJbYbcx" x1="3" x2="8.905" y1="4.294" y2="29.019" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset="1" stop-color="#0067bf"/></linearGradient></defs></g></svg> </template>
CSS
.icon-history-28 {
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%2028%2028%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVG73xMPcOE)%22%20d%3D%22M14%207a1%201%200%200%201%201%201v5h3a1%201%200%201%201%200%202h-4a1%201%200%200%201-1-1V8a1%201%200%200%201%201-1%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGYoJbYbcx)%22%20d%3D%22M14%205a8.96%208.96%200%200%200-5.658%202H10a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1.013V4a1%201%200%200%201%202%200v1.514A10.96%2010.96%200%200%201%2014%203c6.075%200%2011%204.925%2011%2011s-4.925%2011-11%2011S3%2020.075%203%2014q0-.555.054-1.099a1%201%200%201%201%201.99.198Q5%2013.543%205%2014a9%209%200%201%200%209-9%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVG73xMPcOE%22%20x1%3D%2211.988%22%20x2%3D%2226.736%22%20y1%3D%2222.267%22%20y2%3D%2216.667%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%22SVGYoJbYbcx%22%20x1%3D%223%22%20x2%3D%228.905%22%20y1%3D%224.294%22%20y2%3D%2229.019%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%2028%2028%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVG73xMPcOE)%22%20d%3D%22M14%207a1%201%200%200%201%201%201v5h3a1%201%200%201%201%200%202h-4a1%201%200%200%201-1-1V8a1%201%200%200%201%201-1%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGYoJbYbcx)%22%20d%3D%22M14%205a8.96%208.96%200%200%200-5.658%202H10a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1.013V4a1%201%200%200%201%202%200v1.514A10.96%2010.96%200%200%201%2014%203c6.075%200%2011%204.925%2011%2011s-4.925%2011-11%2011S3%2020.075%203%2014q0-.555.054-1.099a1%201%200%201%201%201.99.198Q5%2013.543%205%2014a9%209%200%201%200%209-9%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVG73xMPcOE%22%20x1%3D%2211.988%22%20x2%3D%2226.736%22%20y1%3D%2222.267%22%20y2%3D%2216.667%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%22SVGYoJbYbcx%22%20x1%3D%223%22%20x2%3D%228.905%22%20y1%3D%224.294%22%20y2%3D%2229.019%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-28.svg?color=%231a73e8&size=48