Arrow Bounce icon

Used for returned content. The Arrow Bounce 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 Bounce 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 { ArrowBounce24Regular, ArrowBounce24Filled } from "@fluentui/react-icons";

export function Example() {
  return <ArrowBounce24Regular aria-label="Arrow Bounce" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_arrow_bounce_24_regular.svg" width="24" height="24" alt="Arrow Bounce">

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.0025 6.75C11.0025 6.33579 10.6667 6 10.2525 6H2.75195C2.33774 6 2.00195 6.33579 2.00195 6.75V14.25C2.00195 14.6642 2.33774 15 2.75195 15C3.16617 15 3.50195 14.6642 3.50195 14.25V8.56088L12.2198 17.2803C12.3605 17.421 12.5513 17.5 12.7502 17.5C12.9491 17.5 13.1399 17.421 13.2806 17.2803L21.7804 8.78032C22.0733 8.48743 22.0733 8.01255 21.7804 7.71966C21.4875 7.42677 21.0126 7.42678 20.7197 7.71968L12.7503 15.6893L4.56239 7.5H10.2525C10.6667 7.5 11.0025 7.16421 11.0025 6.75Z" 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_bounce_24_regular.svg";

Details

NameArrow Bounce
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_arrow_bounce_24_regular.svg
Filled fileic_fluent_arrow_bounce_24_filled.svg
React componentsArrowBounce24Regular, ArrowBounce24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

arrowleftdeflect

Related icons