codescan checkmark icon

codescan-checkmark-16 from Octicons by GitHub · 16 · MIT Free for personal and commercial use.

Name
codescan-checkmark-16
Set
Octicons
Style
16
Viewbox
16×16
License
MIT

1 other variant in Octicons

Use the codescan checkmark icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.28 6.28a.75.75 0 1 0-1.06-1.06L6.25 8.19l-.97-.97a.75.75 0 0 0-1.06 1.06l1.5 1.5a.75.75 0 0 0 1.06 0z"/><path fill="currentColor" d="M7.5 15a7.5 7.5 0 1 1 5.807-2.754l2.473 2.474a.749.749 0 0 1-.326 1.275a.75.75 0 0 1-.734-.215l-2.474-2.473A7.47 7.47 0 0 1 7.5 15m0-13.5a6 6 0 1 0 4.094 10.386a.75.75 0 0 1 .293-.292a6 6 0 0 0 1.117-6.486A6 6 0 0 0 7.5 1.5"/></svg>

React

import type { SVGProps } from "react";

export function OcticonCodescanCheckmark16(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.28 6.28a.75.75 0 1 0-1.06-1.06L6.25 8.19l-.97-.97a.75.75 0 0 0-1.06 1.06l1.5 1.5a.75.75 0 0 0 1.06 0z"/><path fill="currentColor" d="M7.5 15a7.5 7.5 0 1 1 5.807-2.754l2.473 2.474a.749.749 0 0 1-.326 1.275a.75.75 0 0 1-.734-.215l-2.474-2.473A7.47 7.47 0 0 1 7.5 15m0-13.5a6 6 0 1 0 4.094 10.386a.75.75 0 0 1 .293-.292a6 6 0 0 0 1.117-6.486A6 6 0 0 0 7.5 1.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.28 6.28a.75.75 0 1 0-1.06-1.06L6.25 8.19l-.97-.97a.75.75 0 0 0-1.06 1.06l1.5 1.5a.75.75 0 0 0 1.06 0z"/><path fill="currentColor" d="M7.5 15a7.5 7.5 0 1 1 5.807-2.754l2.473 2.474a.749.749 0 0 1-.326 1.275a.75.75 0 0 1-.734-.215l-2.474-2.473A7.47 7.47 0 0 1 7.5 15m0-13.5a6 6 0 1 0 4.094 10.386a.75.75 0 0 1 .293-.292a6 6 0 0 0 1.117-6.486A6 6 0 0 0 7.5 1.5"/></svg>
</template>

CSS

.icon-codescan-checkmark-16 {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.28%206.28a.75.75%200%201%200-1.06-1.06L6.25%208.19l-.97-.97a.75.75%200%200%200-1.06%201.06l1.5%201.5a.75.75%200%200%200%201.06%200z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%2015a7.5%207.5%200%201%201%205.807-2.754l2.473%202.474a.749.749%200%200%201-.326%201.275a.75.75%200%200%201-.734-.215l-2.474-2.473A7.47%207.47%200%200%201%207.5%2015m0-13.5a6%206%200%201%200%204.094%2010.386a.75.75%200%200%201%20.293-.292a6%206%200%200%200%201.117-6.486A6%206%200%200%200%207.5%201.5%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.28%206.28a.75.75%200%201%200-1.06-1.06L6.25%208.19l-.97-.97a.75.75%200%200%200-1.06%201.06l1.5%201.5a.75.75%200%200%200%201.06%200z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5%2015a7.5%207.5%200%201%201%205.807-2.754l2.473%202.474a.749.749%200%200%201-.326%201.275a.75.75%200%200%201-.734-.215l-2.474-2.473A7.47%207.47%200%200%201%207.5%2015m0-13.5a6%206%200%201%200%204.094%2010.386a.75.75%200%200%201%20.293-.292a6%206%200%200%200%201.117-6.486A6%206%200%200%200%207.5%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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