question-32-light from Fluent UI System Icons by Microsoft Corporation · 32 Light · MIT Free for personal and commercial use.

Name
question-32-light
Set
Fluent UI System Icons
Style
32 Light
Viewbox
32×32
License
MIT

12 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the question icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10 11a6 6 0 0 1 12 0c0 1.677-.384 2.698-.92 3.434c-.503.692-1.156 1.164-1.9 1.703l-.224.162c-.82.596-1.705 1.283-2.37 2.396C15.92 19.812 15.5 21.31 15.5 23.5a.5.5 0 0 0 1 0c0-2.06.393-3.37.945-4.292c.554-.928 1.294-1.515 2.1-2.1l.23-.168c.728-.524 1.512-1.09 2.114-1.917C22.572 14.083 23 12.844 23 11a7 7 0 1 0-14 0a.5.5 0 0 0 1 0m6 18a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></svg>

React

import type { SVGProps } from "react";

export function FluentQuestion32Light(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10 11a6 6 0 0 1 12 0c0 1.677-.384 2.698-.92 3.434c-.503.692-1.156 1.164-1.9 1.703l-.224.162c-.82.596-1.705 1.283-2.37 2.396C15.92 19.812 15.5 21.31 15.5 23.5a.5.5 0 0 0 1 0c0-2.06.393-3.37.945-4.292c.554-.928 1.294-1.515 2.1-2.1l.23-.168c.728-.524 1.512-1.09 2.114-1.917C22.572 14.083 23 12.844 23 11a7 7 0 1 0-14 0a.5.5 0 0 0 1 0m6 18a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10 11a6 6 0 0 1 12 0c0 1.677-.384 2.698-.92 3.434c-.503.692-1.156 1.164-1.9 1.703l-.224.162c-.82.596-1.705 1.283-2.37 2.396C15.92 19.812 15.5 21.31 15.5 23.5a.5.5 0 0 0 1 0c0-2.06.393-3.37.945-4.292c.554-.928 1.294-1.515 2.1-2.1l.23-.168c.728-.524 1.512-1.09 2.114-1.917C22.572 14.083 23 12.844 23 11a7 7 0 1 0-14 0a.5.5 0 0 0 1 0m6 18a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></svg>
</template>

CSS

.icon-question-32-light {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%2011a6%206%200%200%201%2012%200c0%201.677-.384%202.698-.92%203.434c-.503.692-1.156%201.164-1.9%201.703l-.224.162c-.82.596-1.705%201.283-2.37%202.396C15.92%2019.812%2015.5%2021.31%2015.5%2023.5a.5.5%200%200%200%201%200c0-2.06.393-3.37.945-4.292c.554-.928%201.294-1.515%202.1-2.1l.23-.168c.728-.524%201.512-1.09%202.114-1.917C22.572%2014.083%2023%2012.844%2023%2011a7%207%200%201%200-14%200a.5.5%200%200%200%201%200m6%2018a1%201%200%201%200%200-2a1%201%200%200%200%200%202%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%2011a6%206%200%200%201%2012%200c0%201.677-.384%202.698-.92%203.434c-.503.692-1.156%201.164-1.9%201.703l-.224.162c-.82.596-1.705%201.283-2.37%202.396C15.92%2019.812%2015.5%2021.31%2015.5%2023.5a.5.5%200%200%200%201%200c0-2.06.393-3.37.945-4.292c.554-.928%201.294-1.515%202.1-2.1l.23-.168c.728-.524%201.512-1.09%202.114-1.917C22.572%2014.083%2023%2012.844%2023%2011a7%207%200%201%200-14%200a.5.5%200%200%200%201%200m6%2018a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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