Person Info icon

Used in a wide range of scenarios - representing a general person, a contact, contact lists, sharing, and managing access. The Person Info 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 Info 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 { PersonInfo24Regular, PersonInfo24Filled } from "@fluentui/react-icons";

export function Example() {
  return <PersonInfo24Regular aria-label="Person Info" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_person_info_24_regular.svg" width="24" height="24" alt="Person Info">

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="M11.3135 15.4999C11.4859 14.9665 11.7253 14.4631 12.0219 13.9999H5.25278C4.01076 13.9999 3.00391 15.0068 3.00391 16.2488V16.8265C3.00391 17.7193 3.32242 18.5828 3.90219 19.2617C5.46849 21.0959 7.8545 22.0011 11.0004 22.0011C11.6005 22.0011 12.173 21.9681 12.7175 21.9021C12.3264 21.4774 11.9911 21.0004 11.7233 20.4829C11.4886 20.495 11.2476 20.5011 11.0004 20.5011C8.26206 20.5011 6.29618 19.7553 5.04287 18.2876C4.69502 17.8802 4.50391 17.3622 4.50391 16.8265V16.2488C4.50391 15.8352 4.83919 15.4999 5.25278 15.4999H11.3135ZM11.0004 2.00464C13.7618 2.00464 16.0004 4.24321 16.0004 7.00464C16.0004 9.76606 13.7618 12.0046 11.0004 12.0046C8.23894 12.0046 6.00036 9.76606 6.00036 7.00464C6.00036 4.24321 8.23894 2.00464 11.0004 2.00464ZM11.0004 3.50464C9.06737 3.50464 7.50036 5.07164 7.50036 7.00464C7.50036 8.93764 9.06737 10.5046 11.0004 10.5046C12.9334 10.5046 14.5004 8.93764 14.5004 7.00464C14.5004 5.07164 12.9334 3.50464 11.0004 3.50464ZM23 17.5C23 20.5376 20.5376 23 17.5 23C14.4624 23 12 20.5376 12 17.5C12 14.4624 14.4624 12 17.5 12C20.5376 12 23 14.4624 23 17.5ZM13.5 17.5C13.5 19.7092 15.2909 21.5 17.5 21.5C19.7091 21.5 21.5 19.7092 21.5 17.5C21.5 15.2909 19.7091 13.5 17.5 13.5C15.2909 13.5 13.5 15.2909 13.5 17.5ZM18.5 15.5C18.5 16.0523 18.0523 16.5 17.5 16.5C16.9477 16.5 16.5 16.0523 16.5 15.5C16.5 14.9477 16.9477 14.5 17.5 14.5C18.0523 14.5 18.5 14.9477 18.5 15.5ZM18.25 18C18.25 17.5858 17.9142 17.25 17.5 17.25C17.0858 17.25 16.75 17.5858 16.75 18V19.75C16.75 20.1642 17.0858 20.5 17.5 20.5C17.9142 20.5 18.25 20.1642 18.25 19.75V18Z" 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_info_24_regular.svg";

Details

NamePerson Info
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_person_info_24_regular.svg
Filled fileic_fluent_person_info_24_filled.svg
React componentsPersonInfo24Regular, PersonInfo24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

humanpatientcontactguest

Related icons