Toys icon

Toys 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

toys_outlined_fill0_wght400.svg

Toys 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=toys" />

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

Toys icon in React

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

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

Toys icon in Vue

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

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

Toys icon in Angular

With Angular Material and the font from the HTML tab:

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

Toys 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.toys, fill: 0, weight: 400)

Toys icon in Android

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

<!-- res/drawable/toys.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="M6.9 20q-1.125 0-1.987-.837T3.975 17.125q-.925-.575-1.437-1.462T2.025 13.725q0-1.3 .763-2.337T4.8 10.075l-2.025-2.125-.475 .5q-.225 .25-.537 .25T1.225 8.45q-.225-.225-.225-.525t.225-.55l2.025-2.1q.225-.225 .538-.225t.537 .225q.225 .25 .225 .55t-.225 .525l-.475 .525 1.8 1.925 .975-2.925q.275-.825 .963-1.35t1.537-.525h5.8q.85 0 1.55 .525t.95 1.35l1.25 4.15q1.425 .125 2.375 1.163T22 13.725q0 1.05-.512 1.938T20.05 17.125q-.075 1.2-.937 2.038T17.125 20q-1.05 0-1.837-.725T14.3 17.5H9.725q-.2 1.05-.987 1.775T6.9 20Zm-.05-10.025h4.375v-4.475h-2.1q-.375 0-.65 .238T8.075 6.325l-1.225 3.65Zm5.875 0h4.375l-1.125-3.65q-.125-.35-.4-.587t-.65-.238h-2.2v4.475ZM9.725 16h4.575q.275-.9 1.075-1.45t1.75-.55q.8 0 1.475 .425t1.1 1.1q.425-.325 .613-.812T20.5 13.725q0-.95-.65-1.6t-1.6-.65H5.775q-.95 0-1.6 .65t-.65 1.6q0 .5 .2 .988t.6 .812q.4-.725 1.088-1.125t1.487-.4q.95 0 1.75 .55t1.075 1.45Zm-1.75 2.075q.425-.425 .425-1.075t-.425-1.075q-.425-.425-1.075-.425t-1.075 .425q-.425 .425-.425 1.075t.425 1.075q.425 .425 1.075 .425t1.075-.425Zm10.225 0q.425-.425 .425-1.075t-.425-1.075q-.425-.425-1.075-.425t-1.075 .425q-.425 .425-.425 1.075t.425 1.075q.425 .425 1.075 .425t1.075-.425ZM12.025 13.725Z" />
</vector>

Toys icon in SVG

npm install @material-symbols/svg-400

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

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

Toys 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

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

Keywords

activitiesbuildingplaycaractivitystackobjectgameeducationshoppingstorelearningitem

Related icons