question-circle-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.

Name
question-circle-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
License
MIT

13 other variants in Fluent UI System Icons

The same icon in other sets

Use the question circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 4c11.046 0 20 8.954 20 20s-8.954 20-20 20S4 35.046 4 24S12.954 4 24 4m.25 28a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m0-19C20.886 13 18 15.885 18 19.25a1.25 1.25 0 0 0 2.475.252l.018-.124l.013-.32c.108-1.904 1.825-3.558 3.744-3.558c1.985 0 3.75 1.763 3.75 3.75c.001 1.187-.42 2.04-1.62 3.395l-.207.231l-1.027 1.098c-1.631 1.773-2.32 2.996-2.308 4.785a1.25 1.25 0 0 0 2.446.354l.03-.12l.018-.124l.006-.128l.003-.162c.036-.8.394-1.485 1.281-2.506l.185-.21l1.015-1.086c1.91-2.058 2.68-3.408 2.678-5.528c0-3.367-2.885-6.249-6.25-6.249"/></svg>

React

import type { SVGProps } from "react";

export function FluentQuestionCircle48Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 4c11.046 0 20 8.954 20 20s-8.954 20-20 20S4 35.046 4 24S12.954 4 24 4m.25 28a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m0-19C20.886 13 18 15.885 18 19.25a1.25 1.25 0 0 0 2.475.252l.018-.124l.013-.32c.108-1.904 1.825-3.558 3.744-3.558c1.985 0 3.75 1.763 3.75 3.75c.001 1.187-.42 2.04-1.62 3.395l-.207.231l-1.027 1.098c-1.631 1.773-2.32 2.996-2.308 4.785a1.25 1.25 0 0 0 2.446.354l.03-.12l.018-.124l.006-.128l.003-.162c.036-.8.394-1.485 1.281-2.506l.185-.21l1.015-1.086c1.91-2.058 2.68-3.408 2.678-5.528c0-3.367-2.885-6.249-6.25-6.249"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 4c11.046 0 20 8.954 20 20s-8.954 20-20 20S4 35.046 4 24S12.954 4 24 4m.25 28a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m0-19C20.886 13 18 15.885 18 19.25a1.25 1.25 0 0 0 2.475.252l.018-.124l.013-.32c.108-1.904 1.825-3.558 3.744-3.558c1.985 0 3.75 1.763 3.75 3.75c.001 1.187-.42 2.04-1.62 3.395l-.207.231l-1.027 1.098c-1.631 1.773-2.32 2.996-2.308 4.785a1.25 1.25 0 0 0 2.446.354l.03-.12l.018-.124l.006-.128l.003-.162c.036-.8.394-1.485 1.281-2.506l.185-.21l1.015-1.086c1.91-2.058 2.68-3.408 2.678-5.528c0-3.367-2.885-6.249-6.25-6.249"/></svg>
</template>

CSS

.icon-question-circle-48-filled {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%204c11.046%200%2020%208.954%2020%2020s-8.954%2020-20%2020S4%2035.046%204%2024S12.954%204%2024%204m.25%2028a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3m0-19C20.886%2013%2018%2015.885%2018%2019.25a1.25%201.25%200%200%200%202.475.252l.018-.124l.013-.32c.108-1.904%201.825-3.558%203.744-3.558c1.985%200%203.75%201.763%203.75%203.75c.001%201.187-.42%202.04-1.62%203.395l-.207.231l-1.027%201.098c-1.631%201.773-2.32%202.996-2.308%204.785a1.25%201.25%200%200%200%202.446.354l.03-.12l.018-.124l.006-.128l.003-.162c.036-.8.394-1.485%201.281-2.506l.185-.21l1.015-1.086c1.91-2.058%202.68-3.408%202.678-5.528c0-3.367-2.885-6.249-6.25-6.249%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%204c11.046%200%2020%208.954%2020%2020s-8.954%2020-20%2020S4%2035.046%204%2024S12.954%204%2024%204m.25%2028a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3m0-19C20.886%2013%2018%2015.885%2018%2019.25a1.25%201.25%200%200%200%202.475.252l.018-.124l.013-.32c.108-1.904%201.825-3.558%203.744-3.558c1.985%200%203.75%201.763%203.75%203.75c.001%201.187-.42%202.04-1.62%203.395l-.207.231l-1.027%201.098c-1.631%201.773-2.32%202.996-2.308%204.785a1.25%201.25%200%200%200%202.446.354l.03-.12l.018-.124l.006-.128l.003-.162c.036-.8.394-1.485%201.281-2.506l.185-.21l1.015-1.086c1.91-2.058%202.68-3.408%202.678-5.528c0-3.367-2.885-6.249-6.25-6.249%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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