history icon
history-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.
- Name
- history-24
- Set
- Octicons
- Style
- 24
- Viewbox
- 24×24
- License
- MIT
2 other variants in Octicons
The same icon in other sets
historyAkar Iconshistory-outlinedAnt Design IconshistoryBoxIcons v2historyCarbonhistoryCodiconshistoryFont Awesome Solidhistory-16-filledFluent UI System Iconshistory-16Fluent UI System Color IconshistoryHuge IconshistoryHumbleiconshistoryIconParkhistoryIconPark OutlinehistoryJam IconshistoryLine AwesomehistoryMaterial SymbolshistoryMaterial Symbols LighthistoryMaterial Design Iconshistory-fillMingCute IconhistoryPrime 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 24 24"><path fill="currentColor" d="M11.998 2.5A9.5 9.5 0 0 0 3.378 8H5.75a.75.75 0 0 1 0 1.5H2a1 1 0 0 1-1-1V4.75a.75.75 0 0 1 1.5 0v1.697A11 11 0 0 1 11.998 1C18.074 1 23 5.925 23 12s-4.926 11-11.002 11C6.014 23 1.146 18.223 1 12.275a.75.75 0 0 1 1.5-.037a9.5 9.5 0 0 0 9.498 9.262c5.248 0 9.502-4.253 9.502-9.5s-4.254-9.5-9.502-9.5"/><path fill="currentColor" d="M12.5 7.25a.75.75 0 0 0-1.5 0v5.5c0 .27.144.518.378.651l3.5 2a.75.75 0 0 0 .744-1.302L12.5 12.315z"/></svg>
React
import type { SVGProps } from "react";
export function OcticonHistory24(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.998 2.5A9.5 9.5 0 0 0 3.378 8H5.75a.75.75 0 0 1 0 1.5H2a1 1 0 0 1-1-1V4.75a.75.75 0 0 1 1.5 0v1.697A11 11 0 0 1 11.998 1C18.074 1 23 5.925 23 12s-4.926 11-11.002 11C6.014 23 1.146 18.223 1 12.275a.75.75 0 0 1 1.5-.037a9.5 9.5 0 0 0 9.498 9.262c5.248 0 9.502-4.253 9.502-9.5s-4.254-9.5-9.502-9.5"/><path fill="currentColor" d="M12.5 7.25a.75.75 0 0 0-1.5 0v5.5c0 .27.144.518.378.651l3.5 2a.75.75 0 0 0 .744-1.302L12.5 12.315z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.998 2.5A9.5 9.5 0 0 0 3.378 8H5.75a.75.75 0 0 1 0 1.5H2a1 1 0 0 1-1-1V4.75a.75.75 0 0 1 1.5 0v1.697A11 11 0 0 1 11.998 1C18.074 1 23 5.925 23 12s-4.926 11-11.002 11C6.014 23 1.146 18.223 1 12.275a.75.75 0 0 1 1.5-.037a9.5 9.5 0 0 0 9.498 9.262c5.248 0 9.502-4.253 9.502-9.5s-4.254-9.5-9.502-9.5"/><path fill="currentColor" d="M12.5 7.25a.75.75 0 0 0-1.5 0v5.5c0 .27.144.518.378.651l3.5 2a.75.75 0 0 0 .744-1.302L12.5 12.315z"/></svg> </template>
CSS
.icon-history-24 {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.998%202.5A9.5%209.5%200%200%200%203.378%208H5.75a.75.75%200%200%201%200%201.5H2a1%201%200%200%201-1-1V4.75a.75.75%200%200%201%201.5%200v1.697A11%2011%200%200%201%2011.998%201C18.074%201%2023%205.925%2023%2012s-4.926%2011-11.002%2011C6.014%2023%201.146%2018.223%201%2012.275a.75.75%200%200%201%201.5-.037a9.5%209.5%200%200%200%209.498%209.262c5.248%200%209.502-4.253%209.502-9.5s-4.254-9.5-9.502-9.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.5%207.25a.75.75%200%200%200-1.5%200v5.5c0%20.27.144.518.378.651l3.5%202a.75.75%200%200%200%20.744-1.302L12.5%2012.315z%22%2F%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.998%202.5A9.5%209.5%200%200%200%203.378%208H5.75a.75.75%200%200%201%200%201.5H2a1%201%200%200%201-1-1V4.75a.75.75%200%200%201%201.5%200v1.697A11%2011%200%200%201%2011.998%201C18.074%201%2023%205.925%2023%2012s-4.926%2011-11.002%2011C6.014%2023%201.146%2018.223%201%2012.275a.75.75%200%200%201%201.5-.037a9.5%209.5%200%200%200%209.498%209.262c5.248%200%209.502-4.253%209.502-9.5s-4.254-9.5-9.502-9.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.5%207.25a.75.75%200%200%200-1.5%200v5.5c0%20.27.144.518.378.651l3.5%202a.75.75%200%200%200%20.744-1.302L12.5%2012.315z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/history-24.svg?color=%231a73e8&size=48