accessibility checkmark icon
accessibility-checkmark-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- accessibility-checkmark-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
10 other variants in Fluent UI System Icons
accessibility-checkmark-20-filledaccessibility-checkmark-20-regularaccessibility-checkmark-24-regularaccessibility-checkmark-28-filledaccessibility-checkmark-28-regularaccessibility-checkmark-32-filledaccessibility-checkmark-32-lightaccessibility-checkmark-32-regularaccessibility-checkmark-48-filledaccessibility-checkmark-48-regular
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 24 24"><path fill="currentColor" d="M12 6.5A2.25 2.25 0 1 0 12 2a2.25 2.25 0 0 0 0 4.5M6.15 4.178a2.266 2.266 0 0 0-2.96 1.184a2.24 2.24 0 0 0 1.18 2.954L7.394 9.6a1 1 0 0 1 .61.92v3.04l-1.88 5.457a2.25 2.25 0 1 0 4.256 1.465l.145-.422a6.5 6.5 0 0 1 5.479-9.041v-.5a1 1 0 0 1 .609-.921l3.019-1.282a2.24 2.24 0 0 0 1.18-2.954a2.266 2.266 0 0 0-2.96-1.184l-1.607.682c-.34.144-.578.423-.694.73a3.794 3.794 0 0 1-7.099 0a1.28 1.28 0 0 0-.695-.73zM22 17.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m-2.146-2.354a.5.5 0 0 0-.707 0L15.5 18.793l-1.646-1.647a.5.5 0 0 0-.707.708l2 2a.5.5 0 0 0 .707 0l4-4a.5.5 0 0 0 0-.708"/></svg>
React
import type { SVGProps } from "react";
export function FluentAccessibilityCheckmark24Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 6.5A2.25 2.25 0 1 0 12 2a2.25 2.25 0 0 0 0 4.5M6.15 4.178a2.266 2.266 0 0 0-2.96 1.184a2.24 2.24 0 0 0 1.18 2.954L7.394 9.6a1 1 0 0 1 .61.92v3.04l-1.88 5.457a2.25 2.25 0 1 0 4.256 1.465l.145-.422a6.5 6.5 0 0 1 5.479-9.041v-.5a1 1 0 0 1 .609-.921l3.019-1.282a2.24 2.24 0 0 0 1.18-2.954a2.266 2.266 0 0 0-2.96-1.184l-1.607.682c-.34.144-.578.423-.694.73a3.794 3.794 0 0 1-7.099 0a1.28 1.28 0 0 0-.695-.73zM22 17.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m-2.146-2.354a.5.5 0 0 0-.707 0L15.5 18.793l-1.646-1.647a.5.5 0 0 0-.707.708l2 2a.5.5 0 0 0 .707 0l4-4a.5.5 0 0 0 0-.708"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 6.5A2.25 2.25 0 1 0 12 2a2.25 2.25 0 0 0 0 4.5M6.15 4.178a2.266 2.266 0 0 0-2.96 1.184a2.24 2.24 0 0 0 1.18 2.954L7.394 9.6a1 1 0 0 1 .61.92v3.04l-1.88 5.457a2.25 2.25 0 1 0 4.256 1.465l.145-.422a6.5 6.5 0 0 1 5.479-9.041v-.5a1 1 0 0 1 .609-.921l3.019-1.282a2.24 2.24 0 0 0 1.18-2.954a2.266 2.266 0 0 0-2.96-1.184l-1.607.682c-.34.144-.578.423-.694.73a3.794 3.794 0 0 1-7.099 0a1.28 1.28 0 0 0-.695-.73zM22 17.5a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0m-2.146-2.354a.5.5 0 0 0-.707 0L15.5 18.793l-1.646-1.647a.5.5 0 0 0-.707.708l2 2a.5.5 0 0 0 .707 0l4-4a.5.5 0 0 0 0-.708"/></svg> </template>
CSS
.icon-accessibility-checkmark-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%206.5A2.25%202.25%200%201%200%2012%202a2.25%202.25%200%200%200%200%204.5M6.15%204.178a2.266%202.266%200%200%200-2.96%201.184a2.24%202.24%200%200%200%201.18%202.954L7.394%209.6a1%201%200%200%201%20.61.92v3.04l-1.88%205.457a2.25%202.25%200%201%200%204.256%201.465l.145-.422a6.5%206.5%200%200%201%205.479-9.041v-.5a1%201%200%200%201%20.609-.921l3.019-1.282a2.24%202.24%200%200%200%201.18-2.954a2.266%202.266%200%200%200-2.96-1.184l-1.607.682c-.34.144-.578.423-.694.73a3.794%203.794%200%200%201-7.099%200a1.28%201.28%200%200%200-.695-.73zM22%2017.5a5.5%205.5%200%201%201-11%200a5.5%205.5%200%200%201%2011%200m-2.146-2.354a.5.5%200%200%200-.707%200L15.5%2018.793l-1.646-1.647a.5.5%200%200%200-.707.708l2%202a.5.5%200%200%200%20.707%200l4-4a.5.5%200%200%200%200-.708%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%206.5A2.25%202.25%200%201%200%2012%202a2.25%202.25%200%200%200%200%204.5M6.15%204.178a2.266%202.266%200%200%200-2.96%201.184a2.24%202.24%200%200%200%201.18%202.954L7.394%209.6a1%201%200%200%201%20.61.92v3.04l-1.88%205.457a2.25%202.25%200%201%200%204.256%201.465l.145-.422a6.5%206.5%200%200%201%205.479-9.041v-.5a1%201%200%200%201%20.609-.921l3.019-1.282a2.24%202.24%200%200%200%201.18-2.954a2.266%202.266%200%200%200-2.96-1.184l-1.607.682c-.34.144-.578.423-.694.73a3.794%203.794%200%200%201-7.099%200a1.28%201.28%200%200%200-.695-.73zM22%2017.5a5.5%205.5%200%201%201-11%200a5.5%205.5%200%200%201%2011%200m-2.146-2.354a.5.5%200%200%200-.707%200L15.5%2018.793l-1.646-1.647a.5.5%200%200%200-.707.708l2%202a.5.5%200%200%200%20.707%200l4-4a.5.5%200%200%200%200-.708%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/accessibility-checkmark-24-filled.svg?color=%231a73e8&size=48