navigation arrow icon

navigation-arrow-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
navigation-arrow-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the navigation arrow icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M236 110L59.93 44.67A12 12 0 0 0 44.69 60L110 235.93a11.83 11.83 0 0 0 11.28 8.07h.22a11.82 11.82 0 0 0 11.26-8.47v-.1l22.45-80.19l80.19-22.44h.1a12 12 0 0 0 .5-22.8m-2.79 15.12l-82.3 23a4 4 0 0 0-2.78 2.77l-23 82.3a3.88 3.88 0 0 1-3.74 2.78a4 4 0 0 1-3.88-2.77L52.22 57.32a3.93 3.93 0 0 1 1-4.14A4 4 0 0 1 56 52a3.9 3.9 0 0 1 1.25.21l176.08 65.32a4 4 0 0 1-.09 7.59Z"/></svg>

React

import type { SVGProps } from "react";

export function PhNavigationArrowThin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M236 110L59.93 44.67A12 12 0 0 0 44.69 60L110 235.93a11.83 11.83 0 0 0 11.28 8.07h.22a11.82 11.82 0 0 0 11.26-8.47v-.1l22.45-80.19l80.19-22.44h.1a12 12 0 0 0 .5-22.8m-2.79 15.12l-82.3 23a4 4 0 0 0-2.78 2.77l-23 82.3a3.88 3.88 0 0 1-3.74 2.78a4 4 0 0 1-3.88-2.77L52.22 57.32a3.93 3.93 0 0 1 1-4.14A4 4 0 0 1 56 52a3.9 3.9 0 0 1 1.25.21l176.08 65.32a4 4 0 0 1-.09 7.59Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M236 110L59.93 44.67A12 12 0 0 0 44.69 60L110 235.93a11.83 11.83 0 0 0 11.28 8.07h.22a11.82 11.82 0 0 0 11.26-8.47v-.1l22.45-80.19l80.19-22.44h.1a12 12 0 0 0 .5-22.8m-2.79 15.12l-82.3 23a4 4 0 0 0-2.78 2.77l-23 82.3a3.88 3.88 0 0 1-3.74 2.78a4 4 0 0 1-3.88-2.77L52.22 57.32a3.93 3.93 0 0 1 1-4.14A4 4 0 0 1 56 52a3.9 3.9 0 0 1 1.25.21l176.08 65.32a4 4 0 0 1-.09 7.59Z"/></svg>
</template>

CSS

.icon-navigation-arrow-thin {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M236%20110L59.93%2044.67A12%2012%200%200%200%2044.69%2060L110%20235.93a11.83%2011.83%200%200%200%2011.28%208.07h.22a11.82%2011.82%200%200%200%2011.26-8.47v-.1l22.45-80.19l80.19-22.44h.1a12%2012%200%200%200%20.5-22.8m-2.79%2015.12l-82.3%2023a4%204%200%200%200-2.78%202.77l-23%2082.3a3.88%203.88%200%200%201-3.74%202.78a4%204%200%200%201-3.88-2.77L52.22%2057.32a3.93%203.93%200%200%201%201-4.14A4%204%200%200%201%2056%2052a3.9%203.9%200%200%201%201.25.21l176.08%2065.32a4%204%200%200%201-.09%207.59Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M236%20110L59.93%2044.67A12%2012%200%200%200%2044.69%2060L110%20235.93a11.83%2011.83%200%200%200%2011.28%208.07h.22a11.82%2011.82%200%200%200%2011.26-8.47v-.1l22.45-80.19l80.19-22.44h.1a12%2012%200%200%200%20.5-22.8m-2.79%2015.12l-82.3%2023a4%204%200%200%200-2.78%202.77l-23%2082.3a3.88%203.88%200%200%201-3.74%202.78a4%204%200%200%201-3.88-2.77L52.22%2057.32a3.93%203.93%200%200%201%201-4.14A4%204%200%200%201%2056%2052a3.9%203.9%200%200%201%201.25.21l176.08%2065.32a4%204%200%200%201-.09%207.59Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/navigation-arrow-thin.svg?color=%231a73e8&size=48