toys and games icon

toys-and-games from Material Symbols by Google · Regular · Activities · Apache-2.0 Free for personal and commercial use.

Name
toys-and-games
Set
Material Symbols
Style
Regular
Category
Activities
Viewbox
24×24
License
Apache 2.0
Aliases
toys-and-games-rounded

3 other variants in Material Symbols

The same icon in other sets

More activities icons from Material Symbols

Use the toys and games icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 17.2q0-.4.263-.675t.637-.275q.2 0 .388.063t.362.187q.325.2.65.35T6 17q.825 0 1.413-.587T8 15t-.587-1.412T6 13q-.375 0-.725.125t-.625.375q-.15.125-.35.188t-.4.062q-.375 0-.637-.275T3 12.8V9q0-.425.288-.712T4 8h3.75q-.125-.375-.187-.75T7.5 6.5q0-1.875 1.313-3.187T12 2t3.188 1.313T16.5 6.5q0 .375-.062.75T16.25 8H20q.425 0 .713.288T21 9v3.8q0 .425-.288.713T20 13.8q-.2 0-.35-.088t-.3-.212q-.275-.25-.625-.375T18 13q-.825 0-1.413.588T16 15t.588 1.413T18 17q.375 0 .725-.125t.625-.375q.125-.125.288-.213T20 16.2q.425 0 .713.288T21 17.2V21q0 .425-.288.713T20 22H4q-.425 0-.712-.288T3 21z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsToysAndGames(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 17.2q0-.4.263-.675t.637-.275q.2 0 .388.063t.362.187q.325.2.65.35T6 17q.825 0 1.413-.587T8 15t-.587-1.412T6 13q-.375 0-.725.125t-.625.375q-.15.125-.35.188t-.4.062q-.375 0-.637-.275T3 12.8V9q0-.425.288-.712T4 8h3.75q-.125-.375-.187-.75T7.5 6.5q0-1.875 1.313-3.187T12 2t3.188 1.313T16.5 6.5q0 .375-.062.75T16.25 8H20q.425 0 .713.288T21 9v3.8q0 .425-.288.713T20 13.8q-.2 0-.35-.088t-.3-.212q-.275-.25-.625-.375T18 13q-.825 0-1.413.588T16 15t.588 1.413T18 17q.375 0 .725-.125t.625-.375q.125-.125.288-.213T20 16.2q.425 0 .713.288T21 17.2V21q0 .425-.288.713T20 22H4q-.425 0-.712-.288T3 21z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 17.2q0-.4.263-.675t.637-.275q.2 0 .388.063t.362.187q.325.2.65.35T6 17q.825 0 1.413-.587T8 15t-.587-1.412T6 13q-.375 0-.725.125t-.625.375q-.15.125-.35.188t-.4.062q-.375 0-.637-.275T3 12.8V9q0-.425.288-.712T4 8h3.75q-.125-.375-.187-.75T7.5 6.5q0-1.875 1.313-3.187T12 2t3.188 1.313T16.5 6.5q0 .375-.062.75T16.25 8H20q.425 0 .713.288T21 9v3.8q0 .425-.288.713T20 13.8q-.2 0-.35-.088t-.3-.212q-.275-.25-.625-.375T18 13q-.825 0-1.413.588T16 15t.588 1.413T18 17q.375 0 .725-.125t.625-.375q.125-.125.288-.213T20 16.2q.425 0 .713.288T21 17.2V21q0 .425-.288.713T20 22H4q-.425 0-.712-.288T3 21z"/></svg>
</template>

CSS

.icon-toys-and-games {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%2017.2q0-.4.263-.675t.637-.275q.2%200%20.388.063t.362.187q.325.2.65.35T6%2017q.825%200%201.413-.587T8%2015t-.587-1.412T6%2013q-.375%200-.725.125t-.625.375q-.15.125-.35.188t-.4.062q-.375%200-.637-.275T3%2012.8V9q0-.425.288-.712T4%208h3.75q-.125-.375-.187-.75T7.5%206.5q0-1.875%201.313-3.187T12%202t3.188%201.313T16.5%206.5q0%20.375-.062.75T16.25%208H20q.425%200%20.713.288T21%209v3.8q0%20.425-.288.713T20%2013.8q-.2%200-.35-.088t-.3-.212q-.275-.25-.625-.375T18%2013q-.825%200-1.413.588T16%2015t.588%201.413T18%2017q.375%200%20.725-.125t.625-.375q.125-.125.288-.213T20%2016.2q.425%200%20.713.288T21%2017.2V21q0%20.425-.288.713T20%2022H4q-.425%200-.712-.288T3%2021z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%2017.2q0-.4.263-.675t.637-.275q.2%200%20.388.063t.362.187q.325.2.65.35T6%2017q.825%200%201.413-.587T8%2015t-.587-1.412T6%2013q-.375%200-.725.125t-.625.375q-.15.125-.35.188t-.4.062q-.375%200-.637-.275T3%2012.8V9q0-.425.288-.712T4%208h3.75q-.125-.375-.187-.75T7.5%206.5q0-1.875%201.313-3.187T12%202t3.188%201.313T16.5%206.5q0%20.375-.062.75T16.25%208H20q.425%200%20.713.288T21%209v3.8q0%20.425-.288.713T20%2013.8q-.2%200-.35-.088t-.3-.212q-.275-.25-.625-.375T18%2013q-.825%200-1.413.588T16%2015t.588%201.413T18%2017q.375%200%20.725-.125t.625-.375q.125-.125.288-.213T20%2016.2q.425%200%20.713.288T21%2017.2V21q0%20.425-.288.713T20%2022H4q-.425%200-.712-.288T3%2021z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/toys-and-games.svg?color=%231a73e8&size=48