accessibility question mark icon
accessibility-question-mark-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- accessibility-question-mark-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M10 6a2 2 0 1 0 0-4a2 2 0 0 0 0 4M5.472 4.15a1.76 1.76 0 0 0-2.317.88c-.4.882-.007 1.917.877 2.31l2.671 1.19A.5.5 0 0 1 7 8.987v1.865a.5.5 0 0 1-.036.187l-1.84 4.555a1.75 1.75 0 0 0 3.245 1.311l.085-.213A5.5 5.5 0 0 1 13 9.022v-.035a.5.5 0 0 1 .297-.457l2.671-1.19a1.74 1.74 0 0 0 .878-2.31a1.76 1.76 0 0 0-2.318-.88l-1.276.569c-.246.11-.421.307-.52.524a3 3 0 0 1-5.463 0a1.04 1.04 0 0 0-.52-.524zM18 14.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-4.5 1.88a.625.625 0 1 0 0 1.25a.625.625 0 0 0 0-1.25m0-4.877c-1.048 0-1.864.818-1.853 1.955a.5.5 0 1 0 1-.01c-.006-.579.36-.945.853-.945c.473 0 .854.392.854.95c0 .202-.072.315-.36.544l-.278.215c-.506.404-.716.717-.716 1.288a.5.5 0 0 0 .992.09l.011-.156c.017-.148.1-.254.346-.448l.277-.215c.513-.41.728-.732.728-1.318c0-1.104-.823-1.95-1.854-1.95"/></svg>
React
import type { SVGProps } from "react";
export function FluentAccessibilityQuestionMark20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 6a2 2 0 1 0 0-4a2 2 0 0 0 0 4M5.472 4.15a1.76 1.76 0 0 0-2.317.88c-.4.882-.007 1.917.877 2.31l2.671 1.19A.5.5 0 0 1 7 8.987v1.865a.5.5 0 0 1-.036.187l-1.84 4.555a1.75 1.75 0 0 0 3.245 1.311l.085-.213A5.5 5.5 0 0 1 13 9.022v-.035a.5.5 0 0 1 .297-.457l2.671-1.19a1.74 1.74 0 0 0 .878-2.31a1.76 1.76 0 0 0-2.318-.88l-1.276.569c-.246.11-.421.307-.52.524a3 3 0 0 1-5.463 0a1.04 1.04 0 0 0-.52-.524zM18 14.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-4.5 1.88a.625.625 0 1 0 0 1.25a.625.625 0 0 0 0-1.25m0-4.877c-1.048 0-1.864.818-1.853 1.955a.5.5 0 1 0 1-.01c-.006-.579.36-.945.853-.945c.473 0 .854.392.854.95c0 .202-.072.315-.36.544l-.278.215c-.506.404-.716.717-.716 1.288a.5.5 0 0 0 .992.09l.011-.156c.017-.148.1-.254.346-.448l.277-.215c.513-.41.728-.732.728-1.318c0-1.104-.823-1.95-1.854-1.95"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 6a2 2 0 1 0 0-4a2 2 0 0 0 0 4M5.472 4.15a1.76 1.76 0 0 0-2.317.88c-.4.882-.007 1.917.877 2.31l2.671 1.19A.5.5 0 0 1 7 8.987v1.865a.5.5 0 0 1-.036.187l-1.84 4.555a1.75 1.75 0 0 0 3.245 1.311l.085-.213A5.5 5.5 0 0 1 13 9.022v-.035a.5.5 0 0 1 .297-.457l2.671-1.19a1.74 1.74 0 0 0 .878-2.31a1.76 1.76 0 0 0-2.318-.88l-1.276.569c-.246.11-.421.307-.52.524a3 3 0 0 1-5.463 0a1.04 1.04 0 0 0-.52-.524zM18 14.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-4.5 1.88a.625.625 0 1 0 0 1.25a.625.625 0 0 0 0-1.25m0-4.877c-1.048 0-1.864.818-1.853 1.955a.5.5 0 1 0 1-.01c-.006-.579.36-.945.853-.945c.473 0 .854.392.854.95c0 .202-.072.315-.36.544l-.278.215c-.506.404-.716.717-.716 1.288a.5.5 0 0 0 .992.09l.011-.156c.017-.148.1-.254.346-.448l.277-.215c.513-.41.728-.732.728-1.318c0-1.104-.823-1.95-1.854-1.95"/></svg> </template>
CSS
.icon-accessibility-question-mark-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%206a2%202%200%201%200%200-4a2%202%200%200%200%200%204M5.472%204.15a1.76%201.76%200%200%200-2.317.88c-.4.882-.007%201.917.877%202.31l2.671%201.19A.5.5%200%200%201%207%208.987v1.865a.5.5%200%200%201-.036.187l-1.84%204.555a1.75%201.75%200%200%200%203.245%201.311l.085-.213A5.5%205.5%200%200%201%2013%209.022v-.035a.5.5%200%200%201%20.297-.457l2.671-1.19a1.74%201.74%200%200%200%20.878-2.31a1.76%201.76%200%200%200-2.318-.88l-1.276.569c-.246.11-.421.307-.52.524a3%203%200%200%201-5.463%200a1.04%201.04%200%200%200-.52-.524zM18%2014.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-4.5%201.88a.625.625%200%201%200%200%201.25a.625.625%200%200%200%200-1.25m0-4.877c-1.048%200-1.864.818-1.853%201.955a.5.5%200%201%200%201-.01c-.006-.579.36-.945.853-.945c.473%200%20.854.392.854.95c0%20.202-.072.315-.36.544l-.278.215c-.506.404-.716.717-.716%201.288a.5.5%200%200%200%20.992.09l.011-.156c.017-.148.1-.254.346-.448l.277-.215c.513-.41.728-.732.728-1.318c0-1.104-.823-1.95-1.854-1.95%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%206a2%202%200%201%200%200-4a2%202%200%200%200%200%204M5.472%204.15a1.76%201.76%200%200%200-2.317.88c-.4.882-.007%201.917.877%202.31l2.671%201.19A.5.5%200%200%201%207%208.987v1.865a.5.5%200%200%201-.036.187l-1.84%204.555a1.75%201.75%200%200%200%203.245%201.311l.085-.213A5.5%205.5%200%200%201%2013%209.022v-.035a.5.5%200%200%201%20.297-.457l2.671-1.19a1.74%201.74%200%200%200%20.878-2.31a1.76%201.76%200%200%200-2.318-.88l-1.276.569c-.246.11-.421.307-.52.524a3%203%200%200%201-5.463%200a1.04%201.04%200%200%200-.52-.524zM18%2014.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-4.5%201.88a.625.625%200%201%200%200%201.25a.625.625%200%200%200%200-1.25m0-4.877c-1.048%200-1.864.818-1.853%201.955a.5.5%200%201%200%201-.01c-.006-.579.36-.945.853-.945c.473%200%20.854.392.854.95c0%20.202-.072.315-.36.544l-.278.215c-.506.404-.716.717-.716%201.288a.5.5%200%200%200%20.992.09l.011-.156c.017-.148.1-.254.346-.448l.277-.215c.513-.41.728-.732.728-1.318c0-1.104-.823-1.95-1.854-1.95%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-20-filled.svg?color=%231a73e8&size=48