round remove done icon

round-remove-done from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.

Name
round-remove-done
Set
Google Material Icons
Style
Baseline
Category
Action
Viewbox
24×24
License
Apache 2.0

More action icons from Google Material Icons

Use the round remove done icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.14 2.69a.996.996 0 0 0 0 1.41l9.67 9.67l-1.41 1.41l-3.54-3.53a.996.996 0 1 0-1.41 1.41l4.24 4.24c.39.39 1.02.39 1.41 0l2.12-2.12l5.89 5.89a.996.996 0 1 0 1.41-1.41L5.55 2.69a.996.996 0 0 0-1.41 0m13.91 9.67l4.24-4.24a1 1 0 0 0-.01-1.42c-.39-.38-1.02-.38-1.41.01l-4.24 4.24zM16.64 6.7a.996.996 0 0 0-1.41 0l-1.42 1.42l1.41 1.41l1.42-1.42a.996.996 0 0 0 0-1.41M1.79 13.06l4.95 4.95l1.41-1.41l-4.95-4.95a.996.996 0 1 0-1.41 1.41"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundRemoveDone(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="M4.14 2.69a.996.996 0 0 0 0 1.41l9.67 9.67l-1.41 1.41l-3.54-3.53a.996.996 0 1 0-1.41 1.41l4.24 4.24c.39.39 1.02.39 1.41 0l2.12-2.12l5.89 5.89a.996.996 0 1 0 1.41-1.41L5.55 2.69a.996.996 0 0 0-1.41 0m13.91 9.67l4.24-4.24a1 1 0 0 0-.01-1.42c-.39-.38-1.02-.38-1.41.01l-4.24 4.24zM16.64 6.7a.996.996 0 0 0-1.41 0l-1.42 1.42l1.41 1.41l1.42-1.42a.996.996 0 0 0 0-1.41M1.79 13.06l4.95 4.95l1.41-1.41l-4.95-4.95a.996.996 0 1 0-1.41 1.41"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.14 2.69a.996.996 0 0 0 0 1.41l9.67 9.67l-1.41 1.41l-3.54-3.53a.996.996 0 1 0-1.41 1.41l4.24 4.24c.39.39 1.02.39 1.41 0l2.12-2.12l5.89 5.89a.996.996 0 1 0 1.41-1.41L5.55 2.69a.996.996 0 0 0-1.41 0m13.91 9.67l4.24-4.24a1 1 0 0 0-.01-1.42c-.39-.38-1.02-.38-1.41.01l-4.24 4.24zM16.64 6.7a.996.996 0 0 0-1.41 0l-1.42 1.42l1.41 1.41l1.42-1.42a.996.996 0 0 0 0-1.41M1.79 13.06l4.95 4.95l1.41-1.41l-4.95-4.95a.996.996 0 1 0-1.41 1.41"/></svg>
</template>

CSS

.icon-round-remove-done {
  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%22M4.14%202.69a.996.996%200%200%200%200%201.41l9.67%209.67l-1.41%201.41l-3.54-3.53a.996.996%200%201%200-1.41%201.41l4.24%204.24c.39.39%201.02.39%201.41%200l2.12-2.12l5.89%205.89a.996.996%200%201%200%201.41-1.41L5.55%202.69a.996.996%200%200%200-1.41%200m13.91%209.67l4.24-4.24a1%201%200%200%200-.01-1.42c-.39-.38-1.02-.38-1.41.01l-4.24%204.24zM16.64%206.7a.996.996%200%200%200-1.41%200l-1.42%201.42l1.41%201.41l1.42-1.42a.996.996%200%200%200%200-1.41M1.79%2013.06l4.95%204.95l1.41-1.41l-4.95-4.95a.996.996%200%201%200-1.41%201.41%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%22M4.14%202.69a.996.996%200%200%200%200%201.41l9.67%209.67l-1.41%201.41l-3.54-3.53a.996.996%200%201%200-1.41%201.41l4.24%204.24c.39.39%201.02.39%201.41%200l2.12-2.12l5.89%205.89a.996.996%200%201%200%201.41-1.41L5.55%202.69a.996.996%200%200%200-1.41%200m13.91%209.67l4.24-4.24a1%201%200%200%200-.01-1.42c-.39-.38-1.02-.38-1.41.01l-4.24%204.24zM16.64%206.7a.996.996%200%200%200-1.41%200l-1.42%201.42l1.41%201.41l1.42-1.42a.996.996%200%200%200%200-1.41M1.79%2013.06l4.95%204.95l1.41-1.41l-4.95-4.95a.996.996%200%201%200-1.41%201.41%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-remove-done.svg?color=%231a73e8&size=48