md checkmark circle icon

md-checkmark-circle-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.

Name
md-checkmark-circle-outline
Set
IonIcons
Style
Outline
Viewbox
512×512
License
MIT
Aliases
android-checkmark-circle

1 other variant in IonIcons

Related icons in IonIcons

Use the md checkmark circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M170.718 216.482L141.6 245.6l93.6 93.6 208-208-29.118-29.118L235.2 279.918l-64.482-63.436zM422.4 256c0 91.518-74.883 166.4-166.4 166.4S89.6 347.518 89.6 256 164.482 89.6 256 89.6c15.6 0 31.2 2.082 45.764 6.241L334 63.6C310.082 53.2 284.082 48 256 48 141.6 48 48 141.6 48 256s93.6 208 208 208 208-93.6 208-208h-41.6z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdCheckmarkCircleOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M170.718 216.482L141.6 245.6l93.6 93.6 208-208-29.118-29.118L235.2 279.918l-64.482-63.436zM422.4 256c0 91.518-74.883 166.4-166.4 166.4S89.6 347.518 89.6 256 164.482 89.6 256 89.6c15.6 0 31.2 2.082 45.764 6.241L334 63.6C310.082 53.2 284.082 48 256 48 141.6 48 48 141.6 48 256s93.6 208 208 208 208-93.6 208-208h-41.6z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M170.718 216.482L141.6 245.6l93.6 93.6 208-208-29.118-29.118L235.2 279.918l-64.482-63.436zM422.4 256c0 91.518-74.883 166.4-166.4 166.4S89.6 347.518 89.6 256 164.482 89.6 256 89.6c15.6 0 31.2 2.082 45.764 6.241L334 63.6C310.082 53.2 284.082 48 256 48 141.6 48 48 141.6 48 256s93.6 208 208 208 208-93.6 208-208h-41.6z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-checkmark-circle-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%20512%20512%22%3E%3Cpath%20d%3D%22M170.718%20216.482L141.6%20245.6l93.6%2093.6%20208-208-29.118-29.118L235.2%20279.918l-64.482-63.436zM422.4%20256c0%2091.518-74.883%20166.4-166.4%20166.4S89.6%20347.518%2089.6%20256%20164.482%2089.6%20256%2089.6c15.6%200%2031.2%202.082%2045.764%206.241L334%2063.6C310.082%2053.2%20284.082%2048%20256%2048%20141.6%2048%2048%20141.6%2048%20256s93.6%20208%20208%20208%20208-93.6%20208-208h-41.6z%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%22M170.718%20216.482L141.6%20245.6l93.6%2093.6%20208-208-29.118-29.118L235.2%20279.918l-64.482-63.436zM422.4%20256c0%2091.518-74.883%20166.4-166.4%20166.4S89.6%20347.518%2089.6%20256%20164.482%2089.6%20256%2089.6c15.6%200%2031.2%202.082%2045.764%206.241L334%2063.6C310.082%2053.2%20284.082%2048%20256%2048%20141.6%2048%2048%20141.6%2048%20256s93.6%20208%20208%20208%20208-93.6%20208-208h-41.6z%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-checkmark-circle-outline.svg?color=%231a73e8&size=48