undo-outline from Eva Icons by Akveo · Outline · MIT Free for personal and commercial use.

Name
undo-outline
Set
Eva Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in Eva Icons

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 0 24 24"><path fill="currentColor" d="M20.22 21a1 1 0 0 1-1-.76a8.91 8.91 0 0 0-7.8-6.69v1.12a1.78 1.78 0 0 1-1.09 1.64A2 2 0 0 1 8.18 16l-5.06-4.41a1.76 1.76 0 0 1 0-2.68l5.06-4.42a2 2 0 0 1 2.18-.3a1.78 1.78 0 0 1 1.09 1.64V7A10.89 10.89 0 0 1 21.5 17.75a10.3 10.3 0 0 1-.31 2.49a1 1 0 0 1-1 .76Zm-9.77-9.5a11.07 11.07 0 0 1 8.81 4.26A9 9 0 0 0 10.45 9a1 1 0 0 1-1-1V6.08l-4.82 4.17l4.82 4.21v-2a1 1 0 0 1 1-.96"/></svg>

React

import type { SVGProps } from "react";

export function EvaUndoOutline(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="M20.22 21a1 1 0 0 1-1-.76a8.91 8.91 0 0 0-7.8-6.69v1.12a1.78 1.78 0 0 1-1.09 1.64A2 2 0 0 1 8.18 16l-5.06-4.41a1.76 1.76 0 0 1 0-2.68l5.06-4.42a2 2 0 0 1 2.18-.3a1.78 1.78 0 0 1 1.09 1.64V7A10.89 10.89 0 0 1 21.5 17.75a10.3 10.3 0 0 1-.31 2.49a1 1 0 0 1-1 .76Zm-9.77-9.5a11.07 11.07 0 0 1 8.81 4.26A9 9 0 0 0 10.45 9a1 1 0 0 1-1-1V6.08l-4.82 4.17l4.82 4.21v-2a1 1 0 0 1 1-.96"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.22 21a1 1 0 0 1-1-.76a8.91 8.91 0 0 0-7.8-6.69v1.12a1.78 1.78 0 0 1-1.09 1.64A2 2 0 0 1 8.18 16l-5.06-4.41a1.76 1.76 0 0 1 0-2.68l5.06-4.42a2 2 0 0 1 2.18-.3a1.78 1.78 0 0 1 1.09 1.64V7A10.89 10.89 0 0 1 21.5 17.75a10.3 10.3 0 0 1-.31 2.49a1 1 0 0 1-1 .76Zm-9.77-9.5a11.07 11.07 0 0 1 8.81 4.26A9 9 0 0 0 10.45 9a1 1 0 0 1-1-1V6.08l-4.82 4.17l4.82 4.21v-2a1 1 0 0 1 1-.96"/></svg>
</template>

CSS

.icon-undo-outline {
  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%22M20.22%2021a1%201%200%200%201-1-.76a8.91%208.91%200%200%200-7.8-6.69v1.12a1.78%201.78%200%200%201-1.09%201.64A2%202%200%200%201%208.18%2016l-5.06-4.41a1.76%201.76%200%200%201%200-2.68l5.06-4.42a2%202%200%200%201%202.18-.3a1.78%201.78%200%200%201%201.09%201.64V7A10.89%2010.89%200%200%201%2021.5%2017.75a10.3%2010.3%200%200%201-.31%202.49a1%201%200%200%201-1%20.76Zm-9.77-9.5a11.07%2011.07%200%200%201%208.81%204.26A9%209%200%200%200%2010.45%209a1%201%200%200%201-1-1V6.08l-4.82%204.17l4.82%204.21v-2a1%201%200%200%201%201-.96%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%22M20.22%2021a1%201%200%200%201-1-.76a8.91%208.91%200%200%200-7.8-6.69v1.12a1.78%201.78%200%200%201-1.09%201.64A2%202%200%200%201%208.18%2016l-5.06-4.41a1.76%201.76%200%200%201%200-2.68l5.06-4.42a2%202%200%200%201%202.18-.3a1.78%201.78%200%200%201%201.09%201.64V7A10.89%2010.89%200%200%201%2021.5%2017.75a10.3%2010.3%200%200%201-.31%202.49a1%201%200%200%201-1%20.76Zm-9.77-9.5a11.07%2011.07%200%200%201%208.81%204.26A9%209%200%200%200%2010.45%209a1%201%200%200%201-1-1V6.08l-4.82%204.17l4.82%204.21v-2a1%201%200%200%201%201-.96%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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