toys and games icon

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

Name
toys-and-games-outline
Set
Material Symbols
Style
Outline
Category
Activities
Viewbox
24×24
License
Apache 2.0
Aliases
toys-and-games-outline-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 21zM5 20h14v-1.15q-.25.075-.488.113T18 19q-1.65 0-2.825-1.175T14 15t1.175-2.825T18 11q.275 0 .513.038t.487.112V10h-4.55q-.425 0-.712-.275t-.288-.675q0-.2.063-.413t.237-.337q.425-.3.588-.788T14.5 6.5q0-1.05-.725-1.775T12 4t-1.775.725T9.5 6.5q0 .525.163 1.013t.587.787q.175.125.238.313T10.55 9q0 .425-.288.713T9.55 10H5v1.15q.25-.075.488-.112T6 11q1.65 0 2.825 1.175T10 15t-1.175 2.825T6 19q-.275 0-.513-.038T5 18.85zm7-8"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsToysAndGamesOutline(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 21zM5 20h14v-1.15q-.25.075-.488.113T18 19q-1.65 0-2.825-1.175T14 15t1.175-2.825T18 11q.275 0 .513.038t.487.112V10h-4.55q-.425 0-.712-.275t-.288-.675q0-.2.063-.413t.237-.337q.425-.3.588-.788T14.5 6.5q0-1.05-.725-1.775T12 4t-1.775.725T9.5 6.5q0 .525.163 1.013t.587.787q.175.125.238.313T10.55 9q0 .425-.288.713T9.55 10H5v1.15q.25-.075.488-.112T6 11q1.65 0 2.825 1.175T10 15t-1.175 2.825T6 19q-.275 0-.513-.038T5 18.85zm7-8"/></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 21zM5 20h14v-1.15q-.25.075-.488.113T18 19q-1.65 0-2.825-1.175T14 15t1.175-2.825T18 11q.275 0 .513.038t.487.112V10h-4.55q-.425 0-.712-.275t-.288-.675q0-.2.063-.413t.237-.337q.425-.3.588-.788T14.5 6.5q0-1.05-.725-1.775T12 4t-1.775.725T9.5 6.5q0 .525.163 1.013t.587.787q.175.125.238.313T10.55 9q0 .425-.288.713T9.55 10H5v1.15q.25-.075.488-.112T6 11q1.65 0 2.825 1.175T10 15t-1.175 2.825T6 19q-.275 0-.513-.038T5 18.85zm7-8"/></svg>
</template>

CSS

.icon-toys-and-games-outline {
  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%2021zM5%2020h14v-1.15q-.25.075-.488.113T18%2019q-1.65%200-2.825-1.175T14%2015t1.175-2.825T18%2011q.275%200%20.513.038t.487.112V10h-4.55q-.425%200-.712-.275t-.288-.675q0-.2.063-.413t.237-.337q.425-.3.588-.788T14.5%206.5q0-1.05-.725-1.775T12%204t-1.775.725T9.5%206.5q0%20.525.163%201.013t.587.787q.175.125.238.313T10.55%209q0%20.425-.288.713T9.55%2010H5v1.15q.25-.075.488-.112T6%2011q1.65%200%202.825%201.175T10%2015t-1.175%202.825T6%2019q-.275%200-.513-.038T5%2018.85zm7-8%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%2021zM5%2020h14v-1.15q-.25.075-.488.113T18%2019q-1.65%200-2.825-1.175T14%2015t1.175-2.825T18%2011q.275%200%20.513.038t.487.112V10h-4.55q-.425%200-.712-.275t-.288-.675q0-.2.063-.413t.237-.337q.425-.3.588-.788T14.5%206.5q0-1.05-.725-1.775T12%204t-1.775.725T9.5%206.5q0%20.525.163%201.013t.587.787q.175.125.238.313T10.55%209q0%20.425-.288.713T9.55%2010H5v1.15q.25-.075.488-.112T6%2011q1.65%200%202.825%201.175T10%2015t-1.175%202.825T6%2019q-.275%200-.513-.038T5%2018.85zm7-8%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-outline.svg?color=%231a73e8&size=48