accessibility question mark icon

accessibility-question-mark-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
accessibility-question-mark-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the accessibility question mark icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 6.5A2.25 2.25 0 1 0 12 2a2.25 2.25 0 0 0 0 4.5M6.15 4.178a2.266 2.266 0 0 0-2.96 1.184a2.24 2.24 0 0 0 1.18 2.954L7.394 9.6a1 1 0 0 1 .61.92v3.04l-1.88 5.457a2.25 2.25 0 1 0 4.256 1.465l.145-.422a6.5 6.5 0 0 1 5.479-9.041v-.5a1 1 0 0 1 .609-.921l3.019-1.282a2.24 2.24 0 0 0 1.18-2.954a2.266 2.266 0 0 0-2.96-1.184l-1.607.682c-.34.144-.578.423-.694.73a3.794 3.794 0 0 1-7.099 0a1.28 1.28 0 0 0-.695-.73zM11 17.5a5.5 5.5 0 1 1 11 0a5.5 5.5 0 0 1-11 0m4.75 3.25a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0M14.5 16a.5.5 0 1 0 1 0a1 1 0 1 1 2 0c0 .37-.082.58-.366.898l-.116.125l-.264.27C16.212 17.86 16 18.27 16 19a.5.5 0 1 0 1 0c0-.37.083-.58.366-.898l.116-.125l.264-.27c.543-.567.754-.977.754-1.707a2 2 0 0 0-4 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentAccessibilityQuestionMark24Filled(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="M12 6.5A2.25 2.25 0 1 0 12 2a2.25 2.25 0 0 0 0 4.5M6.15 4.178a2.266 2.266 0 0 0-2.96 1.184a2.24 2.24 0 0 0 1.18 2.954L7.394 9.6a1 1 0 0 1 .61.92v3.04l-1.88 5.457a2.25 2.25 0 1 0 4.256 1.465l.145-.422a6.5 6.5 0 0 1 5.479-9.041v-.5a1 1 0 0 1 .609-.921l3.019-1.282a2.24 2.24 0 0 0 1.18-2.954a2.266 2.266 0 0 0-2.96-1.184l-1.607.682c-.34.144-.578.423-.694.73a3.794 3.794 0 0 1-7.099 0a1.28 1.28 0 0 0-.695-.73zM11 17.5a5.5 5.5 0 1 1 11 0a5.5 5.5 0 0 1-11 0m4.75 3.25a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0M14.5 16a.5.5 0 1 0 1 0a1 1 0 1 1 2 0c0 .37-.082.58-.366.898l-.116.125l-.264.27C16.212 17.86 16 18.27 16 19a.5.5 0 1 0 1 0c0-.37.083-.58.366-.898l.116-.125l.264-.27c.543-.567.754-.977.754-1.707a2 2 0 0 0-4 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 6.5A2.25 2.25 0 1 0 12 2a2.25 2.25 0 0 0 0 4.5M6.15 4.178a2.266 2.266 0 0 0-2.96 1.184a2.24 2.24 0 0 0 1.18 2.954L7.394 9.6a1 1 0 0 1 .61.92v3.04l-1.88 5.457a2.25 2.25 0 1 0 4.256 1.465l.145-.422a6.5 6.5 0 0 1 5.479-9.041v-.5a1 1 0 0 1 .609-.921l3.019-1.282a2.24 2.24 0 0 0 1.18-2.954a2.266 2.266 0 0 0-2.96-1.184l-1.607.682c-.34.144-.578.423-.694.73a3.794 3.794 0 0 1-7.099 0a1.28 1.28 0 0 0-.695-.73zM11 17.5a5.5 5.5 0 1 1 11 0a5.5 5.5 0 0 1-11 0m4.75 3.25a.75.75 0 1 0 1.5 0a.75.75 0 0 0-1.5 0M14.5 16a.5.5 0 1 0 1 0a1 1 0 1 1 2 0c0 .37-.082.58-.366.898l-.116.125l-.264.27C16.212 17.86 16 18.27 16 19a.5.5 0 1 0 1 0c0-.37.083-.58.366-.898l.116-.125l.264-.27c.543-.567.754-.977.754-1.707a2 2 0 0 0-4 0"/></svg>
</template>

CSS

.icon-accessibility-question-mark-24-filled {
  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%22M12%206.5A2.25%202.25%200%201%200%2012%202a2.25%202.25%200%200%200%200%204.5M6.15%204.178a2.266%202.266%200%200%200-2.96%201.184a2.24%202.24%200%200%200%201.18%202.954L7.394%209.6a1%201%200%200%201%20.61.92v3.04l-1.88%205.457a2.25%202.25%200%201%200%204.256%201.465l.145-.422a6.5%206.5%200%200%201%205.479-9.041v-.5a1%201%200%200%201%20.609-.921l3.019-1.282a2.24%202.24%200%200%200%201.18-2.954a2.266%202.266%200%200%200-2.96-1.184l-1.607.682c-.34.144-.578.423-.694.73a3.794%203.794%200%200%201-7.099%200a1.28%201.28%200%200%200-.695-.73zM11%2017.5a5.5%205.5%200%201%201%2011%200a5.5%205.5%200%200%201-11%200m4.75%203.25a.75.75%200%201%200%201.5%200a.75.75%200%200%200-1.5%200M14.5%2016a.5.5%200%201%200%201%200a1%201%200%201%201%202%200c0%20.37-.082.58-.366.898l-.116.125l-.264.27C16.212%2017.86%2016%2018.27%2016%2019a.5.5%200%201%200%201%200c0-.37.083-.58.366-.898l.116-.125l.264-.27c.543-.567.754-.977.754-1.707a2%202%200%200%200-4%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%206.5A2.25%202.25%200%201%200%2012%202a2.25%202.25%200%200%200%200%204.5M6.15%204.178a2.266%202.266%200%200%200-2.96%201.184a2.24%202.24%200%200%200%201.18%202.954L7.394%209.6a1%201%200%200%201%20.61.92v3.04l-1.88%205.457a2.25%202.25%200%201%200%204.256%201.465l.145-.422a6.5%206.5%200%200%201%205.479-9.041v-.5a1%201%200%200%201%20.609-.921l3.019-1.282a2.24%202.24%200%200%200%201.18-2.954a2.266%202.266%200%200%200-2.96-1.184l-1.607.682c-.34.144-.578.423-.694.73a3.794%203.794%200%200%201-7.099%200a1.28%201.28%200%200%200-.695-.73zM11%2017.5a5.5%205.5%200%201%201%2011%200a5.5%205.5%200%200%201-11%200m4.75%203.25a.75.75%200%201%200%201.5%200a.75.75%200%200%200-1.5%200M14.5%2016a.5.5%200%201%200%201%200a1%201%200%201%201%202%200c0%20.37-.082.58-.366.898l-.116.125l-.264.27C16.212%2017.86%2016%2018.27%2016%2019a.5.5%200%201%200%201%200c0-.37.083-.58.366-.898l.116-.125l.264-.27c.543-.567.754-.977.754-1.707a2%202%200%200%200-4%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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