accessibility checkmark icon
accessibility-checkmark-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- accessibility-checkmark-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- 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-28-regularaccessibility-checkmark-32-filledaccessibility-checkmark-32-lightaccessibility-checkmark-32-regularaccessibility-checkmark-48-filled
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="M20.003 10.5a4 4 0 0 0 2.226 3.586l.492.179a3.75 3.75 0 0 0 2.566 0l.491-.179a4 4 0 1 0-5.775-3.586m-2.194 1.977A6.5 6.5 0 0 1 24.004 4a6.5 6.5 0 0 1 6.195 8.477l6.1-2.22a4.25 4.25 0 0 1 2.907 7.988l-8.201 2.985v1.117a13 13 0 0 0-2.5.868v-2.16a2.25 2.25 0 0 1 1.48-2.115l8.366-3.044a1.75 1.75 0 1 0-1.197-3.29l-10.4 3.785a6.5 6.5 0 0 1-2.75.609a6.5 6.5 0 0 1-2.751-.609l-10.399-3.784a1.75 1.75 0 0 0-1.197 3.289l8.366 3.044a2.25 2.25 0 0 1 1.48 2.114v4.964a5.3 5.3 0 0 1-.382 1.967l-4.49 11.112a1.75 1.75 0 1 0 3.246 1.311l3.6-8.91A13 13 0 0 0 21 35c0 1.142.147 2.249.424 3.304l-1.229 3.04a4.25 4.25 0 0 1-7.882-3.184l4.49-11.112c.132-.327.2-.677.2-1.03V21.23l-8.201-2.985a4.25 4.25 0 1 1 2.908-7.987zM45 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 FluentAccessibilityCheckmark48Regular(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="M20.003 10.5a4 4 0 0 0 2.226 3.586l.492.179a3.75 3.75 0 0 0 2.566 0l.491-.179a4 4 0 1 0-5.775-3.586m-2.194 1.977A6.5 6.5 0 0 1 24.004 4a6.5 6.5 0 0 1 6.195 8.477l6.1-2.22a4.25 4.25 0 0 1 2.907 7.988l-8.201 2.985v1.117a13 13 0 0 0-2.5.868v-2.16a2.25 2.25 0 0 1 1.48-2.115l8.366-3.044a1.75 1.75 0 1 0-1.197-3.29l-10.4 3.785a6.5 6.5 0 0 1-2.75.609a6.5 6.5 0 0 1-2.751-.609l-10.399-3.784a1.75 1.75 0 0 0-1.197 3.289l8.366 3.044a2.25 2.25 0 0 1 1.48 2.114v4.964a5.3 5.3 0 0 1-.382 1.967l-4.49 11.112a1.75 1.75 0 1 0 3.246 1.311l3.6-8.91A13 13 0 0 0 21 35c0 1.142.147 2.249.424 3.304l-1.229 3.04a4.25 4.25 0 0 1-7.882-3.184l4.49-11.112c.132-.327.2-.677.2-1.03V21.23l-8.201-2.985a4.25 4.25 0 1 1 2.908-7.987zM45 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="M20.003 10.5a4 4 0 0 0 2.226 3.586l.492.179a3.75 3.75 0 0 0 2.566 0l.491-.179a4 4 0 1 0-5.775-3.586m-2.194 1.977A6.5 6.5 0 0 1 24.004 4a6.5 6.5 0 0 1 6.195 8.477l6.1-2.22a4.25 4.25 0 0 1 2.907 7.988l-8.201 2.985v1.117a13 13 0 0 0-2.5.868v-2.16a2.25 2.25 0 0 1 1.48-2.115l8.366-3.044a1.75 1.75 0 1 0-1.197-3.29l-10.4 3.785a6.5 6.5 0 0 1-2.75.609a6.5 6.5 0 0 1-2.751-.609l-10.399-3.784a1.75 1.75 0 0 0-1.197 3.289l8.366 3.044a2.25 2.25 0 0 1 1.48 2.114v4.964a5.3 5.3 0 0 1-.382 1.967l-4.49 11.112a1.75 1.75 0 1 0 3.246 1.311l3.6-8.91A13 13 0 0 0 21 35c0 1.142.147 2.249.424 3.304l-1.229 3.04a4.25 4.25 0 0 1-7.882-3.184l4.49-11.112c.132-.327.2-.677.2-1.03V21.23l-8.201-2.985a4.25 4.25 0 1 1 2.908-7.987zM45 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-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.003%2010.5a4%204%200%200%200%202.226%203.586l.492.179a3.75%203.75%200%200%200%202.566%200l.491-.179a4%204%200%201%200-5.775-3.586m-2.194%201.977A6.5%206.5%200%200%201%2024.004%204a6.5%206.5%200%200%201%206.195%208.477l6.1-2.22a4.25%204.25%200%200%201%202.907%207.988l-8.201%202.985v1.117a13%2013%200%200%200-2.5.868v-2.16a2.25%202.25%200%200%201%201.48-2.115l8.366-3.044a1.75%201.75%200%201%200-1.197-3.29l-10.4%203.785a6.5%206.5%200%200%201-2.75.609a6.5%206.5%200%200%201-2.751-.609l-10.399-3.784a1.75%201.75%200%200%200-1.197%203.289l8.366%203.044a2.25%202.25%200%200%201%201.48%202.114v4.964a5.3%205.3%200%200%201-.382%201.967l-4.49%2011.112a1.75%201.75%200%201%200%203.246%201.311l3.6-8.91A13%2013%200%200%200%2021%2035c0%201.142.147%202.249.424%203.304l-1.229%203.04a4.25%204.25%200%200%201-7.882-3.184l4.49-11.112c.132-.327.2-.677.2-1.03V21.23l-8.201-2.985a4.25%204.25%200%201%201%202.908-7.987zM45%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%22M20.003%2010.5a4%204%200%200%200%202.226%203.586l.492.179a3.75%203.75%200%200%200%202.566%200l.491-.179a4%204%200%201%200-5.775-3.586m-2.194%201.977A6.5%206.5%200%200%201%2024.004%204a6.5%206.5%200%200%201%206.195%208.477l6.1-2.22a4.25%204.25%200%200%201%202.907%207.988l-8.201%202.985v1.117a13%2013%200%200%200-2.5.868v-2.16a2.25%202.25%200%200%201%201.48-2.115l8.366-3.044a1.75%201.75%200%201%200-1.197-3.29l-10.4%203.785a6.5%206.5%200%200%201-2.75.609a6.5%206.5%200%200%201-2.751-.609l-10.399-3.784a1.75%201.75%200%200%200-1.197%203.289l8.366%203.044a2.25%202.25%200%200%201%201.48%202.114v4.964a5.3%205.3%200%200%201-.382%201.967l-4.49%2011.112a1.75%201.75%200%201%200%203.246%201.311l3.6-8.91A13%2013%200%200%200%2021%2035c0%201.142.147%202.249.424%203.304l-1.229%203.04a4.25%204.25%200%200%201-7.882-3.184l4.49-11.112c.132-.327.2-.677.2-1.03V21.23l-8.201-2.985a4.25%204.25%200%201%201%202.908-7.987zM45%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-regular.svg?color=%231a73e8&size=48