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

Name
question-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M14 4c-3.312 0-6 2.688-6 6a1 1 0 1 0 2 0c0-2.208 1.792-4 4-4s4 1.792 4 4c0 1.063-.26 1.742-.612 2.267c-.36.537-.835.953-1.442 1.483l-.104.091c-.627.549-1.364 1.21-1.922 2.154c-.57.965-.92 2.16-.92 3.755V20a1 1 0 1 0 2 0v-.25c0-1.28.275-2.116.642-2.737c.38-.642.893-1.121 1.517-1.667l.143-.125c.566-.492 1.234-1.074 1.747-1.84c.585-.873.951-1.944.951-3.381c0-3.312-2.688-6-6-6m0 21.25a1.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 FluentQuestion28Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 4c-3.312 0-6 2.688-6 6a1 1 0 1 0 2 0c0-2.208 1.792-4 4-4s4 1.792 4 4c0 1.063-.26 1.742-.612 2.267c-.36.537-.835.953-1.442 1.483l-.104.091c-.627.549-1.364 1.21-1.922 2.154c-.57.965-.92 2.16-.92 3.755V20a1 1 0 1 0 2 0v-.25c0-1.28.275-2.116.642-2.737c.38-.642.893-1.121 1.517-1.667l.143-.125c.566-.492 1.234-1.074 1.747-1.84c.585-.873.951-1.944.951-3.381c0-3.312-2.688-6-6-6m0 21.25a1.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 28 28"><path fill="currentColor" d="M14 4c-3.312 0-6 2.688-6 6a1 1 0 1 0 2 0c0-2.208 1.792-4 4-4s4 1.792 4 4c0 1.063-.26 1.742-.612 2.267c-.36.537-.835.953-1.442 1.483l-.104.091c-.627.549-1.364 1.21-1.922 2.154c-.57.965-.92 2.16-.92 3.755V20a1 1 0 1 0 2 0v-.25c0-1.28.275-2.116.642-2.737c.38-.642.893-1.121 1.517-1.667l.143-.125c.566-.492 1.234-1.074 1.747-1.84c.585-.873.951-1.944.951-3.381c0-3.312-2.688-6-6-6m0 21.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5"/></svg>
</template>

CSS

.icon-question-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%204c-3.312%200-6%202.688-6%206a1%201%200%201%200%202%200c0-2.208%201.792-4%204-4s4%201.792%204%204c0%201.063-.26%201.742-.612%202.267c-.36.537-.835.953-1.442%201.483l-.104.091c-.627.549-1.364%201.21-1.922%202.154c-.57.965-.92%202.16-.92%203.755V20a1%201%200%201%200%202%200v-.25c0-1.28.275-2.116.642-2.737c.38-.642.893-1.121%201.517-1.667l.143-.125c.566-.492%201.234-1.074%201.747-1.84c.585-.873.951-1.944.951-3.381c0-3.312-2.688-6-6-6m0%2021.25a1.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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%204c-3.312%200-6%202.688-6%206a1%201%200%201%200%202%200c0-2.208%201.792-4%204-4s4%201.792%204%204c0%201.063-.26%201.742-.612%202.267c-.36.537-.835.953-1.442%201.483l-.104.091c-.627.549-1.364%201.21-1.922%202.154c-.57.965-.92%202.16-.92%203.755V20a1%201%200%201%200%202%200v-.25c0-1.28.275-2.116.642-2.737c.38-.642.893-1.121%201.517-1.667l.143-.125c.566-.492%201.234-1.074%201.747-1.84c.585-.873.951-1.944.951-3.381c0-3.312-2.688-6-6-6m0%2021.25a1.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-28-filled.svg?color=%231a73e8&size=48