navigator icon

navigator from Unicons by Iconscout · Line · Location And Map · Apache-2.0 Free for personal and commercial use.

Name
navigator
Set
Unicons
Style
Line
Category
Location And Map
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More location and map icons from Unicons

Use the navigator icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.17 9.23l-14-5.78a3 3 0 0 0-4 3.7L3.71 12l-1.58 4.85A3 3 0 0 0 2.94 20a3 3 0 0 0 2 .8a3 3 0 0 0 1.15-.23l14.05-5.78a3 3 0 0 0 0-5.54ZM5.36 18.7a1 1 0 0 1-1.06-.19a1 1 0 0 1-.27-1L5.49 13h13.73Zm.13-7.7L4 6.53a1 1 0 0 1 .27-1A1 1 0 0 1 5 5.22a1 1 0 0 1 .39.08L19.22 11Z"/></svg>

React

import type { SVGProps } from "react";

export function UilNavigator(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="m20.17 9.23l-14-5.78a3 3 0 0 0-4 3.7L3.71 12l-1.58 4.85A3 3 0 0 0 2.94 20a3 3 0 0 0 2 .8a3 3 0 0 0 1.15-.23l14.05-5.78a3 3 0 0 0 0-5.54ZM5.36 18.7a1 1 0 0 1-1.06-.19a1 1 0 0 1-.27-1L5.49 13h13.73Zm.13-7.7L4 6.53a1 1 0 0 1 .27-1A1 1 0 0 1 5 5.22a1 1 0 0 1 .39.08L19.22 11Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.17 9.23l-14-5.78a3 3 0 0 0-4 3.7L3.71 12l-1.58 4.85A3 3 0 0 0 2.94 20a3 3 0 0 0 2 .8a3 3 0 0 0 1.15-.23l14.05-5.78a3 3 0 0 0 0-5.54ZM5.36 18.7a1 1 0 0 1-1.06-.19a1 1 0 0 1-.27-1L5.49 13h13.73Zm.13-7.7L4 6.53a1 1 0 0 1 .27-1A1 1 0 0 1 5 5.22a1 1 0 0 1 .39.08L19.22 11Z"/></svg>
</template>

CSS

.icon-navigator {
  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%22m20.17%209.23l-14-5.78a3%203%200%200%200-4%203.7L3.71%2012l-1.58%204.85A3%203%200%200%200%202.94%2020a3%203%200%200%200%202%20.8a3%203%200%200%200%201.15-.23l14.05-5.78a3%203%200%200%200%200-5.54ZM5.36%2018.7a1%201%200%200%201-1.06-.19a1%201%200%200%201-.27-1L5.49%2013h13.73Zm.13-7.7L4%206.53a1%201%200%200%201%20.27-1A1%201%200%200%201%205%205.22a1%201%200%200%201%20.39.08L19.22%2011Z%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%22m20.17%209.23l-14-5.78a3%203%200%200%200-4%203.7L3.71%2012l-1.58%204.85A3%203%200%200%200%202.94%2020a3%203%200%200%200%202%20.8a3%203%200%200%200%201.15-.23l14.05-5.78a3%203%200%200%200%200-5.54ZM5.36%2018.7a1%201%200%200%201-1.06-.19a1%201%200%200%201-.27-1L5.49%2013h13.73Zm.13-7.7L4%206.53a1%201%200%200%201%20.27-1A1%201%200%200%201%205%205.22a1%201%200%200%201%20.39.08L19.22%2011Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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