Person Arrow Back icon

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

export function Example() {
  return <PersonArrowBack24Regular aria-label="Person Arrow Back" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_person_arrow_back_24_regular.svg" width="24" height="24" alt="Person Arrow Back">

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.3138 15.4992C11.4862 14.9657 11.7257 14.4624 12.0223 13.9992H4.25278C3.01076 13.9992 2.00391 15.0061 2.00391 16.2481V16.8258C2.00391 17.7185 2.32242 18.582 2.90219 19.2609C4.46849 21.0952 6.8545 22.0004 10.0004 22.0004C10.9312 22.0004 11.7957 21.9211 12.5922 21.762C12.233 21.3487 11.9251 20.8897 11.6786 20.3947C11.1552 20.4651 10.596 20.5004 10.0004 20.5004C7.26206 20.5004 5.29618 19.7546 4.04287 18.2869C3.69502 17.8795 3.50391 17.3614 3.50391 16.8258V16.2481C3.50391 15.8345 3.83919 15.4992 4.25278 15.4992H11.3138ZM10.0004 2.00391C12.7618 2.00391 15.0004 4.24248 15.0004 7.00391C15.0004 9.76533 12.7618 12.0039 10.0004 12.0039C7.23894 12.0039 5.00036 9.76533 5.00036 7.00391C5.00036 4.24248 7.23894 2.00391 10.0004 2.00391ZM10.0004 3.50391C8.06737 3.50391 6.50036 5.07091 6.50036 7.00391C6.50036 8.9369 8.06737 10.5039 10.0004 10.5039C11.9334 10.5039 13.5004 8.9369 13.5004 7.00391C13.5004 5.07091 11.9334 3.50391 10.0004 3.50391ZM23 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.5ZM16.3536 15.3536C16.5488 15.1583 16.5488 14.8417 16.3536 14.6464C16.1583 14.4512 15.8417 14.4512 15.6464 14.6464L14.1464 16.1464C13.9512 16.3417 13.9512 16.6583 14.1464 16.8536L15.6464 18.3536C15.8417 18.5488 16.1583 18.5488 16.3536 18.3536C16.5488 18.1583 16.5488 17.8417 16.3536 17.6464L15.7071 17H17.75C18.9926 17 20 18.0074 20 19.25V19.5C20 19.7761 20.2239 20 20.5 20C20.7761 20 21 19.7761 21 19.5V19.25C21 17.4551 19.5449 16 17.75 16H15.7071L16.3536 15.3536Z" 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_arrow_back_24_regular.svg";

Details

NamePerson Arrow Back
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_person_arrow_back_24_regular.svg
Filled fileic_fluent_person_arrow_back_24_filled.svg
React componentsPersonArrowBack24Regular, PersonArrowBack24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

humanpatientcontactguestarrowleft

Related icons