question mark icon
question-mark from Material Symbols Light by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- question-mark
- Set
- Material Symbols Light
- 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 Light
The same icon in other sets
More actions icons from Material Symbols Light
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="M11.33 15.539q0-1.372.421-2.288q.42-.916 1.73-2.062q.91-.824 1.37-1.563t.46-1.666q0-1.333-.918-2.22q-.918-.886-2.509-.886q-1.294 0-2.062.602T8.587 6.954L7.51 6.45q.641-1.273 1.714-2.016q1.073-.742 2.66-.742q2.22 0 3.422 1.27t1.2 2.974q0 1.097-.479 2.003q-.48.907-1.4 1.724q-1.378 1.214-1.737 1.98q-.358.766-.358 1.895zM11.886 21q-.402 0-.701-.299q-.3-.299-.3-.701t.3-.701t.7-.299t.702.299t.299.701t-.3.701t-.7.299"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightQuestionMark(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.33 15.539q0-1.372.421-2.288q.42-.916 1.73-2.062q.91-.824 1.37-1.563t.46-1.666q0-1.333-.918-2.22q-.918-.886-2.509-.886q-1.294 0-2.062.602T8.587 6.954L7.51 6.45q.641-1.273 1.714-2.016q1.073-.742 2.66-.742q2.22 0 3.422 1.27t1.2 2.974q0 1.097-.479 2.003q-.48.907-1.4 1.724q-1.378 1.214-1.737 1.98q-.358.766-.358 1.895zM11.886 21q-.402 0-.701-.299q-.3-.299-.3-.701t.3-.701t.7-.299t.702.299t.299.701t-.3.701t-.7.299"/></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.33 15.539q0-1.372.421-2.288q.42-.916 1.73-2.062q.91-.824 1.37-1.563t.46-1.666q0-1.333-.918-2.22q-.918-.886-2.509-.886q-1.294 0-2.062.602T8.587 6.954L7.51 6.45q.641-1.273 1.714-2.016q1.073-.742 2.66-.742q2.22 0 3.422 1.27t1.2 2.974q0 1.097-.479 2.003q-.48.907-1.4 1.724q-1.378 1.214-1.737 1.98q-.358.766-.358 1.895zM11.886 21q-.402 0-.701-.299q-.3-.299-.3-.701t.3-.701t.7-.299t.702.299t.299.701t-.3.701t-.7.299"/></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%22M11.33%2015.539q0-1.372.421-2.288q.42-.916%201.73-2.062q.91-.824%201.37-1.563t.46-1.666q0-1.333-.918-2.22q-.918-.886-2.509-.886q-1.294%200-2.062.602T8.587%206.954L7.51%206.45q.641-1.273%201.714-2.016q1.073-.742%202.66-.742q2.22%200%203.422%201.27t1.2%202.974q0%201.097-.479%202.003q-.48.907-1.4%201.724q-1.378%201.214-1.737%201.98q-.358.766-.358%201.895zM11.886%2021q-.402%200-.701-.299q-.3-.299-.3-.701t.3-.701t.7-.299t.702.299t.299.701t-.3.701t-.7.299%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.33%2015.539q0-1.372.421-2.288q.42-.916%201.73-2.062q.91-.824%201.37-1.563t.46-1.666q0-1.333-.918-2.22q-.918-.886-2.509-.886q-1.294%200-2.062.602T8.587%206.954L7.51%206.45q.641-1.273%201.714-2.016q1.073-.742%202.66-.742q2.22%200%203.422%201.27t1.2%202.974q0%201.097-.479%202.003q-.48.907-1.4%201.724q-1.378%201.214-1.737%201.98q-.358.766-.358%201.895zM11.886%2021q-.402%200-.701-.299q-.3-.299-.3-.701t.3-.701t.7-.299t.702.299t.299.701t-.3.701t-.7.299%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/question-mark.svg?color=%231a73e8&size=48