check-2-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
check-2-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Related icons in MingCute Icon

Use the check 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M19.495 3.132a1 1 0 0 1 1.352.309l.99 1.51a1 1 0 0 1-.155 1.28l-.003.003l-.014.013l-.057.054l-.225.214a84 84 0 0 0-3.62 3.736c-2.197 2.417-4.806 5.579-6.562 8.646c-.49.857-1.687 1.04-2.397.302L2.319 12.46a1 1 0 0 1 .051-1.436l1.96-1.768a1 1 0 0 1 1.27-.058l3.309 2.482c5.169-5.097 8.1-7.053 10.586-8.549" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteCheck2Fill(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" fillRule="evenodd" d="M19.495 3.132a1 1 0 0 1 1.352.309l.99 1.51a1 1 0 0 1-.155 1.28l-.003.003l-.014.013l-.057.054l-.225.214a84 84 0 0 0-3.62 3.736c-2.197 2.417-4.806 5.579-6.562 8.646c-.49.857-1.687 1.04-2.397.302L2.319 12.46a1 1 0 0 1 .051-1.436l1.96-1.768a1 1 0 0 1 1.27-.058l3.309 2.482c5.169-5.097 8.1-7.053 10.586-8.549" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M19.495 3.132a1 1 0 0 1 1.352.309l.99 1.51a1 1 0 0 1-.155 1.28l-.003.003l-.014.013l-.057.054l-.225.214a84 84 0 0 0-3.62 3.736c-2.197 2.417-4.806 5.579-6.562 8.646c-.49.857-1.687 1.04-2.397.302L2.319 12.46a1 1 0 0 1 .051-1.436l1.96-1.768a1 1 0 0 1 1.27-.058l3.309 2.482c5.169-5.097 8.1-7.053 10.586-8.549" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-check-2-fill {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M19.495%203.132a1%201%200%200%201%201.352.309l.99%201.51a1%201%200%200%201-.155%201.28l-.003.003l-.014.013l-.057.054l-.225.214a84%2084%200%200%200-3.62%203.736c-2.197%202.417-4.806%205.579-6.562%208.646c-.49.857-1.687%201.04-2.397.302L2.319%2012.46a1%201%200%200%201%20.051-1.436l1.96-1.768a1%201%200%200%201%201.27-.058l3.309%202.482c5.169-5.097%208.1-7.053%2010.586-8.549%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M19.495%203.132a1%201%200%200%201%201.352.309l.99%201.51a1%201%200%200%201-.155%201.28l-.003.003l-.014.013l-.057.054l-.225.214a84%2084%200%200%200-3.62%203.736c-2.197%202.417-4.806%205.579-6.562%208.646c-.49.857-1.687%201.04-2.397.302L2.319%2012.46a1%201%200%200%201%20.051-1.436l1.96-1.768a1%201%200%200%201%201.27-.058l3.309%202.482c5.169-5.097%208.1-7.053%2010.586-8.549%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/check-2-fill.svg?color=%231a73e8&size=48