navigation icon
navigation-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.
- Name
- navigation-filled
- Set
- Tabler Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Tabler Icons
The same icon in other sets
navigationBoxIcons v2navigationBoxIcons v2 Solidnavigation-fillEva IconsnavigationFeather Iconsnavigation-16-filledFluent UI System IconsnavigationHuge IconsnavigationHumbleiconsnavigationIconParknavigationIconPark OutlinenavigationIconPark SolidnavigationIconPark TwoTonenavigationLucidenavigationMaterial SymbolsnavigationMaterial Symbols LightnavigationMaterial Design Iconsnavigation-fillMingCute IconnavigationMyna UI Iconsnavigation-fillRemix Icon
Related icons in Tabler Icons
navigation-boltnavigation-cancelnavigation-checknavigation-codenavigation-cognavigation-discountnavigation-dollarnavigation-downnavigation-eastnavigation-exclamationnavigation-heartnavigation-minusnavigation-northnavigation-offnavigation-pausenavigation-pinnavigation-plusnavigation-questionnavigation-searchnavigation-sharenavigation-southnavigation-starnavigation-topnavigation-up
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="M11.092 2.581a1 1 0 0 1 1.754-.116l.062.116l8.005 17.365c.198.566.05 1.196-.378 1.615a1.53 1.53 0 0 1-1.459.393l-7.077-2.398L5.1 21.894a1.54 1.54 0 0 1-1.52-.231l-.112-.1c-.398-.386-.556-.954-.393-1.556l.047-.15z"/></svg>
React
import type { SVGProps } from "react";
export function TablerNavigationFilled(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="M11.092 2.581a1 1 0 0 1 1.754-.116l.062.116l8.005 17.365c.198.566.05 1.196-.378 1.615a1.53 1.53 0 0 1-1.459.393l-7.077-2.398L5.1 21.894a1.54 1.54 0 0 1-1.52-.231l-.112-.1c-.398-.386-.556-.954-.393-1.556l.047-.15z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.092 2.581a1 1 0 0 1 1.754-.116l.062.116l8.005 17.365c.198.566.05 1.196-.378 1.615a1.53 1.53 0 0 1-1.459.393l-7.077-2.398L5.1 21.894a1.54 1.54 0 0 1-1.52-.231l-.112-.1c-.398-.386-.556-.954-.393-1.556l.047-.15z"/></svg> </template>
CSS
.icon-navigation-filled {
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%22M11.092%202.581a1%201%200%200%201%201.754-.116l.062.116l8.005%2017.365c.198.566.05%201.196-.378%201.615a1.53%201.53%200%200%201-1.459.393l-7.077-2.398L5.1%2021.894a1.54%201.54%200%200%201-1.52-.231l-.112-.1c-.398-.386-.556-.954-.393-1.556l.047-.15z%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%22M11.092%202.581a1%201%200%200%201%201.754-.116l.062.116l8.005%2017.365c.198.566.05%201.196-.378%201.615a1.53%201.53%200%200%201-1.459.393l-7.077-2.398L5.1%2021.894a1.54%201.54%200%200%201-1.52-.231l-.112-.1c-.398-.386-.556-.954-.393-1.556l.047-.15z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/navigation-filled.svg?color=%231a73e8&size=48