navigation icon

navigation-outline from Eva Icons by Akveo · Outline · MIT Free for personal and commercial use.

Name
navigation-outline
Set
Eva Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in Eva Icons

The same icon in other sets

Related icons in Eva 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="currentColor" d="M20 20a.94.94 0 0 1-.55-.17L12 14.9l-7.45 4.93a1 1 0 0 1-1.44-1.28l8-16a1 1 0 0 1 1.78 0l8 16a1 1 0 0 1-.23 1.2A1 1 0 0 1 20 20m-8-7.3a1 1 0 0 1 .55.17l4.88 3.23L12 5.24L6.57 16.1l4.88-3.23a1 1 0 0 1 .55-.17"/></svg>

React

import type { SVGProps } from "react";

export function EvaNavigationOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 20a.94.94 0 0 1-.55-.17L12 14.9l-7.45 4.93a1 1 0 0 1-1.44-1.28l8-16a1 1 0 0 1 1.78 0l8 16a1 1 0 0 1-.23 1.2A1 1 0 0 1 20 20m-8-7.3a1 1 0 0 1 .55.17l4.88 3.23L12 5.24L6.57 16.1l4.88-3.23a1 1 0 0 1 .55-.17"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 20a.94.94 0 0 1-.55-.17L12 14.9l-7.45 4.93a1 1 0 0 1-1.44-1.28l8-16a1 1 0 0 1 1.78 0l8 16a1 1 0 0 1-.23 1.2A1 1 0 0 1 20 20m-8-7.3a1 1 0 0 1 .55.17l4.88 3.23L12 5.24L6.57 16.1l4.88-3.23a1 1 0 0 1 .55-.17"/></svg>
</template>

CSS

.icon-navigation-outline {
  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%22currentColor%22%20d%3D%22M20%2020a.94.94%200%200%201-.55-.17L12%2014.9l-7.45%204.93a1%201%200%200%201-1.44-1.28l8-16a1%201%200%200%201%201.78%200l8%2016a1%201%200%200%201-.23%201.2A1%201%200%200%201%2020%2020m-8-7.3a1%201%200%200%201%20.55.17l4.88%203.23L12%205.24L6.57%2016.1l4.88-3.23a1%201%200%200%201%20.55-.17%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%22currentColor%22%20d%3D%22M20%2020a.94.94%200%200%201-.55-.17L12%2014.9l-7.45%204.93a1%201%200%200%201-1.44-1.28l8-16a1%201%200%200%201%201.78%200l8%2016a1%201%200%200%201-.23%201.2A1%201%200%200%201%2020%2020m-8-7.3a1%201%200%200%201%20.55.17l4.88%203.23L12%205.24L6.57%2016.1l4.88-3.23a1%201%200%200%201%20.55-.17%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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