accessibility more icon

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

Name
accessibility-more-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the accessibility more icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.068 13.87l-1.484 4.309c.284-.112.59-.179.915-.179c.243 0 .473.046.695.11l.805-2.339l1.256 3.647a2.5 2.5 0 0 1 1.182-1.174l-1.507-4.375c-.304-.884-1.558-.888-1.863 0zm9.744-8.508a2.265 2.265 0 0 0-2.961-1.184l-2.876 1.221Q15 5.203 15 5a3 3 0 1 0-5.974.399L6.15 4.178a2.265 2.265 0 0 0-2.96 1.184a2.24 2.24 0 0 0 1.18 2.954l3.634 1.542v3.701l-1.88 5.457a2.25 2.25 0 0 0 1.396 2.86c.325.112.657.138.977.103a2.48 2.48 0 0 1-.495-1.479l.004-.043a.75.75 0 0 1-.463-.952l1.893-5.497a1.3 1.3 0 0 0 .068-.407V9.692c0-.502-.3-.955-.762-1.151L4.957 6.934a.74.74 0 0 1-.391-.977a.765.765 0 0 1 .999-.399l4.97 2.11q.24.102.488.168q.462.161.978.163c.343 0 .67-.057.977-.163q.248-.067.488-.169l4.97-2.11a.766.766 0 0 1 1 .399a.74.74 0 0 1-.391.977l-3.78 1.605a1.25 1.25 0 0 0-.762 1.151v3.924q0 .21.068.407l1.386 4.024a2.495 2.495 0 0 1 2.004 2.062a2.2 2.2 0 0 0-.084-1.091l-1.874-5.443V9.855l3.628-1.54a2.24 2.24 0 0 0 1.18-2.953M12.53 6.403a2.25 2.25 0 0 1-1.063 0a1.5 1.5 0 1 1 1.064 0zM12 20.5a1.5 1.5 0 1 1-3.001-.001a1.5 1.5 0 0 1 3 .001m3.5 1.5a1.5 1.5 0 1 0-.001-3.001a1.5 1.5 0 0 0 0 3.001m5 0a1.5 1.5 0 1 0-.001-3.001a1.5 1.5 0 0 0 0 3.001"/></svg>

React

import type { SVGProps } from "react";

export function FluentAccessibilityMore24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.068 13.87l-1.484 4.309c.284-.112.59-.179.915-.179c.243 0 .473.046.695.11l.805-2.339l1.256 3.647a2.5 2.5 0 0 1 1.182-1.174l-1.507-4.375c-.304-.884-1.558-.888-1.863 0zm9.744-8.508a2.265 2.265 0 0 0-2.961-1.184l-2.876 1.221Q15 5.203 15 5a3 3 0 1 0-5.974.399L6.15 4.178a2.265 2.265 0 0 0-2.96 1.184a2.24 2.24 0 0 0 1.18 2.954l3.634 1.542v3.701l-1.88 5.457a2.25 2.25 0 0 0 1.396 2.86c.325.112.657.138.977.103a2.48 2.48 0 0 1-.495-1.479l.004-.043a.75.75 0 0 1-.463-.952l1.893-5.497a1.3 1.3 0 0 0 .068-.407V9.692c0-.502-.3-.955-.762-1.151L4.957 6.934a.74.74 0 0 1-.391-.977a.765.765 0 0 1 .999-.399l4.97 2.11q.24.102.488.168q.462.161.978.163c.343 0 .67-.057.977-.163q.248-.067.488-.169l4.97-2.11a.766.766 0 0 1 1 .399a.74.74 0 0 1-.391.977l-3.78 1.605a1.25 1.25 0 0 0-.762 1.151v3.924q0 .21.068.407l1.386 4.024a2.495 2.495 0 0 1 2.004 2.062a2.2 2.2 0 0 0-.084-1.091l-1.874-5.443V9.855l3.628-1.54a2.24 2.24 0 0 0 1.18-2.953M12.53 6.403a2.25 2.25 0 0 1-1.063 0a1.5 1.5 0 1 1 1.064 0zM12 20.5a1.5 1.5 0 1 1-3.001-.001a1.5 1.5 0 0 1 3 .001m3.5 1.5a1.5 1.5 0 1 0-.001-3.001a1.5 1.5 0 0 0 0 3.001m5 0a1.5 1.5 0 1 0-.001-3.001a1.5 1.5 0 0 0 0 3.001"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.068 13.87l-1.484 4.309c.284-.112.59-.179.915-.179c.243 0 .473.046.695.11l.805-2.339l1.256 3.647a2.5 2.5 0 0 1 1.182-1.174l-1.507-4.375c-.304-.884-1.558-.888-1.863 0zm9.744-8.508a2.265 2.265 0 0 0-2.961-1.184l-2.876 1.221Q15 5.203 15 5a3 3 0 1 0-5.974.399L6.15 4.178a2.265 2.265 0 0 0-2.96 1.184a2.24 2.24 0 0 0 1.18 2.954l3.634 1.542v3.701l-1.88 5.457a2.25 2.25 0 0 0 1.396 2.86c.325.112.657.138.977.103a2.48 2.48 0 0 1-.495-1.479l.004-.043a.75.75 0 0 1-.463-.952l1.893-5.497a1.3 1.3 0 0 0 .068-.407V9.692c0-.502-.3-.955-.762-1.151L4.957 6.934a.74.74 0 0 1-.391-.977a.765.765 0 0 1 .999-.399l4.97 2.11q.24.102.488.168q.462.161.978.163c.343 0 .67-.057.977-.163q.248-.067.488-.169l4.97-2.11a.766.766 0 0 1 1 .399a.74.74 0 0 1-.391.977l-3.78 1.605a1.25 1.25 0 0 0-.762 1.151v3.924q0 .21.068.407l1.386 4.024a2.495 2.495 0 0 1 2.004 2.062a2.2 2.2 0 0 0-.084-1.091l-1.874-5.443V9.855l3.628-1.54a2.24 2.24 0 0 0 1.18-2.953M12.53 6.403a2.25 2.25 0 0 1-1.063 0a1.5 1.5 0 1 1 1.064 0zM12 20.5a1.5 1.5 0 1 1-3.001-.001a1.5 1.5 0 0 1 3 .001m3.5 1.5a1.5 1.5 0 1 0-.001-3.001a1.5 1.5 0 0 0 0 3.001m5 0a1.5 1.5 0 1 0-.001-3.001a1.5 1.5 0 0 0 0 3.001"/></svg>
</template>

CSS

.icon-accessibility-more-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.068%2013.87l-1.484%204.309c.284-.112.59-.179.915-.179c.243%200%20.473.046.695.11l.805-2.339l1.256%203.647a2.5%202.5%200%200%201%201.182-1.174l-1.507-4.375c-.304-.884-1.558-.888-1.863%200zm9.744-8.508a2.265%202.265%200%200%200-2.961-1.184l-2.876%201.221Q15%205.203%2015%205a3%203%200%201%200-5.974.399L6.15%204.178a2.265%202.265%200%200%200-2.96%201.184a2.24%202.24%200%200%200%201.18%202.954l3.634%201.542v3.701l-1.88%205.457a2.25%202.25%200%200%200%201.396%202.86c.325.112.657.138.977.103a2.48%202.48%200%200%201-.495-1.479l.004-.043a.75.75%200%200%201-.463-.952l1.893-5.497a1.3%201.3%200%200%200%20.068-.407V9.692c0-.502-.3-.955-.762-1.151L4.957%206.934a.74.74%200%200%201-.391-.977a.765.765%200%200%201%20.999-.399l4.97%202.11q.24.102.488.168q.462.161.978.163c.343%200%20.67-.057.977-.163q.248-.067.488-.169l4.97-2.11a.766.766%200%200%201%201%20.399a.74.74%200%200%201-.391.977l-3.78%201.605a1.25%201.25%200%200%200-.762%201.151v3.924q0%20.21.068.407l1.386%204.024a2.495%202.495%200%200%201%202.004%202.062a2.2%202.2%200%200%200-.084-1.091l-1.874-5.443V9.855l3.628-1.54a2.24%202.24%200%200%200%201.18-2.953M12.53%206.403a2.25%202.25%200%200%201-1.063%200a1.5%201.5%200%201%201%201.064%200zM12%2020.5a1.5%201.5%200%201%201-3.001-.001a1.5%201.5%200%200%201%203%20.001m3.5%201.5a1.5%201.5%200%201%200-.001-3.001a1.5%201.5%200%200%200%200%203.001m5%200a1.5%201.5%200%201%200-.001-3.001a1.5%201.5%200%200%200%200%203.001%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.068%2013.87l-1.484%204.309c.284-.112.59-.179.915-.179c.243%200%20.473.046.695.11l.805-2.339l1.256%203.647a2.5%202.5%200%200%201%201.182-1.174l-1.507-4.375c-.304-.884-1.558-.888-1.863%200zm9.744-8.508a2.265%202.265%200%200%200-2.961-1.184l-2.876%201.221Q15%205.203%2015%205a3%203%200%201%200-5.974.399L6.15%204.178a2.265%202.265%200%200%200-2.96%201.184a2.24%202.24%200%200%200%201.18%202.954l3.634%201.542v3.701l-1.88%205.457a2.25%202.25%200%200%200%201.396%202.86c.325.112.657.138.977.103a2.48%202.48%200%200%201-.495-1.479l.004-.043a.75.75%200%200%201-.463-.952l1.893-5.497a1.3%201.3%200%200%200%20.068-.407V9.692c0-.502-.3-.955-.762-1.151L4.957%206.934a.74.74%200%200%201-.391-.977a.765.765%200%200%201%20.999-.399l4.97%202.11q.24.102.488.168q.462.161.978.163c.343%200%20.67-.057.977-.163q.248-.067.488-.169l4.97-2.11a.766.766%200%200%201%201%20.399a.74.74%200%200%201-.391.977l-3.78%201.605a1.25%201.25%200%200%200-.762%201.151v3.924q0%20.21.068.407l1.386%204.024a2.495%202.495%200%200%201%202.004%202.062a2.2%202.2%200%200%200-.084-1.091l-1.874-5.443V9.855l3.628-1.54a2.24%202.24%200%200%200%201.18-2.953M12.53%206.403a2.25%202.25%200%200%201-1.063%200a1.5%201.5%200%201%201%201.064%200zM12%2020.5a1.5%201.5%200%201%201-3.001-.001a1.5%201.5%200%200%201%203%20.001m3.5%201.5a1.5%201.5%200%201%200-.001-3.001a1.5%201.5%200%200%200%200%203.001m5%200a1.5%201.5%200%201%200-.001-3.001a1.5%201.5%200%200%200%200%203.001%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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