md done all icon

md-done-all from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
md-done-all
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT
Aliases
android-done-all

Related icons in IonIcons

Use the md done all icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M387.581 139.712L356.755 109 216.913 248.319l30.831 30.719 139.837-139.326zM481.172 109L247.744 340.469l-91.39-91.051-30.827 30.715L247.744 403 512 139.712 481.172 109zM0 280.133L123.321 403l30.829-30.713L31.934 249.418 0 280.133z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdDoneAll(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M387.581 139.712L356.755 109 216.913 248.319l30.831 30.719 139.837-139.326zM481.172 109L247.744 340.469l-91.39-91.051-30.827 30.715L247.744 403 512 139.712 481.172 109zM0 280.133L123.321 403l30.829-30.713L31.934 249.418 0 280.133z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M387.581 139.712L356.755 109 216.913 248.319l30.831 30.719 139.837-139.326zM481.172 109L247.744 340.469l-91.39-91.051-30.827 30.715L247.744 403 512 139.712 481.172 109zM0 280.133L123.321 403l30.829-30.713L31.934 249.418 0 280.133z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-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%20512%20512%22%3E%3Cpath%20d%3D%22M387.581%20139.712L356.755%20109%20216.913%20248.319l30.831%2030.719%20139.837-139.326zM481.172%20109L247.744%20340.469l-91.39-91.051-30.827%2030.715L247.744%20403%20512%20139.712%20481.172%20109zM0%20280.133L123.321%20403l30.829-30.713L31.934%20249.418%200%20280.133z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M387.581%20139.712L356.755%20109%20216.913%20248.319l30.831%2030.719%20139.837-139.326zM481.172%20109L247.744%20340.469l-91.39-91.051-30.827%2030.715L247.744%20403%20512%20139.712%20481.172%20109zM0%20280.133L123.321%20403l30.829-30.713L31.934%20249.418%200%20280.133z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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