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

Name
playground-rounded
Set
Material Symbols
Style
Rounded
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 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.975 21q-.425 0-.7-.288T1 20t.288-.712T2 19h.05l.875-13.125q.05-.8.625-1.338T4.925 4h6.125q.8 0 1.375.537t.625 1.338L13.95 19H18v-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.85V19h2q.425 0 .712.288T23 20t-.288.713T22 21zm2.1-2h7.85L11.05 6h-.8v9.025q.325.075.538.35T11 16q0 .425-.288.713T10 17H6q-.425 0-.712-.288T5 16q0-.35.213-.625t.537-.35V6h-.8zm3.175-4h1.5V6h-1.5z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPlaygroundRounded(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="M1.975 21q-.425 0-.7-.288T1 20t.288-.712T2 19h.05l.875-13.125q.05-.8.625-1.338T4.925 4h6.125q.8 0 1.375.537t.625 1.338L13.95 19H18v-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.85V19h2q.425 0 .712.288T23 20t-.288.713T22 21zm2.1-2h7.85L11.05 6h-.8v9.025q.325.075.538.35T11 16q0 .425-.288.713T10 17H6q-.425 0-.712-.288T5 16q0-.35.213-.625t.537-.35V6h-.8zm3.175-4h1.5V6h-1.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1.975 21q-.425 0-.7-.288T1 20t.288-.712T2 19h.05l.875-13.125q.05-.8.625-1.338T4.925 4h6.125q.8 0 1.375.537t.625 1.338L13.95 19H18v-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.85V19h2q.425 0 .712.288T23 20t-.288.713T22 21zm2.1-2h7.85L11.05 6h-.8v9.025q.325.075.538.35T11 16q0 .425-.288.713T10 17H6q-.425 0-.712-.288T5 16q0-.35.213-.625t.537-.35V6h-.8zm3.175-4h1.5V6h-1.5z"/></svg>
</template>

CSS

.icon-playground-rounded {
  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%22M1.975%2021q-.425%200-.7-.288T1%2020t.288-.712T2%2019h.05l.875-13.125q.05-.8.625-1.338T4.925%204h6.125q.8%200%201.375.537t.625%201.338L13.95%2019H18v-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.85V19h2q.425%200%20.712.288T23%2020t-.288.713T22%2021zm2.1-2h7.85L11.05%206h-.8v9.025q.325.075.538.35T11%2016q0%20.425-.288.713T10%2017H6q-.425%200-.712-.288T5%2016q0-.35.213-.625t.537-.35V6h-.8zm3.175-4h1.5V6h-1.5z%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%22M1.975%2021q-.425%200-.7-.288T1%2020t.288-.712T2%2019h.05l.875-13.125q.05-.8.625-1.338T4.925%204h6.125q.8%200%201.375.537t.625%201.338L13.95%2019H18v-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.85V19h2q.425%200%20.712.288T23%2020t-.288.713T22%2021zm2.1-2h7.85L11.05%206h-.8v9.025q.325.075.538.35T11%2016q0%20.425-.288.713T10%2017H6q-.425%200-.712-.288T5%2016q0-.35.213-.625t.537-.35V6h-.8zm3.175-4h1.5V6h-1.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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