accessibility more icon
accessibility-more-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- accessibility-more-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M17.877 19.017c.125.364.142.736.084 1.091A2.5 2.5 0 0 0 15.5 18c-.99 0-1.84.583-2.244 1.419l-1.02-2.961a.25.25 0 0 0-.472 0l-.57 1.652A2.5 2.5 0 0 0 10.5 18A2.5 2.5 0 0 0 8 20.5c0 .555.188 1.064.495 1.479c-.32.035-.652.009-.977-.103a2.25 2.25 0 0 1-1.395-2.86l1.879-5.457V10.52a1 1 0 0 0-.61-.921L4.37 8.316a2.24 2.24 0 0 1-1.181-2.954a2.265 2.265 0 0 1 2.96-1.184l1.607.682c.34.145.578.423.695.731a3.795 3.795 0 0 0 7.098 0c.117-.308.354-.586.695-.731l1.606-.682a2.265 2.265 0 0 1 2.96 1.184a2.24 2.24 0 0 1-1.18 2.954l-3.02 1.281a1 1 0 0 0-.608.92v3.042zM12 6.5A2.25 2.25 0 1 0 12 2a2.25 2.25 0 0 0 0 4.5M10.5 19a1.5 1.5 0 1 0 0 3.001a1.5 1.5 0 0 0 0-3.001m5 0a1.5 1.5 0 1 0 0 3.001a1.5 1.5 0 0 0 0-3.001m5 0a1.5 1.5 0 1 0 0 3.001a1.5 1.5 0 0 0 0-3.001"/></svg>
React
import type { SVGProps } from "react";
export function FluentAccessibilityMore24Filled(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="M17.877 19.017c.125.364.142.736.084 1.091A2.5 2.5 0 0 0 15.5 18c-.99 0-1.84.583-2.244 1.419l-1.02-2.961a.25.25 0 0 0-.472 0l-.57 1.652A2.5 2.5 0 0 0 10.5 18A2.5 2.5 0 0 0 8 20.5c0 .555.188 1.064.495 1.479c-.32.035-.652.009-.977-.103a2.25 2.25 0 0 1-1.395-2.86l1.879-5.457V10.52a1 1 0 0 0-.61-.921L4.37 8.316a2.24 2.24 0 0 1-1.181-2.954a2.265 2.265 0 0 1 2.96-1.184l1.607.682c.34.145.578.423.695.731a3.795 3.795 0 0 0 7.098 0c.117-.308.354-.586.695-.731l1.606-.682a2.265 2.265 0 0 1 2.96 1.184a2.24 2.24 0 0 1-1.18 2.954l-3.02 1.281a1 1 0 0 0-.608.92v3.042zM12 6.5A2.25 2.25 0 1 0 12 2a2.25 2.25 0 0 0 0 4.5M10.5 19a1.5 1.5 0 1 0 0 3.001a1.5 1.5 0 0 0 0-3.001m5 0a1.5 1.5 0 1 0 0 3.001a1.5 1.5 0 0 0 0-3.001m5 0a1.5 1.5 0 1 0 0 3.001a1.5 1.5 0 0 0 0-3.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="M17.877 19.017c.125.364.142.736.084 1.091A2.5 2.5 0 0 0 15.5 18c-.99 0-1.84.583-2.244 1.419l-1.02-2.961a.25.25 0 0 0-.472 0l-.57 1.652A2.5 2.5 0 0 0 10.5 18A2.5 2.5 0 0 0 8 20.5c0 .555.188 1.064.495 1.479c-.32.035-.652.009-.977-.103a2.25 2.25 0 0 1-1.395-2.86l1.879-5.457V10.52a1 1 0 0 0-.61-.921L4.37 8.316a2.24 2.24 0 0 1-1.181-2.954a2.265 2.265 0 0 1 2.96-1.184l1.607.682c.34.145.578.423.695.731a3.795 3.795 0 0 0 7.098 0c.117-.308.354-.586.695-.731l1.606-.682a2.265 2.265 0 0 1 2.96 1.184a2.24 2.24 0 0 1-1.18 2.954l-3.02 1.281a1 1 0 0 0-.608.92v3.042zM12 6.5A2.25 2.25 0 1 0 12 2a2.25 2.25 0 0 0 0 4.5M10.5 19a1.5 1.5 0 1 0 0 3.001a1.5 1.5 0 0 0 0-3.001m5 0a1.5 1.5 0 1 0 0 3.001a1.5 1.5 0 0 0 0-3.001m5 0a1.5 1.5 0 1 0 0 3.001a1.5 1.5 0 0 0 0-3.001"/></svg> </template>
CSS
.icon-accessibility-more-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%22M17.877%2019.017c.125.364.142.736.084%201.091A2.5%202.5%200%200%200%2015.5%2018c-.99%200-1.84.583-2.244%201.419l-1.02-2.961a.25.25%200%200%200-.472%200l-.57%201.652A2.5%202.5%200%200%200%2010.5%2018A2.5%202.5%200%200%200%208%2020.5c0%20.555.188%201.064.495%201.479c-.32.035-.652.009-.977-.103a2.25%202.25%200%200%201-1.395-2.86l1.879-5.457V10.52a1%201%200%200%200-.61-.921L4.37%208.316a2.24%202.24%200%200%201-1.181-2.954a2.265%202.265%200%200%201%202.96-1.184l1.607.682c.34.145.578.423.695.731a3.795%203.795%200%200%200%207.098%200c.117-.308.354-.586.695-.731l1.606-.682a2.265%202.265%200%200%201%202.96%201.184a2.24%202.24%200%200%201-1.18%202.954l-3.02%201.281a1%201%200%200%200-.608.92v3.042zM12%206.5A2.25%202.25%200%201%200%2012%202a2.25%202.25%200%200%200%200%204.5M10.5%2019a1.5%201.5%200%201%200%200%203.001a1.5%201.5%200%200%200%200-3.001m5%200a1.5%201.5%200%201%200%200%203.001a1.5%201.5%200%200%200%200-3.001m5%200a1.5%201.5%200%201%200%200%203.001a1.5%201.5%200%200%200%200-3.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%22M17.877%2019.017c.125.364.142.736.084%201.091A2.5%202.5%200%200%200%2015.5%2018c-.99%200-1.84.583-2.244%201.419l-1.02-2.961a.25.25%200%200%200-.472%200l-.57%201.652A2.5%202.5%200%200%200%2010.5%2018A2.5%202.5%200%200%200%208%2020.5c0%20.555.188%201.064.495%201.479c-.32.035-.652.009-.977-.103a2.25%202.25%200%200%201-1.395-2.86l1.879-5.457V10.52a1%201%200%200%200-.61-.921L4.37%208.316a2.24%202.24%200%200%201-1.181-2.954a2.265%202.265%200%200%201%202.96-1.184l1.607.682c.34.145.578.423.695.731a3.795%203.795%200%200%200%207.098%200c.117-.308.354-.586.695-.731l1.606-.682a2.265%202.265%200%200%201%202.96%201.184a2.24%202.24%200%200%201-1.18%202.954l-3.02%201.281a1%201%200%200%200-.608.92v3.042zM12%206.5A2.25%202.25%200%201%200%2012%202a2.25%202.25%200%200%200%200%204.5M10.5%2019a1.5%201.5%200%201%200%200%203.001a1.5%201.5%200%200%200%200-3.001m5%200a1.5%201.5%200%201%200%200%203.001a1.5%201.5%200%200%200%200-3.001m5%200a1.5%201.5%200%201%200%200%203.001a1.5%201.5%200%200%200%200-3.001%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/accessibility-more-24-filled.svg?color=%231a73e8&size=48