accessibility more icon
accessibility-more-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- accessibility-more-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the accessibility more icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m8.996 12.682l-.917 2.27c.282-.127.592-.202.92-.202c.08 0 .15.025.227.033l.697-1.726a.07.07 0 0 1 .028-.038a.1.1 0 0 1 .046-.012q.03 0 .046.012c.008.005.019.014.028.038l1.09 2.698c.203-.301.467-.549.787-.722l-.95-2.351c-.364-.901-1.638-.901-2.002 0m7.849-7.651a1.76 1.76 0 0 0-2.317-.88l-2.097.934q.068-.283.069-.586a2.5 2.5 0 1 0-4.931.586l-2.097-.934a1.76 1.76 0 0 0-2.317.88a1.74 1.74 0 0 0 .877 2.31L7 8.663v2.287l-1.877 4.645a1.75 1.75 0 0 0 .967 2.278c.294.119.599.144.892.104A2.2 2.2 0 0 1 6.749 17a.75.75 0 0 1-.699-1.029l1.877-4.645q.072-.18.073-.375V8.664a1 1 0 0 0-.593-.914L4.439 6.428a.74.74 0 0 1-.373-.983a.76.76 0 0 1 1-.38l3.918 1.744a2.5 2.5 0 0 0 2.034 0l3.918-1.744a.76.76 0 0 1 1 .38a.74.74 0 0 1-.373.983L12.595 7.75a1 1 0 0 0-.593.914v2.298c0 .128.025.256.073.375l1.407 3.484a2.24 2.24 0 0 1 1.492 1.132a2 2 0 0 0-.1-.357l-1.872-4.634V8.664l2.968-1.322a1.74 1.74 0 0 0 .877-2.31zM10 5.999a1.5 1.5 0 1 1 0-3.001a1.5 1.5 0 0 1 0 3.001M10.25 17a1.25 1.25 0 1 1-2.501 0a1.25 1.25 0 0 1 2.5 0M13 18.25a1.25 1.25 0 1 0-.001-2.5a1.25 1.25 0 0 0 0 2.5m4 0a1.25 1.25 0 1 0-.001-2.5a1.25 1.25 0 0 0 0 2.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentAccessibilityMore20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m8.996 12.682l-.917 2.27c.282-.127.592-.202.92-.202c.08 0 .15.025.227.033l.697-1.726a.07.07 0 0 1 .028-.038a.1.1 0 0 1 .046-.012q.03 0 .046.012c.008.005.019.014.028.038l1.09 2.698c.203-.301.467-.549.787-.722l-.95-2.351c-.364-.901-1.638-.901-2.002 0m7.849-7.651a1.76 1.76 0 0 0-2.317-.88l-2.097.934q.068-.283.069-.586a2.5 2.5 0 1 0-4.931.586l-2.097-.934a1.76 1.76 0 0 0-2.317.88a1.74 1.74 0 0 0 .877 2.31L7 8.663v2.287l-1.877 4.645a1.75 1.75 0 0 0 .967 2.278c.294.119.599.144.892.104A2.2 2.2 0 0 1 6.749 17a.75.75 0 0 1-.699-1.029l1.877-4.645q.072-.18.073-.375V8.664a1 1 0 0 0-.593-.914L4.439 6.428a.74.74 0 0 1-.373-.983a.76.76 0 0 1 1-.38l3.918 1.744a2.5 2.5 0 0 0 2.034 0l3.918-1.744a.76.76 0 0 1 1 .38a.74.74 0 0 1-.373.983L12.595 7.75a1 1 0 0 0-.593.914v2.298c0 .128.025.256.073.375l1.407 3.484a2.24 2.24 0 0 1 1.492 1.132a2 2 0 0 0-.1-.357l-1.872-4.634V8.664l2.968-1.322a1.74 1.74 0 0 0 .877-2.31zM10 5.999a1.5 1.5 0 1 1 0-3.001a1.5 1.5 0 0 1 0 3.001M10.25 17a1.25 1.25 0 1 1-2.501 0a1.25 1.25 0 0 1 2.5 0M13 18.25a1.25 1.25 0 1 0-.001-2.5a1.25 1.25 0 0 0 0 2.5m4 0a1.25 1.25 0 1 0-.001-2.5a1.25 1.25 0 0 0 0 2.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m8.996 12.682l-.917 2.27c.282-.127.592-.202.92-.202c.08 0 .15.025.227.033l.697-1.726a.07.07 0 0 1 .028-.038a.1.1 0 0 1 .046-.012q.03 0 .046.012c.008.005.019.014.028.038l1.09 2.698c.203-.301.467-.549.787-.722l-.95-2.351c-.364-.901-1.638-.901-2.002 0m7.849-7.651a1.76 1.76 0 0 0-2.317-.88l-2.097.934q.068-.283.069-.586a2.5 2.5 0 1 0-4.931.586l-2.097-.934a1.76 1.76 0 0 0-2.317.88a1.74 1.74 0 0 0 .877 2.31L7 8.663v2.287l-1.877 4.645a1.75 1.75 0 0 0 .967 2.278c.294.119.599.144.892.104A2.2 2.2 0 0 1 6.749 17a.75.75 0 0 1-.699-1.029l1.877-4.645q.072-.18.073-.375V8.664a1 1 0 0 0-.593-.914L4.439 6.428a.74.74 0 0 1-.373-.983a.76.76 0 0 1 1-.38l3.918 1.744a2.5 2.5 0 0 0 2.034 0l3.918-1.744a.76.76 0 0 1 1 .38a.74.74 0 0 1-.373.983L12.595 7.75a1 1 0 0 0-.593.914v2.298c0 .128.025.256.073.375l1.407 3.484a2.24 2.24 0 0 1 1.492 1.132a2 2 0 0 0-.1-.357l-1.872-4.634V8.664l2.968-1.322a1.74 1.74 0 0 0 .877-2.31zM10 5.999a1.5 1.5 0 1 1 0-3.001a1.5 1.5 0 0 1 0 3.001M10.25 17a1.25 1.25 0 1 1-2.501 0a1.25 1.25 0 0 1 2.5 0M13 18.25a1.25 1.25 0 1 0-.001-2.5a1.25 1.25 0 0 0 0 2.5m4 0a1.25 1.25 0 1 0-.001-2.5a1.25 1.25 0 0 0 0 2.5"/></svg> </template>
CSS
.icon-accessibility-more-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8.996%2012.682l-.917%202.27c.282-.127.592-.202.92-.202c.08%200%20.15.025.227.033l.697-1.726a.07.07%200%200%201%20.028-.038a.1.1%200%200%201%20.046-.012q.03%200%20.046.012c.008.005.019.014.028.038l1.09%202.698c.203-.301.467-.549.787-.722l-.95-2.351c-.364-.901-1.638-.901-2.002%200m7.849-7.651a1.76%201.76%200%200%200-2.317-.88l-2.097.934q.068-.283.069-.586a2.5%202.5%200%201%200-4.931.586l-2.097-.934a1.76%201.76%200%200%200-2.317.88a1.74%201.74%200%200%200%20.877%202.31L7%208.663v2.287l-1.877%204.645a1.75%201.75%200%200%200%20.967%202.278c.294.119.599.144.892.104A2.2%202.2%200%200%201%206.749%2017a.75.75%200%200%201-.699-1.029l1.877-4.645q.072-.18.073-.375V8.664a1%201%200%200%200-.593-.914L4.439%206.428a.74.74%200%200%201-.373-.983a.76.76%200%200%201%201-.38l3.918%201.744a2.5%202.5%200%200%200%202.034%200l3.918-1.744a.76.76%200%200%201%201%20.38a.74.74%200%200%201-.373.983L12.595%207.75a1%201%200%200%200-.593.914v2.298c0%20.128.025.256.073.375l1.407%203.484a2.24%202.24%200%200%201%201.492%201.132a2%202%200%200%200-.1-.357l-1.872-4.634V8.664l2.968-1.322a1.74%201.74%200%200%200%20.877-2.31zM10%205.999a1.5%201.5%200%201%201%200-3.001a1.5%201.5%200%200%201%200%203.001M10.25%2017a1.25%201.25%200%201%201-2.501%200a1.25%201.25%200%200%201%202.5%200M13%2018.25a1.25%201.25%200%201%200-.001-2.5a1.25%201.25%200%200%200%200%202.5m4%200a1.25%201.25%200%201%200-.001-2.5a1.25%201.25%200%200%200%200%202.5%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8.996%2012.682l-.917%202.27c.282-.127.592-.202.92-.202c.08%200%20.15.025.227.033l.697-1.726a.07.07%200%200%201%20.028-.038a.1.1%200%200%201%20.046-.012q.03%200%20.046.012c.008.005.019.014.028.038l1.09%202.698c.203-.301.467-.549.787-.722l-.95-2.351c-.364-.901-1.638-.901-2.002%200m7.849-7.651a1.76%201.76%200%200%200-2.317-.88l-2.097.934q.068-.283.069-.586a2.5%202.5%200%201%200-4.931.586l-2.097-.934a1.76%201.76%200%200%200-2.317.88a1.74%201.74%200%200%200%20.877%202.31L7%208.663v2.287l-1.877%204.645a1.75%201.75%200%200%200%20.967%202.278c.294.119.599.144.892.104A2.2%202.2%200%200%201%206.749%2017a.75.75%200%200%201-.699-1.029l1.877-4.645q.072-.18.073-.375V8.664a1%201%200%200%200-.593-.914L4.439%206.428a.74.74%200%200%201-.373-.983a.76.76%200%200%201%201-.38l3.918%201.744a2.5%202.5%200%200%200%202.034%200l3.918-1.744a.76.76%200%200%201%201%20.38a.74.74%200%200%201-.373.983L12.595%207.75a1%201%200%200%200-.593.914v2.298c0%20.128.025.256.073.375l1.407%203.484a2.24%202.24%200%200%201%201.492%201.132a2%202%200%200%200-.1-.357l-1.872-4.634V8.664l2.968-1.322a1.74%201.74%200%200%200%20.877-2.31zM10%205.999a1.5%201.5%200%201%201%200-3.001a1.5%201.5%200%200%201%200%203.001M10.25%2017a1.25%201.25%200%201%201-2.501%200a1.25%201.25%200%200%201%202.5%200M13%2018.25a1.25%201.25%200%201%200-.001-2.5a1.25%201.25%200%200%200%200%202.5m4%200a1.25%201.25%200%201%200-.001-2.5a1.25%201.25%200%200%200%200%202.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/accessibility-more-20-regular.svg?color=%231a73e8&size=48