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

Name
accessibility-48-regular
Set
Fluent UI System Icons
Style
48 Regular
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="M20.002 10.5a4 4 0 0 0 2.226 3.586l.492.179a3.75 3.75 0 0 0 2.566 0l.491-.179a4 4 0 1 0-5.775-3.586m-2.194 1.977A6.5 6.5 0 0 1 24.003 4a6.5 6.5 0 0 1 6.194 8.477l6.1-2.22a4.25 4.25 0 0 1 2.908 7.988l-8.201 2.985v4.796c0 .353.067.703.2 1.03L35.69 38.16a4.25 4.25 0 1 1-7.882 3.185l-3.807-9.422l-3.807 9.421a4.25 4.25 0 0 1-7.882-3.184l4.49-11.112c.132-.327.2-.677.2-1.03V21.23L8.8 18.245a4.25 4.25 0 1 1 2.907-7.987zm3.444 3.914l-10.399-3.784a1.75 1.75 0 0 0-1.197 3.289l8.365 3.044a2.25 2.25 0 0 1 1.481 2.114v4.964c0 .674-.13 1.342-.382 1.967l-4.49 11.112a1.75 1.75 0 1 0 3.245 1.311l4.04-9.995c.758-1.877 3.414-1.877 4.172 0l4.04 9.995a1.75 1.75 0 0 0 3.245-1.311l-4.487-11.105a5.3 5.3 0 0 1-.382-1.966v-4.972c0-.945.592-1.79 1.481-2.114l8.365-3.044a1.75 1.75 0 1 0-1.197-3.29l-10.398 3.785a6.5 6.5 0 0 1-2.751.609a6.5 6.5 0 0 1-2.751-.609"/></svg>

React

import type { SVGProps } from "react";

export function FluentAccessibility48Regular(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="M20.002 10.5a4 4 0 0 0 2.226 3.586l.492.179a3.75 3.75 0 0 0 2.566 0l.491-.179a4 4 0 1 0-5.775-3.586m-2.194 1.977A6.5 6.5 0 0 1 24.003 4a6.5 6.5 0 0 1 6.194 8.477l6.1-2.22a4.25 4.25 0 0 1 2.908 7.988l-8.201 2.985v4.796c0 .353.067.703.2 1.03L35.69 38.16a4.25 4.25 0 1 1-7.882 3.185l-3.807-9.422l-3.807 9.421a4.25 4.25 0 0 1-7.882-3.184l4.49-11.112c.132-.327.2-.677.2-1.03V21.23L8.8 18.245a4.25 4.25 0 1 1 2.907-7.987zm3.444 3.914l-10.399-3.784a1.75 1.75 0 0 0-1.197 3.289l8.365 3.044a2.25 2.25 0 0 1 1.481 2.114v4.964c0 .674-.13 1.342-.382 1.967l-4.49 11.112a1.75 1.75 0 1 0 3.245 1.311l4.04-9.995c.758-1.877 3.414-1.877 4.172 0l4.04 9.995a1.75 1.75 0 0 0 3.245-1.311l-4.487-11.105a5.3 5.3 0 0 1-.382-1.966v-4.972c0-.945.592-1.79 1.481-2.114l8.365-3.044a1.75 1.75 0 1 0-1.197-3.29l-10.398 3.785a6.5 6.5 0 0 1-2.751.609a6.5 6.5 0 0 1-2.751-.609"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M20.002 10.5a4 4 0 0 0 2.226 3.586l.492.179a3.75 3.75 0 0 0 2.566 0l.491-.179a4 4 0 1 0-5.775-3.586m-2.194 1.977A6.5 6.5 0 0 1 24.003 4a6.5 6.5 0 0 1 6.194 8.477l6.1-2.22a4.25 4.25 0 0 1 2.908 7.988l-8.201 2.985v4.796c0 .353.067.703.2 1.03L35.69 38.16a4.25 4.25 0 1 1-7.882 3.185l-3.807-9.422l-3.807 9.421a4.25 4.25 0 0 1-7.882-3.184l4.49-11.112c.132-.327.2-.677.2-1.03V21.23L8.8 18.245a4.25 4.25 0 1 1 2.907-7.987zm3.444 3.914l-10.399-3.784a1.75 1.75 0 0 0-1.197 3.289l8.365 3.044a2.25 2.25 0 0 1 1.481 2.114v4.964c0 .674-.13 1.342-.382 1.967l-4.49 11.112a1.75 1.75 0 1 0 3.245 1.311l4.04-9.995c.758-1.877 3.414-1.877 4.172 0l4.04 9.995a1.75 1.75 0 0 0 3.245-1.311l-4.487-11.105a5.3 5.3 0 0 1-.382-1.966v-4.972c0-.945.592-1.79 1.481-2.114l8.365-3.044a1.75 1.75 0 1 0-1.197-3.29l-10.398 3.785a6.5 6.5 0 0 1-2.751.609a6.5 6.5 0 0 1-2.751-.609"/></svg>
</template>

CSS

.icon-accessibility-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.002%2010.5a4%204%200%200%200%202.226%203.586l.492.179a3.75%203.75%200%200%200%202.566%200l.491-.179a4%204%200%201%200-5.775-3.586m-2.194%201.977A6.5%206.5%200%200%201%2024.003%204a6.5%206.5%200%200%201%206.194%208.477l6.1-2.22a4.25%204.25%200%200%201%202.908%207.988l-8.201%202.985v4.796c0%20.353.067.703.2%201.03L35.69%2038.16a4.25%204.25%200%201%201-7.882%203.185l-3.807-9.422l-3.807%209.421a4.25%204.25%200%200%201-7.882-3.184l4.49-11.112c.132-.327.2-.677.2-1.03V21.23L8.8%2018.245a4.25%204.25%200%201%201%202.907-7.987zm3.444%203.914l-10.399-3.784a1.75%201.75%200%200%200-1.197%203.289l8.365%203.044a2.25%202.25%200%200%201%201.481%202.114v4.964c0%20.674-.13%201.342-.382%201.967l-4.49%2011.112a1.75%201.75%200%201%200%203.245%201.311l4.04-9.995c.758-1.877%203.414-1.877%204.172%200l4.04%209.995a1.75%201.75%200%200%200%203.245-1.311l-4.487-11.105a5.3%205.3%200%200%201-.382-1.966v-4.972c0-.945.592-1.79%201.481-2.114l8.365-3.044a1.75%201.75%200%201%200-1.197-3.29l-10.398%203.785a6.5%206.5%200%200%201-2.751.609a6.5%206.5%200%200%201-2.751-.609%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%22M20.002%2010.5a4%204%200%200%200%202.226%203.586l.492.179a3.75%203.75%200%200%200%202.566%200l.491-.179a4%204%200%201%200-5.775-3.586m-2.194%201.977A6.5%206.5%200%200%201%2024.003%204a6.5%206.5%200%200%201%206.194%208.477l6.1-2.22a4.25%204.25%200%200%201%202.908%207.988l-8.201%202.985v4.796c0%20.353.067.703.2%201.03L35.69%2038.16a4.25%204.25%200%201%201-7.882%203.185l-3.807-9.422l-3.807%209.421a4.25%204.25%200%200%201-7.882-3.184l4.49-11.112c.132-.327.2-.677.2-1.03V21.23L8.8%2018.245a4.25%204.25%200%201%201%202.907-7.987zm3.444%203.914l-10.399-3.784a1.75%201.75%200%200%200-1.197%203.289l8.365%203.044a2.25%202.25%200%200%201%201.481%202.114v4.964c0%20.674-.13%201.342-.382%201.967l-4.49%2011.112a1.75%201.75%200%201%200%203.245%201.311l4.04-9.995c.758-1.877%203.414-1.877%204.172%200l4.04%209.995a1.75%201.75%200%200%200%203.245-1.311l-4.487-11.105a5.3%205.3%200%200%201-.382-1.966v-4.972c0-.945.592-1.79%201.481-2.114l8.365-3.044a1.75%201.75%200%201%200-1.197-3.29l-10.398%203.785a6.5%206.5%200%200%201-2.751.609a6.5%206.5%200%200%201-2.751-.609%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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