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

Name
accessibility-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the accessibility icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 9a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7M7.074 6.168a3.073 3.073 0 1 0-2 5.81l5.589 1.925a.5.5 0 0 1 .337.473v3.517a.5.5 0 0 1-.05.22L7.306 25.58a3.073 3.073 0 1 0 5.524 2.694l2.718-5.573a.5.5 0 0 1 .898 0l2.718 5.573a3.073 3.073 0 1 0 5.523-2.694l-3.637-7.458a.5.5 0 0 1-.051-.22v-3.526a.5.5 0 0 1 .337-.473l5.59-1.924a3.073 3.073 0 0 0-2-5.81l-2.975 1.023a2.1 2.1 0 0 0-1.14.972A5.5 5.5 0 0 1 16 11a5.5 5.5 0 0 1-4.813-2.836a2.1 2.1 0 0 0-1.14-.972z"/></svg>

React

import type { SVGProps } from "react";

export function FluentAccessibility32Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 9a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7M7.074 6.168a3.073 3.073 0 1 0-2 5.81l5.589 1.925a.5.5 0 0 1 .337.473v3.517a.5.5 0 0 1-.05.22L7.306 25.58a3.073 3.073 0 1 0 5.524 2.694l2.718-5.573a.5.5 0 0 1 .898 0l2.718 5.573a3.073 3.073 0 1 0 5.523-2.694l-3.637-7.458a.5.5 0 0 1-.051-.22v-3.526a.5.5 0 0 1 .337-.473l5.59-1.924a3.073 3.073 0 0 0-2-5.81l-2.975 1.023a2.1 2.1 0 0 0-1.14.972A5.5 5.5 0 0 1 16 11a5.5 5.5 0 0 1-4.813-2.836a2.1 2.1 0 0 0-1.14-.972z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 9a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7M7.074 6.168a3.073 3.073 0 1 0-2 5.81l5.589 1.925a.5.5 0 0 1 .337.473v3.517a.5.5 0 0 1-.05.22L7.306 25.58a3.073 3.073 0 1 0 5.524 2.694l2.718-5.573a.5.5 0 0 1 .898 0l2.718 5.573a3.073 3.073 0 1 0 5.523-2.694l-3.637-7.458a.5.5 0 0 1-.051-.22v-3.526a.5.5 0 0 1 .337-.473l5.59-1.924a3.073 3.073 0 0 0-2-5.81l-2.975 1.023a2.1 2.1 0 0 0-1.14.972A5.5 5.5 0 0 1 16 11a5.5 5.5 0 0 1-4.813-2.836a2.1 2.1 0 0 0-1.14-.972z"/></svg>
</template>

CSS

.icon-accessibility-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%209a3.5%203.5%200%201%200%200-7a3.5%203.5%200%200%200%200%207M7.074%206.168a3.073%203.073%200%201%200-2%205.81l5.589%201.925a.5.5%200%200%201%20.337.473v3.517a.5.5%200%200%201-.05.22L7.306%2025.58a3.073%203.073%200%201%200%205.524%202.694l2.718-5.573a.5.5%200%200%201%20.898%200l2.718%205.573a3.073%203.073%200%201%200%205.523-2.694l-3.637-7.458a.5.5%200%200%201-.051-.22v-3.526a.5.5%200%200%201%20.337-.473l5.59-1.924a3.073%203.073%200%200%200-2-5.81l-2.975%201.023a2.1%202.1%200%200%200-1.14.972A5.5%205.5%200%200%201%2016%2011a5.5%205.5%200%200%201-4.813-2.836a2.1%202.1%200%200%200-1.14-.972z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%209a3.5%203.5%200%201%200%200-7a3.5%203.5%200%200%200%200%207M7.074%206.168a3.073%203.073%200%201%200-2%205.81l5.589%201.925a.5.5%200%200%201%20.337.473v3.517a.5.5%200%200%201-.05.22L7.306%2025.58a3.073%203.073%200%201%200%205.524%202.694l2.718-5.573a.5.5%200%200%201%20.898%200l2.718%205.573a3.073%203.073%200%201%200%205.523-2.694l-3.637-7.458a.5.5%200%200%201-.051-.22v-3.526a.5.5%200%200%201%20.337-.473l5.59-1.924a3.073%203.073%200%200%200-2-5.81l-2.975%201.023a2.1%202.1%200%200%200-1.14.972A5.5%205.5%200%200%201%2016%2011a5.5%205.5%200%200%201-4.813-2.836a2.1%202.1%200%200%200-1.14-.972z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/accessibility-32-filled.svg?color=%231a73e8&size=48