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

Name
undo-fill
Set
Eva Icons
Style
Fill
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 .76Z"/></svg>

React

import type { SVGProps } from "react";

export function EvaUndoFill(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 .76Z"/></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 .76Z"/></svg>
</template>

CSS

.icon-undo-fill {
  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.76Z%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.76Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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