playground icon
playground-outline-rounded from Material Symbols Light by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- playground-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
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="M2.514 20q-.216 0-.355-.153q-.14-.153-.14-.357t.144-.347t.356-.143h.762l.856-12.779q.05-.569.47-.953q.422-.383.991-.383h5.24q.572 0 .982.383t.46.953L13.143 19h5.012v-6.573q-1.223-.312-2.035-1.121q-.811-.81-.811-2.171q0-.754.267-1.309t.746-1.028q-.029-.448-.04-.76q-.012-.313-.012-.654q0-.993.697-1.689Q17.663 3 18.658 3t1.698.696t.702 1.689q0 .223-.012.7q-.011.477-.04.675q.46.492.727 1.056T22 9.135q0 1.361-.812 2.17q-.811.81-2.034 1.122V19H21.5q.213 0 .356.144t.144.357t-.144.356T21.5 20zm1.792-1h7.83l-.874-13.115h-1.185v9.352h.539q.19.017.316.157t.126.337q0 .194-.144.347t-.356.153H5.866q-.213 0-.357-.153q-.143-.153-.143-.347q0-.197.125-.337q.126-.14.317-.158h.558V5.884H5.18zm2.925-3.77h1.98V5.885h-1.98zm11.423-3.769q.979 0 1.662-.673q.684-.674.684-1.653q0-.7-.287-1.114q-.286-.413-.655-.763V5.384q0-.588-.404-.986q-.403-.398-1-.398q-.589 0-.987.398t-.398.987v1.873q-.33.311-.646.706q-.315.394-.315 1.17q0 .98.683 1.654q.684.674 1.663.674m0-2.327"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPlaygroundOutlineRounded(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="M2.514 20q-.216 0-.355-.153q-.14-.153-.14-.357t.144-.347t.356-.143h.762l.856-12.779q.05-.569.47-.953q.422-.383.991-.383h5.24q.572 0 .982.383t.46.953L13.143 19h5.012v-6.573q-1.223-.312-2.035-1.121q-.811-.81-.811-2.171q0-.754.267-1.309t.746-1.028q-.029-.448-.04-.76q-.012-.313-.012-.654q0-.993.697-1.689Q17.663 3 18.658 3t1.698.696t.702 1.689q0 .223-.012.7q-.011.477-.04.675q.46.492.727 1.056T22 9.135q0 1.361-.812 2.17q-.811.81-2.034 1.122V19H21.5q.213 0 .356.144t.144.357t-.144.356T21.5 20zm1.792-1h7.83l-.874-13.115h-1.185v9.352h.539q.19.017.316.157t.126.337q0 .194-.144.347t-.356.153H5.866q-.213 0-.357-.153q-.143-.153-.143-.347q0-.197.125-.337q.126-.14.317-.158h.558V5.884H5.18zm2.925-3.77h1.98V5.885h-1.98zm11.423-3.769q.979 0 1.662-.673q.684-.674.684-1.653q0-.7-.287-1.114q-.286-.413-.655-.763V5.384q0-.588-.404-.986q-.403-.398-1-.398q-.589 0-.987.398t-.398.987v1.873q-.33.311-.646.706q-.315.394-.315 1.17q0 .98.683 1.654q.684.674 1.663.674m0-2.327"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.514 20q-.216 0-.355-.153q-.14-.153-.14-.357t.144-.347t.356-.143h.762l.856-12.779q.05-.569.47-.953q.422-.383.991-.383h5.24q.572 0 .982.383t.46.953L13.143 19h5.012v-6.573q-1.223-.312-2.035-1.121q-.811-.81-.811-2.171q0-.754.267-1.309t.746-1.028q-.029-.448-.04-.76q-.012-.313-.012-.654q0-.993.697-1.689Q17.663 3 18.658 3t1.698.696t.702 1.689q0 .223-.012.7q-.011.477-.04.675q.46.492.727 1.056T22 9.135q0 1.361-.812 2.17q-.811.81-2.034 1.122V19H21.5q.213 0 .356.144t.144.357t-.144.356T21.5 20zm1.792-1h7.83l-.874-13.115h-1.185v9.352h.539q.19.017.316.157t.126.337q0 .194-.144.347t-.356.153H5.866q-.213 0-.357-.153q-.143-.153-.143-.347q0-.197.125-.337q.126-.14.317-.158h.558V5.884H5.18zm2.925-3.77h1.98V5.885h-1.98zm11.423-3.769q.979 0 1.662-.673q.684-.674.684-1.653q0-.7-.287-1.114q-.286-.413-.655-.763V5.384q0-.588-.404-.986q-.403-.398-1-.398q-.589 0-.987.398t-.398.987v1.873q-.33.311-.646.706q-.315.394-.315 1.17q0 .98.683 1.654q.684.674 1.663.674m0-2.327"/></svg> </template>
CSS
.icon-playground-outline-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%22M2.514%2020q-.216%200-.355-.153q-.14-.153-.14-.357t.144-.347t.356-.143h.762l.856-12.779q.05-.569.47-.953q.422-.383.991-.383h5.24q.572%200%20.982.383t.46.953L13.143%2019h5.012v-6.573q-1.223-.312-2.035-1.121q-.811-.81-.811-2.171q0-.754.267-1.309t.746-1.028q-.029-.448-.04-.76q-.012-.313-.012-.654q0-.993.697-1.689Q17.663%203%2018.658%203t1.698.696t.702%201.689q0%20.223-.012.7q-.011.477-.04.675q.46.492.727%201.056T22%209.135q0%201.361-.812%202.17q-.811.81-2.034%201.122V19H21.5q.213%200%20.356.144t.144.357t-.144.356T21.5%2020zm1.792-1h7.83l-.874-13.115h-1.185v9.352h.539q.19.017.316.157t.126.337q0%20.194-.144.347t-.356.153H5.866q-.213%200-.357-.153q-.143-.153-.143-.347q0-.197.125-.337q.126-.14.317-.158h.558V5.884H5.18zm2.925-3.77h1.98V5.885h-1.98zm11.423-3.769q.979%200%201.662-.673q.684-.674.684-1.653q0-.7-.287-1.114q-.286-.413-.655-.763V5.384q0-.588-.404-.986q-.403-.398-1-.398q-.589%200-.987.398t-.398.987v1.873q-.33.311-.646.706q-.315.394-.315%201.17q0%20.98.683%201.654q.684.674%201.663.674m0-2.327%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%22M2.514%2020q-.216%200-.355-.153q-.14-.153-.14-.357t.144-.347t.356-.143h.762l.856-12.779q.05-.569.47-.953q.422-.383.991-.383h5.24q.572%200%20.982.383t.46.953L13.143%2019h5.012v-6.573q-1.223-.312-2.035-1.121q-.811-.81-.811-2.171q0-.754.267-1.309t.746-1.028q-.029-.448-.04-.76q-.012-.313-.012-.654q0-.993.697-1.689Q17.663%203%2018.658%203t1.698.696t.702%201.689q0%20.223-.012.7q-.011.477-.04.675q.46.492.727%201.056T22%209.135q0%201.361-.812%202.17q-.811.81-2.034%201.122V19H21.5q.213%200%20.356.144t.144.357t-.144.356T21.5%2020zm1.792-1h7.83l-.874-13.115h-1.185v9.352h.539q.19.017.316.157t.126.337q0%20.194-.144.347t-.356.153H5.866q-.213%200-.357-.153q-.143-.153-.143-.347q0-.197.125-.337q.126-.14.317-.158h.558V5.884H5.18zm2.925-3.77h1.98V5.885h-1.98zm11.423-3.769q.979%200%201.662-.673q.684-.674.684-1.653q0-.7-.287-1.114q-.286-.413-.655-.763V5.384q0-.588-.404-.986q-.403-.398-1-.398q-.589%200-.987.398t-.398.987v1.873q-.33.311-.646.706q-.315.394-.315%201.17q0%20.98.683%201.654q.684.674%201.663.674m0-2.327%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/playground-outline-rounded.svg?color=%231a73e8&size=48