Local See icon

Local See is a Google Material Symbol from the Maps category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

local_see_outlined_fill0_wght400.svg

Local See icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=local_see" />

<span class="material-symbols-outlined">local_see</span>

Local See icon in React

// With the font from the HTML tab:
export function LocalSeeIcon() {
  return (
    <span className="material-symbols-outlined">
      local_see
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import LocalSeeIcon from "@material-symbols/svg-400/outlined/local_see.svg?react";

Local See icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">local_see</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import LocalSeeIcon from "@material-symbols/svg-400/outlined/local_see.svg?component"; -->

Local See icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">local_see</mat-icon>

Local See icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.local_see, fill: 0, weight: 400)

Local See icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/local_see.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M12 18.325q1.65 0 2.838-1.05T16.225 14.625q-.425-.4-.825-.775t-.825-.8q.1 .25 .138 .5t.037 .525q0 1.175-.787 1.963T12 16.825q-1.2 0-1.975-.787t-.775-1.975q0-1.188 .775-1.963t1.975-.775q.35 0 .663 .075t.587 .2q-.348-.432-.666-.875Q12.265 10.281 11.975 9.825q-1.8 .025-3.012 1.238T7.75 14.075q0 1.8 1.213 3.025T12 18.325ZM9 4h1.725q-.075 .356-.112 .731T10.575 5.5h-.875l-1.825 2.175H3.5v12.825h17v-6.55q.383-.355 .767-.74Q21.65 12.825 22 12.425v8.075q0 .6-.462 1.05T20.5 22H3.5q-.6 0-1.05-.45t-.45-1.05v-12.825q0-.575 .45-1.037t1.05-.463h3.675l1.825-2.175Zm3 10.075Zm6-.525q2.735-2.32 4.08-4.303Q23.425 7.265 23.425 5.575q0-2.575-1.639-4.075-1.64-1.5-3.788-1.5-2.148 0-3.785 1.5T12.575 5.575q0 1.69 1.345 3.672T18 13.55Zm0-1.95q-2.551-2.39-3.238-3.854Q14.075 6.282 14.075 5.575q0-1.988 1.25-3.032Q16.575 1.5 18 1.5t2.675 1.041q1.25 1.041 1.25 3.024 0 .71-.687 2.176Q20.551 9.206 18 11.6Zm-1.475-3.825 .55-1.825-1.5-1.225h1.825l.6-1.8 .6 1.8h1.825l-1.5 1.225 .575 1.825-1.5-1.125-1.475 1.125Zm1.475-1.225Z" />
</vector>

Local See icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/local_see.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/local_see.svg" width="24" height="24" alt="Local See">

Local See icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameLocal See
Ligaturelocal_see
Code pointU+E557
CategoryMaps
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/local_see.svg, local_see-fill.svg
FlutterSymbols.local_see
LicenseApache License 2.0 (© Google LLC)

Keywords

mapsmediaviewphotopicturephotographycamerarecordmoviefilmeventuploadcapture

Related icons