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

Name
accessibility-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M6.75 3.25a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0M8 1a2.25 2.25 0 0 0-2.19 2.766l-1.612-.65a1.6 1.6 0 0 0-2.076.872a1.58 1.58 0 0 0 .87 2.07L5 6.869v2.384l-1.813 3.41a1.591 1.591 0 1 0 2.81 1.495L8 10.39l2.004 3.768a1.591 1.591 0 0 0 2.81-1.494L11 9.252V6.869l2.008-.811a1.58 1.58 0 0 0 .87-2.07a1.6 1.6 0 0 0-2.076-.873l-1.611.651q.058-.248.059-.516A2.25 2.25 0 0 0 8 1M3.047 4.369a.6.6 0 0 1 .776-.327l3.428 1.385a2 2 0 0 0 1.498 0l3.428-1.385a.6.6 0 0 1 .776.327a.58.58 0 0 1-.32.762l-2.008.81A1 1 0 0 0 10 6.87v2.383a1 1 0 0 0 .117.47l1.814 3.411a.592.592 0 0 1-1.044.556L8.883 9.92a1 1 0 0 0-1.766 0l-2.003 3.767a.591.591 0 1 1-1.044-.555l1.813-3.41A1 1 0 0 0 6 9.253V6.869a1 1 0 0 0-.625-.927L3.367 5.13a.58.58 0 0 1-.32-.762"/></svg>

React

import type { SVGProps } from "react";

export function FluentAccessibility16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.75 3.25a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0M8 1a2.25 2.25 0 0 0-2.19 2.766l-1.612-.65a1.6 1.6 0 0 0-2.076.872a1.58 1.58 0 0 0 .87 2.07L5 6.869v2.384l-1.813 3.41a1.591 1.591 0 1 0 2.81 1.495L8 10.39l2.004 3.768a1.591 1.591 0 0 0 2.81-1.494L11 9.252V6.869l2.008-.811a1.58 1.58 0 0 0 .87-2.07a1.6 1.6 0 0 0-2.076-.873l-1.611.651q.058-.248.059-.516A2.25 2.25 0 0 0 8 1M3.047 4.369a.6.6 0 0 1 .776-.327l3.428 1.385a2 2 0 0 0 1.498 0l3.428-1.385a.6.6 0 0 1 .776.327a.58.58 0 0 1-.32.762l-2.008.81A1 1 0 0 0 10 6.87v2.383a1 1 0 0 0 .117.47l1.814 3.411a.592.592 0 0 1-1.044.556L8.883 9.92a1 1 0 0 0-1.766 0l-2.003 3.767a.591.591 0 1 1-1.044-.555l1.813-3.41A1 1 0 0 0 6 9.253V6.869a1 1 0 0 0-.625-.927L3.367 5.13a.58.58 0 0 1-.32-.762"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.75 3.25a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0M8 1a2.25 2.25 0 0 0-2.19 2.766l-1.612-.65a1.6 1.6 0 0 0-2.076.872a1.58 1.58 0 0 0 .87 2.07L5 6.869v2.384l-1.813 3.41a1.591 1.591 0 1 0 2.81 1.495L8 10.39l2.004 3.768a1.591 1.591 0 0 0 2.81-1.494L11 9.252V6.869l2.008-.811a1.58 1.58 0 0 0 .87-2.07a1.6 1.6 0 0 0-2.076-.873l-1.611.651q.058-.248.059-.516A2.25 2.25 0 0 0 8 1M3.047 4.369a.6.6 0 0 1 .776-.327l3.428 1.385a2 2 0 0 0 1.498 0l3.428-1.385a.6.6 0 0 1 .776.327a.58.58 0 0 1-.32.762l-2.008.81A1 1 0 0 0 10 6.87v2.383a1 1 0 0 0 .117.47l1.814 3.411a.592.592 0 0 1-1.044.556L8.883 9.92a1 1 0 0 0-1.766 0l-2.003 3.767a.591.591 0 1 1-1.044-.555l1.813-3.41A1 1 0 0 0 6 9.253V6.869a1 1 0 0 0-.625-.927L3.367 5.13a.58.58 0 0 1-.32-.762"/></svg>
</template>

CSS

.icon-accessibility-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.75%203.25a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%200M8%201a2.25%202.25%200%200%200-2.19%202.766l-1.612-.65a1.6%201.6%200%200%200-2.076.872a1.58%201.58%200%200%200%20.87%202.07L5%206.869v2.384l-1.813%203.41a1.591%201.591%200%201%200%202.81%201.495L8%2010.39l2.004%203.768a1.591%201.591%200%200%200%202.81-1.494L11%209.252V6.869l2.008-.811a1.58%201.58%200%200%200%20.87-2.07a1.6%201.6%200%200%200-2.076-.873l-1.611.651q.058-.248.059-.516A2.25%202.25%200%200%200%208%201M3.047%204.369a.6.6%200%200%201%20.776-.327l3.428%201.385a2%202%200%200%200%201.498%200l3.428-1.385a.6.6%200%200%201%20.776.327a.58.58%200%200%201-.32.762l-2.008.81A1%201%200%200%200%2010%206.87v2.383a1%201%200%200%200%20.117.47l1.814%203.411a.592.592%200%200%201-1.044.556L8.883%209.92a1%201%200%200%200-1.766%200l-2.003%203.767a.591.591%200%201%201-1.044-.555l1.813-3.41A1%201%200%200%200%206%209.253V6.869a1%201%200%200%200-.625-.927L3.367%205.13a.58.58%200%200%201-.32-.762%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.75%203.25a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%200M8%201a2.25%202.25%200%200%200-2.19%202.766l-1.612-.65a1.6%201.6%200%200%200-2.076.872a1.58%201.58%200%200%200%20.87%202.07L5%206.869v2.384l-1.813%203.41a1.591%201.591%200%201%200%202.81%201.495L8%2010.39l2.004%203.768a1.591%201.591%200%200%200%202.81-1.494L11%209.252V6.869l2.008-.811a1.58%201.58%200%200%200%20.87-2.07a1.6%201.6%200%200%200-2.076-.873l-1.611.651q.058-.248.059-.516A2.25%202.25%200%200%200%208%201M3.047%204.369a.6.6%200%200%201%20.776-.327l3.428%201.385a2%202%200%200%200%201.498%200l3.428-1.385a.6.6%200%200%201%20.776.327a.58.58%200%200%201-.32.762l-2.008.81A1%201%200%200%200%2010%206.87v2.383a1%201%200%200%200%20.117.47l1.814%203.411a.592.592%200%200%201-1.044.556L8.883%209.92a1%201%200%200%200-1.766%200l-2.003%203.767a.591.591%200%201%201-1.044-.555l1.813-3.41A1%201%200%200%200%206%209.253V6.869a1%201%200%200%200-.625-.927L3.367%205.13a.58.58%200%200%201-.32-.762%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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