navigation variant icon
navigation-variant-outline from Material Design Icons by Pictogrammers · Outline · Navigation · Apache-2.0 Free for personal and commercial use.
- Name
- navigation-variant-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Navigation
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Design Icons
More navigation icons from Material Design Icons
Use the navigation variant icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.27 6.73l-4.24 10.13l-1.32-3.42l-.32-.83l-.82-.32l-3.43-1.33zM21 3L3 10.53v.97l6.84 2.66L12.5 21h.96z"/></svg>
React
import type { SVGProps } from "react";
export function MdiNavigationVariantOutline(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="m17.27 6.73l-4.24 10.13l-1.32-3.42l-.32-.83l-.82-.32l-3.43-1.33zM21 3L3 10.53v.97l6.84 2.66L12.5 21h.96z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.27 6.73l-4.24 10.13l-1.32-3.42l-.32-.83l-.82-.32l-3.43-1.33zM21 3L3 10.53v.97l6.84 2.66L12.5 21h.96z"/></svg> </template>
CSS
.icon-navigation-variant-outline {
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%22m17.27%206.73l-4.24%2010.13l-1.32-3.42l-.32-.83l-.82-.32l-3.43-1.33zM21%203L3%2010.53v.97l6.84%202.66L12.5%2021h.96z%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%22m17.27%206.73l-4.24%2010.13l-1.32-3.42l-.32-.83l-.82-.32l-3.43-1.33zM21%203L3%2010.53v.97l6.84%202.66L12.5%2021h.96z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/navigation-variant-outline.svg?color=%231a73e8&size=48