history alt icon

history-alt from Unicons Solid by Iconscout · Solid · User Interface · Apache-2.0 Free for personal and commercial use.

Name
history-alt
Set
Unicons Solid
Style
Solid
Category
User Interface
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More user interface icons from Unicons Solid

Use the history alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.4 3.3C12.5 1.1 7.7 1.8 4.6 4.8V3c0-.6-.4-1-1-1s-1 .4-1 1v4.5c0 .6.4 1 1 1h4.5c.6 0 1-.4 1-1s-.4-1-1-1H5.7C7.1 4.9 9.2 4 11.5 4c4.4 0 8 3.6 8 8s-3.6 8-8 8c-.6 0-1 .4-1 1s.4 1 1 1c3.6 0 6.9-1.9 8.7-5c2.7-4.8 1-10.9-3.8-13.7m-5 4.7c-.6 0-1 .4-1 1v3c0 .6.4 1 1 1h2c.6 0 1-.4 1-1s-.4-1-1-1h-1V9c0-.6-.4-1-1-1"/></svg>

React

import type { SVGProps } from "react";

export function UisHistoryAlt(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" d="M16.4 3.3C12.5 1.1 7.7 1.8 4.6 4.8V3c0-.6-.4-1-1-1s-1 .4-1 1v4.5c0 .6.4 1 1 1h4.5c.6 0 1-.4 1-1s-.4-1-1-1H5.7C7.1 4.9 9.2 4 11.5 4c4.4 0 8 3.6 8 8s-3.6 8-8 8c-.6 0-1 .4-1 1s.4 1 1 1c3.6 0 6.9-1.9 8.7-5c2.7-4.8 1-10.9-3.8-13.7m-5 4.7c-.6 0-1 .4-1 1v3c0 .6.4 1 1 1h2c.6 0 1-.4 1-1s-.4-1-1-1h-1V9c0-.6-.4-1-1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.4 3.3C12.5 1.1 7.7 1.8 4.6 4.8V3c0-.6-.4-1-1-1s-1 .4-1 1v4.5c0 .6.4 1 1 1h4.5c.6 0 1-.4 1-1s-.4-1-1-1H5.7C7.1 4.9 9.2 4 11.5 4c4.4 0 8 3.6 8 8s-3.6 8-8 8c-.6 0-1 .4-1 1s.4 1 1 1c3.6 0 6.9-1.9 8.7-5c2.7-4.8 1-10.9-3.8-13.7m-5 4.7c-.6 0-1 .4-1 1v3c0 .6.4 1 1 1h2c.6 0 1-.4 1-1s-.4-1-1-1h-1V9c0-.6-.4-1-1-1"/></svg>
</template>

CSS

.icon-history-alt {
  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%20d%3D%22M16.4%203.3C12.5%201.1%207.7%201.8%204.6%204.8V3c0-.6-.4-1-1-1s-1%20.4-1%201v4.5c0%20.6.4%201%201%201h4.5c.6%200%201-.4%201-1s-.4-1-1-1H5.7C7.1%204.9%209.2%204%2011.5%204c4.4%200%208%203.6%208%208s-3.6%208-8%208c-.6%200-1%20.4-1%201s.4%201%201%201c3.6%200%206.9-1.9%208.7-5c2.7-4.8%201-10.9-3.8-13.7m-5%204.7c-.6%200-1%20.4-1%201v3c0%20.6.4%201%201%201h2c.6%200%201-.4%201-1s-.4-1-1-1h-1V9c0-.6-.4-1-1-1%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%20d%3D%22M16.4%203.3C12.5%201.1%207.7%201.8%204.6%204.8V3c0-.6-.4-1-1-1s-1%20.4-1%201v4.5c0%20.6.4%201%201%201h4.5c.6%200%201-.4%201-1s-.4-1-1-1H5.7C7.1%204.9%209.2%204%2011.5%204c4.4%200%208%203.6%208%208s-3.6%208-8%208c-.6%200-1%20.4-1%201s.4%201%201%201c3.6%200%206.9-1.9%208.7-5c2.7-4.8%201-10.9-3.8-13.7m-5%204.7c-.6%200-1%20.4-1%201v3c0%20.6.4%201%201%201h2c.6%200%201-.4%201-1s-.4-1-1-1h-1V9c0-.6-.4-1-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uis/history-alt.svg?color=%231a73e8&size=48