finished from Element Plus by Element Plus · Outline · MIT Free for personal and commercial use.

Name
finished
Set
Element Plus
Style
Outline
Viewbox
1024×1024
License
MIT

Use the finished icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M280.8 753.7L691.5 167a32 32 0 1 1 52.4 36.7L314.2 817.5a32 32 0 0 1-45.4 7.3L38.4 652a32 32 0 0 1 38.4-51.2zM736 448a32 32 0 1 1 0-64h192a32 32 0 1 1 0 64zM608 640a32 32 0 0 1 0-64h320a32 32 0 1 1 0 64zM480 832a32 32 0 1 1 0-64h448a32 32 0 1 1 0 64z"/></svg>

React

import type { SVGProps } from "react";

export function EpFinished(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M280.8 753.7L691.5 167a32 32 0 1 1 52.4 36.7L314.2 817.5a32 32 0 0 1-45.4 7.3L38.4 652a32 32 0 0 1 38.4-51.2zM736 448a32 32 0 1 1 0-64h192a32 32 0 1 1 0 64zM608 640a32 32 0 0 1 0-64h320a32 32 0 1 1 0 64zM480 832a32 32 0 1 1 0-64h448a32 32 0 1 1 0 64z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M280.8 753.7L691.5 167a32 32 0 1 1 52.4 36.7L314.2 817.5a32 32 0 0 1-45.4 7.3L38.4 652a32 32 0 0 1 38.4-51.2zM736 448a32 32 0 1 1 0-64h192a32 32 0 1 1 0 64zM608 640a32 32 0 0 1 0-64h320a32 32 0 1 1 0 64zM480 832a32 32 0 1 1 0-64h448a32 32 0 1 1 0 64z"/></svg>
</template>

CSS

.icon-finished {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M280.8%20753.7L691.5%20167a32%2032%200%201%201%2052.4%2036.7L314.2%20817.5a32%2032%200%200%201-45.4%207.3L38.4%20652a32%2032%200%200%201%2038.4-51.2zM736%20448a32%2032%200%201%201%200-64h192a32%2032%200%201%201%200%2064zM608%20640a32%2032%200%200%201%200-64h320a32%2032%200%201%201%200%2064zM480%20832a32%2032%200%201%201%200-64h448a32%2032%200%201%201%200%2064z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M280.8%20753.7L691.5%20167a32%2032%200%201%201%2052.4%2036.7L314.2%20817.5a32%2032%200%200%201-45.4%207.3L38.4%20652a32%2032%200%200%201%2038.4-51.2zM736%20448a32%2032%200%201%201%200-64h192a32%2032%200%201%201%200%2064zM608%20640a32%2032%200%200%201%200-64h320a32%2032%200%201%201%200%2064zM480%20832a32%2032%200%201%201%200-64h448a32%2032%200%201%201%200%2064z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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