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

Name
accessibility-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M12 5.5a2 2 0 0 0 1.491 1.935c.337.053.68.053 1.018 0A2 2 0 1 0 12 5.5m-1.337 1.058a3.5 3.5 0 1 1 6.675 0l4.419-1.436a2.477 2.477 0 1 1 1.53 4.712L18 11.552v3.822c0 .16.03.32.091.468l2.728 6.752a2.477 2.477 0 0 1-4.594 1.856l-2.243-5.553l-2.232 5.56a2.46 2.46 0 0 1-3.21 1.362a2.477 2.477 0 0 1-1.364-3.215l2.734-6.812q.09-.224.09-.466v-3.774L4.712 9.834a2.477 2.477 0 0 1 1.531-4.712zm2.518 2.346a5 5 0 0 1-.649-.162L5.78 6.548a.977.977 0 0 0-.604 1.859l5.46 1.774c.515.168.864.648.864 1.189v3.957c0 .35-.067.698-.198 1.024l-2.734 6.811a.977.977 0 0 0 .538 1.267a.96.96 0 0 0 1.252-.531l2.463-6.136c.42-1.045 1.897-1.047 2.319-.003l2.476 6.129a.977.977 0 1 0 1.812-.732L16.7 16.404a2.8 2.8 0 0 1-.2-1.03V11.37c0-.541.349-1.021.864-1.189l5.46-1.774a.977.977 0 1 0-.604-1.859l-6.752 2.194q-.32.104-.649.162a3.5 3.5 0 0 1-1.639 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentAccessibility28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M12 5.5a2 2 0 0 0 1.491 1.935c.337.053.68.053 1.018 0A2 2 0 1 0 12 5.5m-1.337 1.058a3.5 3.5 0 1 1 6.675 0l4.419-1.436a2.477 2.477 0 1 1 1.53 4.712L18 11.552v3.822c0 .16.03.32.091.468l2.728 6.752a2.477 2.477 0 0 1-4.594 1.856l-2.243-5.553l-2.232 5.56a2.46 2.46 0 0 1-3.21 1.362a2.477 2.477 0 0 1-1.364-3.215l2.734-6.812q.09-.224.09-.466v-3.774L4.712 9.834a2.477 2.477 0 0 1 1.531-4.712zm2.518 2.346a5 5 0 0 1-.649-.162L5.78 6.548a.977.977 0 0 0-.604 1.859l5.46 1.774c.515.168.864.648.864 1.189v3.957c0 .35-.067.698-.198 1.024l-2.734 6.811a.977.977 0 0 0 .538 1.267a.96.96 0 0 0 1.252-.531l2.463-6.136c.42-1.045 1.897-1.047 2.319-.003l2.476 6.129a.977.977 0 1 0 1.812-.732L16.7 16.404a2.8 2.8 0 0 1-.2-1.03V11.37c0-.541.349-1.021.864-1.189l5.46-1.774a.977.977 0 1 0-.604-1.859l-6.752 2.194q-.32.104-.649.162a3.5 3.5 0 0 1-1.639 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M12 5.5a2 2 0 0 0 1.491 1.935c.337.053.68.053 1.018 0A2 2 0 1 0 12 5.5m-1.337 1.058a3.5 3.5 0 1 1 6.675 0l4.419-1.436a2.477 2.477 0 1 1 1.53 4.712L18 11.552v3.822c0 .16.03.32.091.468l2.728 6.752a2.477 2.477 0 0 1-4.594 1.856l-2.243-5.553l-2.232 5.56a2.46 2.46 0 0 1-3.21 1.362a2.477 2.477 0 0 1-1.364-3.215l2.734-6.812q.09-.224.09-.466v-3.774L4.712 9.834a2.477 2.477 0 0 1 1.531-4.712zm2.518 2.346a5 5 0 0 1-.649-.162L5.78 6.548a.977.977 0 0 0-.604 1.859l5.46 1.774c.515.168.864.648.864 1.189v3.957c0 .35-.067.698-.198 1.024l-2.734 6.811a.977.977 0 0 0 .538 1.267a.96.96 0 0 0 1.252-.531l2.463-6.136c.42-1.045 1.897-1.047 2.319-.003l2.476 6.129a.977.977 0 1 0 1.812-.732L16.7 16.404a2.8 2.8 0 0 1-.2-1.03V11.37c0-.541.349-1.021.864-1.189l5.46-1.774a.977.977 0 1 0-.604-1.859l-6.752 2.194q-.32.104-.649.162a3.5 3.5 0 0 1-1.639 0"/></svg>
</template>

CSS

.icon-accessibility-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%205.5a2%202%200%200%200%201.491%201.935c.337.053.68.053%201.018%200A2%202%200%201%200%2012%205.5m-1.337%201.058a3.5%203.5%200%201%201%206.675%200l4.419-1.436a2.477%202.477%200%201%201%201.53%204.712L18%2011.552v3.822c0%20.16.03.32.091.468l2.728%206.752a2.477%202.477%200%200%201-4.594%201.856l-2.243-5.553l-2.232%205.56a2.46%202.46%200%200%201-3.21%201.362a2.477%202.477%200%200%201-1.364-3.215l2.734-6.812q.09-.224.09-.466v-3.774L4.712%209.834a2.477%202.477%200%200%201%201.531-4.712zm2.518%202.346a5%205%200%200%201-.649-.162L5.78%206.548a.977.977%200%200%200-.604%201.859l5.46%201.774c.515.168.864.648.864%201.189v3.957c0%20.35-.067.698-.198%201.024l-2.734%206.811a.977.977%200%200%200%20.538%201.267a.96.96%200%200%200%201.252-.531l2.463-6.136c.42-1.045%201.897-1.047%202.319-.003l2.476%206.129a.977.977%200%201%200%201.812-.732L16.7%2016.404a2.8%202.8%200%200%201-.2-1.03V11.37c0-.541.349-1.021.864-1.189l5.46-1.774a.977.977%200%201%200-.604-1.859l-6.752%202.194q-.32.104-.649.162a3.5%203.5%200%200%201-1.639%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%205.5a2%202%200%200%200%201.491%201.935c.337.053.68.053%201.018%200A2%202%200%201%200%2012%205.5m-1.337%201.058a3.5%203.5%200%201%201%206.675%200l4.419-1.436a2.477%202.477%200%201%201%201.53%204.712L18%2011.552v3.822c0%20.16.03.32.091.468l2.728%206.752a2.477%202.477%200%200%201-4.594%201.856l-2.243-5.553l-2.232%205.56a2.46%202.46%200%200%201-3.21%201.362a2.477%202.477%200%200%201-1.364-3.215l2.734-6.812q.09-.224.09-.466v-3.774L4.712%209.834a2.477%202.477%200%200%201%201.531-4.712zm2.518%202.346a5%205%200%200%201-.649-.162L5.78%206.548a.977.977%200%200%200-.604%201.859l5.46%201.774c.515.168.864.648.864%201.189v3.957c0%20.35-.067.698-.198%201.024l-2.734%206.811a.977.977%200%200%200%20.538%201.267a.96.96%200%200%200%201.252-.531l2.463-6.136c.42-1.045%201.897-1.047%202.319-.003l2.476%206.129a.977.977%200%201%200%201.812-.732L16.7%2016.404a2.8%202.8%200%200%201-.2-1.03V11.37c0-.541.349-1.021.864-1.189l5.46-1.774a.977.977%200%201%200-.604-1.859l-6.752%202.194q-.32.104-.649.162a3.5%203.5%200%200%201-1.639%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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