history icon
history-bold-duotone from Solar by 480 Design · Bold Duotone · Time · CC-BY-4.0 Attribution required.
- Name
- history-bold-duotone
- Set
- Solar
- Style
- Bold Duotone
- Category
- Time
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
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 IconhistoryOcticonshistoryPrime Iconshistory-fillRemix IconhistoryTabler IconshistoryTDesign Iconshistory-outlineTeenyicons
More time icons from Solar
alarm-add-boldalarm-boldalarm-pause-boldalarm-play-boldalarm-remove-boldalarm-sleep-boldalarm-turn-off-boldcalendar-add-boldcalendar-boldcalendar-date-boldcalendar-mark-boldcalendar-minimalistic-boldcalendar-search-boldclock-circle-boldclock-square-boldhistory-2-boldhistory-3-boldhourglass-boldhourglass-line-boldstopwatch-boldstopwatch-pause-boldstopwatch-play-boldwatch-round-boldwatch-square-bold
Use the history icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M5.07868 5.06891C8.87402 1.27893 15.0437 1.31923 18.8622 5.13778C22.6824 8.95797 22.7211 15.1313 18.9262 18.9262C15.1312 22.7211 8.95793 22.6824 5.13774 18.8622C2.87389 16.5984 1.93904 13.5099 2.34047 10.5812C2.39672 10.1708 2.775 9.88377 3.18537 9.94002C3.59575 9.99627 3.88282 10.3745 3.82658 10.7849C3.4866 13.2652 4.27782 15.881 6.1984 17.8016C9.44288 21.0461 14.6664 21.0646 17.8655 17.8655C21.0646 14.6664 21.046 9.44292 17.8015 6.19844C14.5587 2.95561 9.33889 2.93539 6.13935 6.12957L6.88705 6.13333C7.30126 6.13541 7.63535 6.47288 7.63327 6.88709C7.63119 7.3013 7.29372 7.63539 6.87951 7.63331L4.33396 7.62052C3.92269 7.61845 3.58981 7.28556 3.58774 6.8743L3.57495 4.32874C3.57286 3.91454 3.90696 3.57707 4.32117 3.57498C4.73538 3.5729 5.07285 3.907 5.07493 4.32121L5.07868 5.06891Z" clip-rule="evenodd"/><path d="M12 7.25C12.4142 7.25 12.75 7.58579 12.75 8V11.6893L15.0303 13.9697C15.3232 14.2626 15.3232 14.7374 15.0303 15.0303C14.7374 15.3232 14.2626 15.3232 13.9697 15.0303L11.5429 12.6036C11.3554 12.416 11.25 12.1617 11.25 11.8964V8C11.25 7.58579 11.5858 7.25 12 7.25Z" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarHistoryBoldDuotone(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"><path fillRule="evenodd" d="M5.07868 5.06891C8.87402 1.27893 15.0437 1.31923 18.8622 5.13778C22.6824 8.95797 22.7211 15.1313 18.9262 18.9262C15.1312 22.7211 8.95793 22.6824 5.13774 18.8622C2.87389 16.5984 1.93904 13.5099 2.34047 10.5812C2.39672 10.1708 2.775 9.88377 3.18537 9.94002C3.59575 9.99627 3.88282 10.3745 3.82658 10.7849C3.4866 13.2652 4.27782 15.881 6.1984 17.8016C9.44288 21.0461 14.6664 21.0646 17.8655 17.8655C21.0646 14.6664 21.046 9.44292 17.8015 6.19844C14.5587 2.95561 9.33889 2.93539 6.13935 6.12957L6.88705 6.13333C7.30126 6.13541 7.63535 6.47288 7.63327 6.88709C7.63119 7.3013 7.29372 7.63539 6.87951 7.63331L4.33396 7.62052C3.92269 7.61845 3.58981 7.28556 3.58774 6.8743L3.57495 4.32874C3.57286 3.91454 3.90696 3.57707 4.32117 3.57498C4.73538 3.5729 5.07285 3.907 5.07493 4.32121L5.07868 5.06891Z" clipRule="evenodd"/><path d="M12 7.25C12.4142 7.25 12.75 7.58579 12.75 8V11.6893L15.0303 13.9697C15.3232 14.2626 15.3232 14.7374 15.0303 15.0303C14.7374 15.3232 14.2626 15.3232 13.9697 15.0303L11.5429 12.6036C11.3554 12.416 11.25 12.1617 11.25 11.8964V8C11.25 7.58579 11.5858 7.25 12 7.25Z" 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"><path fill-rule="evenodd" d="M5.07868 5.06891C8.87402 1.27893 15.0437 1.31923 18.8622 5.13778C22.6824 8.95797 22.7211 15.1313 18.9262 18.9262C15.1312 22.7211 8.95793 22.6824 5.13774 18.8622C2.87389 16.5984 1.93904 13.5099 2.34047 10.5812C2.39672 10.1708 2.775 9.88377 3.18537 9.94002C3.59575 9.99627 3.88282 10.3745 3.82658 10.7849C3.4866 13.2652 4.27782 15.881 6.1984 17.8016C9.44288 21.0461 14.6664 21.0646 17.8655 17.8655C21.0646 14.6664 21.046 9.44292 17.8015 6.19844C14.5587 2.95561 9.33889 2.93539 6.13935 6.12957L6.88705 6.13333C7.30126 6.13541 7.63535 6.47288 7.63327 6.88709C7.63119 7.3013 7.29372 7.63539 6.87951 7.63331L4.33396 7.62052C3.92269 7.61845 3.58981 7.28556 3.58774 6.8743L3.57495 4.32874C3.57286 3.91454 3.90696 3.57707 4.32117 3.57498C4.73538 3.5729 5.07285 3.907 5.07493 4.32121L5.07868 5.06891Z" clip-rule="evenodd"/><path d="M12 7.25C12.4142 7.25 12.75 7.58579 12.75 8V11.6893L15.0303 13.9697C15.3232 14.2626 15.3232 14.7374 15.0303 15.0303C14.7374 15.3232 14.2626 15.3232 13.9697 15.0303L11.5429 12.6036C11.3554 12.416 11.25 12.1617 11.25 11.8964V8C11.25 7.58579 11.5858 7.25 12 7.25Z" opacity=".5"/></g></svg> </template>
CSS
.icon-history-bold-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%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5.07868%205.06891C8.87402%201.27893%2015.0437%201.31923%2018.8622%205.13778C22.6824%208.95797%2022.7211%2015.1313%2018.9262%2018.9262C15.1312%2022.7211%208.95793%2022.6824%205.13774%2018.8622C2.87389%2016.5984%201.93904%2013.5099%202.34047%2010.5812C2.39672%2010.1708%202.775%209.88377%203.18537%209.94002C3.59575%209.99627%203.88282%2010.3745%203.82658%2010.7849C3.4866%2013.2652%204.27782%2015.881%206.1984%2017.8016C9.44288%2021.0461%2014.6664%2021.0646%2017.8655%2017.8655C21.0646%2014.6664%2021.046%209.44292%2017.8015%206.19844C14.5587%202.95561%209.33889%202.93539%206.13935%206.12957L6.88705%206.13333C7.30126%206.13541%207.63535%206.47288%207.63327%206.88709C7.63119%207.3013%207.29372%207.63539%206.87951%207.63331L4.33396%207.62052C3.92269%207.61845%203.58981%207.28556%203.58774%206.8743L3.57495%204.32874C3.57286%203.91454%203.90696%203.57707%204.32117%203.57498C4.73538%203.5729%205.07285%203.907%205.07493%204.32121L5.07868%205.06891Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M12%207.25C12.4142%207.25%2012.75%207.58579%2012.75%208V11.6893L15.0303%2013.9697C15.3232%2014.2626%2015.3232%2014.7374%2015.0303%2015.0303C14.7374%2015.3232%2014.2626%2015.3232%2013.9697%2015.0303L11.5429%2012.6036C11.3554%2012.416%2011.25%2012.1617%2011.25%2011.8964V8C11.25%207.58579%2011.5858%207.25%2012%207.25Z%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%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5.07868%205.06891C8.87402%201.27893%2015.0437%201.31923%2018.8622%205.13778C22.6824%208.95797%2022.7211%2015.1313%2018.9262%2018.9262C15.1312%2022.7211%208.95793%2022.6824%205.13774%2018.8622C2.87389%2016.5984%201.93904%2013.5099%202.34047%2010.5812C2.39672%2010.1708%202.775%209.88377%203.18537%209.94002C3.59575%209.99627%203.88282%2010.3745%203.82658%2010.7849C3.4866%2013.2652%204.27782%2015.881%206.1984%2017.8016C9.44288%2021.0461%2014.6664%2021.0646%2017.8655%2017.8655C21.0646%2014.6664%2021.046%209.44292%2017.8015%206.19844C14.5587%202.95561%209.33889%202.93539%206.13935%206.12957L6.88705%206.13333C7.30126%206.13541%207.63535%206.47288%207.63327%206.88709C7.63119%207.3013%207.29372%207.63539%206.87951%207.63331L4.33396%207.62052C3.92269%207.61845%203.58981%207.28556%203.58774%206.8743L3.57495%204.32874C3.57286%203.91454%203.90696%203.57707%204.32117%203.57498C4.73538%203.5729%205.07285%203.907%205.07493%204.32121L5.07868%205.06891Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M12%207.25C12.4142%207.25%2012.75%207.58579%2012.75%208V11.6893L15.0303%2013.9697C15.3232%2014.2626%2015.3232%2014.7374%2015.0303%2015.0303C14.7374%2015.3232%2014.2626%2015.3232%2013.9697%2015.0303L11.5429%2012.6036C11.3554%2012.416%2011.25%2012.1617%2011.25%2011.8964V8C11.25%207.58579%2011.5858%207.25%2012%207.25Z%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/solar/history-bold-duotone.svg?color=%231a73e8&size=48