checkmark done circle icon

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

Name
checkmark-done-circle
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

2 other variants in IonIcons

Related icons in IonIcons

Use the checkmark done circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M258.9 48C141.92 46.42 46.42 141.92 48 258.9c1.56 112.19 92.91 203.54 205.1 205.1c117 1.6 212.48-93.9 210.88-210.88C462.44 140.91 371.09 49.56 258.9 48m-16.79 192.47l51.55-59a16 16 0 0 1 24.1 21.06l-51.55 59a16 16 0 1 1-24.1-21.06m-38.86 90.85a16 16 0 0 1-22.62 0l-47.95-48a16 16 0 1 1 22.64-22.62l48 48a16 16 0 0 1-.07 22.62m176.8-128.79l-111.88 128a16 16 0 0 1-11.51 5.47h-.54a16 16 0 0 1-11.32-4.69l-47.94-48a16 16 0 1 1 22.64-22.62l29.8 29.83a8 8 0 0 0 11.68-.39l95-108.66a16 16 0 0 1 24.1 21.06Z"/></svg>

React

import type { SVGProps } from "react";

export function IonCheckmarkDoneCircle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M258.9 48C141.92 46.42 46.42 141.92 48 258.9c1.56 112.19 92.91 203.54 205.1 205.1c117 1.6 212.48-93.9 210.88-210.88C462.44 140.91 371.09 49.56 258.9 48m-16.79 192.47l51.55-59a16 16 0 0 1 24.1 21.06l-51.55 59a16 16 0 1 1-24.1-21.06m-38.86 90.85a16 16 0 0 1-22.62 0l-47.95-48a16 16 0 1 1 22.64-22.62l48 48a16 16 0 0 1-.07 22.62m176.8-128.79l-111.88 128a16 16 0 0 1-11.51 5.47h-.54a16 16 0 0 1-11.32-4.69l-47.94-48a16 16 0 1 1 22.64-22.62l29.8 29.83a8 8 0 0 0 11.68-.39l95-108.66a16 16 0 0 1 24.1 21.06Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M258.9 48C141.92 46.42 46.42 141.92 48 258.9c1.56 112.19 92.91 203.54 205.1 205.1c117 1.6 212.48-93.9 210.88-210.88C462.44 140.91 371.09 49.56 258.9 48m-16.79 192.47l51.55-59a16 16 0 0 1 24.1 21.06l-51.55 59a16 16 0 1 1-24.1-21.06m-38.86 90.85a16 16 0 0 1-22.62 0l-47.95-48a16 16 0 1 1 22.64-22.62l48 48a16 16 0 0 1-.07 22.62m176.8-128.79l-111.88 128a16 16 0 0 1-11.51 5.47h-.54a16 16 0 0 1-11.32-4.69l-47.94-48a16 16 0 1 1 22.64-22.62l29.8 29.83a8 8 0 0 0 11.68-.39l95-108.66a16 16 0 0 1 24.1 21.06Z"/></svg>
</template>

CSS

.icon-checkmark-done-circle {
  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%20fill%3D%22currentColor%22%20d%3D%22M258.9%2048C141.92%2046.42%2046.42%20141.92%2048%20258.9c1.56%20112.19%2092.91%20203.54%20205.1%20205.1c117%201.6%20212.48-93.9%20210.88-210.88C462.44%20140.91%20371.09%2049.56%20258.9%2048m-16.79%20192.47l51.55-59a16%2016%200%200%201%2024.1%2021.06l-51.55%2059a16%2016%200%201%201-24.1-21.06m-38.86%2090.85a16%2016%200%200%201-22.62%200l-47.95-48a16%2016%200%201%201%2022.64-22.62l48%2048a16%2016%200%200%201-.07%2022.62m176.8-128.79l-111.88%20128a16%2016%200%200%201-11.51%205.47h-.54a16%2016%200%200%201-11.32-4.69l-47.94-48a16%2016%200%201%201%2022.64-22.62l29.8%2029.83a8%208%200%200%200%2011.68-.39l95-108.66a16%2016%200%200%201%2024.1%2021.06Z%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%20fill%3D%22currentColor%22%20d%3D%22M258.9%2048C141.92%2046.42%2046.42%20141.92%2048%20258.9c1.56%20112.19%2092.91%20203.54%20205.1%20205.1c117%201.6%20212.48-93.9%20210.88-210.88C462.44%20140.91%20371.09%2049.56%20258.9%2048m-16.79%20192.47l51.55-59a16%2016%200%200%201%2024.1%2021.06l-51.55%2059a16%2016%200%201%201-24.1-21.06m-38.86%2090.85a16%2016%200%200%201-22.62%200l-47.95-48a16%2016%200%201%201%2022.64-22.62l48%2048a16%2016%200%200%201-.07%2022.62m176.8-128.79l-111.88%20128a16%2016%200%200%201-11.51%205.47h-.54a16%2016%200%200%201-11.32-4.69l-47.94-48a16%2016%200%201%201%2022.64-22.62l29.8%2029.83a8%208%200%200%200%2011.68-.39l95-108.66a16%2016%200%200%201%2024.1%2021.06Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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