question mark icon
question-mark from Material Symbols by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- question-mark
- Set
- Material Symbols
- Style
- Regular
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- question-mark-outline, question-mark-outline-sharp, question-mark-sharp
1 other variant in Material Symbols
The same icon in other sets
More actions icons from Material Symbols
Use the 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="M10.6 16q0-2.025.363-2.912T12.5 11.15q1.025-.9 1.563-1.562t.537-1.513q0-1.025-.687-1.7T12 5.7q-1.275 0-1.937.775T9.125 8.05L6.55 6.95q.525-1.6 1.925-2.775T12 3q2.625 0 4.038 1.463t1.412 3.512q0 1.25-.537 2.138t-1.688 2.012Q14 13.3 13.738 13.913T13.475 16zm1.4 6q-.825 0-1.412-.587T10 20t.588-1.412T12 18t1.413.588T14 20t-.587 1.413T12 22"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsQuestionMark(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="M10.6 16q0-2.025.363-2.912T12.5 11.15q1.025-.9 1.563-1.562t.537-1.513q0-1.025-.687-1.7T12 5.7q-1.275 0-1.937.775T9.125 8.05L6.55 6.95q.525-1.6 1.925-2.775T12 3q2.625 0 4.038 1.463t1.412 3.512q0 1.25-.537 2.138t-1.688 2.012Q14 13.3 13.738 13.913T13.475 16zm1.4 6q-.825 0-1.412-.587T10 20t.588-1.412T12 18t1.413.588T14 20t-.587 1.413T12 22"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.6 16q0-2.025.363-2.912T12.5 11.15q1.025-.9 1.563-1.562t.537-1.513q0-1.025-.687-1.7T12 5.7q-1.275 0-1.937.775T9.125 8.05L6.55 6.95q.525-1.6 1.925-2.775T12 3q2.625 0 4.038 1.463t1.412 3.512q0 1.25-.537 2.138t-1.688 2.012Q14 13.3 13.738 13.913T13.475 16zm1.4 6q-.825 0-1.412-.587T10 20t.588-1.412T12 18t1.413.588T14 20t-.587 1.413T12 22"/></svg> </template>
CSS
.icon-question-mark {
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%22M10.6%2016q0-2.025.363-2.912T12.5%2011.15q1.025-.9%201.563-1.562t.537-1.513q0-1.025-.687-1.7T12%205.7q-1.275%200-1.937.775T9.125%208.05L6.55%206.95q.525-1.6%201.925-2.775T12%203q2.625%200%204.038%201.463t1.412%203.512q0%201.25-.537%202.138t-1.688%202.012Q14%2013.3%2013.738%2013.913T13.475%2016zm1.4%206q-.825%200-1.412-.587T10%2020t.588-1.412T12%2018t1.413.588T14%2020t-.587%201.413T12%2022%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%22M10.6%2016q0-2.025.363-2.912T12.5%2011.15q1.025-.9%201.563-1.562t.537-1.513q0-1.025-.687-1.7T12%205.7q-1.275%200-1.937.775T9.125%208.05L6.55%206.95q.525-1.6%201.925-2.775T12%203q2.625%200%204.038%201.463t1.412%203.512q0%201.25-.537%202.138t-1.688%202.012Q14%2013.3%2013.738%2013.913T13.475%2016zm1.4%206q-.825%200-1.412-.587T10%2020t.588-1.412T12%2018t1.413.588T14%2020t-.587%201.413T12%2022%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/question-mark.svg?color=%231a73e8&size=48