History Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The History Svg icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/308917.svg" alt="History Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308917.svg" alt="History Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308917.svg" alt="History Svg icon" :width="24" :height="24" />
CSS background
.icon-history---svg {
background-image: url('https://proicons.com/icon/308917.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M4.92882 17.6569C4.5383 18.0474 4.5383 18.6805 4.92882 19.0711C8.83407 22.9763 15.1657 22.9763 19.071 19.0711C22.9762 15.1658 22.9762 8.83418 19.071 4.92893C15.1657 1.02369 8.83407 1.02369 4.92882 4.92893C3.23115 6.6266 2.27134 8.78437 2.04977 11L1 11C0.595538 11 0.230902 11.2436 0.0761206 11.6173C-0.0786606 11.991 0.00689479 12.4211 0.292893 12.7071L2.29289 14.7071L2.29505 14.7093C2.47586 14.889 2.72499 15 3.00005 15C3.27684 15 3.52735 14.8875 3.70841 14.7058L5.7071 12.7071C5.9931 12.4211 6.07866 11.991 5.92388 11.6173C5.7691 11.2436 5.40446 11 5 11H4.06219C4.27534 9.29677 5.03551 7.65068 6.34304 6.34315C9.46723 3.21895 14.5326 3.21895 17.6567 6.34315C20.7809 9.46734 20.7809 14.5327 17.6567 17.6569C14.5326 20.781 9.46723 20.781 6.34304 17.6569C5.95251 17.2663 5.31935 17.2663 4.92882 17.6569ZM10 8C10 7.44772 10.4477 7 11 7C11.5523 7 12 7.44772 12 8V12H16C16.5523 12 17 12.4477 17 13C17 13.5523 16.5523 14 16 14H11C10.4477 14 10 13.5523 10 13V8Z" fill="#292929"/> </svg>
Copied!