history icon
history-bold from Solar by 480 Design · Bold · Time · CC-BY-4.0 Attribution required.
- Name
- history-bold
- Set
- Solar
- Style
- Bold
- 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"><path fill="currentColor" 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.06891ZM11.9999 7.24992C12.4141 7.24992 12.7499 7.58571 12.7499 7.99992V11.6893L15.0302 13.9696C15.3231 14.2625 15.3231 14.7374 15.0302 15.0302C14.7373 15.3231 14.2624 15.3231 13.9696 15.0302L11.2499 12.3106V7.99992C11.2499 7.58571 11.5857 7.24992 11.9999 7.24992Z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function SolarHistoryBold(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="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.06891ZM11.9999 7.24992C12.4141 7.24992 12.7499 7.58571 12.7499 7.99992V11.6893L15.0302 13.9696C15.3231 14.2625 15.3231 14.7374 15.0302 15.0302C14.7373 15.3231 14.2624 15.3231 13.9696 15.0302L11.2499 12.3106V7.99992C11.2499 7.58571 11.5857 7.24992 11.9999 7.24992Z" 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="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.06891ZM11.9999 7.24992C12.4141 7.24992 12.7499 7.58571 12.7499 7.99992V11.6893L15.0302 13.9696C15.3231 14.2625 15.3231 14.7374 15.0302 15.0302C14.7373 15.3231 14.2624 15.3231 13.9696 15.0302L11.2499 12.3106V7.99992C11.2499 7.58571 11.5857 7.24992 11.9999 7.24992Z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-history-bold {
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%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.06891ZM11.9999%207.24992C12.4141%207.24992%2012.7499%207.58571%2012.7499%207.99992V11.6893L15.0302%2013.9696C15.3231%2014.2625%2015.3231%2014.7374%2015.0302%2015.0302C14.7373%2015.3231%2014.2624%2015.3231%2013.9696%2015.0302L11.2499%2012.3106V7.99992C11.2499%207.58571%2011.5857%207.24992%2011.9999%207.24992Z%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%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.06891ZM11.9999%207.24992C12.4141%207.24992%2012.7499%207.58571%2012.7499%207.99992V11.6893L15.0302%2013.9696C15.3231%2014.2625%2015.3231%2014.7374%2015.0302%2015.0302C14.7373%2015.3231%2014.2624%2015.3231%2013.9696%2015.0302L11.2499%2012.3106V7.99992C11.2499%207.58571%2011.5857%207.24992%2011.9999%207.24992Z%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/solar/history-bold.svg?color=%231a73e8&size=48