accessibility more icon
accessibility-more-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- accessibility-more-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="m11.06 9.361l1.66 3.125c-.076.065-.154.13-.22.206c-.367-.42-.9-.691-1.5-.691s-1.133.271-1.5.691a2 2 0 0 0-.486-.395l-.793-1.492a.25.25 0 0 0-.44 0l-.787 1.478A2 2 0 0 0 6 14.001c0 .043.01.084.013.127l-.016.03a1.59 1.59 0 1 1-2.81-1.494l1.755-3.3a.5.5 0 0 0 .06-.235V7.207a.5.5 0 0 0-.314-.464l-1.695-.685a1.58 1.58 0 0 1-.87-2.07A1.6 1.6 0 0 1 4.2 3.116l.781.316c.256.103.44.301.545.518a2.75 2.75 0 0 0 4.952 0c.105-.217.29-.414.545-.518l.781-.316a1.6 1.6 0 0 1 2.076.872a1.58 1.58 0 0 1-.87 2.07l-1.695.685a.5.5 0 0 0-.313.464v1.921q0 .124.058.235zM8 4.499A1.75 1.75 0 1 0 8 .998a1.75 1.75 0 0 0 0 3.501M14 13a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-6 0a1 1 0 1 0 0 2a1 1 0 0 0 0-2m3 0a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/></svg>
React
import type { SVGProps } from "react";
export function FluentAccessibilityMore16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m11.06 9.361l1.66 3.125c-.076.065-.154.13-.22.206c-.367-.42-.9-.691-1.5-.691s-1.133.271-1.5.691a2 2 0 0 0-.486-.395l-.793-1.492a.25.25 0 0 0-.44 0l-.787 1.478A2 2 0 0 0 6 14.001c0 .043.01.084.013.127l-.016.03a1.59 1.59 0 1 1-2.81-1.494l1.755-3.3a.5.5 0 0 0 .06-.235V7.207a.5.5 0 0 0-.314-.464l-1.695-.685a1.58 1.58 0 0 1-.87-2.07A1.6 1.6 0 0 1 4.2 3.116l.781.316c.256.103.44.301.545.518a2.75 2.75 0 0 0 4.952 0c.105-.217.29-.414.545-.518l.781-.316a1.6 1.6 0 0 1 2.076.872a1.58 1.58 0 0 1-.87 2.07l-1.695.685a.5.5 0 0 0-.313.464v1.921q0 .124.058.235zM8 4.499A1.75 1.75 0 1 0 8 .998a1.75 1.75 0 0 0 0 3.501M14 13a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-6 0a1 1 0 1 0 0 2a1 1 0 0 0 0-2m3 0a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m11.06 9.361l1.66 3.125c-.076.065-.154.13-.22.206c-.367-.42-.9-.691-1.5-.691s-1.133.271-1.5.691a2 2 0 0 0-.486-.395l-.793-1.492a.25.25 0 0 0-.44 0l-.787 1.478A2 2 0 0 0 6 14.001c0 .043.01.084.013.127l-.016.03a1.59 1.59 0 1 1-2.81-1.494l1.755-3.3a.5.5 0 0 0 .06-.235V7.207a.5.5 0 0 0-.314-.464l-1.695-.685a1.58 1.58 0 0 1-.87-2.07A1.6 1.6 0 0 1 4.2 3.116l.781.316c.256.103.44.301.545.518a2.75 2.75 0 0 0 4.952 0c.105-.217.29-.414.545-.518l.781-.316a1.6 1.6 0 0 1 2.076.872a1.58 1.58 0 0 1-.87 2.07l-1.695.685a.5.5 0 0 0-.313.464v1.921q0 .124.058.235zM8 4.499A1.75 1.75 0 1 0 8 .998a1.75 1.75 0 0 0 0 3.501M14 13a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-6 0a1 1 0 1 0 0 2a1 1 0 0 0 0-2m3 0a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/></svg> </template>
CSS
.icon-accessibility-more-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.06%209.361l1.66%203.125c-.076.065-.154.13-.22.206c-.367-.42-.9-.691-1.5-.691s-1.133.271-1.5.691a2%202%200%200%200-.486-.395l-.793-1.492a.25.25%200%200%200-.44%200l-.787%201.478A2%202%200%200%200%206%2014.001c0%20.043.01.084.013.127l-.016.03a1.59%201.59%200%201%201-2.81-1.494l1.755-3.3a.5.5%200%200%200%20.06-.235V7.207a.5.5%200%200%200-.314-.464l-1.695-.685a1.58%201.58%200%200%201-.87-2.07A1.6%201.6%200%200%201%204.2%203.116l.781.316c.256.103.44.301.545.518a2.75%202.75%200%200%200%204.952%200c.105-.217.29-.414.545-.518l.781-.316a1.6%201.6%200%200%201%202.076.872a1.58%201.58%200%200%201-.87%202.07l-1.695.685a.5.5%200%200%200-.313.464v1.921q0%20.124.058.235zM8%204.499A1.75%201.75%200%201%200%208%20.998a1.75%201.75%200%200%200%200%203.501M14%2013a1%201%200%201%200%200%202a1%201%200%200%200%200-2m-6%200a1%201%200%201%200%200%202a1%201%200%200%200%200-2m3%200a1%201%200%201%200%200%202a1%201%200%200%200%200-2%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.06%209.361l1.66%203.125c-.076.065-.154.13-.22.206c-.367-.42-.9-.691-1.5-.691s-1.133.271-1.5.691a2%202%200%200%200-.486-.395l-.793-1.492a.25.25%200%200%200-.44%200l-.787%201.478A2%202%200%200%200%206%2014.001c0%20.043.01.084.013.127l-.016.03a1.59%201.59%200%201%201-2.81-1.494l1.755-3.3a.5.5%200%200%200%20.06-.235V7.207a.5.5%200%200%200-.314-.464l-1.695-.685a1.58%201.58%200%200%201-.87-2.07A1.6%201.6%200%200%201%204.2%203.116l.781.316c.256.103.44.301.545.518a2.75%202.75%200%200%200%204.952%200c.105-.217.29-.414.545-.518l.781-.316a1.6%201.6%200%200%201%202.076.872a1.58%201.58%200%200%201-.87%202.07l-1.695.685a.5.5%200%200%200-.313.464v1.921q0%20.124.058.235zM8%204.499A1.75%201.75%200%201%200%208%20.998a1.75%201.75%200%200%200%200%203.501M14%2013a1%201%200%201%200%200%202a1%201%200%200%200%200-2m-6%200a1%201%200%201%200%200%202a1%201%200%200%200%200-2m3%200a1%201%200%201%200%200%202a1%201%200%200%200%200-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/accessibility-more-16-filled.svg?color=%231a73e8&size=48