navigation icon

navigation from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
navigation
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the navigation 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-linejoin="round" stroke-width="1.5" d="M15.835 4.293L8.345 7.32C4.793 8.757 3.017 9.475 3 10.46q-.003.189.041.373c.23.957 2.12 1.272 5.9 1.902c.91.152 1.367.228 1.687.511q.066.06.127.128c.283.32.36.775.511 1.687c.63 3.779.945 5.669 1.902 5.899q.184.045.373.04c.985-.016 1.702-1.792 3.139-5.344l3.027-7.49c1.122-2.775 1.683-4.163.987-4.859s-2.084-.135-4.859.987Z"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsNavigation(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" strokeLinejoin="round" strokeWidth="1.5" d="M15.835 4.293L8.345 7.32C4.793 8.757 3.017 9.475 3 10.46q-.003.189.041.373c.23.957 2.12 1.272 5.9 1.902c.91.152 1.367.228 1.687.511q.066.06.127.128c.283.32.36.775.511 1.687c.63 3.779.945 5.669 1.902 5.899q.184.045.373.04c.985-.016 1.702-1.792 3.139-5.344l3.027-7.49c1.122-2.775 1.683-4.163.987-4.859s-2.084-.135-4.859.987Z"/></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-linejoin="round" stroke-width="1.5" d="M15.835 4.293L8.345 7.32C4.793 8.757 3.017 9.475 3 10.46q-.003.189.041.373c.23.957 2.12 1.272 5.9 1.902c.91.152 1.367.228 1.687.511q.066.06.127.128c.283.32.36.775.511 1.687c.63 3.779.945 5.669 1.902 5.899q.184.045.373.04c.985-.016 1.702-1.792 3.139-5.344l3.027-7.49c1.122-2.775 1.683-4.163.987-4.859s-2.084-.135-4.859.987Z"/></svg>
</template>

CSS

.icon-navigation {
  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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M15.835%204.293L8.345%207.32C4.793%208.757%203.017%209.475%203%2010.46q-.003.189.041.373c.23.957%202.12%201.272%205.9%201.902c.91.152%201.367.228%201.687.511q.066.06.127.128c.283.32.36.775.511%201.687c.63%203.779.945%205.669%201.902%205.899q.184.045.373.04c.985-.016%201.702-1.792%203.139-5.344l3.027-7.49c1.122-2.775%201.683-4.163.987-4.859s-2.084-.135-4.859.987Z%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M15.835%204.293L8.345%207.32C4.793%208.757%203.017%209.475%203%2010.46q-.003.189.041.373c.23.957%202.12%201.272%205.9%201.902c.91.152%201.367.228%201.687.511q.066.06.127.128c.283.32.36.775.511%201.687c.63%203.779.945%205.669%201.902%205.899q.184.045.373.04c.985-.016%201.702-1.792%203.139-5.344l3.027-7.49c1.122-2.775%201.683-4.163.987-4.859s-2.084-.135-4.859.987Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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