accessibility more icon

accessibility-more-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
accessibility-more-20-filled
Set
Fluent UI System Icons
Style
20 Filled
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="M14.872 15.594q.071.177.1.358A2.24 2.24 0 0 0 13 14.751c-.773 0-1.434.408-1.838 1.005l-.933-2.309a.25.25 0 0 0-.464 0l-.54 1.336c-.076-.008-.147-.033-.226-.033c-1.24 0-2.25 1.01-2.25 2.25c0 .351.088.68.232.976c-.293.04-.598.015-.892-.104a1.75 1.75 0 0 1-.967-2.278l1.84-4.555a.5.5 0 0 0 .036-.187V8.987A.5.5 0 0 0 6.7 8.53L4.029 7.34a1.74 1.74 0 0 1-.877-2.31a1.76 1.76 0 0 1 2.317-.88l1.276.568c.246.11.422.307.52.524a3 3 0 0 0 5.463 0c.099-.217.274-.414.52-.524l1.276-.568a1.76 1.76 0 0 1 2.317.88a1.74 1.74 0 0 1-.877 2.31l-2.672 1.19a.5.5 0 0 0-.297.457v1.876q0 .097.036.187l1.836 4.544zM10 6a2 2 0 1 0 0-3.999A2 2 0 0 0 10 6m-1 9.75a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5m4 0a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5m4 0a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentAccessibilityMore20Filled(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="M14.872 15.594q.071.177.1.358A2.24 2.24 0 0 0 13 14.751c-.773 0-1.434.408-1.838 1.005l-.933-2.309a.25.25 0 0 0-.464 0l-.54 1.336c-.076-.008-.147-.033-.226-.033c-1.24 0-2.25 1.01-2.25 2.25c0 .351.088.68.232.976c-.293.04-.598.015-.892-.104a1.75 1.75 0 0 1-.967-2.278l1.84-4.555a.5.5 0 0 0 .036-.187V8.987A.5.5 0 0 0 6.7 8.53L4.029 7.34a1.74 1.74 0 0 1-.877-2.31a1.76 1.76 0 0 1 2.317-.88l1.276.568c.246.11.422.307.52.524a3 3 0 0 0 5.463 0c.099-.217.274-.414.52-.524l1.276-.568a1.76 1.76 0 0 1 2.317.88a1.74 1.74 0 0 1-.877 2.31l-2.672 1.19a.5.5 0 0 0-.297.457v1.876q0 .097.036.187l1.836 4.544zM10 6a2 2 0 1 0 0-3.999A2 2 0 0 0 10 6m-1 9.75a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5m4 0a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5m4 0a1.25 1.25 0 1 0 0 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="M14.872 15.594q.071.177.1.358A2.24 2.24 0 0 0 13 14.751c-.773 0-1.434.408-1.838 1.005l-.933-2.309a.25.25 0 0 0-.464 0l-.54 1.336c-.076-.008-.147-.033-.226-.033c-1.24 0-2.25 1.01-2.25 2.25c0 .351.088.68.232.976c-.293.04-.598.015-.892-.104a1.75 1.75 0 0 1-.967-2.278l1.84-4.555a.5.5 0 0 0 .036-.187V8.987A.5.5 0 0 0 6.7 8.53L4.029 7.34a1.74 1.74 0 0 1-.877-2.31a1.76 1.76 0 0 1 2.317-.88l1.276.568c.246.11.422.307.52.524a3 3 0 0 0 5.463 0c.099-.217.274-.414.52-.524l1.276-.568a1.76 1.76 0 0 1 2.317.88a1.74 1.74 0 0 1-.877 2.31l-2.672 1.19a.5.5 0 0 0-.297.457v1.876q0 .097.036.187l1.836 4.544zM10 6a2 2 0 1 0 0-3.999A2 2 0 0 0 10 6m-1 9.75a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5m4 0a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5m4 0a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5"/></svg>
</template>

CSS

.icon-accessibility-more-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.872%2015.594q.071.177.1.358A2.24%202.24%200%200%200%2013%2014.751c-.773%200-1.434.408-1.838%201.005l-.933-2.309a.25.25%200%200%200-.464%200l-.54%201.336c-.076-.008-.147-.033-.226-.033c-1.24%200-2.25%201.01-2.25%202.25c0%20.351.088.68.232.976c-.293.04-.598.015-.892-.104a1.75%201.75%200%200%201-.967-2.278l1.84-4.555a.5.5%200%200%200%20.036-.187V8.987A.5.5%200%200%200%206.7%208.53L4.029%207.34a1.74%201.74%200%200%201-.877-2.31a1.76%201.76%200%200%201%202.317-.88l1.276.568c.246.11.422.307.52.524a3%203%200%200%200%205.463%200c.099-.217.274-.414.52-.524l1.276-.568a1.76%201.76%200%200%201%202.317.88a1.74%201.74%200%200%201-.877%202.31l-2.672%201.19a.5.5%200%200%200-.297.457v1.876q0%20.097.036.187l1.836%204.544zM10%206a2%202%200%201%200%200-3.999A2%202%200%200%200%2010%206m-1%209.75a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5m4%200a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5m4%200a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.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%22M14.872%2015.594q.071.177.1.358A2.24%202.24%200%200%200%2013%2014.751c-.773%200-1.434.408-1.838%201.005l-.933-2.309a.25.25%200%200%200-.464%200l-.54%201.336c-.076-.008-.147-.033-.226-.033c-1.24%200-2.25%201.01-2.25%202.25c0%20.351.088.68.232.976c-.293.04-.598.015-.892-.104a1.75%201.75%200%200%201-.967-2.278l1.84-4.555a.5.5%200%200%200%20.036-.187V8.987A.5.5%200%200%200%206.7%208.53L4.029%207.34a1.74%201.74%200%200%201-.877-2.31a1.76%201.76%200%200%201%202.317-.88l1.276.568c.246.11.422.307.52.524a3%203%200%200%200%205.463%200c.099-.217.274-.414.52-.524l1.276-.568a1.76%201.76%200%200%201%202.317.88a1.74%201.74%200%200%201-.877%202.31l-2.672%201.19a.5.5%200%200%200-.297.457v1.876q0%20.097.036.187l1.836%204.544zM10%206a2%202%200%201%200%200-3.999A2%202%200%200%200%2010%206m-1%209.75a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5m4%200a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5m4%200a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.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-filled.svg?color=%231a73e8&size=48