accessibility checkmark icon

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

Name
accessibility-checkmark-32-light
Set
Fluent UI System Icons
Style
32 Light
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="m6.528 7.086l6.566 1.662a4 4 0 1 1 5.81.004l6.57-1.657a2.831 2.831 0 1 1 1.312 5.508L21 13.9v.323a9 9 0 0 0-1 .289V13.5a.5.5 0 0 1 .391-.488l6.176-1.385a1.831 1.831 0 1 0-.848-3.563L17.85 10.05a7.55 7.55 0 0 1-3.699-.002L6.283 8.055a1.832 1.832 0 1 0-.853 3.563l6.18 1.394a.5.5 0 0 1 .39.488V18a.5.5 0 0 1-.052.224l-3.9 7.797a2.071 2.071 0 1 0 3.706 1.853l2.254-4.507q.037.902.243 1.75l-1.602 3.204a3.071 3.071 0 1 1-5.495-2.747l3.847-7.692V13.9L5.21 12.594a2.832 2.832 0 1 1 1.318-5.508M16.001 9a3 3 0 1 0 0-6a3 3 0 0 0 0 6m7 6.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 FluentAccessibilityCheckmark32Light(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="m6.528 7.086l6.566 1.662a4 4 0 1 1 5.81.004l6.57-1.657a2.831 2.831 0 1 1 1.312 5.508L21 13.9v.323a9 9 0 0 0-1 .289V13.5a.5.5 0 0 1 .391-.488l6.176-1.385a1.831 1.831 0 1 0-.848-3.563L17.85 10.05a7.55 7.55 0 0 1-3.699-.002L6.283 8.055a1.832 1.832 0 1 0-.853 3.563l6.18 1.394a.5.5 0 0 1 .39.488V18a.5.5 0 0 1-.052.224l-3.9 7.797a2.071 2.071 0 1 0 3.706 1.853l2.254-4.507q.037.902.243 1.75l-1.602 3.204a3.071 3.071 0 1 1-5.495-2.747l3.847-7.692V13.9L5.21 12.594a2.832 2.832 0 1 1 1.318-5.508M16.001 9a3 3 0 1 0 0-6a3 3 0 0 0 0 6m7 6.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="m6.528 7.086l6.566 1.662a4 4 0 1 1 5.81.004l6.57-1.657a2.831 2.831 0 1 1 1.312 5.508L21 13.9v.323a9 9 0 0 0-1 .289V13.5a.5.5 0 0 1 .391-.488l6.176-1.385a1.831 1.831 0 1 0-.848-3.563L17.85 10.05a7.55 7.55 0 0 1-3.699-.002L6.283 8.055a1.832 1.832 0 1 0-.853 3.563l6.18 1.394a.5.5 0 0 1 .39.488V18a.5.5 0 0 1-.052.224l-3.9 7.797a2.071 2.071 0 1 0 3.706 1.853l2.254-4.507q.037.902.243 1.75l-1.602 3.204a3.071 3.071 0 1 1-5.495-2.747l3.847-7.692V13.9L5.21 12.594a2.832 2.832 0 1 1 1.318-5.508M16.001 9a3 3 0 1 0 0-6a3 3 0 0 0 0 6m7 6.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-light {
  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%22m6.528%207.086l6.566%201.662a4%204%200%201%201%205.81.004l6.57-1.657a2.831%202.831%200%201%201%201.312%205.508L21%2013.9v.323a9%209%200%200%200-1%20.289V13.5a.5.5%200%200%201%20.391-.488l6.176-1.385a1.831%201.831%200%201%200-.848-3.563L17.85%2010.05a7.55%207.55%200%200%201-3.699-.002L6.283%208.055a1.832%201.832%200%201%200-.853%203.563l6.18%201.394a.5.5%200%200%201%20.39.488V18a.5.5%200%200%201-.052.224l-3.9%207.797a2.071%202.071%200%201%200%203.706%201.853l2.254-4.507q.037.902.243%201.75l-1.602%203.204a3.071%203.071%200%201%201-5.495-2.747l3.847-7.692V13.9L5.21%2012.594a2.832%202.832%200%201%201%201.318-5.508M16.001%209a3%203%200%201%200%200-6a3%203%200%200%200%200%206m7%206.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%22m6.528%207.086l6.566%201.662a4%204%200%201%201%205.81.004l6.57-1.657a2.831%202.831%200%201%201%201.312%205.508L21%2013.9v.323a9%209%200%200%200-1%20.289V13.5a.5.5%200%200%201%20.391-.488l6.176-1.385a1.831%201.831%200%201%200-.848-3.563L17.85%2010.05a7.55%207.55%200%200%201-3.699-.002L6.283%208.055a1.832%201.832%200%201%200-.853%203.563l6.18%201.394a.5.5%200%200%201%20.39.488V18a.5.5%200%200%201-.052.224l-3.9%207.797a2.071%202.071%200%201%200%203.706%201.853l2.254-4.507q.037.902.243%201.75l-1.602%203.204a3.071%203.071%200%201%201-5.495-2.747l3.847-7.692V13.9L5.21%2012.594a2.832%202.832%200%201%201%201.318-5.508M16.001%209a3%203%200%201%200%200-6a3%203%200%200%200%200%206m7%206.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-light.svg?color=%231a73e8&size=48