history3 icon
history3-duotone from Reicon by REICON · Duotone · Time · MIT Free for personal and commercial use.
- Name
- history3-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- Time
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More time icons from Reicon
Use the history3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M12 2.75A9.25 9.25 0 0 1 21.25 12a.75.75 0 0 0 1.5 0c0-5.937-4.813-10.75-10.75-10.75a.75.75 0 0 0 0 1.5m0 5.5a.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-.75"/><path d="M9.1 2.398a.75.75 0 0 1-.43.97a9 9 0 0 0-.42.174a.75.75 0 1 1-.608-1.371q.24-.107.488-.203a.75.75 0 0 1 .97.43M5.648 4.241a.75.75 0 0 1-.026 1.06q-.165.158-.321.321a.75.75 0 1 1-1.087-1.034q.183-.191.373-.373a.75.75 0 0 1 1.06.026M3.16 7.26a.75.75 0 0 1 .381.99q-.092.207-.174.42a.75.75 0 0 1-1.399-.54q.094-.248.202-.488a.75.75 0 0 1 .99-.381m-1.139 3.744a.75.75 0 0 1 .732.768a10 10 0 0 0 0 .456a.75.75 0 1 1-1.5.036a11 11 0 0 1 0-.529a.75.75 0 0 1 .768-.731M21.603 14.9a.75.75 0 0 1 .429.97q-.095.247-.202.487a.75.75 0 1 1-1.371-.608q.092-.207.174-.42a.75.75 0 0 1 .97-.429m-19.205 0a.75.75 0 0 1 .97.43q.081.211.173.419a.75.75 0 1 1-1.37.608q-.108-.24-.203-.487a.75.75 0 0 1 .43-.97m17.362 3.452c.3.285.311.76.026 1.06a11 11 0 0 1-.373.373a.75.75 0 1 1-1.035-1.086q.165-.157.321-.321a.75.75 0 0 1 1.06-.026m-15.52 0a.75.75 0 0 1 1.06.026q.157.165.322.32a.75.75 0 0 1-1.035 1.087a11 11 0 0 1-.373-.373a.75.75 0 0 1 .026-1.06M7.26 20.84a.75.75 0 0 1 .99-.382q.207.093.419.174a.75.75 0 0 1-.54 1.4a11 11 0 0 1-.488-.203a.75.75 0 0 1-.381-.99m9.478 0a.75.75 0 0 1-.381.99q-.24.106-.488.202a.75.75 0 0 1-.54-1.4q.211-.081.42-.174a.75.75 0 0 1 .989.382m-5.735 1.139a.75.75 0 0 1 .768-.732a10 10 0 0 0 .456 0a.75.75 0 0 1 .036 1.5a11 11 0 0 1-.528 0a.75.75 0 0 1-.732-.768" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconHistory3Duotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M12 2.75A9.25 9.25 0 0 1 21.25 12a.75.75 0 0 0 1.5 0c0-5.937-4.813-10.75-10.75-10.75a.75.75 0 0 0 0 1.5m0 5.5a.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-.75"/><path d="M9.1 2.398a.75.75 0 0 1-.43.97a9 9 0 0 0-.42.174a.75.75 0 1 1-.608-1.371q.24-.107.488-.203a.75.75 0 0 1 .97.43M5.648 4.241a.75.75 0 0 1-.026 1.06q-.165.158-.321.321a.75.75 0 1 1-1.087-1.034q.183-.191.373-.373a.75.75 0 0 1 1.06.026M3.16 7.26a.75.75 0 0 1 .381.99q-.092.207-.174.42a.75.75 0 0 1-1.399-.54q.094-.248.202-.488a.75.75 0 0 1 .99-.381m-1.139 3.744a.75.75 0 0 1 .732.768a10 10 0 0 0 0 .456a.75.75 0 1 1-1.5.036a11 11 0 0 1 0-.529a.75.75 0 0 1 .768-.731M21.603 14.9a.75.75 0 0 1 .429.97q-.095.247-.202.487a.75.75 0 1 1-1.371-.608q.092-.207.174-.42a.75.75 0 0 1 .97-.429m-19.205 0a.75.75 0 0 1 .97.43q.081.211.173.419a.75.75 0 1 1-1.37.608q-.108-.24-.203-.487a.75.75 0 0 1 .43-.97m17.362 3.452c.3.285.311.76.026 1.06a11 11 0 0 1-.373.373a.75.75 0 1 1-1.035-1.086q.165-.157.321-.321a.75.75 0 0 1 1.06-.026m-15.52 0a.75.75 0 0 1 1.06.026q.157.165.322.32a.75.75 0 0 1-1.035 1.087a11 11 0 0 1-.373-.373a.75.75 0 0 1 .026-1.06M7.26 20.84a.75.75 0 0 1 .99-.382q.207.093.419.174a.75.75 0 0 1-.54 1.4a11 11 0 0 1-.488-.203a.75.75 0 0 1-.381-.99m9.478 0a.75.75 0 0 1-.381.99q-.24.106-.488.202a.75.75 0 0 1-.54-1.4q.211-.081.42-.174a.75.75 0 0 1 .989.382m-5.735 1.139a.75.75 0 0 1 .768-.732a10 10 0 0 0 .456 0a.75.75 0 0 1 .036 1.5a11 11 0 0 1-.528 0a.75.75 0 0 1-.732-.768" opacity=".5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M12 2.75A9.25 9.25 0 0 1 21.25 12a.75.75 0 0 0 1.5 0c0-5.937-4.813-10.75-10.75-10.75a.75.75 0 0 0 0 1.5m0 5.5a.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-.75"/><path d="M9.1 2.398a.75.75 0 0 1-.43.97a9 9 0 0 0-.42.174a.75.75 0 1 1-.608-1.371q.24-.107.488-.203a.75.75 0 0 1 .97.43M5.648 4.241a.75.75 0 0 1-.026 1.06q-.165.158-.321.321a.75.75 0 1 1-1.087-1.034q.183-.191.373-.373a.75.75 0 0 1 1.06.026M3.16 7.26a.75.75 0 0 1 .381.99q-.092.207-.174.42a.75.75 0 0 1-1.399-.54q.094-.248.202-.488a.75.75 0 0 1 .99-.381m-1.139 3.744a.75.75 0 0 1 .732.768a10 10 0 0 0 0 .456a.75.75 0 1 1-1.5.036a11 11 0 0 1 0-.529a.75.75 0 0 1 .768-.731M21.603 14.9a.75.75 0 0 1 .429.97q-.095.247-.202.487a.75.75 0 1 1-1.371-.608q.092-.207.174-.42a.75.75 0 0 1 .97-.429m-19.205 0a.75.75 0 0 1 .97.43q.081.211.173.419a.75.75 0 1 1-1.37.608q-.108-.24-.203-.487a.75.75 0 0 1 .43-.97m17.362 3.452c.3.285.311.76.026 1.06a11 11 0 0 1-.373.373a.75.75 0 1 1-1.035-1.086q.165-.157.321-.321a.75.75 0 0 1 1.06-.026m-15.52 0a.75.75 0 0 1 1.06.026q.157.165.322.32a.75.75 0 0 1-1.035 1.087a11 11 0 0 1-.373-.373a.75.75 0 0 1 .026-1.06M7.26 20.84a.75.75 0 0 1 .99-.382q.207.093.419.174a.75.75 0 0 1-.54 1.4a11 11 0 0 1-.488-.203a.75.75 0 0 1-.381-.99m9.478 0a.75.75 0 0 1-.381.99q-.24.106-.488.202a.75.75 0 0 1-.54-1.4q.211-.081.42-.174a.75.75 0 0 1 .989.382m-5.735 1.139a.75.75 0 0 1 .768-.732a10 10 0 0 0 .456 0a.75.75 0 0 1 .036 1.5a11 11 0 0 1-.528 0a.75.75 0 0 1-.732-.768" opacity=".5"/></g></svg> </template>
CSS
.icon-history3-duotone {
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%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M12%202.75A9.25%209.25%200%200%201%2021.25%2012a.75.75%200%200%200%201.5%200c0-5.937-4.813-10.75-10.75-10.75a.75.75%200%200%200%200%201.5m0%205.5a.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-.75%22%2F%3E%3Cpath%20d%3D%22M9.1%202.398a.75.75%200%200%201-.43.97a9%209%200%200%200-.42.174a.75.75%200%201%201-.608-1.371q.24-.107.488-.203a.75.75%200%200%201%20.97.43M5.648%204.241a.75.75%200%200%201-.026%201.06q-.165.158-.321.321a.75.75%200%201%201-1.087-1.034q.183-.191.373-.373a.75.75%200%200%201%201.06.026M3.16%207.26a.75.75%200%200%201%20.381.99q-.092.207-.174.42a.75.75%200%200%201-1.399-.54q.094-.248.202-.488a.75.75%200%200%201%20.99-.381m-1.139%203.744a.75.75%200%200%201%20.732.768a10%2010%200%200%200%200%20.456a.75.75%200%201%201-1.5.036a11%2011%200%200%201%200-.529a.75.75%200%200%201%20.768-.731M21.603%2014.9a.75.75%200%200%201%20.429.97q-.095.247-.202.487a.75.75%200%201%201-1.371-.608q.092-.207.174-.42a.75.75%200%200%201%20.97-.429m-19.205%200a.75.75%200%200%201%20.97.43q.081.211.173.419a.75.75%200%201%201-1.37.608q-.108-.24-.203-.487a.75.75%200%200%201%20.43-.97m17.362%203.452c.3.285.311.76.026%201.06a11%2011%200%200%201-.373.373a.75.75%200%201%201-1.035-1.086q.165-.157.321-.321a.75.75%200%200%201%201.06-.026m-15.52%200a.75.75%200%200%201%201.06.026q.157.165.322.32a.75.75%200%200%201-1.035%201.087a11%2011%200%200%201-.373-.373a.75.75%200%200%201%20.026-1.06M7.26%2020.84a.75.75%200%200%201%20.99-.382q.207.093.419.174a.75.75%200%200%201-.54%201.4a11%2011%200%200%201-.488-.203a.75.75%200%200%201-.381-.99m9.478%200a.75.75%200%200%201-.381.99q-.24.106-.488.202a.75.75%200%200%201-.54-1.4q.211-.081.42-.174a.75.75%200%200%201%20.989.382m-5.735%201.139a.75.75%200%200%201%20.768-.732a10%2010%200%200%200%20.456%200a.75.75%200%200%201%20.036%201.5a11%2011%200%200%201-.528%200a.75.75%200%200%201-.732-.768%22%20opacity%3D%22.5%22%2F%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M12%202.75A9.25%209.25%200%200%201%2021.25%2012a.75.75%200%200%200%201.5%200c0-5.937-4.813-10.75-10.75-10.75a.75.75%200%200%200%200%201.5m0%205.5a.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-.75%22%2F%3E%3Cpath%20d%3D%22M9.1%202.398a.75.75%200%200%201-.43.97a9%209%200%200%200-.42.174a.75.75%200%201%201-.608-1.371q.24-.107.488-.203a.75.75%200%200%201%20.97.43M5.648%204.241a.75.75%200%200%201-.026%201.06q-.165.158-.321.321a.75.75%200%201%201-1.087-1.034q.183-.191.373-.373a.75.75%200%200%201%201.06.026M3.16%207.26a.75.75%200%200%201%20.381.99q-.092.207-.174.42a.75.75%200%200%201-1.399-.54q.094-.248.202-.488a.75.75%200%200%201%20.99-.381m-1.139%203.744a.75.75%200%200%201%20.732.768a10%2010%200%200%200%200%20.456a.75.75%200%201%201-1.5.036a11%2011%200%200%201%200-.529a.75.75%200%200%201%20.768-.731M21.603%2014.9a.75.75%200%200%201%20.429.97q-.095.247-.202.487a.75.75%200%201%201-1.371-.608q.092-.207.174-.42a.75.75%200%200%201%20.97-.429m-19.205%200a.75.75%200%200%201%20.97.43q.081.211.173.419a.75.75%200%201%201-1.37.608q-.108-.24-.203-.487a.75.75%200%200%201%20.43-.97m17.362%203.452c.3.285.311.76.026%201.06a11%2011%200%200%201-.373.373a.75.75%200%201%201-1.035-1.086q.165-.157.321-.321a.75.75%200%200%201%201.06-.026m-15.52%200a.75.75%200%200%201%201.06.026q.157.165.322.32a.75.75%200%200%201-1.035%201.087a11%2011%200%200%201-.373-.373a.75.75%200%200%201%20.026-1.06M7.26%2020.84a.75.75%200%200%201%20.99-.382q.207.093.419.174a.75.75%200%200%201-.54%201.4a11%2011%200%200%201-.488-.203a.75.75%200%200%201-.381-.99m9.478%200a.75.75%200%200%201-.381.99q-.24.106-.488.202a.75.75%200%200%201-.54-1.4q.211-.081.42-.174a.75.75%200%200%201%20.989.382m-5.735%201.139a.75.75%200%200%201%20.768-.732a10%2010%200%200%200%20.456%200a.75.75%200%200%201%20.036%201.5a11%2011%200%200%201-.528%200a.75.75%200%200%201-.732-.768%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/history3-duotone.svg?color=%231a73e8&size=48