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

Name
accessibility-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
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 48 48"><path fill="currentColor" d="M24 14.5A5.25 5.25 0 1 0 24 4a5.25 5.25 0 0 0 0 10.5m-12.292-4.242a4.25 4.25 0 0 0-2.907 7.987l7.872 2.865a.5.5 0 0 1 .329.47v4.438c0 .353-.068.703-.2 1.03l-4.49 11.112a4.25 4.25 0 1 0 7.882 3.184l3.343-8.274a.5.5 0 0 1 .928 0l3.343 8.274a4.25 4.25 0 0 0 7.883-3.184l-4.488-11.104a2.8 2.8 0 0 1-.2-1.03v-4.447a.5.5 0 0 1 .33-.47l7.872-2.864a4.25 4.25 0 1 0-2.908-7.988l-3.812 1.388c-.82.298-1.422.896-1.805 1.544a7.75 7.75 0 0 1-6.677 3.81a7.75 7.75 0 0 1-6.677-3.81c-.384-.648-.986-1.246-1.806-1.544z"/></svg>

React

import type { SVGProps } from "react";

export function FluentAccessibility48Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 14.5A5.25 5.25 0 1 0 24 4a5.25 5.25 0 0 0 0 10.5m-12.292-4.242a4.25 4.25 0 0 0-2.907 7.987l7.872 2.865a.5.5 0 0 1 .329.47v4.438c0 .353-.068.703-.2 1.03l-4.49 11.112a4.25 4.25 0 1 0 7.882 3.184l3.343-8.274a.5.5 0 0 1 .928 0l3.343 8.274a4.25 4.25 0 0 0 7.883-3.184l-4.488-11.104a2.8 2.8 0 0 1-.2-1.03v-4.447a.5.5 0 0 1 .33-.47l7.872-2.864a4.25 4.25 0 1 0-2.908-7.988l-3.812 1.388c-.82.298-1.422.896-1.805 1.544a7.75 7.75 0 0 1-6.677 3.81a7.75 7.75 0 0 1-6.677-3.81c-.384-.648-.986-1.246-1.806-1.544z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 14.5A5.25 5.25 0 1 0 24 4a5.25 5.25 0 0 0 0 10.5m-12.292-4.242a4.25 4.25 0 0 0-2.907 7.987l7.872 2.865a.5.5 0 0 1 .329.47v4.438c0 .353-.068.703-.2 1.03l-4.49 11.112a4.25 4.25 0 1 0 7.882 3.184l3.343-8.274a.5.5 0 0 1 .928 0l3.343 8.274a4.25 4.25 0 0 0 7.883-3.184l-4.488-11.104a2.8 2.8 0 0 1-.2-1.03v-4.447a.5.5 0 0 1 .33-.47l7.872-2.864a4.25 4.25 0 1 0-2.908-7.988l-3.812 1.388c-.82.298-1.422.896-1.805 1.544a7.75 7.75 0 0 1-6.677 3.81a7.75 7.75 0 0 1-6.677-3.81c-.384-.648-.986-1.246-1.806-1.544z"/></svg>
</template>

CSS

.icon-accessibility-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%2014.5A5.25%205.25%200%201%200%2024%204a5.25%205.25%200%200%200%200%2010.5m-12.292-4.242a4.25%204.25%200%200%200-2.907%207.987l7.872%202.865a.5.5%200%200%201%20.329.47v4.438c0%20.353-.068.703-.2%201.03l-4.49%2011.112a4.25%204.25%200%201%200%207.882%203.184l3.343-8.274a.5.5%200%200%201%20.928%200l3.343%208.274a4.25%204.25%200%200%200%207.883-3.184l-4.488-11.104a2.8%202.8%200%200%201-.2-1.03v-4.447a.5.5%200%200%201%20.33-.47l7.872-2.864a4.25%204.25%200%201%200-2.908-7.988l-3.812%201.388c-.82.298-1.422.896-1.805%201.544a7.75%207.75%200%200%201-6.677%203.81a7.75%207.75%200%200%201-6.677-3.81c-.384-.648-.986-1.246-1.806-1.544z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%2014.5A5.25%205.25%200%201%200%2024%204a5.25%205.25%200%200%200%200%2010.5m-12.292-4.242a4.25%204.25%200%200%200-2.907%207.987l7.872%202.865a.5.5%200%200%201%20.329.47v4.438c0%20.353-.068.703-.2%201.03l-4.49%2011.112a4.25%204.25%200%201%200%207.882%203.184l3.343-8.274a.5.5%200%200%201%20.928%200l3.343%208.274a4.25%204.25%200%200%200%207.883-3.184l-4.488-11.104a2.8%202.8%200%200%201-.2-1.03v-4.447a.5.5%200%200%201%20.33-.47l7.872-2.864a4.25%204.25%200%201%200-2.908-7.988l-3.812%201.388c-.82.298-1.422.896-1.805%201.544a7.75%207.75%200%200%201-6.677%203.81a7.75%207.75%200%200%201-6.677-3.81c-.384-.648-.986-1.246-1.806-1.544z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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