map arrow up icon

map-arrow-up-line-duotone from Solar by 480 Design · Line Duotone · Map · CC-BY-4.0 Attribution required.

Name
map-arrow-up-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

Use the map arrow up 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="M12 18.4731C11.7501 18.4731 11.5002 18.5344 11.2706 18.657L5.36689 21.809C3.97914 22.5499 2.49789 20.9984 3.16496 19.5025L10.5275 2.99281C10.8226 2.33094 11.4113 2 12 2"/><path d="M12 18.4731C12.2499 18.4731 12.4998 18.5344 12.7294 18.657L18.6331 21.809C20.0209 22.5499 21.5021 20.9984 20.835 19.5025L13.4725 2.99281C13.1774 2.33094 12.5887 2 12 2" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarMapArrowUpLineDuotone(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="M12 18.4731C11.7501 18.4731 11.5002 18.5344 11.2706 18.657L5.36689 21.809C3.97914 22.5499 2.49789 20.9984 3.16496 19.5025L10.5275 2.99281C10.8226 2.33094 11.4113 2 12 2"/><path d="M12 18.4731C12.2499 18.4731 12.4998 18.5344 12.7294 18.657L18.6331 21.809C20.0209 22.5499 21.5021 20.9984 20.835 19.5025L13.4725 2.99281C13.1774 2.33094 12.5887 2 12 2" 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="M12 18.4731C11.7501 18.4731 11.5002 18.5344 11.2706 18.657L5.36689 21.809C3.97914 22.5499 2.49789 20.9984 3.16496 19.5025L10.5275 2.99281C10.8226 2.33094 11.4113 2 12 2"/><path d="M12 18.4731C12.2499 18.4731 12.4998 18.5344 12.7294 18.657L18.6331 21.809C20.0209 22.5499 21.5021 20.9984 20.835 19.5025L13.4725 2.99281C13.1774 2.33094 12.5887 2 12 2" opacity=".5"/></g></svg>
</template>

CSS

.icon-map-arrow-up-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%22M12%2018.4731C11.7501%2018.4731%2011.5002%2018.5344%2011.2706%2018.657L5.36689%2021.809C3.97914%2022.5499%202.49789%2020.9984%203.16496%2019.5025L10.5275%202.99281C10.8226%202.33094%2011.4113%202%2012%202%22%2F%3E%3Cpath%20d%3D%22M12%2018.4731C12.2499%2018.4731%2012.4998%2018.5344%2012.7294%2018.657L18.6331%2021.809C20.0209%2022.5499%2021.5021%2020.9984%2020.835%2019.5025L13.4725%202.99281C13.1774%202.33094%2012.5887%202%2012%202%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%22M12%2018.4731C11.7501%2018.4731%2011.5002%2018.5344%2011.2706%2018.657L5.36689%2021.809C3.97914%2022.5499%202.49789%2020.9984%203.16496%2019.5025L10.5275%202.99281C10.8226%202.33094%2011.4113%202%2012%202%22%2F%3E%3Cpath%20d%3D%22M12%2018.4731C12.2499%2018.4731%2012.4998%2018.5344%2012.7294%2018.657L18.6331%2021.809C20.0209%2022.5499%2021.5021%2020.9984%2020.835%2019.5025L13.4725%202.99281C13.1774%202.33094%2012.5887%202%2012%202%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-up-line-duotone.svg?color=%231a73e8&size=48