accessibility checkmark icon
accessibility-checkmark-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- accessibility-checkmark-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
10 other variants in Fluent UI System Icons
accessibility-checkmark-20-filledaccessibility-checkmark-20-regularaccessibility-checkmark-24-filledaccessibility-checkmark-24-regularaccessibility-checkmark-28-filledaccessibility-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 28 28"><path fill="currentColor" d="M12 5.5a2 2 0 0 0 1.491 1.935c.337.053.68.053 1.018 0A2 2 0 1 0 12 5.5m-1.337 1.058a3.5 3.5 0 1 1 6.675 0l4.419-1.436a2.477 2.477 0 1 1 1.53 4.712L18 11.552v1.598a7.4 7.4 0 0 0-1.5.474V11.37c0-.541.349-1.021.864-1.189l5.46-1.774a.977.977 0 0 0-.604-1.859l-6.752 2.194q-.32.104-.649.162a3.5 3.5 0 0 1-1.639 0a5 5 0 0 1-.648-.162L5.78 6.548a.977.977 0 0 0-.604 1.859l5.46 1.774c.515.168.864.648.864 1.189v3.957c0 .35-.067.698-.198 1.024l-2.734 6.811a.977.977 0 0 0 .538 1.267a.96.96 0 0 0 1.252-.531l1.684-4.196a7.6 7.6 0 0 0 .342 3.174l-.634 1.58a2.46 2.46 0 0 1-3.21 1.363a2.477 2.477 0 0 1-1.364-3.215l2.734-6.812q.09-.224.09-.466v-3.774L4.712 9.834a2.477 2.477 0 0 1 1.531-4.712zM26 20.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0m-2.646-2.854a.5.5 0 0 0-.708 0L18 22.293l-1.646-1.647a.5.5 0 0 0-.708.708l2 2a.5.5 0 0 0 .708 0l5-5a.5.5 0 0 0 0-.708"/></svg>
React
import type { SVGProps } from "react";
export function FluentAccessibilityCheckmark28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M12 5.5a2 2 0 0 0 1.491 1.935c.337.053.68.053 1.018 0A2 2 0 1 0 12 5.5m-1.337 1.058a3.5 3.5 0 1 1 6.675 0l4.419-1.436a2.477 2.477 0 1 1 1.53 4.712L18 11.552v1.598a7.4 7.4 0 0 0-1.5.474V11.37c0-.541.349-1.021.864-1.189l5.46-1.774a.977.977 0 0 0-.604-1.859l-6.752 2.194q-.32.104-.649.162a3.5 3.5 0 0 1-1.639 0a5 5 0 0 1-.648-.162L5.78 6.548a.977.977 0 0 0-.604 1.859l5.46 1.774c.515.168.864.648.864 1.189v3.957c0 .35-.067.698-.198 1.024l-2.734 6.811a.977.977 0 0 0 .538 1.267a.96.96 0 0 0 1.252-.531l1.684-4.196a7.6 7.6 0 0 0 .342 3.174l-.634 1.58a2.46 2.46 0 0 1-3.21 1.363a2.477 2.477 0 0 1-1.364-3.215l2.734-6.812q.09-.224.09-.466v-3.774L4.712 9.834a2.477 2.477 0 0 1 1.531-4.712zM26 20.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0m-2.646-2.854a.5.5 0 0 0-.708 0L18 22.293l-1.646-1.647a.5.5 0 0 0-.708.708l2 2a.5.5 0 0 0 .708 0l5-5a.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 28 28"><path fill="currentColor" d="M12 5.5a2 2 0 0 0 1.491 1.935c.337.053.68.053 1.018 0A2 2 0 1 0 12 5.5m-1.337 1.058a3.5 3.5 0 1 1 6.675 0l4.419-1.436a2.477 2.477 0 1 1 1.53 4.712L18 11.552v1.598a7.4 7.4 0 0 0-1.5.474V11.37c0-.541.349-1.021.864-1.189l5.46-1.774a.977.977 0 0 0-.604-1.859l-6.752 2.194q-.32.104-.649.162a3.5 3.5 0 0 1-1.639 0a5 5 0 0 1-.648-.162L5.78 6.548a.977.977 0 0 0-.604 1.859l5.46 1.774c.515.168.864.648.864 1.189v3.957c0 .35-.067.698-.198 1.024l-2.734 6.811a.977.977 0 0 0 .538 1.267a.96.96 0 0 0 1.252-.531l1.684-4.196a7.6 7.6 0 0 0 .342 3.174l-.634 1.58a2.46 2.46 0 0 1-3.21 1.363a2.477 2.477 0 0 1-1.364-3.215l2.734-6.812q.09-.224.09-.466v-3.774L4.712 9.834a2.477 2.477 0 0 1 1.531-4.712zM26 20.5a6.5 6.5 0 1 1-13 0a6.5 6.5 0 0 1 13 0m-2.646-2.854a.5.5 0 0 0-.708 0L18 22.293l-1.646-1.647a.5.5 0 0 0-.708.708l2 2a.5.5 0 0 0 .708 0l5-5a.5.5 0 0 0 0-.708"/></svg> </template>
CSS
.icon-accessibility-checkmark-28-regular {
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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%205.5a2%202%200%200%200%201.491%201.935c.337.053.68.053%201.018%200A2%202%200%201%200%2012%205.5m-1.337%201.058a3.5%203.5%200%201%201%206.675%200l4.419-1.436a2.477%202.477%200%201%201%201.53%204.712L18%2011.552v1.598a7.4%207.4%200%200%200-1.5.474V11.37c0-.541.349-1.021.864-1.189l5.46-1.774a.977.977%200%200%200-.604-1.859l-6.752%202.194q-.32.104-.649.162a3.5%203.5%200%200%201-1.639%200a5%205%200%200%201-.648-.162L5.78%206.548a.977.977%200%200%200-.604%201.859l5.46%201.774c.515.168.864.648.864%201.189v3.957c0%20.35-.067.698-.198%201.024l-2.734%206.811a.977.977%200%200%200%20.538%201.267a.96.96%200%200%200%201.252-.531l1.684-4.196a7.6%207.6%200%200%200%20.342%203.174l-.634%201.58a2.46%202.46%200%200%201-3.21%201.363a2.477%202.477%200%200%201-1.364-3.215l2.734-6.812q.09-.224.09-.466v-3.774L4.712%209.834a2.477%202.477%200%200%201%201.531-4.712zM26%2020.5a6.5%206.5%200%201%201-13%200a6.5%206.5%200%200%201%2013%200m-2.646-2.854a.5.5%200%200%200-.708%200L18%2022.293l-1.646-1.647a.5.5%200%200%200-.708.708l2%202a.5.5%200%200%200%20.708%200l5-5a.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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%205.5a2%202%200%200%200%201.491%201.935c.337.053.68.053%201.018%200A2%202%200%201%200%2012%205.5m-1.337%201.058a3.5%203.5%200%201%201%206.675%200l4.419-1.436a2.477%202.477%200%201%201%201.53%204.712L18%2011.552v1.598a7.4%207.4%200%200%200-1.5.474V11.37c0-.541.349-1.021.864-1.189l5.46-1.774a.977.977%200%200%200-.604-1.859l-6.752%202.194q-.32.104-.649.162a3.5%203.5%200%200%201-1.639%200a5%205%200%200%201-.648-.162L5.78%206.548a.977.977%200%200%200-.604%201.859l5.46%201.774c.515.168.864.648.864%201.189v3.957c0%20.35-.067.698-.198%201.024l-2.734%206.811a.977.977%200%200%200%20.538%201.267a.96.96%200%200%200%201.252-.531l1.684-4.196a7.6%207.6%200%200%200%20.342%203.174l-.634%201.58a2.46%202.46%200%200%201-3.21%201.363a2.477%202.477%200%200%201-1.364-3.215l2.734-6.812q.09-.224.09-.466v-3.774L4.712%209.834a2.477%202.477%200%200%201%201.531-4.712zM26%2020.5a6.5%206.5%200%201%201-13%200a6.5%206.5%200%200%201%2013%200m-2.646-2.854a.5.5%200%200%200-.708%200L18%2022.293l-1.646-1.647a.5.5%200%200%200-.708.708l2%202a.5.5%200%200%200%20.708%200l5-5a.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-28-regular.svg?color=%231a73e8&size=48