Data Exploration icon

Data Exploration is a Google Material Symbol from the Business 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

data_exploration_outlined_fill0_wght400.svg

Data Exploration 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=data_exploration" />

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

Data Exploration icon in React

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

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

Data Exploration icon in Vue

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

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

Data Exploration icon in Angular

With Angular Material and the font from the HTML tab:

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

Data Exploration 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.data_exploration, fill: 0, weight: 400)

Data Exploration icon in Android

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

<!-- res/drawable/data_exploration.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="M11.9 22q-2.048 0-3.849-.775Q6.25 20.45 4.9 19.1t-2.125-3.151Q2 14.148 2 12.1q0-2.084 .788-3.917Q3.575 6.35 4.925 4.976q1.35-1.373 3.175-2.175Q9.925 2 12 2t3.9 .801q1.825 .802 3.175 2.175 1.35 1.374 2.138 3.207Q22 10.016 22 12.1v7.85q0 .846-.602 1.448Q20.796 22 19.95 22H11.9Zm0-1.625q3.5 0 6-2.405Q20.4 15.565 20.4 12.1q0-3.575-2.441-6.087T12 3.5q-3.575 0-6.037 2.513T3.5 12.1q0 .73 .125 1.427Q3.75 14.225 3.975 14.875l4.05-4.05 3.3 2.8 3.85-3.875h-1.925v-1.5h4.5v4.5h-1.5v-1.925L11.4 15.65 8.1 12.85 4.65 16.3q1.1 1.85 3.013 2.963T11.9 20.375Zm8.063 .3q.312 0 .525-.225t.212-.537q0-.313-.225-.525t-.525-.213q-.3 0-.525 .216-.225 .215-.225 .534 0 .3 .225 .525t.538 .225ZM11.625 11.925Z" />
</vector>

Data Exploration icon in SVG

npm install @material-symbols/svg-400

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

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

Data Exploration 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

NameData Exploration
Ligaturedata_exploration
Code pointU+E76F
CategoryBusiness
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/data_exploration.svg, data_exploration-fill.svg
FlutterSymbols.data_exploration
LicenseApache License 2.0 (© Google LLC)

Keywords

businessinformationchartgraphdiagramreportanalysistrackingmeasurestatisticsanalyticsdashboardmetrics

Related icons