map arrow right icon
map-arrow-right from Reicon by REICON · Outline · Map · MIT Free for personal and commercial use.
- Name
- map-arrow-right
- 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 right 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="M1.987 2.953a2.55 2.55 0 0 1 2.816-.473l16.51 7.363a2.338 2.338 0 0 1 0 4.315L4.802 21.52a2.55 2.55 0 0 1-2.816-.473c-.69-.659-1.009-1.735-.458-2.767l3.152-5.904l.662.354l-.662-.354a.79.79 0 0 0 0-.752L1.53 5.72c-.55-1.031-.232-2.108.458-2.767m1.036 1.085c-.274.262-.36.62-.17.976l-.662.353l.661-.353l3.153 5.904c.363.68.363 1.485 0 2.165l-3.153 5.904c-.19.356-.103.714.171.976c.28.267.72.387 1.169.187l16.51-7.362c.73-.326.73-1.25 0-1.575L4.192 3.85a1.05 1.05 0 0 0-1.169.188" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconMapArrowRight(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="M1.987 2.953a2.55 2.55 0 0 1 2.816-.473l16.51 7.363a2.338 2.338 0 0 1 0 4.315L4.802 21.52a2.55 2.55 0 0 1-2.816-.473c-.69-.659-1.009-1.735-.458-2.767l3.152-5.904l.662.354l-.662-.354a.79.79 0 0 0 0-.752L1.53 5.72c-.55-1.031-.232-2.108.458-2.767m1.036 1.085c-.274.262-.36.62-.17.976l-.662.353l.661-.353l3.153 5.904c.363.68.363 1.485 0 2.165l-3.153 5.904c-.19.356-.103.714.171.976c.28.267.72.387 1.169.187l16.51-7.362c.73-.326.73-1.25 0-1.575L4.192 3.85a1.05 1.05 0 0 0-1.169.188" 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="M1.987 2.953a2.55 2.55 0 0 1 2.816-.473l16.51 7.363a2.338 2.338 0 0 1 0 4.315L4.802 21.52a2.55 2.55 0 0 1-2.816-.473c-.69-.659-1.009-1.735-.458-2.767l3.152-5.904l.662.354l-.662-.354a.79.79 0 0 0 0-.752L1.53 5.72c-.55-1.031-.232-2.108.458-2.767m1.036 1.085c-.274.262-.36.62-.17.976l-.662.353l.661-.353l3.153 5.904c.363.68.363 1.485 0 2.165l-3.153 5.904c-.19.356-.103.714.171.976c.28.267.72.387 1.169.187l16.51-7.362c.73-.326.73-1.25 0-1.575L4.192 3.85a1.05 1.05 0 0 0-1.169.188" clip-rule="evenodd"/></svg> </template>
CSS
.icon-map-arrow-right {
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%22M1.987%202.953a2.55%202.55%200%200%201%202.816-.473l16.51%207.363a2.338%202.338%200%200%201%200%204.315L4.802%2021.52a2.55%202.55%200%200%201-2.816-.473c-.69-.659-1.009-1.735-.458-2.767l3.152-5.904l.662.354l-.662-.354a.79.79%200%200%200%200-.752L1.53%205.72c-.55-1.031-.232-2.108.458-2.767m1.036%201.085c-.274.262-.36.62-.17.976l-.662.353l.661-.353l3.153%205.904c.363.68.363%201.485%200%202.165l-3.153%205.904c-.19.356-.103.714.171.976c.28.267.72.387%201.169.187l16.51-7.362c.73-.326.73-1.25%200-1.575L4.192%203.85a1.05%201.05%200%200%200-1.169.188%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%22M1.987%202.953a2.55%202.55%200%200%201%202.816-.473l16.51%207.363a2.338%202.338%200%200%201%200%204.315L4.802%2021.52a2.55%202.55%200%200%201-2.816-.473c-.69-.659-1.009-1.735-.458-2.767l3.152-5.904l.662.354l-.662-.354a.79.79%200%200%200%200-.752L1.53%205.72c-.55-1.031-.232-2.108.458-2.767m1.036%201.085c-.274.262-.36.62-.17.976l-.662.353l.661-.353l3.153%205.904c.363.68.363%201.485%200%202.165l-3.153%205.904c-.19.356-.103.714.171.976c.28.267.72.387%201.169.187l16.51-7.362c.73-.326.73-1.25%200-1.575L4.192%203.85a1.05%201.05%200%200%200-1.169.188%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-right.svg?color=%231a73e8&size=48