playground-2 from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
playground-2
Set
Material Symbols
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the playground 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 13h2.7l-.95-1.525q-.15-.225-.363-.35T5.9 11H5zm0 6h8.1q-.775 0-1.437-.375T10.575 17.6L8.95 15H5zm-4 2v-2h2V7h2v2h.9q.775 0 1.438.375T8.425 10.4l3.825 6.125q.15.225.363.35T13.1 17H16v2h2v-6.15q-1.3-.35-2.15-1.4T15 9q0-.85.325-1.588t.9-1.287q-.125-.275-.175-.55T16 5q0-1.25.875-2.125T19 2t2.125.875T22 5q0 .3-.05.575t-.175.55q.575.55.9 1.288T23 9q0 1.4-.85 2.45T20 12.85V19h3v2z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPlayground2(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="M5 13h2.7l-.95-1.525q-.15-.225-.363-.35T5.9 11H5zm0 6h8.1q-.775 0-1.437-.375T10.575 17.6L8.95 15H5zm-4 2v-2h2V7h2v2h.9q.775 0 1.438.375T8.425 10.4l3.825 6.125q.15.225.363.35T13.1 17H16v2h2v-6.15q-1.3-.35-2.15-1.4T15 9q0-.85.325-1.588t.9-1.287q-.125-.275-.175-.55T16 5q0-1.25.875-2.125T19 2t2.125.875T22 5q0 .3-.05.575t-.175.55q.575.55.9 1.288T23 9q0 1.4-.85 2.45T20 12.85V19h3v2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 13h2.7l-.95-1.525q-.15-.225-.363-.35T5.9 11H5zm0 6h8.1q-.775 0-1.437-.375T10.575 17.6L8.95 15H5zm-4 2v-2h2V7h2v2h.9q.775 0 1.438.375T8.425 10.4l3.825 6.125q.15.225.363.35T13.1 17H16v2h2v-6.15q-1.3-.35-2.15-1.4T15 9q0-.85.325-1.588t.9-1.287q-.125-.275-.175-.55T16 5q0-1.25.875-2.125T19 2t2.125.875T22 5q0 .3-.05.575t-.175.55q.575.55.9 1.288T23 9q0 1.4-.85 2.45T20 12.85V19h3v2z"/></svg>
</template>

CSS

.icon-playground-2 {
  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%22M5%2013h2.7l-.95-1.525q-.15-.225-.363-.35T5.9%2011H5zm0%206h8.1q-.775%200-1.437-.375T10.575%2017.6L8.95%2015H5zm-4%202v-2h2V7h2v2h.9q.775%200%201.438.375T8.425%2010.4l3.825%206.125q.15.225.363.35T13.1%2017H16v2h2v-6.15q-1.3-.35-2.15-1.4T15%209q0-.85.325-1.588t.9-1.287q-.125-.275-.175-.55T16%205q0-1.25.875-2.125T19%202t2.125.875T22%205q0%20.3-.05.575t-.175.55q.575.55.9%201.288T23%209q0%201.4-.85%202.45T20%2012.85V19h3v2z%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%22M5%2013h2.7l-.95-1.525q-.15-.225-.363-.35T5.9%2011H5zm0%206h8.1q-.775%200-1.437-.375T10.575%2017.6L8.95%2015H5zm-4%202v-2h2V7h2v2h.9q.775%200%201.438.375T8.425%2010.4l3.825%206.125q.15.225.363.35T13.1%2017H16v2h2v-6.15q-1.3-.35-2.15-1.4T15%209q0-.85.325-1.588t.9-1.287q-.125-.275-.175-.55T16%205q0-1.25.875-2.125T19%202t2.125.875T22%205q0%20.3-.05.575t-.175.55q.575.55.9%201.288T23%209q0%201.4-.85%202.45T20%2012.85V19h3v2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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