accessibility more icon
accessibility-more-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- accessibility-more-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- 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 6.868l2.008-.811a1.58 1.58 0 0 0 .87-2.07a1.6 1.6 0 0 0-2.076-.872l-1.61.651q.059-.25.06-.516a2.25 2.25 0 1 0-4.44.516L4.2 3.115a1.6 1.6 0 0 0-2.076.872a1.58 1.58 0 0 0 .87 2.07l2.008.811v2.384l-1.813 3.41A1.59 1.59 0 1 0 6 14.156l.016-.03c-.003-.043-.013-.083-.013-.127c0-.734.402-1.37.994-1.718l1.006-1.893l1.014 1.907c.18.109.348.237.486.395c.17-.194.377-.351.607-.47L8.885 9.918a1 1 0 0 0-1.766 0l-2.003 3.768a.591.591 0 1 1-1.045-.555L5.884 9.72a1 1 0 0 0 .117-.469V6.867a1 1 0 0 0-.625-.927l-2.008-.811a.58.58 0 0 1-.32-.762a.6.6 0 0 1 .777-.326l3.427 1.385a2 2 0 0 0 1.498 0l3.427-1.385a.6.6 0 0 1 .777.326a.58.58 0 0 1-.32.762l-2.008.811a1 1 0 0 0-.625.927V9.25c0 .164.04.325.117.469l1.233 2.319c.455.083.857.316 1.15.652c.066-.076.144-.141.22-.206l-1.72-3.235V6.866zM8 4.499a1.25 1.25 0 1 1 .001-2.5a1.25 1.25 0 0 1 0 2.5M9 14a1 1 0 1 1-2 0a1 1 0 0 1 2 0m6 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-3 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentAccessibilityMore16Regular(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 6.868l2.008-.811a1.58 1.58 0 0 0 .87-2.07a1.6 1.6 0 0 0-2.076-.872l-1.61.651q.059-.25.06-.516a2.25 2.25 0 1 0-4.44.516L4.2 3.115a1.6 1.6 0 0 0-2.076.872a1.58 1.58 0 0 0 .87 2.07l2.008.811v2.384l-1.813 3.41A1.59 1.59 0 1 0 6 14.156l.016-.03c-.003-.043-.013-.083-.013-.127c0-.734.402-1.37.994-1.718l1.006-1.893l1.014 1.907c.18.109.348.237.486.395c.17-.194.377-.351.607-.47L8.885 9.918a1 1 0 0 0-1.766 0l-2.003 3.768a.591.591 0 1 1-1.045-.555L5.884 9.72a1 1 0 0 0 .117-.469V6.867a1 1 0 0 0-.625-.927l-2.008-.811a.58.58 0 0 1-.32-.762a.6.6 0 0 1 .777-.326l3.427 1.385a2 2 0 0 0 1.498 0l3.427-1.385a.6.6 0 0 1 .777.326a.58.58 0 0 1-.32.762l-2.008.811a1 1 0 0 0-.625.927V9.25c0 .164.04.325.117.469l1.233 2.319c.455.083.857.316 1.15.652c.066-.076.144-.141.22-.206l-1.72-3.235V6.866zM8 4.499a1.25 1.25 0 1 1 .001-2.5a1.25 1.25 0 0 1 0 2.5M9 14a1 1 0 1 1-2 0a1 1 0 0 1 2 0m6 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-3 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></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 6.868l2.008-.811a1.58 1.58 0 0 0 .87-2.07a1.6 1.6 0 0 0-2.076-.872l-1.61.651q.059-.25.06-.516a2.25 2.25 0 1 0-4.44.516L4.2 3.115a1.6 1.6 0 0 0-2.076.872a1.58 1.58 0 0 0 .87 2.07l2.008.811v2.384l-1.813 3.41A1.59 1.59 0 1 0 6 14.156l.016-.03c-.003-.043-.013-.083-.013-.127c0-.734.402-1.37.994-1.718l1.006-1.893l1.014 1.907c.18.109.348.237.486.395c.17-.194.377-.351.607-.47L8.885 9.918a1 1 0 0 0-1.766 0l-2.003 3.768a.591.591 0 1 1-1.045-.555L5.884 9.72a1 1 0 0 0 .117-.469V6.867a1 1 0 0 0-.625-.927l-2.008-.811a.58.58 0 0 1-.32-.762a.6.6 0 0 1 .777-.326l3.427 1.385a2 2 0 0 0 1.498 0l3.427-1.385a.6.6 0 0 1 .777.326a.58.58 0 0 1-.32.762l-2.008.811a1 1 0 0 0-.625.927V9.25c0 .164.04.325.117.469l1.233 2.319c.455.083.857.316 1.15.652c.066-.076.144-.141.22-.206l-1.72-3.235V6.866zM8 4.499a1.25 1.25 0 1 1 .001-2.5a1.25 1.25 0 0 1 0 2.5M9 14a1 1 0 1 1-2 0a1 1 0 0 1 2 0m6 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-3 0a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></svg> </template>
CSS
.icon-accessibility-more-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11%206.868l2.008-.811a1.58%201.58%200%200%200%20.87-2.07a1.6%201.6%200%200%200-2.076-.872l-1.61.651q.059-.25.06-.516a2.25%202.25%200%201%200-4.44.516L4.2%203.115a1.6%201.6%200%200%200-2.076.872a1.58%201.58%200%200%200%20.87%202.07l2.008.811v2.384l-1.813%203.41A1.59%201.59%200%201%200%206%2014.156l.016-.03c-.003-.043-.013-.083-.013-.127c0-.734.402-1.37.994-1.718l1.006-1.893l1.014%201.907c.18.109.348.237.486.395c.17-.194.377-.351.607-.47L8.885%209.918a1%201%200%200%200-1.766%200l-2.003%203.768a.591.591%200%201%201-1.045-.555L5.884%209.72a1%201%200%200%200%20.117-.469V6.867a1%201%200%200%200-.625-.927l-2.008-.811a.58.58%200%200%201-.32-.762a.6.6%200%200%201%20.777-.326l3.427%201.385a2%202%200%200%200%201.498%200l3.427-1.385a.6.6%200%200%201%20.777.326a.58.58%200%200%201-.32.762l-2.008.811a1%201%200%200%200-.625.927V9.25c0%20.164.04.325.117.469l1.233%202.319c.455.083.857.316%201.15.652c.066-.076.144-.141.22-.206l-1.72-3.235V6.866zM8%204.499a1.25%201.25%200%201%201%20.001-2.5a1.25%201.25%200%200%201%200%202.5M9%2014a1%201%200%201%201-2%200a1%201%200%200%201%202%200m6%200a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-3%200a1%201%200%201%201-2%200a1%201%200%200%201%202%200%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%206.868l2.008-.811a1.58%201.58%200%200%200%20.87-2.07a1.6%201.6%200%200%200-2.076-.872l-1.61.651q.059-.25.06-.516a2.25%202.25%200%201%200-4.44.516L4.2%203.115a1.6%201.6%200%200%200-2.076.872a1.58%201.58%200%200%200%20.87%202.07l2.008.811v2.384l-1.813%203.41A1.59%201.59%200%201%200%206%2014.156l.016-.03c-.003-.043-.013-.083-.013-.127c0-.734.402-1.37.994-1.718l1.006-1.893l1.014%201.907c.18.109.348.237.486.395c.17-.194.377-.351.607-.47L8.885%209.918a1%201%200%200%200-1.766%200l-2.003%203.768a.591.591%200%201%201-1.045-.555L5.884%209.72a1%201%200%200%200%20.117-.469V6.867a1%201%200%200%200-.625-.927l-2.008-.811a.58.58%200%200%201-.32-.762a.6.6%200%200%201%20.777-.326l3.427%201.385a2%202%200%200%200%201.498%200l3.427-1.385a.6.6%200%200%201%20.777.326a.58.58%200%200%201-.32.762l-2.008.811a1%201%200%200%200-.625.927V9.25c0%20.164.04.325.117.469l1.233%202.319c.455.083.857.316%201.15.652c.066-.076.144-.141.22-.206l-1.72-3.235V6.866zM8%204.499a1.25%201.25%200%201%201%20.001-2.5a1.25%201.25%200%200%201%200%202.5M9%2014a1%201%200%201%201-2%200a1%201%200%200%201%202%200m6%200a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-3%200a1%201%200%201%201-2%200a1%201%200%200%201%202%200%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-regular.svg?color=%231a73e8&size=48