map arrow left icon

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

Name
map-arrow-left-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 left 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="M10 7.40261L2.99281 10.5275C1.66906 11.1178 1.66906 12.8822 2.99281 13.4725L19.5025 20.835C20.9984 21.5021 22.5499 20.0209 21.809 18.6331L18.657 12.7294C18.4118 12.2702 18.4118 11.7298 18.657 11.2706L21.809 5.36689C22.5499 3.97914 20.9984 2.49789 19.5025 3.16496L14.7513 5.28379"/></svg>

React

import type { SVGProps } from "react";

export function SolarMapArrowLeftBroken(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="M10 7.40261L2.99281 10.5275C1.66906 11.1178 1.66906 12.8822 2.99281 13.4725L19.5025 20.835C20.9984 21.5021 22.5499 20.0209 21.809 18.6331L18.657 12.7294C18.4118 12.2702 18.4118 11.7298 18.657 11.2706L21.809 5.36689C22.5499 3.97914 20.9984 2.49789 19.5025 3.16496L14.7513 5.28379"/></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="M10 7.40261L2.99281 10.5275C1.66906 11.1178 1.66906 12.8822 2.99281 13.4725L19.5025 20.835C20.9984 21.5021 22.5499 20.0209 21.809 18.6331L18.657 12.7294C18.4118 12.2702 18.4118 11.7298 18.657 11.2706L21.809 5.36689C22.5499 3.97914 20.9984 2.49789 19.5025 3.16496L14.7513 5.28379"/></svg>
</template>

CSS

.icon-map-arrow-left-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%22M10%207.40261L2.99281%2010.5275C1.66906%2011.1178%201.66906%2012.8822%202.99281%2013.4725L19.5025%2020.835C20.9984%2021.5021%2022.5499%2020.0209%2021.809%2018.6331L18.657%2012.7294C18.4118%2012.2702%2018.4118%2011.7298%2018.657%2011.2706L21.809%205.36689C22.5499%203.97914%2020.9984%202.49789%2019.5025%203.16496L14.7513%205.28379%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%22M10%207.40261L2.99281%2010.5275C1.66906%2011.1178%201.66906%2012.8822%202.99281%2013.4725L19.5025%2020.835C20.9984%2021.5021%2022.5499%2020.0209%2021.809%2018.6331L18.657%2012.7294C18.4118%2012.2702%2018.4118%2011.7298%2018.657%2011.2706L21.809%205.36689C22.5499%203.97914%2020.9984%202.49789%2019.5025%203.16496L14.7513%205.28379%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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