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

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

1 other variant in Google Material Icons

More action icons from Google Material Icons

Use the round done icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.47 5.63c.39.39.39 1.01 0 1.4L9.13 18.37a.984.984 0 0 1-1.4 0l-4.2-4.2a.984.984 0 0 1 0-1.4a.984.984 0 0 1 1.4 0l3.5 3.5L19.07 5.63a.984.984 0 0 1 1.4 0m-2.11-2.12l-9.93 9.93l-2.79-2.79c-.78-.78-2.05-.78-2.83 0l-1.4 1.4c-.78.78-.78 2.05 0 2.83l5.6 5.6c.78.78 2.05.78 2.83 0L22.59 7.74c.78-.78.78-2.05 0-2.83l-1.4-1.4c-.79-.78-2.05-.78-2.83 0"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundDoneOutline(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.47 5.63c.39.39.39 1.01 0 1.4L9.13 18.37a.984.984 0 0 1-1.4 0l-4.2-4.2a.984.984 0 0 1 0-1.4a.984.984 0 0 1 1.4 0l3.5 3.5L19.07 5.63a.984.984 0 0 1 1.4 0m-2.11-2.12l-9.93 9.93l-2.79-2.79c-.78-.78-2.05-.78-2.83 0l-1.4 1.4c-.78.78-.78 2.05 0 2.83l5.6 5.6c.78.78 2.05.78 2.83 0L22.59 7.74c.78-.78.78-2.05 0-2.83l-1.4-1.4c-.79-.78-2.05-.78-2.83 0"/></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.47 5.63c.39.39.39 1.01 0 1.4L9.13 18.37a.984.984 0 0 1-1.4 0l-4.2-4.2a.984.984 0 0 1 0-1.4a.984.984 0 0 1 1.4 0l3.5 3.5L19.07 5.63a.984.984 0 0 1 1.4 0m-2.11-2.12l-9.93 9.93l-2.79-2.79c-.78-.78-2.05-.78-2.83 0l-1.4 1.4c-.78.78-.78 2.05 0 2.83l5.6 5.6c.78.78 2.05.78 2.83 0L22.59 7.74c.78-.78.78-2.05 0-2.83l-1.4-1.4c-.79-.78-2.05-.78-2.83 0"/></svg>
</template>

CSS

.icon-round-done-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.47%205.63c.39.39.39%201.01%200%201.4L9.13%2018.37a.984.984%200%200%201-1.4%200l-4.2-4.2a.984.984%200%200%201%200-1.4a.984.984%200%200%201%201.4%200l3.5%203.5L19.07%205.63a.984.984%200%200%201%201.4%200m-2.11-2.12l-9.93%209.93l-2.79-2.79c-.78-.78-2.05-.78-2.83%200l-1.4%201.4c-.78.78-.78%202.05%200%202.83l5.6%205.6c.78.78%202.05.78%202.83%200L22.59%207.74c.78-.78.78-2.05%200-2.83l-1.4-1.4c-.79-.78-2.05-.78-2.83%200%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.47%205.63c.39.39.39%201.01%200%201.4L9.13%2018.37a.984.984%200%200%201-1.4%200l-4.2-4.2a.984.984%200%200%201%200-1.4a.984.984%200%200%201%201.4%200l3.5%203.5L19.07%205.63a.984.984%200%200%201%201.4%200m-2.11-2.12l-9.93%209.93l-2.79-2.79c-.78-.78-2.05-.78-2.83%200l-1.4%201.4c-.78.78-.78%202.05%200%202.83l5.6%205.6c.78.78%202.05.78%202.83%200L22.59%207.74c.78-.78.78-2.05%200-2.83l-1.4-1.4c-.79-.78-2.05-.78-2.83%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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