navigation icon
navigation-outline-rounded from Material Symbols by Google · Outline Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- navigation-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
navigationBoxIcons v2navigationBoxIcons v2 Solidnavigation-fillEva IconsnavigationFeather Iconsnavigation-16-filledFluent UI System IconsnavigationHuge IconsnavigationHumbleiconsnavigationIconParknavigationIconPark OutlinenavigationIconPark SolidnavigationIconPark TwoTonenavigationLucidenavigationMaterial Symbols LightnavigationMaterial Design Iconsnavigation-fillMingCute IconnavigationMyna UI Iconsnavigation-fillRemix IconnavigationTabler Icons
More maps icons from Material Symbols
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="m12 18l-6.45 2.75q-.325.125-.612.063t-.488-.263t-.262-.5t.062-.625L11.075 4.05q.125-.3.388-.45T12 3.45t.537.15t.388.45l6.825 15.375q.125.325.062.625t-.262.5t-.488.263t-.612-.063zm-4.9-.1l4.9-2.1l4.9 2.1l-4.9-11zm4.9-2.1"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsNavigationOutlineRounded(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="m12 18l-6.45 2.75q-.325.125-.612.063t-.488-.263t-.262-.5t.062-.625L11.075 4.05q.125-.3.388-.45T12 3.45t.537.15t.388.45l6.825 15.375q.125.325.062.625t-.262.5t-.488.263t-.612-.063zm-4.9-.1l4.9-2.1l4.9 2.1l-4.9-11zm4.9-2.1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 18l-6.45 2.75q-.325.125-.612.063t-.488-.263t-.262-.5t.062-.625L11.075 4.05q.125-.3.388-.45T12 3.45t.537.15t.388.45l6.825 15.375q.125.325.062.625t-.262.5t-.488.263t-.612-.063zm-4.9-.1l4.9-2.1l4.9 2.1l-4.9-11zm4.9-2.1"/></svg> </template>
CSS
.icon-navigation-outline-rounded {
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%22m12%2018l-6.45%202.75q-.325.125-.612.063t-.488-.263t-.262-.5t.062-.625L11.075%204.05q.125-.3.388-.45T12%203.45t.537.15t.388.45l6.825%2015.375q.125.325.062.625t-.262.5t-.488.263t-.612-.063zm-4.9-.1l4.9-2.1l4.9%202.1l-4.9-11zm4.9-2.1%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%22m12%2018l-6.45%202.75q-.325.125-.612.063t-.488-.263t-.262-.5t.062-.625L11.075%204.05q.125-.3.388-.45T12%203.45t.537.15t.388.45l6.825%2015.375q.125.325.062.625t-.262.5t-.488.263t-.612-.063zm-4.9-.1l4.9-2.1l4.9%202.1l-4.9-11zm4.9-2.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/navigation-outline-rounded.svg?color=%231a73e8&size=48