Playground 2 icon

Playground 2 is a Google Material Symbol from the Social 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

playground_2_outlined_fill0_wght400.svg

Playground 2 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=playground_2" />

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

Playground 2 icon in React

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

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

Playground 2 icon in Vue

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

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

Playground 2 icon in Angular

With Angular Material and the font from the HTML tab:

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

Playground 2 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.playground_2, fill: 0, weight: 400)

Playground 2 icon in Android

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

<!-- res/drawable/playground_2.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="M19.275 11.275q.959 0 1.642-.69Q21.6 9.895 21.6 8.925q0-.75-.325-1.175t-.7-.8v-2.125q0-.55-.387-.937t-.925-.388q-.538 0-.913 .388T17.975 4.825v2.135q-.35 .34-.687 .76T16.95 8.925q0 .97 .683 1.66T19.275 11.275ZM4.5 14h3.4l-1.2-1.925q-.125-.225-.312-.4t-.463-.175h-1.425v2.5Zm0 5.5h8.075q-.575 0-1.087-.275T10.675 18.45l-1.85-2.95H4.5v4ZM1 21v-1.5h2v-11.5h1.5v2h1.425q.575 0 1.088 .275t.812 .775l3.975 6.375q.125 .225 .313 .4t.464 .175H15.5v1.5h3.025v-6.825q-1.35-.35-2.212-1.325T15.45 8.928Q15.45 8.05 15.788 7.35t.962-1.3q-.125-.325-.2-.6t-.075-.625q0-1.2 .819-2.012 .818-.813 1.987-.813 1.169 0 1.982 .813Q22.075 3.625 22.075 4.825q0 .35-.075 .625t-.2 .6q.625 .6 .963 1.3t.337 1.578Q23.1 10.375 22.238 11.35 21.375 12.325 20.025 12.675l-.025 6.825h2.975v1.5H1Zm18.275-12.075Z" />
</vector>

Playground 2 icon in SVG

npm install @material-symbols/svg-400

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

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

Playground 2 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

NamePlayground 2
Ligatureplayground_2
Code pointU+F28F
CategorySocial
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/playground_2.svg, playground_2-fill.svg
FlutterSymbols.playground_2
LicenseApache License 2.0 (© Google LLC)

Keywords

socialmediaiconvideoaudioactionelemententertainmentmusicplaymultimediamoviefilm

Related icons