tetris app icon
tetris-app-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- tetris-app-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- License
- MIT
11 other variants in Fluent UI System Icons
Use the tetris app icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M9 3.25C9 2.56 9.56 2 10.25 2H15v6H9zM3.25 9C2.56 9 2 9.56 2 10.25v3.5c0 .69.56 1.25 1.25 1.25H8V9zM15 9H9v6h4.75c.69 0 1.25-.56 1.25-1.25zm5.75-7H16v6h4.75C21.44 8 22 7.44 22 6.75v-3.5C22 2.56 21.44 2 20.75 2M5 20.256C5 19.562 5.562 19 6.256 19H11v6H6.256A1.256 1.256 0 0 1 5 23.744zM18 25v-6h-6v6zm7-6v4.75c0 .69-.56 1.25-1.25 1.25H19v-6zm-4.5-7a1.5 1.5 0 0 0-1.5 1.5V18h6v-4.5a1.5 1.5 0 0 0-1.5-1.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentTetrisApp28Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M9 3.25C9 2.56 9.56 2 10.25 2H15v6H9zM3.25 9C2.56 9 2 9.56 2 10.25v3.5c0 .69.56 1.25 1.25 1.25H8V9zM15 9H9v6h4.75c.69 0 1.25-.56 1.25-1.25zm5.75-7H16v6h4.75C21.44 8 22 7.44 22 6.75v-3.5C22 2.56 21.44 2 20.75 2M5 20.256C5 19.562 5.562 19 6.256 19H11v6H6.256A1.256 1.256 0 0 1 5 23.744zM18 25v-6h-6v6zm7-6v4.75c0 .69-.56 1.25-1.25 1.25H19v-6zm-4.5-7a1.5 1.5 0 0 0-1.5 1.5V18h6v-4.5a1.5 1.5 0 0 0-1.5-1.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M9 3.25C9 2.56 9.56 2 10.25 2H15v6H9zM3.25 9C2.56 9 2 9.56 2 10.25v3.5c0 .69.56 1.25 1.25 1.25H8V9zM15 9H9v6h4.75c.69 0 1.25-.56 1.25-1.25zm5.75-7H16v6h4.75C21.44 8 22 7.44 22 6.75v-3.5C22 2.56 21.44 2 20.75 2M5 20.256C5 19.562 5.562 19 6.256 19H11v6H6.256A1.256 1.256 0 0 1 5 23.744zM18 25v-6h-6v6zm7-6v4.75c0 .69-.56 1.25-1.25 1.25H19v-6zm-4.5-7a1.5 1.5 0 0 0-1.5 1.5V18h6v-4.5a1.5 1.5 0 0 0-1.5-1.5z"/></svg> </template>
CSS
.icon-tetris-app-28-filled {
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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%203.25C9%202.56%209.56%202%2010.25%202H15v6H9zM3.25%209C2.56%209%202%209.56%202%2010.25v3.5c0%20.69.56%201.25%201.25%201.25H8V9zM15%209H9v6h4.75c.69%200%201.25-.56%201.25-1.25zm5.75-7H16v6h4.75C21.44%208%2022%207.44%2022%206.75v-3.5C22%202.56%2021.44%202%2020.75%202M5%2020.256C5%2019.562%205.562%2019%206.256%2019H11v6H6.256A1.256%201.256%200%200%201%205%2023.744zM18%2025v-6h-6v6zm7-6v4.75c0%20.69-.56%201.25-1.25%201.25H19v-6zm-4.5-7a1.5%201.5%200%200%200-1.5%201.5V18h6v-4.5a1.5%201.5%200%200%200-1.5-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%203.25C9%202.56%209.56%202%2010.25%202H15v6H9zM3.25%209C2.56%209%202%209.56%202%2010.25v3.5c0%20.69.56%201.25%201.25%201.25H8V9zM15%209H9v6h4.75c.69%200%201.25-.56%201.25-1.25zm5.75-7H16v6h4.75C21.44%208%2022%207.44%2022%206.75v-3.5C22%202.56%2021.44%202%2020.75%202M5%2020.256C5%2019.562%205.562%2019%206.256%2019H11v6H6.256A1.256%201.256%200%200%201%205%2023.744zM18%2025v-6h-6v6zm7-6v4.75c0%20.69-.56%201.25-1.25%201.25H19v-6zm-4.5-7a1.5%201.5%200%200%200-1.5%201.5V18h6v-4.5a1.5%201.5%200%200%200-1.5-1.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/tetris-app-28-filled.svg?color=%231a73e8&size=48