location arrow alt icon
location-arrow-alt from Unicons by Iconscout · Line · Location And Map · Apache-2.0 Free for personal and commercial use.
- Name
- location-arrow-alt
- Set
- Unicons
- Style
- Line
- Category
- Location And Map
- Viewbox
- 24×24
- License
- Apache 2.0
More location and map icons from Unicons
Use the location arrow alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.68 17.65l-7-14a3 3 0 0 0-5.36 0l-7 14a3 3 0 0 0 3.9 4.08l5.37-2.4a1.06 1.06 0 0 1 .82 0l5.37 2.4a3 3 0 0 0 3.9-4.08m-2 2a1 1 0 0 1-1.13.22l-5.37-2.39a3 3 0 0 0-2.44 0L5.41 19.9a1 1 0 0 1-1.3-1.35l7-14a1 1 0 0 1 1.78 0l7 14a1 1 0 0 1-.17 1.13Z"/></svg>
React
import type { SVGProps } from "react";
export function UilLocationArrowAlt(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.68 17.65l-7-14a3 3 0 0 0-5.36 0l-7 14a3 3 0 0 0 3.9 4.08l5.37-2.4a1.06 1.06 0 0 1 .82 0l5.37 2.4a3 3 0 0 0 3.9-4.08m-2 2a1 1 0 0 1-1.13.22l-5.37-2.39a3 3 0 0 0-2.44 0L5.41 19.9a1 1 0 0 1-1.3-1.35l7-14a1 1 0 0 1 1.78 0l7 14a1 1 0 0 1-.17 1.13Z"/></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.68 17.65l-7-14a3 3 0 0 0-5.36 0l-7 14a3 3 0 0 0 3.9 4.08l5.37-2.4a1.06 1.06 0 0 1 .82 0l5.37 2.4a3 3 0 0 0 3.9-4.08m-2 2a1 1 0 0 1-1.13.22l-5.37-2.39a3 3 0 0 0-2.44 0L5.41 19.9a1 1 0 0 1-1.3-1.35l7-14a1 1 0 0 1 1.78 0l7 14a1 1 0 0 1-.17 1.13Z"/></svg> </template>
CSS
.icon-location-arrow-alt {
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.68%2017.65l-7-14a3%203%200%200%200-5.36%200l-7%2014a3%203%200%200%200%203.9%204.08l5.37-2.4a1.06%201.06%200%200%201%20.82%200l5.37%202.4a3%203%200%200%200%203.9-4.08m-2%202a1%201%200%200%201-1.13.22l-5.37-2.39a3%203%200%200%200-2.44%200L5.41%2019.9a1%201%200%200%201-1.3-1.35l7-14a1%201%200%200%201%201.78%200l7%2014a1%201%200%200%201-.17%201.13Z%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.68%2017.65l-7-14a3%203%200%200%200-5.36%200l-7%2014a3%203%200%200%200%203.9%204.08l5.37-2.4a1.06%201.06%200%200%201%20.82%200l5.37%202.4a3%203%200%200%200%203.9-4.08m-2%202a1%201%200%200%201-1.13.22l-5.37-2.39a3%203%200%200%200-2.44%200L5.41%2019.9a1%201%200%200%201-1.3-1.35l7-14a1%201%200%200%201%201.78%200l7%2014a1%201%200%200%201-.17%201.13Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/location-arrow-alt.svg?color=%231a73e8&size=48