navigator 02 icon
navigator-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- navigator-02
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the navigator 02 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M21 4H3m18 16H3"/><path d="M7.135 9.661C9.045 10.671 10 11.176 10 12s-.955 1.33-2.865 2.339l-1.301.688c-1.467.775-2.2 1.163-2.553.881a.8.8 0 0 1-.229-.292c-.206-.432.21-1.225 1.042-2.812c.184-.352.277-.528.293-.72a1 1 0 0 0 0-.168c-.016-.192-.109-.368-.293-.72c-.832-1.587-1.248-2.38-1.042-2.812a.8.8 0 0 1 .229-.292c.353-.282 1.086.106 2.553.881z"/><path stroke-linecap="round" stroke-linejoin="round" d="M21 12h-2m-4 0h-2"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsNavigator02(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M21 4H3m18 16H3"/><path d="M7.135 9.661C9.045 10.671 10 11.176 10 12s-.955 1.33-2.865 2.339l-1.301.688c-1.467.775-2.2 1.163-2.553.881a.8.8 0 0 1-.229-.292c-.206-.432.21-1.225 1.042-2.812c.184-.352.277-.528.293-.72a1 1 0 0 0 0-.168c-.016-.192-.109-.368-.293-.72c-.832-1.587-1.248-2.38-1.042-2.812a.8.8 0 0 1 .229-.292c.353-.282 1.086.106 2.553.881z"/><path strokeLinecap="round" strokeLinejoin="round" d="M21 12h-2m-4 0h-2"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M21 4H3m18 16H3"/><path d="M7.135 9.661C9.045 10.671 10 11.176 10 12s-.955 1.33-2.865 2.339l-1.301.688c-1.467.775-2.2 1.163-2.553.881a.8.8 0 0 1-.229-.292c-.206-.432.21-1.225 1.042-2.812c.184-.352.277-.528.293-.72a1 1 0 0 0 0-.168c-.016-.192-.109-.368-.293-.72c-.832-1.587-1.248-2.38-1.042-2.812a.8.8 0 0 1 .229-.292c.353-.282 1.086.106 2.553.881z"/><path stroke-linecap="round" stroke-linejoin="round" d="M21 12h-2m-4 0h-2"/></g></svg> </template>
CSS
.icon-navigator-02 {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M21%204H3m18%2016H3%22%2F%3E%3Cpath%20d%3D%22M7.135%209.661C9.045%2010.671%2010%2011.176%2010%2012s-.955%201.33-2.865%202.339l-1.301.688c-1.467.775-2.2%201.163-2.553.881a.8.8%200%200%201-.229-.292c-.206-.432.21-1.225%201.042-2.812c.184-.352.277-.528.293-.72a1%201%200%200%200%200-.168c-.016-.192-.109-.368-.293-.72c-.832-1.587-1.248-2.38-1.042-2.812a.8.8%200%200%201%20.229-.292c.353-.282%201.086.106%202.553.881z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M21%2012h-2m-4%200h-2%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M21%204H3m18%2016H3%22%2F%3E%3Cpath%20d%3D%22M7.135%209.661C9.045%2010.671%2010%2011.176%2010%2012s-.955%201.33-2.865%202.339l-1.301.688c-1.467.775-2.2%201.163-2.553.881a.8.8%200%200%201-.229-.292c-.206-.432.21-1.225%201.042-2.812c.184-.352.277-.528.293-.72a1%201%200%200%200%200-.168c-.016-.192-.109-.368-.293-.72c-.832-1.587-1.248-2.38-1.042-2.812a.8.8%200%200%201%20.229-.292c.353-.282%201.086.106%202.553.881z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M21%2012h-2m-4%200h-2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/navigator-02.svg?color=%231a73e8&size=48