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

Name
question-32-regular
Set
Fluent UI System Icons
Style
32 Regular
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="M11 11a5 5 0 0 1 10 0c0 1.456-.33 2.31-.757 2.92c-.414.592-.95 1.013-1.637 1.555l-.227.178c-.767.608-1.648 1.348-2.311 2.518C15.4 19.348 15 20.872 15 23a1 1 0 1 0 2 0c0-1.872.35-3.036.807-3.843c.462-.814 1.08-1.355 1.814-1.936l.23-.181c.66-.516 1.436-1.124 2.031-1.975c.699-1 1.118-2.27 1.118-4.065a7 7 0 1 0-14 0a1 1 0 1 0 2 0m5 17.75a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentQuestion32Regular(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="M11 11a5 5 0 0 1 10 0c0 1.456-.33 2.31-.757 2.92c-.414.592-.95 1.013-1.637 1.555l-.227.178c-.767.608-1.648 1.348-2.311 2.518C15.4 19.348 15 20.872 15 23a1 1 0 1 0 2 0c0-1.872.35-3.036.807-3.843c.462-.814 1.08-1.355 1.814-1.936l.23-.181c.66-.516 1.436-1.124 2.031-1.975c.699-1 1.118-2.27 1.118-4.065a7 7 0 1 0-14 0a1 1 0 1 0 2 0m5 17.75a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11 11a5 5 0 0 1 10 0c0 1.456-.33 2.31-.757 2.92c-.414.592-.95 1.013-1.637 1.555l-.227.178c-.767.608-1.648 1.348-2.311 2.518C15.4 19.348 15 20.872 15 23a1 1 0 1 0 2 0c0-1.872.35-3.036.807-3.843c.462-.814 1.08-1.355 1.814-1.936l.23-.181c.66-.516 1.436-1.124 2.031-1.975c.699-1 1.118-2.27 1.118-4.065a7 7 0 1 0-14 0a1 1 0 1 0 2 0m5 17.75a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5"/></svg>
</template>

CSS

.icon-question-32-regular {
  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%22M11%2011a5%205%200%200%201%2010%200c0%201.456-.33%202.31-.757%202.92c-.414.592-.95%201.013-1.637%201.555l-.227.178c-.767.608-1.648%201.348-2.311%202.518C15.4%2019.348%2015%2020.872%2015%2023a1%201%200%201%200%202%200c0-1.872.35-3.036.807-3.843c.462-.814%201.08-1.355%201.814-1.936l.23-.181c.66-.516%201.436-1.124%202.031-1.975c.699-1%201.118-2.27%201.118-4.065a7%207%200%201%200-14%200a1%201%200%201%200%202%200m5%2017.75a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5%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%22M11%2011a5%205%200%200%201%2010%200c0%201.456-.33%202.31-.757%202.92c-.414.592-.95%201.013-1.637%201.555l-.227.178c-.767.608-1.648%201.348-2.311%202.518C15.4%2019.348%2015%2020.872%2015%2023a1%201%200%201%200%202%200c0-1.872.35-3.036.807-3.843c.462-.814%201.08-1.355%201.814-1.936l.23-.181c.66-.516%201.436-1.124%202.031-1.975c.699-1%201.118-2.27%201.118-4.065a7%207%200%201%200-14%200a1%201%200%201%200%202%200m5%2017.75a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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