location arrow icon

location-arrow from Unicons by Iconscout · Line · Location And Map · Apache-2.0 Free for personal and commercial use.

Name
location-arrow
Set
Unicons
Style
Line
Category
Location And Map
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More location and map icons from Unicons

Use the location arrow icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.15 2.86a2.89 2.89 0 0 0-3-.71L4 6.88a2.9 2.9 0 0 0-.12 5.47l5.24 2a.93.93 0 0 1 .53.52l2 5.25A2.87 2.87 0 0 0 14.36 22h.07a2.88 2.88 0 0 0 2.69-2l4.73-14.17a2.89 2.89 0 0 0-.7-2.97M20 5.2l-4.78 14.18a.88.88 0 0 1-.84.62a.92.92 0 0 1-.87-.58l-2-5.25a2.9 2.9 0 0 0-1.67-1.68l-5.25-2A.9.9 0 0 1 4 9.62a.88.88 0 0 1 .62-.84L18.8 4.05A.91.91 0 0 1 20 5.2"/></svg>

React

import type { SVGProps } from "react";

export function UilLocationArrow(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.15 2.86a2.89 2.89 0 0 0-3-.71L4 6.88a2.9 2.9 0 0 0-.12 5.47l5.24 2a.93.93 0 0 1 .53.52l2 5.25A2.87 2.87 0 0 0 14.36 22h.07a2.88 2.88 0 0 0 2.69-2l4.73-14.17a2.89 2.89 0 0 0-.7-2.97M20 5.2l-4.78 14.18a.88.88 0 0 1-.84.62a.92.92 0 0 1-.87-.58l-2-5.25a2.9 2.9 0 0 0-1.67-1.68l-5.25-2A.9.9 0 0 1 4 9.62a.88.88 0 0 1 .62-.84L18.8 4.05A.91.91 0 0 1 20 5.2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.15 2.86a2.89 2.89 0 0 0-3-.71L4 6.88a2.9 2.9 0 0 0-.12 5.47l5.24 2a.93.93 0 0 1 .53.52l2 5.25A2.87 2.87 0 0 0 14.36 22h.07a2.88 2.88 0 0 0 2.69-2l4.73-14.17a2.89 2.89 0 0 0-.7-2.97M20 5.2l-4.78 14.18a.88.88 0 0 1-.84.62a.92.92 0 0 1-.87-.58l-2-5.25a2.9 2.9 0 0 0-1.67-1.68l-5.25-2A.9.9 0 0 1 4 9.62a.88.88 0 0 1 .62-.84L18.8 4.05A.91.91 0 0 1 20 5.2"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.15%202.86a2.89%202.89%200%200%200-3-.71L4%206.88a2.9%202.9%200%200%200-.12%205.47l5.24%202a.93.93%200%200%201%20.53.52l2%205.25A2.87%202.87%200%200%200%2014.36%2022h.07a2.88%202.88%200%200%200%202.69-2l4.73-14.17a2.89%202.89%200%200%200-.7-2.97M20%205.2l-4.78%2014.18a.88.88%200%200%201-.84.62a.92.92%200%200%201-.87-.58l-2-5.25a2.9%202.9%200%200%200-1.67-1.68l-5.25-2A.9.9%200%200%201%204%209.62a.88.88%200%200%201%20.62-.84L18.8%204.05A.91.91%200%200%201%2020%205.2%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.15%202.86a2.89%202.89%200%200%200-3-.71L4%206.88a2.9%202.9%200%200%200-.12%205.47l5.24%202a.93.93%200%200%201%20.53.52l2%205.25A2.87%202.87%200%200%200%2014.36%2022h.07a2.88%202.88%200%200%200%202.69-2l4.73-14.17a2.89%202.89%200%200%200-.7-2.97M20%205.2l-4.78%2014.18a.88.88%200%200%201-.84.62a.92.92%200%200%201-.87-.58l-2-5.25a2.9%202.9%200%200%200-1.67-1.68l-5.25-2A.9.9%200%200%201%204%209.62a.88.88%200%200%201%20.62-.84L18.8%204.05A.91.91%200%200%201%2020%205.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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