accessibility icon
accessibility-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- accessibility-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
11 other variants in Fluent UI System Icons
The same icon in other sets
accessibilityBoxIcons v2accessibilityCarbonaccessibilityHuge IconsaccessibilityIconoiraccessibilityIonIconsaccessibilityJam IconsaccessibilityLucideaccessibilityMaterial SymbolsaccessibilityMaterial Symbols LightaccessibilityMyna UI Iconsaccessibility-16OcticonsaccessibilityRadix Iconsaccessibility-fillRemix Iconaccessibility-boldSolaraccessibilityTDesign Icons
Related icons in Fluent UI System Icons
Use the accessibility 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.962 1.184A2.24 2.24 0 0 0 4.37 8.316L7.393 9.6a1 1 0 0 1 .61.92v3.04l-1.88 5.457a2.25 2.25 0 1 0 4.255 1.465l1.386-4.024a.25.25 0 0 1 .472 0l1.386 4.024a2.25 2.25 0 1 0 4.255-1.465l-1.875-5.457v-3.042a1 1 0 0 1 .61-.92l3.018-1.282a2.24 2.24 0 0 0 1.181-2.954a2.266 2.266 0 0 0-2.961-1.184l-1.606.682c-.34.144-.578.423-.695.73a3.794 3.794 0 0 1-7.098 0a1.28 1.28 0 0 0-.695-.73z"/></svg>
React
import type { SVGProps } from "react";
export function FluentAccessibility24Filled(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.962 1.184A2.24 2.24 0 0 0 4.37 8.316L7.393 9.6a1 1 0 0 1 .61.92v3.04l-1.88 5.457a2.25 2.25 0 1 0 4.255 1.465l1.386-4.024a.25.25 0 0 1 .472 0l1.386 4.024a2.25 2.25 0 1 0 4.255-1.465l-1.875-5.457v-3.042a1 1 0 0 1 .61-.92l3.018-1.282a2.24 2.24 0 0 0 1.181-2.954a2.266 2.266 0 0 0-2.961-1.184l-1.606.682c-.34.144-.578.423-.695.73a3.794 3.794 0 0 1-7.098 0a1.28 1.28 0 0 0-.695-.73z"/></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.962 1.184A2.24 2.24 0 0 0 4.37 8.316L7.393 9.6a1 1 0 0 1 .61.92v3.04l-1.88 5.457a2.25 2.25 0 1 0 4.255 1.465l1.386-4.024a.25.25 0 0 1 .472 0l1.386 4.024a2.25 2.25 0 1 0 4.255-1.465l-1.875-5.457v-3.042a1 1 0 0 1 .61-.92l3.018-1.282a2.24 2.24 0 0 0 1.181-2.954a2.266 2.266 0 0 0-2.961-1.184l-1.606.682c-.34.144-.578.423-.695.73a3.794 3.794 0 0 1-7.098 0a1.28 1.28 0 0 0-.695-.73z"/></svg> </template>
CSS
.icon-accessibility-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.962%201.184A2.24%202.24%200%200%200%204.37%208.316L7.393%209.6a1%201%200%200%201%20.61.92v3.04l-1.88%205.457a2.25%202.25%200%201%200%204.255%201.465l1.386-4.024a.25.25%200%200%201%20.472%200l1.386%204.024a2.25%202.25%200%201%200%204.255-1.465l-1.875-5.457v-3.042a1%201%200%200%201%20.61-.92l3.018-1.282a2.24%202.24%200%200%200%201.181-2.954a2.266%202.266%200%200%200-2.961-1.184l-1.606.682c-.34.144-.578.423-.695.73a3.794%203.794%200%200%201-7.098%200a1.28%201.28%200%200%200-.695-.73z%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.962%201.184A2.24%202.24%200%200%200%204.37%208.316L7.393%209.6a1%201%200%200%201%20.61.92v3.04l-1.88%205.457a2.25%202.25%200%201%200%204.255%201.465l1.386-4.024a.25.25%200%200%201%20.472%200l1.386%204.024a2.25%202.25%200%201%200%204.255-1.465l-1.875-5.457v-3.042a1%201%200%200%201%20.61-.92l3.018-1.282a2.24%202.24%200%200%200%201.181-2.954a2.266%202.266%200%200%200-2.961-1.184l-1.606.682c-.34.144-.578.423-.695.73a3.794%203.794%200%200%201-7.098%200a1.28%201.28%200%200%200-.695-.73z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/accessibility-24-filled.svg?color=%231a73e8&size=48