Navigation Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Navigation icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/306132.svg" alt="Navigation icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306132.svg" alt="Navigation icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306132.svg" alt="Navigation icon" :width="24" :height="24" />
CSS background
.icon-navigation {
background-image: url('https://proicons.com/icon/306132.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M746 448c-7-9-17-14-28-14H579v-79h140c10 0 20-4 26-12l55-64c11-13 12-33 1-47l-55-75c-6-9-17-15-27-15H579c-1-44-36-80-79-80-44 0-79 38-79 84v73H281c-10 0-21 6-27 14l-55 76c-11 14-10 34 1 47l55 64c6 8 16 12 26 12h140v475c0 17 13 31 29 31h100c16 0 29-14 29-31V647h140c10 0 19-5 26-12l54-64c12-13 13-33 2-47l-55-76zM579 191h134l47 63-45 53H579V191zM285 384l-45-53 47-64h134v117H285zm429 215H579V482h134l47 64-46 53z"/></svg>
Navigation in other icon packs
Copied!