map arrow down icon

map-arrow-down-duotone from Reicon by REICON · Duotone · Map · MIT Free for personal and commercial use.

Name
map-arrow-down-duotone
Set
Reicon
Style
Duotone
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 down icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8.037 14.144a.5.5 0 0 1-.68-.244L3.164 4.498c-.667-1.495.815-3.047 2.202-2.306l5.904 3.152c.46.245 1 .245 1.459 0l5.904-3.152c1.387-.741 2.869.81 2.202 2.306l-1.572 3.525a2 2 0 0 1-.932.974z"/><path d="M8.61 15.534a.5.5 0 0 0-.234.651l2.151 4.823c.59 1.323 2.355 1.323 2.945 0l3.968-8.898a.5.5 0 0 0-.68-.651z" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconMapArrowDownDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8.037 14.144a.5.5 0 0 1-.68-.244L3.164 4.498c-.667-1.495.815-3.047 2.202-2.306l5.904 3.152c.46.245 1 .245 1.459 0l5.904-3.152c1.387-.741 2.869.81 2.202 2.306l-1.572 3.525a2 2 0 0 1-.932.974z"/><path d="M8.61 15.534a.5.5 0 0 0-.234.651l2.151 4.823c.59 1.323 2.355 1.323 2.945 0l3.968-8.898a.5.5 0 0 0-.68-.651z" 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="currentColor"><path d="M8.037 14.144a.5.5 0 0 1-.68-.244L3.164 4.498c-.667-1.495.815-3.047 2.202-2.306l5.904 3.152c.46.245 1 .245 1.459 0l5.904-3.152c1.387-.741 2.869.81 2.202 2.306l-1.572 3.525a2 2 0 0 1-.932.974z"/><path d="M8.61 15.534a.5.5 0 0 0-.234.651l2.151 4.823c.59 1.323 2.355 1.323 2.945 0l3.968-8.898a.5.5 0 0 0-.68-.651z" opacity=".5"/></g></svg>
</template>

CSS

.icon-map-arrow-down-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%22currentColor%22%3E%3Cpath%20d%3D%22M8.037%2014.144a.5.5%200%200%201-.68-.244L3.164%204.498c-.667-1.495.815-3.047%202.202-2.306l5.904%203.152c.46.245%201%20.245%201.459%200l5.904-3.152c1.387-.741%202.869.81%202.202%202.306l-1.572%203.525a2%202%200%200%201-.932.974z%22%2F%3E%3Cpath%20d%3D%22M8.61%2015.534a.5.5%200%200%200-.234.651l2.151%204.823c.59%201.323%202.355%201.323%202.945%200l3.968-8.898a.5.5%200%200%200-.68-.651z%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%22currentColor%22%3E%3Cpath%20d%3D%22M8.037%2014.144a.5.5%200%200%201-.68-.244L3.164%204.498c-.667-1.495.815-3.047%202.202-2.306l5.904%203.152c.46.245%201%20.245%201.459%200l5.904-3.152c1.387-.741%202.869.81%202.202%202.306l-1.572%203.525a2%202%200%200%201-.932.974z%22%2F%3E%3Cpath%20d%3D%22M8.61%2015.534a.5.5%200%200%200-.234.651l2.151%204.823c.59%201.323%202.355%201.323%202.945%200l3.968-8.898a.5.5%200%200%200-.68-.651z%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/reicon/map-arrow-down-duotone.svg?color=%231a73e8&size=48