accessibility icon
accessibility-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- accessibility-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- 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="M10.5 5a1.5 1.5 0 0 0 .968 1.403c.35.085.714.085 1.063 0A1.5 1.5 0 1 0 10.5 5m-1.474.399a3 3 0 1 1 5.947 0l2.877-1.221a2.266 2.266 0 0 1 2.962 1.184a2.24 2.24 0 0 1-1.181 2.954l-3.628 1.54v3.717l1.874 5.444a2.25 2.25 0 1 1-4.255 1.465L12 15.772l-1.622 4.71a2.25 2.25 0 1 1-4.255-1.465l1.88-5.457V9.858L4.37 8.316a2.24 2.24 0 0 1-1.182-2.954A2.266 2.266 0 0 1 6.15 4.178zm1.996 2.438a4 4 0 0 1-.487-.168l-4.971-2.11a.766.766 0 0 0-1 .399a.74.74 0 0 0 .392.977L8.74 8.542c.462.196.761.649.761 1.15v3.91q0 .208-.068.406l-1.892 5.497a.75.75 0 1 0 1.418.488l2.108-6.123c.306-.888 1.56-.884 1.864 0l2.108 6.123a.75.75 0 1 0 1.419-.488l-1.888-5.483a1.3 1.3 0 0 1-.069-.407V9.691c0-.502.3-.955.762-1.151l3.78-1.605a.74.74 0 0 0 .391-.977a.766.766 0 0 0-.999-.4l-4.97 2.11q-.24.102-.489.17a3 3 0 0 1-1.955-.001"/></svg>
React
import type { SVGProps } from "react";
export function FluentAccessibility24Regular(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="M10.5 5a1.5 1.5 0 0 0 .968 1.403c.35.085.714.085 1.063 0A1.5 1.5 0 1 0 10.5 5m-1.474.399a3 3 0 1 1 5.947 0l2.877-1.221a2.266 2.266 0 0 1 2.962 1.184a2.24 2.24 0 0 1-1.181 2.954l-3.628 1.54v3.717l1.874 5.444a2.25 2.25 0 1 1-4.255 1.465L12 15.772l-1.622 4.71a2.25 2.25 0 1 1-4.255-1.465l1.88-5.457V9.858L4.37 8.316a2.24 2.24 0 0 1-1.182-2.954A2.266 2.266 0 0 1 6.15 4.178zm1.996 2.438a4 4 0 0 1-.487-.168l-4.971-2.11a.766.766 0 0 0-1 .399a.74.74 0 0 0 .392.977L8.74 8.542c.462.196.761.649.761 1.15v3.91q0 .208-.068.406l-1.892 5.497a.75.75 0 1 0 1.418.488l2.108-6.123c.306-.888 1.56-.884 1.864 0l2.108 6.123a.75.75 0 1 0 1.419-.488l-1.888-5.483a1.3 1.3 0 0 1-.069-.407V9.691c0-.502.3-.955.762-1.151l3.78-1.605a.74.74 0 0 0 .391-.977a.766.766 0 0 0-.999-.4l-4.97 2.11q-.24.102-.489.17a3 3 0 0 1-1.955-.001"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.5 5a1.5 1.5 0 0 0 .968 1.403c.35.085.714.085 1.063 0A1.5 1.5 0 1 0 10.5 5m-1.474.399a3 3 0 1 1 5.947 0l2.877-1.221a2.266 2.266 0 0 1 2.962 1.184a2.24 2.24 0 0 1-1.181 2.954l-3.628 1.54v3.717l1.874 5.444a2.25 2.25 0 1 1-4.255 1.465L12 15.772l-1.622 4.71a2.25 2.25 0 1 1-4.255-1.465l1.88-5.457V9.858L4.37 8.316a2.24 2.24 0 0 1-1.182-2.954A2.266 2.266 0 0 1 6.15 4.178zm1.996 2.438a4 4 0 0 1-.487-.168l-4.971-2.11a.766.766 0 0 0-1 .399a.74.74 0 0 0 .392.977L8.74 8.542c.462.196.761.649.761 1.15v3.91q0 .208-.068.406l-1.892 5.497a.75.75 0 1 0 1.418.488l2.108-6.123c.306-.888 1.56-.884 1.864 0l2.108 6.123a.75.75 0 1 0 1.419-.488l-1.888-5.483a1.3 1.3 0 0 1-.069-.407V9.691c0-.502.3-.955.762-1.151l3.78-1.605a.74.74 0 0 0 .391-.977a.766.766 0 0 0-.999-.4l-4.97 2.11q-.24.102-.489.17a3 3 0 0 1-1.955-.001"/></svg> </template>
CSS
.icon-accessibility-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.5%205a1.5%201.5%200%200%200%20.968%201.403c.35.085.714.085%201.063%200A1.5%201.5%200%201%200%2010.5%205m-1.474.399a3%203%200%201%201%205.947%200l2.877-1.221a2.266%202.266%200%200%201%202.962%201.184a2.24%202.24%200%200%201-1.181%202.954l-3.628%201.54v3.717l1.874%205.444a2.25%202.25%200%201%201-4.255%201.465L12%2015.772l-1.622%204.71a2.25%202.25%200%201%201-4.255-1.465l1.88-5.457V9.858L4.37%208.316a2.24%202.24%200%200%201-1.182-2.954A2.266%202.266%200%200%201%206.15%204.178zm1.996%202.438a4%204%200%200%201-.487-.168l-4.971-2.11a.766.766%200%200%200-1%20.399a.74.74%200%200%200%20.392.977L8.74%208.542c.462.196.761.649.761%201.15v3.91q0%20.208-.068.406l-1.892%205.497a.75.75%200%201%200%201.418.488l2.108-6.123c.306-.888%201.56-.884%201.864%200l2.108%206.123a.75.75%200%201%200%201.419-.488l-1.888-5.483a1.3%201.3%200%200%201-.069-.407V9.691c0-.502.3-.955.762-1.151l3.78-1.605a.74.74%200%200%200%20.391-.977a.766.766%200%200%200-.999-.4l-4.97%202.11q-.24.102-.489.17a3%203%200%200%201-1.955-.001%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%22M10.5%205a1.5%201.5%200%200%200%20.968%201.403c.35.085.714.085%201.063%200A1.5%201.5%200%201%200%2010.5%205m-1.474.399a3%203%200%201%201%205.947%200l2.877-1.221a2.266%202.266%200%200%201%202.962%201.184a2.24%202.24%200%200%201-1.181%202.954l-3.628%201.54v3.717l1.874%205.444a2.25%202.25%200%201%201-4.255%201.465L12%2015.772l-1.622%204.71a2.25%202.25%200%201%201-4.255-1.465l1.88-5.457V9.858L4.37%208.316a2.24%202.24%200%200%201-1.182-2.954A2.266%202.266%200%200%201%206.15%204.178zm1.996%202.438a4%204%200%200%201-.487-.168l-4.971-2.11a.766.766%200%200%200-1%20.399a.74.74%200%200%200%20.392.977L8.74%208.542c.462.196.761.649.761%201.15v3.91q0%20.208-.068.406l-1.892%205.497a.75.75%200%201%200%201.418.488l2.108-6.123c.306-.888%201.56-.884%201.864%200l2.108%206.123a.75.75%200%201%200%201.419-.488l-1.888-5.483a1.3%201.3%200%200%201-.069-.407V9.691c0-.502.3-.955.762-1.151l3.78-1.605a.74.74%200%200%200%20.391-.977a.766.766%200%200%200-.999-.4l-4.97%202.11q-.24.102-.489.17a3%203%200%200%201-1.955-.001%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/accessibility-24-regular.svg?color=%231a73e8&size=48