location arrow icon

location-arrow from Font Awesome Solid by Dave Gandy · Solid · Arrows · CC-BY-4.0 Attribution required.

Name
location-arrow
Set
Font Awesome Solid
Style
Solid
Category
Arrows
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More arrows icons from Font Awesome Solid

Use the location arrow icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M541.9 139.5c4.5-11.8 1.7-25.2-7.2-34.1s-22.3-11.8-34.1-7.2l-416 160A31.8 31.8 0 0 0 64 288.7c.3 13.5 9.1 25.4 21.9 29.6l176.8 58.9L321.6 554c4.3 12.8 16.1 21.6 29.6 21.9s25.7-7.9 30.6-20.5l160-416z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidLocationArrow(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M541.9 139.5c4.5-11.8 1.7-25.2-7.2-34.1s-22.3-11.8-34.1-7.2l-416 160A31.8 31.8 0 0 0 64 288.7c.3 13.5 9.1 25.4 21.9 29.6l176.8 58.9L321.6 554c4.3 12.8 16.1 21.6 29.6 21.9s25.7-7.9 30.6-20.5l160-416z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M541.9 139.5c4.5-11.8 1.7-25.2-7.2-34.1s-22.3-11.8-34.1-7.2l-416 160A31.8 31.8 0 0 0 64 288.7c.3 13.5 9.1 25.4 21.9 29.6l176.8 58.9L321.6 554c4.3 12.8 16.1 21.6 29.6 21.9s25.7-7.9 30.6-20.5l160-416z"/></svg>
</template>

CSS

.icon-location-arrow {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M541.9%20139.5c4.5-11.8%201.7-25.2-7.2-34.1s-22.3-11.8-34.1-7.2l-416%20160A31.8%2031.8%200%200%200%2064%20288.7c.3%2013.5%209.1%2025.4%2021.9%2029.6l176.8%2058.9L321.6%20554c4.3%2012.8%2016.1%2021.6%2029.6%2021.9s25.7-7.9%2030.6-20.5l160-416z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M541.9%20139.5c4.5-11.8%201.7-25.2-7.2-34.1s-22.3-11.8-34.1-7.2l-416%20160A31.8%2031.8%200%200%200%2064%20288.7c.3%2013.5%209.1%2025.4%2021.9%2029.6l176.8%2058.9L321.6%20554c4.3%2012.8%2016.1%2021.6%2029.6%2021.9s25.7-7.9%2030.6-20.5l160-416z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/location-arrow.svg?color=%231a73e8&size=48