Person Question Mark icon

Used in a wide range of scenarios - representing a general person, a contact, contact lists, sharing, and managing access. The Person Question Mark icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.

Regular (outlined)

SVG

Filled

SVG

Use the Person Question Mark icon in React

Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.

npm install @fluentui/react-icons

import { PersonQuestionMark24Regular, PersonQuestionMark24Filled } from "@fluentui/react-icons";

export function Example() {
  return <PersonQuestionMark24Regular aria-label="Person Question Mark" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_person_question_mark_24_regular.svg" width="24" height="24" alt="Person Question Mark">

Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.5004 12.0003C20.5379 12.0003 23.0004 14.4627 23.0004 17.5003C23.0004 20.5378 20.5379 23.0003 17.5004 23.0003C14.4628 23.0003 12.0004 20.5378 12.0004 17.5003C12.0004 14.4627 14.4628 12.0003 17.5004 12.0003ZM17.5004 19.7512C17.1555 19.7512 16.8759 20.0308 16.8759 20.3757C16.8759 20.7207 17.1555 21.0003 17.5004 21.0003C17.8453 21.0003 18.1249 20.7207 18.1249 20.3757C18.1249 20.0308 17.8453 19.7512 17.5004 19.7512ZM17.5004 13.8743C16.4525 13.8743 15.6361 14.6917 15.647 15.8286C15.6497 16.1047 15.8757 16.3264 16.1518 16.3238C16.4279 16.3211 16.6496 16.0951 16.647 15.819C16.6414 15.24 17.0066 14.8743 17.5004 14.8743C17.9728 14.8743 18.3538 15.2662 18.3538 15.8238C18.3538 16.0161 18.2985 16.1661 18.1299 16.3853L18.0359 16.5012L17.9369 16.6145L17.6715 16.9046L17.535 17.0617C17.1517 17.5185 17.0004 17.8542 17.0004 18.3718C17.0004 18.648 17.2243 18.8718 17.5004 18.8718C17.7766 18.8718 18.0004 18.648 18.0004 18.3718C18.0004 18.1686 18.0589 18.0129 18.2392 17.7816L18.3242 17.6775L18.4251 17.562L18.6908 17.2715L18.8255 17.1164C19.2037 16.6656 19.3538 16.3332 19.3538 15.8238C19.3538 14.7201 18.5315 13.8743 17.5004 13.8743ZM12.0226 13.9996C11.7259 14.4629 11.4864 14.9663 11.314 15.4999L4.25278 15.5002C3.83919 15.5002 3.50391 15.8355 3.50391 16.2491V16.8267C3.50391 17.3624 3.69502 17.8805 4.04287 18.2878C5.29618 19.7555 7.26206 20.5013 10.0004 20.5013C10.5968 20.5013 11.1567 20.4659 11.6806 20.3954C11.9258 20.8903 12.2333 21.3489 12.5921 21.7618C11.7966 21.922 10.9317 22.0013 10.0004 22.0013C6.8545 22.0013 4.46849 21.0962 2.90219 19.2619C2.32242 18.583 2.00391 17.7195 2.00391 16.8267V16.2491C2.00391 15.007 3.01076 14.0002 4.25278 14.0002L12.0226 13.9996ZM10.0004 2.00488C12.7618 2.00488 15.0004 4.24346 15.0004 7.00488C15.0004 9.76631 12.7618 12.0049 10.0004 12.0049C7.23894 12.0049 5.00036 9.76631 5.00036 7.00488C5.00036 4.24346 7.23894 2.00488 10.0004 2.00488ZM10.0004 3.50488C8.06737 3.50488 6.50036 5.07189 6.50036 7.00488C6.50036 8.93788 8.06737 10.5049 10.0004 10.5049C11.9334 10.5049 13.5004 8.93788 13.5004 7.00488C13.5004 5.07189 11.9334 3.50488 10.0004 3.50488Z" fill="currentColor"/></svg>

Use it from the SVG package

Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:

npm install @fluentui/svg-icons

import icon from "@fluentui/svg-icons/icons/person_question_mark_24_regular.svg";

Details

NamePerson Question Mark
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_person_question_mark_24_regular.svg
Filled fileic_fluent_person_question_mark_24_filled.svg
React componentsPersonQuestionMark24Regular, PersonQuestionMark24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

humanpatientcontactguestunknown

Related icons