play shapes icon
play-shapes from Material Symbols Light by Google · Regular · Apache-2.0 Free for personal and commercial use.
- Name
- play-shapes
- Set
- Material Symbols Light
- Style
- Regular
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
Related icons in Material Symbols Light
Use the play shapes icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m2.77 10.423l4.268-7.442l4.27 7.442zM7.057 20.52q-1.477 0-2.498-1.02q-1.021-1.024-1.021-2.5t1.022-2.498q1.02-1.021 2.498-1.021q1.477 0 2.498 1.02q1.02 1.022 1.02 2.499t-1.02 2.498Q8.535 20.52 7.058 20.52m6.461 0v-7.038h7.039v7.038zm.689-10.288l-.689-.689l2.831-2.83l-2.83-2.831l.688-.708l2.83 2.83l2.831-2.83l.689.708l-2.831 2.83l2.83 2.831l-.688.689L17.04 7.4z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPlayShapes(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.77 10.423l4.268-7.442l4.27 7.442zM7.057 20.52q-1.477 0-2.498-1.02q-1.021-1.024-1.021-2.5t1.022-2.498q1.02-1.021 2.498-1.021q1.477 0 2.498 1.02q1.02 1.022 1.02 2.499t-1.02 2.498Q8.535 20.52 7.058 20.52m6.461 0v-7.038h7.039v7.038zm.689-10.288l-.689-.689l2.831-2.83l-2.83-2.831l.688-.708l2.83 2.83l2.831-2.83l.689.708l-2.831 2.83l2.83 2.831l-.688.689L17.04 7.4z"/></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.77 10.423l4.268-7.442l4.27 7.442zM7.057 20.52q-1.477 0-2.498-1.02q-1.021-1.024-1.021-2.5t1.022-2.498q1.02-1.021 2.498-1.021q1.477 0 2.498 1.02q1.02 1.022 1.02 2.499t-1.02 2.498Q8.535 20.52 7.058 20.52m6.461 0v-7.038h7.039v7.038zm.689-10.288l-.689-.689l2.831-2.83l-2.83-2.831l.688-.708l2.83 2.83l2.831-2.83l.689.708l-2.831 2.83l2.83 2.831l-.688.689L17.04 7.4z"/></svg> </template>
CSS
.icon-play-shapes {
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.77%2010.423l4.268-7.442l4.27%207.442zM7.057%2020.52q-1.477%200-2.498-1.02q-1.021-1.024-1.021-2.5t1.022-2.498q1.02-1.021%202.498-1.021q1.477%200%202.498%201.02q1.02%201.022%201.02%202.499t-1.02%202.498Q8.535%2020.52%207.058%2020.52m6.461%200v-7.038h7.039v7.038zm.689-10.288l-.689-.689l2.831-2.83l-2.83-2.831l.688-.708l2.83%202.83l2.831-2.83l.689.708l-2.831%202.83l2.83%202.831l-.688.689L17.04%207.4z%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.77%2010.423l4.268-7.442l4.27%207.442zM7.057%2020.52q-1.477%200-2.498-1.02q-1.021-1.024-1.021-2.5t1.022-2.498q1.02-1.021%202.498-1.021q1.477%200%202.498%201.02q1.02%201.022%201.02%202.499t-1.02%202.498Q8.535%2020.52%207.058%2020.52m6.461%200v-7.038h7.039v7.038zm.689-10.288l-.689-.689l2.831-2.83l-2.83-2.831l.688-.708l2.83%202.83l2.831-2.83l.689.708l-2.831%202.83l2.83%202.831l-.688.689L17.04%207.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/play-shapes.svg?color=%231a73e8&size=48