map arrow left icon

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

Name
map-arrow-left-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 left icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9.857 15.962a.5.5 0 0 0 .243.68l9.402 4.193c1.496.667 3.047-.814 2.306-2.202l-3.152-5.904c-.245-.459-.245-1 0-1.458l3.152-5.904c.741-1.388-.81-2.87-2.306-2.202l-3.524 1.572a2 2 0 0 0-.975.932z"/><path d="M8.466 15.39a.5.5 0 0 1-.65.233l-4.823-2.15c-1.324-.59-1.324-2.355 0-2.945L11.89 6.56a.5.5 0 0 1 .651.68z" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconMapArrowLeftDuotone(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="M9.857 15.962a.5.5 0 0 0 .243.68l9.402 4.193c1.496.667 3.047-.814 2.306-2.202l-3.152-5.904c-.245-.459-.245-1 0-1.458l3.152-5.904c.741-1.388-.81-2.87-2.306-2.202l-3.524 1.572a2 2 0 0 0-.975.932z"/><path d="M8.466 15.39a.5.5 0 0 1-.65.233l-4.823-2.15c-1.324-.59-1.324-2.355 0-2.945L11.89 6.56a.5.5 0 0 1 .651.68z" 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="M9.857 15.962a.5.5 0 0 0 .243.68l9.402 4.193c1.496.667 3.047-.814 2.306-2.202l-3.152-5.904c-.245-.459-.245-1 0-1.458l3.152-5.904c.741-1.388-.81-2.87-2.306-2.202l-3.524 1.572a2 2 0 0 0-.975.932z"/><path d="M8.466 15.39a.5.5 0 0 1-.65.233l-4.823-2.15c-1.324-.59-1.324-2.355 0-2.945L11.89 6.56a.5.5 0 0 1 .651.68z" opacity=".5"/></g></svg>
</template>

CSS

.icon-map-arrow-left-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%22M9.857%2015.962a.5.5%200%200%200%20.243.68l9.402%204.193c1.496.667%203.047-.814%202.306-2.202l-3.152-5.904c-.245-.459-.245-1%200-1.458l3.152-5.904c.741-1.388-.81-2.87-2.306-2.202l-3.524%201.572a2%202%200%200%200-.975.932z%22%2F%3E%3Cpath%20d%3D%22M8.466%2015.39a.5.5%200%200%201-.65.233l-4.823-2.15c-1.324-.59-1.324-2.355%200-2.945L11.89%206.56a.5.5%200%200%201%20.651.68z%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%22M9.857%2015.962a.5.5%200%200%200%20.243.68l9.402%204.193c1.496.667%203.047-.814%202.306-2.202l-3.152-5.904c-.245-.459-.245-1%200-1.458l3.152-5.904c.741-1.388-.81-2.87-2.306-2.202l-3.524%201.572a2%202%200%200%200-.975.932z%22%2F%3E%3Cpath%20d%3D%22M8.466%2015.39a.5.5%200%200%201-.65.233l-4.823-2.15c-1.324-.59-1.324-2.355%200-2.945L11.89%206.56a.5.5%200%200%201%20.651.68z%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-left-duotone.svg?color=%231a73e8&size=48