accessibility checkmark icon

accessibility-checkmark-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.

Name
accessibility-checkmark-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
License
MIT

10 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the accessibility checkmark icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 9a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7M7.074 6.168a3.073 3.073 0 1 0-2 5.81l5.589 1.925a.5.5 0 0 1 .337.473v3.517a.5.5 0 0 1-.05.22L7.306 25.58a3.073 3.073 0 1 0 5.524 2.694l1.46-2.995a9.003 9.003 0 0 1 6.735-11.062a.5.5 0 0 1 .311-.314l5.59-1.924a3.073 3.073 0 0 0-2-5.81l-2.975 1.023a2.1 2.1 0 0 0-1.14.972A5.5 5.5 0 0 1 16 11a5.5 5.5 0 0 1-4.813-2.836a2.1 2.1 0 0 0-1.14-.972zM23 15.5a7.5 7.5 0 1 1 0 15a7.5 7.5 0 0 1 0-15m4.53 4.72a.75.75 0 0 0-1.06 0l-4.72 4.72l-1.97-1.97a.75.75 0 1 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0l5.25-5.25a.75.75 0 0 0 0-1.06"/></svg>

React

import type { SVGProps } from "react";

export function FluentAccessibilityCheckmark32Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 9a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7M7.074 6.168a3.073 3.073 0 1 0-2 5.81l5.589 1.925a.5.5 0 0 1 .337.473v3.517a.5.5 0 0 1-.05.22L7.306 25.58a3.073 3.073 0 1 0 5.524 2.694l1.46-2.995a9.003 9.003 0 0 1 6.735-11.062a.5.5 0 0 1 .311-.314l5.59-1.924a3.073 3.073 0 0 0-2-5.81l-2.975 1.023a2.1 2.1 0 0 0-1.14.972A5.5 5.5 0 0 1 16 11a5.5 5.5 0 0 1-4.813-2.836a2.1 2.1 0 0 0-1.14-.972zM23 15.5a7.5 7.5 0 1 1 0 15a7.5 7.5 0 0 1 0-15m4.53 4.72a.75.75 0 0 0-1.06 0l-4.72 4.72l-1.97-1.97a.75.75 0 1 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0l5.25-5.25a.75.75 0 0 0 0-1.06"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 9a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7M7.074 6.168a3.073 3.073 0 1 0-2 5.81l5.589 1.925a.5.5 0 0 1 .337.473v3.517a.5.5 0 0 1-.05.22L7.306 25.58a3.073 3.073 0 1 0 5.524 2.694l1.46-2.995a9.003 9.003 0 0 1 6.735-11.062a.5.5 0 0 1 .311-.314l5.59-1.924a3.073 3.073 0 0 0-2-5.81l-2.975 1.023a2.1 2.1 0 0 0-1.14.972A5.5 5.5 0 0 1 16 11a5.5 5.5 0 0 1-4.813-2.836a2.1 2.1 0 0 0-1.14-.972zM23 15.5a7.5 7.5 0 1 1 0 15a7.5 7.5 0 0 1 0-15m4.53 4.72a.75.75 0 0 0-1.06 0l-4.72 4.72l-1.97-1.97a.75.75 0 1 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0l5.25-5.25a.75.75 0 0 0 0-1.06"/></svg>
</template>

CSS

.icon-accessibility-checkmark-32-filled {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%209a3.5%203.5%200%201%200%200-7a3.5%203.5%200%200%200%200%207M7.074%206.168a3.073%203.073%200%201%200-2%205.81l5.589%201.925a.5.5%200%200%201%20.337.473v3.517a.5.5%200%200%201-.05.22L7.306%2025.58a3.073%203.073%200%201%200%205.524%202.694l1.46-2.995a9.003%209.003%200%200%201%206.735-11.062a.5.5%200%200%201%20.311-.314l5.59-1.924a3.073%203.073%200%200%200-2-5.81l-2.975%201.023a2.1%202.1%200%200%200-1.14.972A5.5%205.5%200%200%201%2016%2011a5.5%205.5%200%200%201-4.813-2.836a2.1%202.1%200%200%200-1.14-.972zM23%2015.5a7.5%207.5%200%201%201%200%2015a7.5%207.5%200%200%201%200-15m4.53%204.72a.75.75%200%200%200-1.06%200l-4.72%204.72l-1.97-1.97a.75.75%200%201%200-1.06%201.06l2.5%202.5a.75.75%200%200%200%201.06%200l5.25-5.25a.75.75%200%200%200%200-1.06%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%209a3.5%203.5%200%201%200%200-7a3.5%203.5%200%200%200%200%207M7.074%206.168a3.073%203.073%200%201%200-2%205.81l5.589%201.925a.5.5%200%200%201%20.337.473v3.517a.5.5%200%200%201-.05.22L7.306%2025.58a3.073%203.073%200%201%200%205.524%202.694l1.46-2.995a9.003%209.003%200%200%201%206.735-11.062a.5.5%200%200%201%20.311-.314l5.59-1.924a3.073%203.073%200%200%200-2-5.81l-2.975%201.023a2.1%202.1%200%200%200-1.14.972A5.5%205.5%200%200%201%2016%2011a5.5%205.5%200%200%201-4.813-2.836a2.1%202.1%200%200%200-1.14-.972zM23%2015.5a7.5%207.5%200%201%201%200%2015a7.5%207.5%200%200%201%200-15m4.53%204.72a.75.75%200%200%200-1.06%200l-4.72%204.72l-1.97-1.97a.75.75%200%201%200-1.06%201.06l2.5%202.5a.75.75%200%200%200%201.06%200l5.25-5.25a.75.75%200%200%200%200-1.06%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/accessibility-checkmark-32-filled.svg?color=%231a73e8&size=48