Arrow Enter Left icon

Used for enter actions on keyboard. The Arrow Enter Left 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 Arrow Enter Left 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 { ArrowEnterLeft24Regular, ArrowEnterLeft24Filled } from "@fluentui/react-icons";

export function Example() {
  return <ArrowEnterLeft24Regular aria-label="Arrow Enter Left" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_arrow_enter_left_24_regular.svg" width="24" height="24" alt="Arrow Enter Left">

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="M21.2506 4C21.6648 4 22.0006 4.33579 22.0006 4.75V11.25C22.0006 13.3211 20.3216 15 18.2506 15H4.58639L8.30572 18.7197C8.57199 18.9859 8.59619 19.4026 8.37834 19.6962L8.30572 19.7803C8.03945 20.0466 7.62279 20.0708 7.32918 19.8529L7.24506 19.7803L2.24506 14.7803C1.97879 14.5141 1.95459 14.0974 2.17244 13.8038L2.24506 13.7197L7.24506 8.71967C7.53795 8.42678 8.01283 8.42678 8.30572 8.71967C8.57199 8.98594 8.59619 9.4026 8.37834 9.69621L8.30572 9.78033L4.58639 13.5H18.2506C19.4414 13.5 20.4162 12.5748 20.4954 11.404L20.5006 11.25V4.75C20.5006 4.33579 20.8363 4 21.2506 4Z" 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/arrow_enter_left_24_regular.svg";

Details

NameArrow Enter Left
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_arrow_enter_left_24_regular.svg
Filled fileic_fluent_arrow_enter_left_24_filled.svg
React componentsArrowEnterLeft24Regular, ArrowEnterLeft24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

arrowpointdirectionkeyboard

Related icons