undo from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
undo
Set
Jam Icons
Style
Outline
Viewbox
24×24
License
MIT

The same icon in other sets

Use the undo icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-0.5 -2 24 24"><path fill="currentColor" d="m5.308 7.612l1.352-.923a.98.98 0 0 1 1.372.27a1.01 1.01 0 0 1-.266 1.388l-3.277 2.237a.98.98 0 0 1-1.372-.27L.907 6.998a1.007 1.007 0 0 1 .266-1.389a.98.98 0 0 1 1.372.27l.839 1.259C4.6 3.01 8.38 0 12.855 0c5.458 0 9.882 4.477 9.882 10s-4.424 10-9.882 10a.994.994 0 0 1-.988-1c0-.552.443-1 .988-1c4.366 0 7.906-3.582 7.906-8s-3.54-8-7.906-8C9.311 2 6.312 4.36 5.308 7.612"/></svg>

React

import type { SVGProps } from "react";

export function JamUndo(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-0.5 -2 24 24"><path fill="currentColor" d="m5.308 7.612l1.352-.923a.98.98 0 0 1 1.372.27a1.01 1.01 0 0 1-.266 1.388l-3.277 2.237a.98.98 0 0 1-1.372-.27L.907 6.998a1.007 1.007 0 0 1 .266-1.389a.98.98 0 0 1 1.372.27l.839 1.259C4.6 3.01 8.38 0 12.855 0c5.458 0 9.882 4.477 9.882 10s-4.424 10-9.882 10a.994.994 0 0 1-.988-1c0-.552.443-1 .988-1c4.366 0 7.906-3.582 7.906-8s-3.54-8-7.906-8C9.311 2 6.312 4.36 5.308 7.612"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-0.5 -2 24 24"><path fill="currentColor" d="m5.308 7.612l1.352-.923a.98.98 0 0 1 1.372.27a1.01 1.01 0 0 1-.266 1.388l-3.277 2.237a.98.98 0 0 1-1.372-.27L.907 6.998a1.007 1.007 0 0 1 .266-1.389a.98.98 0 0 1 1.372.27l.839 1.259C4.6 3.01 8.38 0 12.855 0c5.458 0 9.882 4.477 9.882 10s-4.424 10-9.882 10a.994.994 0 0 1-.988-1c0-.552.443-1 .988-1c4.366 0 7.906-3.582 7.906-8s-3.54-8-7.906-8C9.311 2 6.312 4.36 5.308 7.612"/></svg>
</template>

CSS

.icon-undo {
  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%22-0.5%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m5.308%207.612l1.352-.923a.98.98%200%200%201%201.372.27a1.01%201.01%200%200%201-.266%201.388l-3.277%202.237a.98.98%200%200%201-1.372-.27L.907%206.998a1.007%201.007%200%200%201%20.266-1.389a.98.98%200%200%201%201.372.27l.839%201.259C4.6%203.01%208.38%200%2012.855%200c5.458%200%209.882%204.477%209.882%2010s-4.424%2010-9.882%2010a.994.994%200%200%201-.988-1c0-.552.443-1%20.988-1c4.366%200%207.906-3.582%207.906-8s-3.54-8-7.906-8C9.311%202%206.312%204.36%205.308%207.612%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%22-0.5%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m5.308%207.612l1.352-.923a.98.98%200%200%201%201.372.27a1.01%201.01%200%200%201-.266%201.388l-3.277%202.237a.98.98%200%200%201-1.372-.27L.907%206.998a1.007%201.007%200%200%201%20.266-1.389a.98.98%200%200%201%201.372.27l.839%201.259C4.6%203.01%208.38%200%2012.855%200c5.458%200%209.882%204.477%209.882%2010s-4.424%2010-9.882%2010a.994.994%200%200%201-.988-1c0-.552.443-1%20.988-1c4.366%200%207.906-3.582%207.906-8s-3.54-8-7.906-8C9.311%202%206.312%204.36%205.308%207.612%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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