history icon
history-48 from Fluent UI System Color Icons by Microsoft Corporation · 48 · MIT Free for personal and commercial use.
- Name
- history-48
- Set
- Fluent UI System Color Icons
- Style
- 48
- Viewbox
- 48×48
- 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 48 48"><g fill="none"><path fill="url(#SVGheCfpMnh)" d="M23.5 13a1.5 1.5 0 0 1 1.5 1.5V23h5.5a1.5 1.5 0 0 1 0 3h-7a1.5 1.5 0 0 1-1.5-1.5v-10a1.5 1.5 0 0 1 1.5-1.5"/><path fill="url(#SVGhZYnkclU)" d="M24 9c8.284 0 15 6.716 15 15s-6.716 15-15 15S9 32.284 9 24q.002-1.162.171-2.275a1.5 1.5 0 0 0-2.966-.45Q6.001 22.61 6 24c0 9.941 8.059 18 18 18s18-8.059 18-18S33.941 6 24 6c-4.61 0-8.816 1.734-12 4.584V7.5a1.5 1.5 0 0 0-3 0v7a1.5 1.5 0 0 0 1.5 1.5h7a1.5 1.5 0 0 0 0-3h-3.698A14.94 14.94 0 0 1 24 9"/><defs><linearGradient id="SVGheCfpMnh" x1="20.313" x2="44.734" y1="37.809" y2="28.299" gradientUnits="userSpaceOnUse"><stop stop-color="#d373fc"/><stop offset="1" stop-color="#6d37cd"/></linearGradient><linearGradient id="SVGhZYnkclU" x1="6" x2="15.663" y1="8.118" y2="48.577" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset="1" stop-color="#0067bf"/></linearGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function FluentColorHistory48(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="url(#SVGheCfpMnh)" d="M23.5 13a1.5 1.5 0 0 1 1.5 1.5V23h5.5a1.5 1.5 0 0 1 0 3h-7a1.5 1.5 0 0 1-1.5-1.5v-10a1.5 1.5 0 0 1 1.5-1.5"/><path fill="url(#SVGhZYnkclU)" d="M24 9c8.284 0 15 6.716 15 15s-6.716 15-15 15S9 32.284 9 24q.002-1.162.171-2.275a1.5 1.5 0 0 0-2.966-.45Q6.001 22.61 6 24c0 9.941 8.059 18 18 18s18-8.059 18-18S33.941 6 24 6c-4.61 0-8.816 1.734-12 4.584V7.5a1.5 1.5 0 0 0-3 0v7a1.5 1.5 0 0 0 1.5 1.5h7a1.5 1.5 0 0 0 0-3h-3.698A14.94 14.94 0 0 1 24 9"/><defs><linearGradient id="SVGheCfpMnh" x1="20.313" x2="44.734" y1="37.809" y2="28.299" gradientUnits="userSpaceOnUse"><stop stopColor="#d373fc"/><stop offset="1" stopColor="#6d37cd"/></linearGradient><linearGradient id="SVGhZYnkclU" x1="6" x2="15.663" y1="8.118" y2="48.577" 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 48 48"><g fill="none"><path fill="url(#SVGheCfpMnh)" d="M23.5 13a1.5 1.5 0 0 1 1.5 1.5V23h5.5a1.5 1.5 0 0 1 0 3h-7a1.5 1.5 0 0 1-1.5-1.5v-10a1.5 1.5 0 0 1 1.5-1.5"/><path fill="url(#SVGhZYnkclU)" d="M24 9c8.284 0 15 6.716 15 15s-6.716 15-15 15S9 32.284 9 24q.002-1.162.171-2.275a1.5 1.5 0 0 0-2.966-.45Q6.001 22.61 6 24c0 9.941 8.059 18 18 18s18-8.059 18-18S33.941 6 24 6c-4.61 0-8.816 1.734-12 4.584V7.5a1.5 1.5 0 0 0-3 0v7a1.5 1.5 0 0 0 1.5 1.5h7a1.5 1.5 0 0 0 0-3h-3.698A14.94 14.94 0 0 1 24 9"/><defs><linearGradient id="SVGheCfpMnh" x1="20.313" x2="44.734" y1="37.809" y2="28.299" gradientUnits="userSpaceOnUse"><stop stop-color="#d373fc"/><stop offset="1" stop-color="#6d37cd"/></linearGradient><linearGradient id="SVGhZYnkclU" x1="6" x2="15.663" y1="8.118" y2="48.577" gradientUnits="userSpaceOnUse"><stop stop-color="#0fafff"/><stop offset="1" stop-color="#0067bf"/></linearGradient></defs></g></svg> </template>
CSS
.icon-history-48 {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGheCfpMnh)%22%20d%3D%22M23.5%2013a1.5%201.5%200%200%201%201.5%201.5V23h5.5a1.5%201.5%200%200%201%200%203h-7a1.5%201.5%200%200%201-1.5-1.5v-10a1.5%201.5%200%200%201%201.5-1.5%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGhZYnkclU)%22%20d%3D%22M24%209c8.284%200%2015%206.716%2015%2015s-6.716%2015-15%2015S9%2032.284%209%2024q.002-1.162.171-2.275a1.5%201.5%200%200%200-2.966-.45Q6.001%2022.61%206%2024c0%209.941%208.059%2018%2018%2018s18-8.059%2018-18S33.941%206%2024%206c-4.61%200-8.816%201.734-12%204.584V7.5a1.5%201.5%200%200%200-3%200v7a1.5%201.5%200%200%200%201.5%201.5h7a1.5%201.5%200%200%200%200-3h-3.698A14.94%2014.94%200%200%201%2024%209%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGheCfpMnh%22%20x1%3D%2220.313%22%20x2%3D%2244.734%22%20y1%3D%2237.809%22%20y2%3D%2228.299%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%22SVGhZYnkclU%22%20x1%3D%226%22%20x2%3D%2215.663%22%20y1%3D%228.118%22%20y2%3D%2248.577%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGheCfpMnh)%22%20d%3D%22M23.5%2013a1.5%201.5%200%200%201%201.5%201.5V23h5.5a1.5%201.5%200%200%201%200%203h-7a1.5%201.5%200%200%201-1.5-1.5v-10a1.5%201.5%200%200%201%201.5-1.5%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGhZYnkclU)%22%20d%3D%22M24%209c8.284%200%2015%206.716%2015%2015s-6.716%2015-15%2015S9%2032.284%209%2024q.002-1.162.171-2.275a1.5%201.5%200%200%200-2.966-.45Q6.001%2022.61%206%2024c0%209.941%208.059%2018%2018%2018s18-8.059%2018-18S33.941%206%2024%206c-4.61%200-8.816%201.734-12%204.584V7.5a1.5%201.5%200%200%200-3%200v7a1.5%201.5%200%200%200%201.5%201.5h7a1.5%201.5%200%200%200%200-3h-3.698A14.94%2014.94%200%200%201%2024%209%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGheCfpMnh%22%20x1%3D%2220.313%22%20x2%3D%2244.734%22%20y1%3D%2237.809%22%20y2%3D%2228.299%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%22SVGhZYnkclU%22%20x1%3D%226%22%20x2%3D%2215.663%22%20y1%3D%228.118%22%20y2%3D%2248.577%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-48.svg?color=%231a73e8&size=48