question-mark-rounded from Material Symbols Light by Google · Rounded · Actions · Apache-2.0 Free for personal and commercial use.

Name
question-mark-rounded
Set
Material Symbols Light
Style
Rounded
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
question-mark-outline-rounded

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="M15.312 7.96q0-1.402-.944-2.254t-2.483-.852q-.994 0-1.736.39q-.741.389-1.282 1.2q-.169.229-.433.288q-.265.058-.476-.103q-.177-.133-.215-.348q-.037-.215.084-.41q.723-1.104 1.73-1.641t2.328-.538q2.04 0 3.331 1.183q1.292 1.183 1.292 3.062q0 1.048-.456 1.957q-.456.91-1.423 1.77q-1.175 1.028-1.615 1.727q-.441.7-.464 1.555q-.023.254-.195.423q-.172.17-.42.17t-.42-.176t-.173-.424q0-1.033.493-1.884q.492-.851 1.646-1.866q1.025-.895 1.428-1.632q.403-.738.403-1.597M11.885 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 MaterialSymbolsLightQuestionMarkRounded(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="M15.312 7.96q0-1.402-.944-2.254t-2.483-.852q-.994 0-1.736.39q-.741.389-1.282 1.2q-.169.229-.433.288q-.265.058-.476-.103q-.177-.133-.215-.348q-.037-.215.084-.41q.723-1.104 1.73-1.641t2.328-.538q2.04 0 3.331 1.183q1.292 1.183 1.292 3.062q0 1.048-.456 1.957q-.456.91-1.423 1.77q-1.175 1.028-1.615 1.727q-.441.7-.464 1.555q-.023.254-.195.423q-.172.17-.42.17t-.42-.176t-.173-.424q0-1.033.493-1.884q.492-.851 1.646-1.866q1.025-.895 1.428-1.632q.403-.738.403-1.597M11.885 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="M15.312 7.96q0-1.402-.944-2.254t-2.483-.852q-.994 0-1.736.39q-.741.389-1.282 1.2q-.169.229-.433.288q-.265.058-.476-.103q-.177-.133-.215-.348q-.037-.215.084-.41q.723-1.104 1.73-1.641t2.328-.538q2.04 0 3.331 1.183q1.292 1.183 1.292 3.062q0 1.048-.456 1.957q-.456.91-1.423 1.77q-1.175 1.028-1.615 1.727q-.441.7-.464 1.555q-.023.254-.195.423q-.172.17-.42.17t-.42-.176t-.173-.424q0-1.033.493-1.884q.492-.851 1.646-1.866q1.025-.895 1.428-1.632q.403-.738.403-1.597M11.885 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-rounded {
  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%22M15.312%207.96q0-1.402-.944-2.254t-2.483-.852q-.994%200-1.736.39q-.741.389-1.282%201.2q-.169.229-.433.288q-.265.058-.476-.103q-.177-.133-.215-.348q-.037-.215.084-.41q.723-1.104%201.73-1.641t2.328-.538q2.04%200%203.331%201.183q1.292%201.183%201.292%203.062q0%201.048-.456%201.957q-.456.91-1.423%201.77q-1.175%201.028-1.615%201.727q-.441.7-.464%201.555q-.023.254-.195.423q-.172.17-.42.17t-.42-.176t-.173-.424q0-1.033.493-1.884q.492-.851%201.646-1.866q1.025-.895%201.428-1.632q.403-.738.403-1.597M11.885%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%22M15.312%207.96q0-1.402-.944-2.254t-2.483-.852q-.994%200-1.736.39q-.741.389-1.282%201.2q-.169.229-.433.288q-.265.058-.476-.103q-.177-.133-.215-.348q-.037-.215.084-.41q.723-1.104%201.73-1.641t2.328-.538q2.04%200%203.331%201.183q1.292%201.183%201.292%203.062q0%201.048-.456%201.957q-.456.91-1.423%201.77q-1.175%201.028-1.615%201.727q-.441.7-.464%201.555q-.023.254-.195.423q-.172.17-.42.17t-.42-.176t-.173-.424q0-1.033.493-1.884q.492-.851%201.646-1.866q1.025-.895%201.428-1.632q.403-.738.403-1.597M11.885%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-rounded.svg?color=%231a73e8&size=48