Interactive Space icon

Interactive Space is a Google Material Symbol from the Activities 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

interactive_space_outlined_fill0_wght400.svg

Interactive Space 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,GRAD@20..48,100..700,0..1,-50..200&icon_names=interactive_space" />

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

Interactive Space icon in React

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

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

Interactive Space icon in Vue

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

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

Interactive Space icon in Angular

With Angular Material and the font from the HTML tab:

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

Interactive Space 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.interactive_space, fill: 0, weight: 400)

Interactive Space icon in Android

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

<!-- res/drawable/interactive_space.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="m7.025 8.375 1.875-1.875-1.875-1.875-1.875 1.875 1.875 1.875Zm4.975-.875ZM3.5 14q-.6 0-1.05-.45t-.45-1.05v-10q0-.6 .45-1.05t1.05-.45h17q.6 0 1.05 .45t.45 1.05v10q0 .6-.45 1.05t-1.05 .45H16.775q.125-.35 .175-.725t.05-.775h3.5v-10H3.5v10h3.5q0 .4 .05 .775t.175 .725H3.5Zm13.002-7.125Q17.075 6.875 17.475 6.474q.4-.402 .4-.975T17.474 4.525q-.402-.4-.975-.4T15.525 4.526q-.4 .402-.4 .975T15.526 6.475q.402 .4 .976 .4ZM5 23v-2.1q0-.875 .488-1.625t1.287-1.125q1.225-.575 2.55-.862T12 17q1.35 0 2.675 .288T17.225 18.15q.8 .375 1.288 1.125t.487 1.625v2.1H5Zm1.5-1.5h11v-.6q0-.441-.25-.808Q17 19.725 16.575 19.525q-1.075-.5-2.225-.762T12 18.5q-1.2 0-2.35 .263T7.425 19.525q-.425 .2-.675 .567-.25 .367-.25 .808v.6Zm3.025-6.525q-1.025-1.025-1.025-2.475t1.025-2.475q1.025-1.025 2.475-1.025t2.475 1.025q1.025 1.025 1.025 2.475t-1.025 2.475q-1.025 1.025-2.475 1.025t-2.475-1.025Zm3.888-1.056q.587-.582 .587-1.413 0-.831-.581-1.418-.582-.588-1.413-.588-.831 0-1.418 .582-.588 .581-.588 1.412 0 .831 .582 1.419 .581 .587 1.412 .587 .831 0 1.419-.581ZM12 12.5Zm0 9Z" />
</vector>

Interactive Space icon in SVG

npm install @material-symbols/svg-400

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

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.47.5/outlined/interactive_space.svg" width="24" height="24" alt="Interactive Space">

Interactive Space 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

NameInteractive Space
Ligatureinteractive_space
Code pointU+F7FF
CategoryActivities
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/interactive_space.svg, interactive_space-fill.svg
FlutterSymbols.interactive_space
LicenseApache License 2.0 (© Google LLC)

Keywords

activitiesnetworkconnectionlineshumanpersoninternetdigitalpeoplebodygridmapabstract

Related icons