navigation-sharp-fill from Keyline Icons by Keyline Icons · Sharp Fill · MIT Free for personal and commercial use.

Name
navigation-sharp-fill
Set
Keyline Icons
Style
Sharp Fill
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

Use the navigation icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" d="M5.0584 18.2211L11.5195 5.297C11.7175 4.901 12.2825 4.901 12.4805 5.297L18.9416 18.2211C19.1557 18.6493 18.7453 19.1225 18.2912 18.9712L12.1699 16.9304C12.0596 16.8937 11.9404 16.8937 11.8301 16.9304L5.7088 18.9712C5.2547 19.1225 4.8443 18.6493 5.0584 18.2211Z" stroke="none"/><path d="M5 19L12 5L19 19L12 16.8739L5 19Z"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsNavigationSharpFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" d="M5.0584 18.2211L11.5195 5.297C11.7175 4.901 12.2825 4.901 12.4805 5.297L18.9416 18.2211C19.1557 18.6493 18.7453 19.1225 18.2912 18.9712L12.1699 16.9304C12.0596 16.8937 11.9404 16.8937 11.8301 16.9304L5.7088 18.9712C5.2547 19.1225 4.8443 18.6493 5.0584 18.2211Z" stroke="none"/><path d="M5 19L12 5L19 19L12 16.8739L5 19Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" d="M5.0584 18.2211L11.5195 5.297C11.7175 4.901 12.2825 4.901 12.4805 5.297L18.9416 18.2211C19.1557 18.6493 18.7453 19.1225 18.2912 18.9712L12.1699 16.9304C12.0596 16.8937 11.9404 16.8937 11.8301 16.9304L5.7088 18.9712C5.2547 19.1225 4.8443 18.6493 5.0584 18.2211Z" stroke="none"/><path d="M5 19L12 5L19 19L12 16.8739L5 19Z"/></g></svg>
</template>

CSS

.icon-navigation-sharp-fill {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.0584%2018.2211L11.5195%205.297C11.7175%204.901%2012.2825%204.901%2012.4805%205.297L18.9416%2018.2211C19.1557%2018.6493%2018.7453%2019.1225%2018.2912%2018.9712L12.1699%2016.9304C12.0596%2016.8937%2011.9404%2016.8937%2011.8301%2016.9304L5.7088%2018.9712C5.2547%2019.1225%204.8443%2018.6493%205.0584%2018.2211Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M5%2019L12%205L19%2019L12%2016.8739L5%2019Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.0584%2018.2211L11.5195%205.297C11.7175%204.901%2012.2825%204.901%2012.4805%205.297L18.9416%2018.2211C19.1557%2018.6493%2018.7453%2019.1225%2018.2912%2018.9712L12.1699%2016.9304C12.0596%2016.8937%2011.9404%2016.8937%2011.8301%2016.9304L5.7088%2018.9712C5.2547%2019.1225%204.8443%2018.6493%205.0584%2018.2211Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M5%2019L12%205L19%2019L12%2016.8739L5%2019Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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