map arrow right icon
map-arrow-right-line-duotone from Solar by 480 Design · Line Duotone · Map · CC-BY-4.0 Attribution required.
- Name
- map-arrow-right-line-duotone
- Set
- Solar
- Style
- Line Duotone
- Category
- Map
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
More map icons from Solar
branching-paths-down-boldbranching-paths-up-boldcompass-big-boldcompass-boldcompass-square-boldglobal-boldglobe-boldgps-boldmap-arrow-down-boldmap-arrow-left-boldmap-arrow-square-boldmap-arrow-up-boldmap-boldmap-point-add-boldmap-point-boldmap-point-favorite-boldmap-point-hospital-boldmap-point-remove-boldmap-point-rotate-boldmap-point-school-boldmap-point-search-boldmap-point-wave-boldpeople-nearby-boldpoint-on-map-bold
Use the map arrow right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M5.52689 12C5.52689 11.7501 5.4656 11.5002 5.34302 11.2706L2.19099 5.36689C1.45006 3.97914 3.00163 2.49789 4.49746 3.16496L21.0072 10.5275C21.6691 10.8226 22 11.4113 22 12"/><path d="M5.52689 12C5.52689 12.2499 5.4656 12.4998 5.34302 12.7294L2.19099 18.6331C1.45006 20.0209 3.00163 21.5021 4.49746 20.835L21.0072 13.4725C21.6691 13.1774 22 12.5887 22 12" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarMapArrowRightLineDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M5.52689 12C5.52689 11.7501 5.4656 11.5002 5.34302 11.2706L2.19099 5.36689C1.45006 3.97914 3.00163 2.49789 4.49746 3.16496L21.0072 10.5275C21.6691 10.8226 22 11.4113 22 12"/><path d="M5.52689 12C5.52689 12.2499 5.4656 12.4998 5.34302 12.7294L2.19099 18.6331C1.45006 20.0209 3.00163 21.5021 4.49746 20.835L21.0072 13.4725C21.6691 13.1774 22 12.5887 22 12" opacity=".5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M5.52689 12C5.52689 11.7501 5.4656 11.5002 5.34302 11.2706L2.19099 5.36689C1.45006 3.97914 3.00163 2.49789 4.49746 3.16496L21.0072 10.5275C21.6691 10.8226 22 11.4113 22 12"/><path d="M5.52689 12C5.52689 12.2499 5.4656 12.4998 5.34302 12.7294L2.19099 18.6331C1.45006 20.0209 3.00163 21.5021 4.49746 20.835L21.0072 13.4725C21.6691 13.1774 22 12.5887 22 12" opacity=".5"/></g></svg> </template>
CSS
.icon-map-arrow-right-line-duotone {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5.52689%2012C5.52689%2011.7501%205.4656%2011.5002%205.34302%2011.2706L2.19099%205.36689C1.45006%203.97914%203.00163%202.49789%204.49746%203.16496L21.0072%2010.5275C21.6691%2010.8226%2022%2011.4113%2022%2012%22%2F%3E%3Cpath%20d%3D%22M5.52689%2012C5.52689%2012.2499%205.4656%2012.4998%205.34302%2012.7294L2.19099%2018.6331C1.45006%2020.0209%203.00163%2021.5021%204.49746%2020.835L21.0072%2013.4725C21.6691%2013.1774%2022%2012.5887%2022%2012%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5.52689%2012C5.52689%2011.7501%205.4656%2011.5002%205.34302%2011.2706L2.19099%205.36689C1.45006%203.97914%203.00163%202.49789%204.49746%203.16496L21.0072%2010.5275C21.6691%2010.8226%2022%2011.4113%2022%2012%22%2F%3E%3Cpath%20d%3D%22M5.52689%2012C5.52689%2012.2499%205.4656%2012.4998%205.34302%2012.7294L2.19099%2018.6331C1.45006%2020.0209%203.00163%2021.5021%204.49746%2020.835L21.0072%2013.4725C21.6691%2013.1774%2022%2012.5887%2022%2012%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/map-arrow-right-line-duotone.svg?color=%231a73e8&size=48