history2 icon
history2-filled from Reicon by REICON · Filled · Time · MIT Free for personal and commercial use.
- Name
- history2-filled
- Set
- Reicon
- Style
- Filled
- Category
- Time
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More time icons from Reicon
Use the history2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.25 2a.75.75 0 0 1 .75-.75c5.937 0 10.75 4.813 10.75 10.75S17.937 22.75 12 22.75S1.25 17.937 1.25 12a.75.75 0 0 1 1.5 0A9.25 9.25 0 1 0 12 2.75a.75.75 0 0 1-.75-.75M12 8.25a.75.75 0 0 1 .75.75v3.25H16a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1-.75-.75V9a.75.75 0 0 1 .75-.75M9.1 2.398a.75.75 0 0 1-.43.97a9 9 0 0 0-.42.173a.75.75 0 1 1-.608-1.37q.24-.108.488-.203a.75.75 0 0 1 .97.43M5.648 4.24a.75.75 0 0 1-.026 1.06a9 9 0 0 0-.321.322a.75.75 0 1 1-1.087-1.035q.183-.19.373-.373a.75.75 0 0 1 1.06.026M3.16 7.261a.75.75 0 0 1 .381.99q-.092.207-.174.419a.75.75 0 0 1-1.399-.54q.094-.247.202-.488a.75.75 0 0 1 .99-.381" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconHistory2Filled(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" fillRule="evenodd" d="M11.25 2a.75.75 0 0 1 .75-.75c5.937 0 10.75 4.813 10.75 10.75S17.937 22.75 12 22.75S1.25 17.937 1.25 12a.75.75 0 0 1 1.5 0A9.25 9.25 0 1 0 12 2.75a.75.75 0 0 1-.75-.75M12 8.25a.75.75 0 0 1 .75.75v3.25H16a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1-.75-.75V9a.75.75 0 0 1 .75-.75M9.1 2.398a.75.75 0 0 1-.43.97a9 9 0 0 0-.42.173a.75.75 0 1 1-.608-1.37q.24-.108.488-.203a.75.75 0 0 1 .97.43M5.648 4.24a.75.75 0 0 1-.026 1.06a9 9 0 0 0-.321.322a.75.75 0 1 1-1.087-1.035q.183-.19.373-.373a.75.75 0 0 1 1.06.026M3.16 7.261a.75.75 0 0 1 .381.99q-.092.207-.174.419a.75.75 0 0 1-1.399-.54q.094-.247.202-.488a.75.75 0 0 1 .99-.381" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M11.25 2a.75.75 0 0 1 .75-.75c5.937 0 10.75 4.813 10.75 10.75S17.937 22.75 12 22.75S1.25 17.937 1.25 12a.75.75 0 0 1 1.5 0A9.25 9.25 0 1 0 12 2.75a.75.75 0 0 1-.75-.75M12 8.25a.75.75 0 0 1 .75.75v3.25H16a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1-.75-.75V9a.75.75 0 0 1 .75-.75M9.1 2.398a.75.75 0 0 1-.43.97a9 9 0 0 0-.42.173a.75.75 0 1 1-.608-1.37q.24-.108.488-.203a.75.75 0 0 1 .97.43M5.648 4.24a.75.75 0 0 1-.026 1.06a9 9 0 0 0-.321.322a.75.75 0 1 1-1.087-1.035q.183-.19.373-.373a.75.75 0 0 1 1.06.026M3.16 7.261a.75.75 0 0 1 .381.99q-.092.207-.174.419a.75.75 0 0 1-1.399-.54q.094-.247.202-.488a.75.75 0 0 1 .99-.381" clip-rule="evenodd"/></svg> </template>
CSS
.icon-history2-filled {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M11.25%202a.75.75%200%200%201%20.75-.75c5.937%200%2010.75%204.813%2010.75%2010.75S17.937%2022.75%2012%2022.75S1.25%2017.937%201.25%2012a.75.75%200%200%201%201.5%200A9.25%209.25%200%201%200%2012%202.75a.75.75%200%200%201-.75-.75M12%208.25a.75.75%200%200%201%20.75.75v3.25H16a.75.75%200%200%201%200%201.5h-4a.75.75%200%200%201-.75-.75V9a.75.75%200%200%201%20.75-.75M9.1%202.398a.75.75%200%200%201-.43.97a9%209%200%200%200-.42.173a.75.75%200%201%201-.608-1.37q.24-.108.488-.203a.75.75%200%200%201%20.97.43M5.648%204.24a.75.75%200%200%201-.026%201.06a9%209%200%200%200-.321.322a.75.75%200%201%201-1.087-1.035q.183-.19.373-.373a.75.75%200%200%201%201.06.026M3.16%207.261a.75.75%200%200%201%20.381.99q-.092.207-.174.419a.75.75%200%200%201-1.399-.54q.094-.247.202-.488a.75.75%200%200%201%20.99-.381%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M11.25%202a.75.75%200%200%201%20.75-.75c5.937%200%2010.75%204.813%2010.75%2010.75S17.937%2022.75%2012%2022.75S1.25%2017.937%201.25%2012a.75.75%200%200%201%201.5%200A9.25%209.25%200%201%200%2012%202.75a.75.75%200%200%201-.75-.75M12%208.25a.75.75%200%200%201%20.75.75v3.25H16a.75.75%200%200%201%200%201.5h-4a.75.75%200%200%201-.75-.75V9a.75.75%200%200%201%20.75-.75M9.1%202.398a.75.75%200%200%201-.43.97a9%209%200%200%200-.42.173a.75.75%200%201%201-.608-1.37q.24-.108.488-.203a.75.75%200%200%201%20.97.43M5.648%204.24a.75.75%200%200%201-.026%201.06a9%209%200%200%200-.321.322a.75.75%200%201%201-1.087-1.035q.183-.19.373-.373a.75.75%200%200%201%201.06.026M3.16%207.261a.75.75%200%200%201%20.381.99q-.092.207-.174.419a.75.75%200%200%201-1.399-.54q.094-.247.202-.488a.75.75%200%200%201%20.99-.381%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/history2-filled.svg?color=%231a73e8&size=48