navigation icon
navigation-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- navigation-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
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 IconsnavigationMyna UI Iconsnavigation-fillRemix IconnavigationTabler 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" fill-rule="evenodd" d="M19.768 2.693c.956-.343 1.88.58 1.536 1.536l-6.04 16.777c-.375 1.042-1.842 1.063-2.246.03l-2.829-7.228l-7.228-2.828c-1.032-.404-1.012-1.872.03-2.247z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteNavigationFill(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" fillRule="evenodd" d="M19.768 2.693c.956-.343 1.88.58 1.536 1.536l-6.04 16.777c-.375 1.042-1.842 1.063-2.246.03l-2.829-7.228l-7.228-2.828c-1.032-.404-1.012-1.872.03-2.247z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M19.768 2.693c.956-.343 1.88.58 1.536 1.536l-6.04 16.777c-.375 1.042-1.842 1.063-2.246.03l-2.829-7.228l-7.228-2.828c-1.032-.404-1.012-1.872.03-2.247z" clip-rule="evenodd"/></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%20fill-rule%3D%22evenodd%22%20d%3D%22M19.768%202.693c.956-.343%201.88.58%201.536%201.536l-6.04%2016.777c-.375%201.042-1.842%201.063-2.246.03l-2.829-7.228l-7.228-2.828c-1.032-.404-1.012-1.872.03-2.247z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M19.768%202.693c.956-.343%201.88.58%201.536%201.536l-6.04%2016.777c-.375%201.042-1.842%201.063-2.246.03l-2.829-7.228l-7.228-2.828c-1.032-.404-1.012-1.872.03-2.247z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/navigation-fill.svg?color=%231a73e8&size=48