history icon
history from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- history
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
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 OutlinehistoryLine 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="-1 -2 24 24"><path fill="currentColor" d="M13.106 9h3.953c.546 0 .988.448.988 1s-.442 1-.988 1h-4.941a.994.994 0 0 1-.988-1V4c0-.552.442-1 .988-1s.988.448.988 1zm6-6.071A10.03 10.03 0 0 1 22 10c0 5.523-4.424 10-9.882 10v-2c4.366 0 7.906-3.582 7.906-8a8.02 8.02 0 0 0-2.316-5.657A7.83 7.83 0 0 0 12.118 2C8.574 2 5.574 4.36 4.571 7.612l1.352-.923a.98.98 0 0 1 1.372.27a1.007 1.007 0 0 1-.267 1.388l-3.277 2.237a.98.98 0 0 1-1.372-.27L.17 6.998a1.007 1.007 0 0 1 .267-1.389a.98.98 0 0 1 1.372.27l.839 1.259C3.863 3.01 7.643 0 12.118 0c2.729 0 5.2 1.12 6.988 2.929"/></svg>
React
import type { SVGProps } from "react";
export function JamHistory(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1 -2 24 24"><path fill="currentColor" d="M13.106 9h3.953c.546 0 .988.448.988 1s-.442 1-.988 1h-4.941a.994.994 0 0 1-.988-1V4c0-.552.442-1 .988-1s.988.448.988 1zm6-6.071A10.03 10.03 0 0 1 22 10c0 5.523-4.424 10-9.882 10v-2c4.366 0 7.906-3.582 7.906-8a8.02 8.02 0 0 0-2.316-5.657A7.83 7.83 0 0 0 12.118 2C8.574 2 5.574 4.36 4.571 7.612l1.352-.923a.98.98 0 0 1 1.372.27a1.007 1.007 0 0 1-.267 1.388l-3.277 2.237a.98.98 0 0 1-1.372-.27L.17 6.998a1.007 1.007 0 0 1 .267-1.389a.98.98 0 0 1 1.372.27l.839 1.259C3.863 3.01 7.643 0 12.118 0c2.729 0 5.2 1.12 6.988 2.929"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-1 -2 24 24"><path fill="currentColor" d="M13.106 9h3.953c.546 0 .988.448.988 1s-.442 1-.988 1h-4.941a.994.994 0 0 1-.988-1V4c0-.552.442-1 .988-1s.988.448.988 1zm6-6.071A10.03 10.03 0 0 1 22 10c0 5.523-4.424 10-9.882 10v-2c4.366 0 7.906-3.582 7.906-8a8.02 8.02 0 0 0-2.316-5.657A7.83 7.83 0 0 0 12.118 2C8.574 2 5.574 4.36 4.571 7.612l1.352-.923a.98.98 0 0 1 1.372.27a1.007 1.007 0 0 1-.267 1.388l-3.277 2.237a.98.98 0 0 1-1.372-.27L.17 6.998a1.007 1.007 0 0 1 .267-1.389a.98.98 0 0 1 1.372.27l.839 1.259C3.863 3.01 7.643 0 12.118 0c2.729 0 5.2 1.12 6.988 2.929"/></svg> </template>
CSS
.icon-history {
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%22-1%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.106%209h3.953c.546%200%20.988.448.988%201s-.442%201-.988%201h-4.941a.994.994%200%200%201-.988-1V4c0-.552.442-1%20.988-1s.988.448.988%201zm6-6.071A10.03%2010.03%200%200%201%2022%2010c0%205.523-4.424%2010-9.882%2010v-2c4.366%200%207.906-3.582%207.906-8a8.02%208.02%200%200%200-2.316-5.657A7.83%207.83%200%200%200%2012.118%202C8.574%202%205.574%204.36%204.571%207.612l1.352-.923a.98.98%200%200%201%201.372.27a1.007%201.007%200%200%201-.267%201.388l-3.277%202.237a.98.98%200%200%201-1.372-.27L.17%206.998a1.007%201.007%200%200%201%20.267-1.389a.98.98%200%200%201%201.372.27l.839%201.259C3.863%203.01%207.643%200%2012.118%200c2.729%200%205.2%201.12%206.988%202.929%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%22-1%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.106%209h3.953c.546%200%20.988.448.988%201s-.442%201-.988%201h-4.941a.994.994%200%200%201-.988-1V4c0-.552.442-1%20.988-1s.988.448.988%201zm6-6.071A10.03%2010.03%200%200%201%2022%2010c0%205.523-4.424%2010-9.882%2010v-2c4.366%200%207.906-3.582%207.906-8a8.02%208.02%200%200%200-2.316-5.657A7.83%207.83%200%200%200%2012.118%202C8.574%202%205.574%204.36%204.571%207.612l1.352-.923a.98.98%200%200%201%201.372.27a1.007%201.007%200%200%201-.267%201.388l-3.277%202.237a.98.98%200%200%201-1.372-.27L.17%206.998a1.007%201.007%200%200%201%20.267-1.389a.98.98%200%200%201%201.372.27l.839%201.259C3.863%203.01%207.643%200%2012.118%200c2.729%200%205.2%201.12%206.988%202.929%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/history.svg?color=%231a73e8&size=48