accessibility checkmark icon

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

Name
accessibility-checkmark-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
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 48 48"><path fill="currentColor" d="M24.001 14.5a5.25 5.25 0 1 0 0-10.5a5.25 5.25 0 0 0 0 10.5M11.71 10.258a4.25 4.25 0 0 0-2.907 7.987l7.872 2.865a.5.5 0 0 1 .329.47v4.438c0 .353-.068.703-.2 1.03l-4.49 11.112a4.25 4.25 0 1 0 7.882 3.184l1.229-3.04A13 13 0 0 1 21 35c0-6.149 4.269-11.3 10.005-12.653v-.768a.5.5 0 0 1 .329-.47l7.872-2.864a4.25 4.25 0 1 0-2.908-7.988l-3.812 1.388c-.82.298-1.422.896-1.805 1.544a7.75 7.75 0 0 1-6.677 3.81a7.75 7.75 0 0 1-6.677-3.81c-.384-.648-.986-1.246-1.806-1.544zM45 35c0 6.075-4.925 11-11 11s-11-4.925-11-11s4.925-11 11-11s11 4.925 11 11m-4.293-4.707a1 1 0 0 0-1.414 0L32 37.586l-3.293-3.293a1 1 0 0 0-1.414 1.414l4 4a1 1 0 0 0 1.414 0l8-8a1 1 0 0 0 0-1.414"/></svg>

React

import type { SVGProps } from "react";

export function FluentAccessibilityCheckmark48Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24.001 14.5a5.25 5.25 0 1 0 0-10.5a5.25 5.25 0 0 0 0 10.5M11.71 10.258a4.25 4.25 0 0 0-2.907 7.987l7.872 2.865a.5.5 0 0 1 .329.47v4.438c0 .353-.068.703-.2 1.03l-4.49 11.112a4.25 4.25 0 1 0 7.882 3.184l1.229-3.04A13 13 0 0 1 21 35c0-6.149 4.269-11.3 10.005-12.653v-.768a.5.5 0 0 1 .329-.47l7.872-2.864a4.25 4.25 0 1 0-2.908-7.988l-3.812 1.388c-.82.298-1.422.896-1.805 1.544a7.75 7.75 0 0 1-6.677 3.81a7.75 7.75 0 0 1-6.677-3.81c-.384-.648-.986-1.246-1.806-1.544zM45 35c0 6.075-4.925 11-11 11s-11-4.925-11-11s4.925-11 11-11s11 4.925 11 11m-4.293-4.707a1 1 0 0 0-1.414 0L32 37.586l-3.293-3.293a1 1 0 0 0-1.414 1.414l4 4a1 1 0 0 0 1.414 0l8-8a1 1 0 0 0 0-1.414"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24.001 14.5a5.25 5.25 0 1 0 0-10.5a5.25 5.25 0 0 0 0 10.5M11.71 10.258a4.25 4.25 0 0 0-2.907 7.987l7.872 2.865a.5.5 0 0 1 .329.47v4.438c0 .353-.068.703-.2 1.03l-4.49 11.112a4.25 4.25 0 1 0 7.882 3.184l1.229-3.04A13 13 0 0 1 21 35c0-6.149 4.269-11.3 10.005-12.653v-.768a.5.5 0 0 1 .329-.47l7.872-2.864a4.25 4.25 0 1 0-2.908-7.988l-3.812 1.388c-.82.298-1.422.896-1.805 1.544a7.75 7.75 0 0 1-6.677 3.81a7.75 7.75 0 0 1-6.677-3.81c-.384-.648-.986-1.246-1.806-1.544zM45 35c0 6.075-4.925 11-11 11s-11-4.925-11-11s4.925-11 11-11s11 4.925 11 11m-4.293-4.707a1 1 0 0 0-1.414 0L32 37.586l-3.293-3.293a1 1 0 0 0-1.414 1.414l4 4a1 1 0 0 0 1.414 0l8-8a1 1 0 0 0 0-1.414"/></svg>
</template>

CSS

.icon-accessibility-checkmark-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24.001%2014.5a5.25%205.25%200%201%200%200-10.5a5.25%205.25%200%200%200%200%2010.5M11.71%2010.258a4.25%204.25%200%200%200-2.907%207.987l7.872%202.865a.5.5%200%200%201%20.329.47v4.438c0%20.353-.068.703-.2%201.03l-4.49%2011.112a4.25%204.25%200%201%200%207.882%203.184l1.229-3.04A13%2013%200%200%201%2021%2035c0-6.149%204.269-11.3%2010.005-12.653v-.768a.5.5%200%200%201%20.329-.47l7.872-2.864a4.25%204.25%200%201%200-2.908-7.988l-3.812%201.388c-.82.298-1.422.896-1.805%201.544a7.75%207.75%200%200%201-6.677%203.81a7.75%207.75%200%200%201-6.677-3.81c-.384-.648-.986-1.246-1.806-1.544zM45%2035c0%206.075-4.925%2011-11%2011s-11-4.925-11-11s4.925-11%2011-11s11%204.925%2011%2011m-4.293-4.707a1%201%200%200%200-1.414%200L32%2037.586l-3.293-3.293a1%201%200%200%200-1.414%201.414l4%204a1%201%200%200%200%201.414%200l8-8a1%201%200%200%200%200-1.414%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24.001%2014.5a5.25%205.25%200%201%200%200-10.5a5.25%205.25%200%200%200%200%2010.5M11.71%2010.258a4.25%204.25%200%200%200-2.907%207.987l7.872%202.865a.5.5%200%200%201%20.329.47v4.438c0%20.353-.068.703-.2%201.03l-4.49%2011.112a4.25%204.25%200%201%200%207.882%203.184l1.229-3.04A13%2013%200%200%201%2021%2035c0-6.149%204.269-11.3%2010.005-12.653v-.768a.5.5%200%200%201%20.329-.47l7.872-2.864a4.25%204.25%200%201%200-2.908-7.988l-3.812%201.388c-.82.298-1.422.896-1.805%201.544a7.75%207.75%200%200%201-6.677%203.81a7.75%207.75%200%200%201-6.677-3.81c-.384-.648-.986-1.246-1.806-1.544zM45%2035c0%206.075-4.925%2011-11%2011s-11-4.925-11-11s4.925-11%2011-11s11%204.925%2011%2011m-4.293-4.707a1%201%200%200%200-1.414%200L32%2037.586l-3.293-3.293a1%201%200%200%200-1.414%201.414l4%204a1%201%200%200%200%201.414%200l8-8a1%201%200%200%200%200-1.414%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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