navigation 01 icon

navigation-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
navigation-01
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the navigation 01 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="1.5" d="M14 12a2 2 0 1 1-4 0a2 2 0 0 1 4 0Zm-12 .05c-.034-1.035 4.454-3.47 4.877-2.987c.48.548-.667 2.177-.925 2.695c-.155.312-.15.448.026.76c.8 1.41 1.196 2.113.95 2.417c-.393.485-4.895-1.874-4.928-2.885ZM11.95 22c1.035.034 3.47-4.455 2.987-4.877c-.548-.48-2.177.666-2.695.925c-.312.155-.448.15-.76-.026c-1.41-.8-2.113-1.196-2.417-.95c-.485.393 1.874 4.895 2.885 4.928ZM22 12.05c.034-1.035-4.454-3.47-4.877-2.987c-.48.548.666 2.177.925 2.695c.155.312.15.448-.026.76c-.8 1.41-1.196 2.113-.95 2.417c.393.485 4.895-1.874 4.928-2.885ZM11.95 2c1.035-.034 3.47 4.454 2.987 4.877c-.548.48-2.177-.667-2.695-.925c-.312-.155-.448-.15-.76.026c-1.41.8-2.113 1.196-2.417.95C8.58 6.533 10.939 2.032 11.95 2Z"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsNavigation01(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeWidth="1.5" d="M14 12a2 2 0 1 1-4 0a2 2 0 0 1 4 0Zm-12 .05c-.034-1.035 4.454-3.47 4.877-2.987c.48.548-.667 2.177-.925 2.695c-.155.312-.15.448.026.76c.8 1.41 1.196 2.113.95 2.417c-.393.485-4.895-1.874-4.928-2.885ZM11.95 22c1.035.034 3.47-4.455 2.987-4.877c-.548-.48-2.177.666-2.695.925c-.312.155-.448.15-.76-.026c-1.41-.8-2.113-1.196-2.417-.95c-.485.393 1.874 4.895 2.885 4.928ZM22 12.05c.034-1.035-4.454-3.47-4.877-2.987c-.48.548.666 2.177.925 2.695c.155.312.15.448-.026.76c-.8 1.41-1.196 2.113-.95 2.417c.393.485 4.895-1.874 4.928-2.885ZM11.95 2c1.035-.034 3.47 4.454 2.987 4.877c-.548.48-2.177-.667-2.695-.925c-.312-.155-.448-.15-.76.026c-1.41.8-2.113 1.196-2.417.95C8.58 6.533 10.939 2.032 11.95 2Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="1.5" d="M14 12a2 2 0 1 1-4 0a2 2 0 0 1 4 0Zm-12 .05c-.034-1.035 4.454-3.47 4.877-2.987c.48.548-.667 2.177-.925 2.695c-.155.312-.15.448.026.76c.8 1.41 1.196 2.113.95 2.417c-.393.485-4.895-1.874-4.928-2.885ZM11.95 22c1.035.034 3.47-4.455 2.987-4.877c-.548-.48-2.177.666-2.695.925c-.312.155-.448.15-.76-.026c-1.41-.8-2.113-1.196-2.417-.95c-.485.393 1.874 4.895 2.885 4.928ZM22 12.05c.034-1.035-4.454-3.47-4.877-2.987c-.48.548.666 2.177.925 2.695c.155.312.15.448-.026.76c-.8 1.41-1.196 2.113-.95 2.417c.393.485 4.895-1.874 4.928-2.885ZM11.95 2c1.035-.034 3.47 4.454 2.987 4.877c-.548.48-2.177-.667-2.695-.925c-.312-.155-.448-.15-.76.026c-1.41.8-2.113 1.196-2.417.95C8.58 6.533 10.939 2.032 11.95 2Z"/></svg>
</template>

CSS

.icon-navigation-01 {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%20d%3D%22M14%2012a2%202%200%201%201-4%200a2%202%200%200%201%204%200Zm-12%20.05c-.034-1.035%204.454-3.47%204.877-2.987c.48.548-.667%202.177-.925%202.695c-.155.312-.15.448.026.76c.8%201.41%201.196%202.113.95%202.417c-.393.485-4.895-1.874-4.928-2.885ZM11.95%2022c1.035.034%203.47-4.455%202.987-4.877c-.548-.48-2.177.666-2.695.925c-.312.155-.448.15-.76-.026c-1.41-.8-2.113-1.196-2.417-.95c-.485.393%201.874%204.895%202.885%204.928ZM22%2012.05c.034-1.035-4.454-3.47-4.877-2.987c-.48.548.666%202.177.925%202.695c.155.312.15.448-.026.76c-.8%201.41-1.196%202.113-.95%202.417c.393.485%204.895-1.874%204.928-2.885ZM11.95%202c1.035-.034%203.47%204.454%202.987%204.877c-.548.48-2.177-.667-2.695-.925c-.312-.155-.448-.15-.76.026c-1.41.8-2.113%201.196-2.417.95C8.58%206.533%2010.939%202.032%2011.95%202Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%20d%3D%22M14%2012a2%202%200%201%201-4%200a2%202%200%200%201%204%200Zm-12%20.05c-.034-1.035%204.454-3.47%204.877-2.987c.48.548-.667%202.177-.925%202.695c-.155.312-.15.448.026.76c.8%201.41%201.196%202.113.95%202.417c-.393.485-4.895-1.874-4.928-2.885ZM11.95%2022c1.035.034%203.47-4.455%202.987-4.877c-.548-.48-2.177.666-2.695.925c-.312.155-.448.15-.76-.026c-1.41-.8-2.113-1.196-2.417-.95c-.485.393%201.874%204.895%202.885%204.928ZM22%2012.05c.034-1.035-4.454-3.47-4.877-2.987c-.48.548.666%202.177.925%202.695c.155.312.15.448-.026.76c-.8%201.41-1.196%202.113-.95%202.417c.393.485%204.895-1.874%204.928-2.885ZM11.95%202c1.035-.034%203.47%204.454%202.987%204.877c-.548.48-2.177-.667-2.695-.925c-.312-.155-.448-.15-.76.026c-1.41.8-2.113%201.196-2.417.95C8.58%206.533%2010.939%202.032%2011.95%202Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/navigation-01.svg?color=%231a73e8&size=48