check circle fill icon

check-circle-fill-12 from Octicons by GitHub · 12 · MIT Free for personal and commercial use.

Name
check-circle-fill-12
Set
Octicons
Style
12
Viewbox
12×12
License
MIT

2 other variants in Octicons

Related icons in Octicons

Use the check circle fill icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M6 0a6 6 0 1 1 0 12A6 6 0 0 1 6 0m-.705 8.737L9.63 4.403L8.392 3.166L5.295 6.263l-1.7-1.702L2.356 5.8z"/></svg>

React

import type { SVGProps } from "react";

export function OcticonCheckCircleFill12(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M6 0a6 6 0 1 1 0 12A6 6 0 0 1 6 0m-.705 8.737L9.63 4.403L8.392 3.166L5.295 6.263l-1.7-1.702L2.356 5.8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><path fill="currentColor" d="M6 0a6 6 0 1 1 0 12A6 6 0 0 1 6 0m-.705 8.737L9.63 4.403L8.392 3.166L5.295 6.263l-1.7-1.702L2.356 5.8z"/></svg>
</template>

CSS

.icon-check-circle-fill-12 {
  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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%200a6%206%200%201%201%200%2012A6%206%200%200%201%206%200m-.705%208.737L9.63%204.403L8.392%203.166L5.295%206.263l-1.7-1.702L2.356%205.8z%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%2012%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%200a6%206%200%201%201%200%2012A6%206%200%200%201%206%200m-.705%208.737L9.63%204.403L8.392%203.166L5.295%206.263l-1.7-1.702L2.356%205.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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