map arrow up icon
map-arrow-up from Reicon by REICON · Outline · Map · MIT Free for personal and commercial use.
- Name
- map-arrow-up
- Set
- Reicon
- Style
- Outline
- Category
- Map
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
More map icons from Reicon
Use the map arrow up icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M21.047 22.013c.654-.685.94-1.768.473-2.816l-7.363-16.51a2.338 2.338 0 0 0-4.315 0L2.48 19.197a2.55 2.55 0 0 0 .473 2.816c.659.69 1.735 1.009 2.767.458l-.353-.662l.353.662l5.904-3.152l-.354-.662l.354.662a.79.79 0 0 1 .752 0l5.904 3.152l.353-.662l-.353.662c1.032.55 2.108.232 2.767-.458m-2.06-.866l-.351.657zl-5.904-3.152a2.29 2.29 0 0 0-2.165 0l-5.903 3.152c-.356.19-.715.103-.976-.171a1.05 1.05 0 0 1-.188-1.169l7.362-16.51c.326-.73 1.25-.73 1.575 0l7.363 16.51c.2.448.08.889-.188 1.169c-.262.274-.62.36-.976.17" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconMapArrowUp(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" fillRule="evenodd" d="M21.047 22.013c.654-.685.94-1.768.473-2.816l-7.363-16.51a2.338 2.338 0 0 0-4.315 0L2.48 19.197a2.55 2.55 0 0 0 .473 2.816c.659.69 1.735 1.009 2.767.458l-.353-.662l.353.662l5.904-3.152l-.354-.662l.354.662a.79.79 0 0 1 .752 0l5.904 3.152l.353-.662l-.353.662c1.032.55 2.108.232 2.767-.458m-2.06-.866l-.351.657zl-5.904-3.152a2.29 2.29 0 0 0-2.165 0l-5.903 3.152c-.356.19-.715.103-.976-.171a1.05 1.05 0 0 1-.188-1.169l7.362-16.51c.326-.73 1.25-.73 1.575 0l7.363 16.51c.2.448.08.889-.188 1.169c-.262.274-.62.36-.976.17" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M21.047 22.013c.654-.685.94-1.768.473-2.816l-7.363-16.51a2.338 2.338 0 0 0-4.315 0L2.48 19.197a2.55 2.55 0 0 0 .473 2.816c.659.69 1.735 1.009 2.767.458l-.353-.662l.353.662l5.904-3.152l-.354-.662l.354.662a.79.79 0 0 1 .752 0l5.904 3.152l.353-.662l-.353.662c1.032.55 2.108.232 2.767-.458m-2.06-.866l-.351.657zl-5.904-3.152a2.29 2.29 0 0 0-2.165 0l-5.903 3.152c-.356.19-.715.103-.976-.171a1.05 1.05 0 0 1-.188-1.169l7.362-16.51c.326-.73 1.25-.73 1.575 0l7.363 16.51c.2.448.08.889-.188 1.169c-.262.274-.62.36-.976.17" clip-rule="evenodd"/></svg> </template>
CSS
.icon-map-arrow-up {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M21.047%2022.013c.654-.685.94-1.768.473-2.816l-7.363-16.51a2.338%202.338%200%200%200-4.315%200L2.48%2019.197a2.55%202.55%200%200%200%20.473%202.816c.659.69%201.735%201.009%202.767.458l-.353-.662l.353.662l5.904-3.152l-.354-.662l.354.662a.79.79%200%200%201%20.752%200l5.904%203.152l.353-.662l-.353.662c1.032.55%202.108.232%202.767-.458m-2.06-.866l-.351.657zl-5.904-3.152a2.29%202.29%200%200%200-2.165%200l-5.903%203.152c-.356.19-.715.103-.976-.171a1.05%201.05%200%200%201-.188-1.169l7.362-16.51c.326-.73%201.25-.73%201.575%200l7.363%2016.51c.2.448.08.889-.188%201.169c-.262.274-.62.36-.976.17%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M21.047%2022.013c.654-.685.94-1.768.473-2.816l-7.363-16.51a2.338%202.338%200%200%200-4.315%200L2.48%2019.197a2.55%202.55%200%200%200%20.473%202.816c.659.69%201.735%201.009%202.767.458l-.353-.662l.353.662l5.904-3.152l-.354-.662l.354.662a.79.79%200%200%201%20.752%200l5.904%203.152l.353-.662l-.353.662c1.032.55%202.108.232%202.767-.458m-2.06-.866l-.351.657zl-5.904-3.152a2.29%202.29%200%200%200-2.165%200l-5.903%203.152c-.356.19-.715.103-.976-.171a1.05%201.05%200%200%201-.188-1.169l7.362-16.51c.326-.73%201.25-.73%201.575%200l7.363%2016.51c.2.448.08.889-.188%201.169c-.262.274-.62.36-.976.17%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/map-arrow-up.svg?color=%231a73e8&size=48