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

Name
accessibility-32-regular
Set
Fluent UI System Icons
Style
32 Regular
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="M13.5 6.5a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0M16 2a4.5 4.5 0 0 0-4.323 5.753L7.074 6.168a3.073 3.073 0 0 0-2 5.81L11 14.02v3.758a1 1 0 0 1-.101.439L7.307 25.58a3.073 3.073 0 0 0 5.524 2.694l3.167-6.494l3.167 6.494a3.073 3.073 0 1 0 5.523-2.694l-3.587-7.355a1 1 0 0 1-.101-.438V14.02l5.927-2.041a3.073 3.073 0 0 0-2-5.81l-4.604 1.584A4.5 4.5 0 0 0 16 2M5.06 8.724c.192-.56.803-.857 1.363-.665l7.624 2.626a6 6 0 0 0 3.906 0l7.624-2.626a1.073 1.073 0 0 1 .699 2.029l-6.264 2.157A1.5 1.5 0 0 0 19 13.663v4.124a3 3 0 0 0 .304 1.315l3.587 7.355a1.073 1.073 0 1 1-1.928.94l-3.168-6.493c-.73-1.498-2.864-1.498-3.595 0l-3.167 6.493a1.073 1.073 0 1 1-1.928-.94l3.591-7.364A3 3 0 0 0 13 17.778v-4.115a1.5 1.5 0 0 0-1.012-1.418l-6.264-2.157a1.073 1.073 0 0 1-.665-1.364"/></svg>

React

import type { SVGProps } from "react";

export function FluentAccessibility32Regular(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="M13.5 6.5a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0M16 2a4.5 4.5 0 0 0-4.323 5.753L7.074 6.168a3.073 3.073 0 0 0-2 5.81L11 14.02v3.758a1 1 0 0 1-.101.439L7.307 25.58a3.073 3.073 0 0 0 5.524 2.694l3.167-6.494l3.167 6.494a3.073 3.073 0 1 0 5.523-2.694l-3.587-7.355a1 1 0 0 1-.101-.438V14.02l5.927-2.041a3.073 3.073 0 0 0-2-5.81l-4.604 1.584A4.5 4.5 0 0 0 16 2M5.06 8.724c.192-.56.803-.857 1.363-.665l7.624 2.626a6 6 0 0 0 3.906 0l7.624-2.626a1.073 1.073 0 0 1 .699 2.029l-6.264 2.157A1.5 1.5 0 0 0 19 13.663v4.124a3 3 0 0 0 .304 1.315l3.587 7.355a1.073 1.073 0 1 1-1.928.94l-3.168-6.493c-.73-1.498-2.864-1.498-3.595 0l-3.167 6.493a1.073 1.073 0 1 1-1.928-.94l3.591-7.364A3 3 0 0 0 13 17.778v-4.115a1.5 1.5 0 0 0-1.012-1.418l-6.264-2.157a1.073 1.073 0 0 1-.665-1.364"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M13.5 6.5a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0M16 2a4.5 4.5 0 0 0-4.323 5.753L7.074 6.168a3.073 3.073 0 0 0-2 5.81L11 14.02v3.758a1 1 0 0 1-.101.439L7.307 25.58a3.073 3.073 0 0 0 5.524 2.694l3.167-6.494l3.167 6.494a3.073 3.073 0 1 0 5.523-2.694l-3.587-7.355a1 1 0 0 1-.101-.438V14.02l5.927-2.041a3.073 3.073 0 0 0-2-5.81l-4.604 1.584A4.5 4.5 0 0 0 16 2M5.06 8.724c.192-.56.803-.857 1.363-.665l7.624 2.626a6 6 0 0 0 3.906 0l7.624-2.626a1.073 1.073 0 0 1 .699 2.029l-6.264 2.157A1.5 1.5 0 0 0 19 13.663v4.124a3 3 0 0 0 .304 1.315l3.587 7.355a1.073 1.073 0 1 1-1.928.94l-3.168-6.493c-.73-1.498-2.864-1.498-3.595 0l-3.167 6.493a1.073 1.073 0 1 1-1.928-.94l3.591-7.364A3 3 0 0 0 13 17.778v-4.115a1.5 1.5 0 0 0-1.012-1.418l-6.264-2.157a1.073 1.073 0 0 1-.665-1.364"/></svg>
</template>

CSS

.icon-accessibility-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.5%206.5a2.5%202.5%200%201%201%205%200a2.5%202.5%200%200%201-5%200M16%202a4.5%204.5%200%200%200-4.323%205.753L7.074%206.168a3.073%203.073%200%200%200-2%205.81L11%2014.02v3.758a1%201%200%200%201-.101.439L7.307%2025.58a3.073%203.073%200%200%200%205.524%202.694l3.167-6.494l3.167%206.494a3.073%203.073%200%201%200%205.523-2.694l-3.587-7.355a1%201%200%200%201-.101-.438V14.02l5.927-2.041a3.073%203.073%200%200%200-2-5.81l-4.604%201.584A4.5%204.5%200%200%200%2016%202M5.06%208.724c.192-.56.803-.857%201.363-.665l7.624%202.626a6%206%200%200%200%203.906%200l7.624-2.626a1.073%201.073%200%200%201%20.699%202.029l-6.264%202.157A1.5%201.5%200%200%200%2019%2013.663v4.124a3%203%200%200%200%20.304%201.315l3.587%207.355a1.073%201.073%200%201%201-1.928.94l-3.168-6.493c-.73-1.498-2.864-1.498-3.595%200l-3.167%206.493a1.073%201.073%200%201%201-1.928-.94l3.591-7.364A3%203%200%200%200%2013%2017.778v-4.115a1.5%201.5%200%200%200-1.012-1.418l-6.264-2.157a1.073%201.073%200%200%201-.665-1.364%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%22M13.5%206.5a2.5%202.5%200%201%201%205%200a2.5%202.5%200%200%201-5%200M16%202a4.5%204.5%200%200%200-4.323%205.753L7.074%206.168a3.073%203.073%200%200%200-2%205.81L11%2014.02v3.758a1%201%200%200%201-.101.439L7.307%2025.58a3.073%203.073%200%200%200%205.524%202.694l3.167-6.494l3.167%206.494a3.073%203.073%200%201%200%205.523-2.694l-3.587-7.355a1%201%200%200%201-.101-.438V14.02l5.927-2.041a3.073%203.073%200%200%200-2-5.81l-4.604%201.584A4.5%204.5%200%200%200%2016%202M5.06%208.724c.192-.56.803-.857%201.363-.665l7.624%202.626a6%206%200%200%200%203.906%200l7.624-2.626a1.073%201.073%200%200%201%20.699%202.029l-6.264%202.157A1.5%201.5%200%200%200%2019%2013.663v4.124a3%203%200%200%200%20.304%201.315l3.587%207.355a1.073%201.073%200%201%201-1.928.94l-3.168-6.493c-.73-1.498-2.864-1.498-3.595%200l-3.167%206.493a1.073%201.073%200%201%201-1.928-.94l3.591-7.364A3%203%200%200%200%2013%2017.778v-4.115a1.5%201.5%200%200%200-1.012-1.418l-6.264-2.157a1.073%201.073%200%200%201-.665-1.364%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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