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

Name
round-done-all
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 done all icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.3 6.3a.996.996 0 0 0-1.41 0l-5.64 5.64l1.41 1.41L17.3 7.7c.38-.38.38-1.02 0-1.4m4.24-.01l-9.88 9.88l-3.48-3.47a.996.996 0 1 0-1.41 1.41l4.18 4.18c.39.39 1.02.39 1.41 0L22.95 7.71a.996.996 0 0 0 0-1.41h-.01a.975.975 0 0 0-1.4-.01M1.12 14.12L5.3 18.3c.39.39 1.02.39 1.41 0l.7-.7l-4.88-4.9a.996.996 0 0 0-1.41 0c-.39.39-.39 1.03 0 1.42"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundDoneAll(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="M17.3 6.3a.996.996 0 0 0-1.41 0l-5.64 5.64l1.41 1.41L17.3 7.7c.38-.38.38-1.02 0-1.4m4.24-.01l-9.88 9.88l-3.48-3.47a.996.996 0 1 0-1.41 1.41l4.18 4.18c.39.39 1.02.39 1.41 0L22.95 7.71a.996.996 0 0 0 0-1.41h-.01a.975.975 0 0 0-1.4-.01M1.12 14.12L5.3 18.3c.39.39 1.02.39 1.41 0l.7-.7l-4.88-4.9a.996.996 0 0 0-1.41 0c-.39.39-.39 1.03 0 1.42"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.3 6.3a.996.996 0 0 0-1.41 0l-5.64 5.64l1.41 1.41L17.3 7.7c.38-.38.38-1.02 0-1.4m4.24-.01l-9.88 9.88l-3.48-3.47a.996.996 0 1 0-1.41 1.41l4.18 4.18c.39.39 1.02.39 1.41 0L22.95 7.71a.996.996 0 0 0 0-1.41h-.01a.975.975 0 0 0-1.4-.01M1.12 14.12L5.3 18.3c.39.39 1.02.39 1.41 0l.7-.7l-4.88-4.9a.996.996 0 0 0-1.41 0c-.39.39-.39 1.03 0 1.42"/></svg>
</template>

CSS

.icon-round-done-all {
  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%22M17.3%206.3a.996.996%200%200%200-1.41%200l-5.64%205.64l1.41%201.41L17.3%207.7c.38-.38.38-1.02%200-1.4m4.24-.01l-9.88%209.88l-3.48-3.47a.996.996%200%201%200-1.41%201.41l4.18%204.18c.39.39%201.02.39%201.41%200L22.95%207.71a.996.996%200%200%200%200-1.41h-.01a.975.975%200%200%200-1.4-.01M1.12%2014.12L5.3%2018.3c.39.39%201.02.39%201.41%200l.7-.7l-4.88-4.9a.996.996%200%200%200-1.41%200c-.39.39-.39%201.03%200%201.42%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%22M17.3%206.3a.996.996%200%200%200-1.41%200l-5.64%205.64l1.41%201.41L17.3%207.7c.38-.38.38-1.02%200-1.4m4.24-.01l-9.88%209.88l-3.48-3.47a.996.996%200%201%200-1.41%201.41l4.18%204.18c.39.39%201.02.39%201.41%200L22.95%207.71a.996.996%200%200%200%200-1.41h-.01a.975.975%200%200%200-1.4-.01M1.12%2014.12L5.3%2018.3c.39.39%201.02.39%201.41%200l.7-.7l-4.88-4.9a.996.996%200%200%200-1.41%200c-.39.39-.39%201.03%200%201.42%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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