navigation icon
navigation-fill from Eva Icons by Akveo · Fill · MIT Free for personal and commercial use.
- Name
- navigation-fill
- Set
- Eva Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- MIT
1 other variant in Eva Icons
The same icon in other sets
navigationBoxIcons v2navigationBoxIcons v2 SolidnavigationFeather Iconsnavigation-16-filledFluent UI System IconsnavigationHuge IconsnavigationHumbleiconsnavigationIconParknavigationIconPark OutlinenavigationIconPark SolidnavigationIconPark TwoTonenavigationLucidenavigationMaterial SymbolsnavigationMaterial Symbols LightnavigationMaterial Design Iconsnavigation-fillMingCute IconnavigationMyna UI Iconsnavigation-fillRemix IconnavigationTabler Icons
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-.17l-6.9-4.56a1 1 0 0 0-1.1 0l-6.9 4.56a1 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 20"/></svg>
React
import type { SVGProps } from "react";
export function EvaNavigationFill(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-.17l-6.9-4.56a1 1 0 0 0-1.1 0l-6.9 4.56a1 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 20"/></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-.17l-6.9-4.56a1 1 0 0 0-1.1 0l-6.9 4.56a1 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 20"/></svg> </template>
CSS
.icon-navigation-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2020a.94.94%200%200%201-.55-.17l-6.9-4.56a1%201%200%200%200-1.1%200l-6.9%204.56a1%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%2020%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-.17l-6.9-4.56a1%201%200%200%200-1.1%200l-6.9%204.56a1%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%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/eva/navigation-fill.svg?color=%231a73e8&size=48