map arrow down icon

map-arrow-down-broken from Solar by 480 Design · Broken · Map · CC-BY-4.0 Attribution required.

Name
map-arrow-down-broken
Set
Solar
Style
Broken
Category
Map
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More map icons from Solar

Use the map arrow down icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M16.5974 14L13.4725 21.0072C12.8822 22.3309 11.1178 22.3309 10.5275 21.0072L3.16496 4.49746C2.49789 3.00163 3.97914 1.45007 5.36689 2.19099L11.2706 5.34302C11.7298 5.58818 12.2702 5.58817 12.7294 5.34302L18.6331 2.19099C20.0209 1.45006 21.5021 3.00163 20.835 4.49746L18.7162 9.24873"/></svg>

React

import type { SVGProps } from "react";

export function SolarMapArrowDownBroken(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5" d="M16.5974 14L13.4725 21.0072C12.8822 22.3309 11.1178 22.3309 10.5275 21.0072L3.16496 4.49746C2.49789 3.00163 3.97914 1.45007 5.36689 2.19099L11.2706 5.34302C11.7298 5.58818 12.2702 5.58817 12.7294 5.34302L18.6331 2.19099C20.0209 1.45006 21.5021 3.00163 20.835 4.49746L18.7162 9.24873"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M16.5974 14L13.4725 21.0072C12.8822 22.3309 11.1178 22.3309 10.5275 21.0072L3.16496 4.49746C2.49789 3.00163 3.97914 1.45007 5.36689 2.19099L11.2706 5.34302C11.7298 5.58818 12.2702 5.58817 12.7294 5.34302L18.6331 2.19099C20.0209 1.45006 21.5021 3.00163 20.835 4.49746L18.7162 9.24873"/></svg>
</template>

CSS

.icon-map-arrow-down-broken {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M16.5974%2014L13.4725%2021.0072C12.8822%2022.3309%2011.1178%2022.3309%2010.5275%2021.0072L3.16496%204.49746C2.49789%203.00163%203.97914%201.45007%205.36689%202.19099L11.2706%205.34302C11.7298%205.58818%2012.2702%205.58817%2012.7294%205.34302L18.6331%202.19099C20.0209%201.45006%2021.5021%203.00163%2020.835%204.49746L18.7162%209.24873%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M16.5974%2014L13.4725%2021.0072C12.8822%2022.3309%2011.1178%2022.3309%2010.5275%2021.0072L3.16496%204.49746C2.49789%203.00163%203.97914%201.45007%205.36689%202.19099L11.2706%205.34302C11.7298%205.58818%2012.2702%205.58817%2012.7294%205.34302L18.6331%202.19099C20.0209%201.45006%2021.5021%203.00163%2020.835%204.49746L18.7162%209.24873%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/map-arrow-down-broken.svg?color=%231a73e8&size=48