tetris from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
tetris
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Use the tetris icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="1.5" d="M7 5c0-.943 0-1.414.293-1.707S8.057 3 9 3s1.414 0 1.707.293S11 4.057 11 5v4c0 .943 0 1.414-.293 1.707S9.943 11 9 11s-1.414 0-1.707-.293S7 9.943 7 9zm6 10c0-.943 0-1.414.293-1.707S14.057 13 15 13s1.414 0 1.707.293S17 14.057 17 15s0 1.414-.293 1.707S15.943 17 15 17s-1.414 0-1.707-.293S13 15.943 13 15Zm-4 4c0-.943 0-1.414.293-1.707S10.057 17 11 17h8c.943 0 1.414 0 1.707.293S21 18.057 21 19s0 1.414-.293 1.707S19.943 21 19 21h-8c-.943 0-1.414 0-1.707-.293S9 19.943 9 19ZM3 9c0-.943 0-1.414.293-1.707S4.057 7 5 7s1.414 0 1.707.293S7 8.057 7 9v4c0 .943 0 1.414-.293 1.707S5.943 15 5 15s-1.414 0-1.707-.293S3 13.943 3 13z"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsTetris(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeWidth="1.5" d="M7 5c0-.943 0-1.414.293-1.707S8.057 3 9 3s1.414 0 1.707.293S11 4.057 11 5v4c0 .943 0 1.414-.293 1.707S9.943 11 9 11s-1.414 0-1.707-.293S7 9.943 7 9zm6 10c0-.943 0-1.414.293-1.707S14.057 13 15 13s1.414 0 1.707.293S17 14.057 17 15s0 1.414-.293 1.707S15.943 17 15 17s-1.414 0-1.707-.293S13 15.943 13 15Zm-4 4c0-.943 0-1.414.293-1.707S10.057 17 11 17h8c.943 0 1.414 0 1.707.293S21 18.057 21 19s0 1.414-.293 1.707S19.943 21 19 21h-8c-.943 0-1.414 0-1.707-.293S9 19.943 9 19ZM3 9c0-.943 0-1.414.293-1.707S4.057 7 5 7s1.414 0 1.707.293S7 8.057 7 9v4c0 .943 0 1.414-.293 1.707S5.943 15 5 15s-1.414 0-1.707-.293S3 13.943 3 13z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="1.5" d="M7 5c0-.943 0-1.414.293-1.707S8.057 3 9 3s1.414 0 1.707.293S11 4.057 11 5v4c0 .943 0 1.414-.293 1.707S9.943 11 9 11s-1.414 0-1.707-.293S7 9.943 7 9zm6 10c0-.943 0-1.414.293-1.707S14.057 13 15 13s1.414 0 1.707.293S17 14.057 17 15s0 1.414-.293 1.707S15.943 17 15 17s-1.414 0-1.707-.293S13 15.943 13 15Zm-4 4c0-.943 0-1.414.293-1.707S10.057 17 11 17h8c.943 0 1.414 0 1.707.293S21 18.057 21 19s0 1.414-.293 1.707S19.943 21 19 21h-8c-.943 0-1.414 0-1.707-.293S9 19.943 9 19ZM3 9c0-.943 0-1.414.293-1.707S4.057 7 5 7s1.414 0 1.707.293S7 8.057 7 9v4c0 .943 0 1.414-.293 1.707S5.943 15 5 15s-1.414 0-1.707-.293S3 13.943 3 13z"/></svg>
</template>

CSS

.icon-tetris {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%20d%3D%22M7%205c0-.943%200-1.414.293-1.707S8.057%203%209%203s1.414%200%201.707.293S11%204.057%2011%205v4c0%20.943%200%201.414-.293%201.707S9.943%2011%209%2011s-1.414%200-1.707-.293S7%209.943%207%209zm6%2010c0-.943%200-1.414.293-1.707S14.057%2013%2015%2013s1.414%200%201.707.293S17%2014.057%2017%2015s0%201.414-.293%201.707S15.943%2017%2015%2017s-1.414%200-1.707-.293S13%2015.943%2013%2015Zm-4%204c0-.943%200-1.414.293-1.707S10.057%2017%2011%2017h8c.943%200%201.414%200%201.707.293S21%2018.057%2021%2019s0%201.414-.293%201.707S19.943%2021%2019%2021h-8c-.943%200-1.414%200-1.707-.293S9%2019.943%209%2019ZM3%209c0-.943%200-1.414.293-1.707S4.057%207%205%207s1.414%200%201.707.293S7%208.057%207%209v4c0%20.943%200%201.414-.293%201.707S5.943%2015%205%2015s-1.414%200-1.707-.293S3%2013.943%203%2013z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%20d%3D%22M7%205c0-.943%200-1.414.293-1.707S8.057%203%209%203s1.414%200%201.707.293S11%204.057%2011%205v4c0%20.943%200%201.414-.293%201.707S9.943%2011%209%2011s-1.414%200-1.707-.293S7%209.943%207%209zm6%2010c0-.943%200-1.414.293-1.707S14.057%2013%2015%2013s1.414%200%201.707.293S17%2014.057%2017%2015s0%201.414-.293%201.707S15.943%2017%2015%2017s-1.414%200-1.707-.293S13%2015.943%2013%2015Zm-4%204c0-.943%200-1.414.293-1.707S10.057%2017%2011%2017h8c.943%200%201.414%200%201.707.293S21%2018.057%2021%2019s0%201.414-.293%201.707S19.943%2021%2019%2021h-8c-.943%200-1.414%200-1.707-.293S9%2019.943%209%2019ZM3%209c0-.943%200-1.414.293-1.707S4.057%207%205%207s1.414%200%201.707.293S7%208.057%207%209v4c0%20.943%200%201.414-.293%201.707S5.943%2015%205%2015s-1.414%200-1.707-.293S3%2013.943%203%2013z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/tetris.svg?color=%231a73e8&size=48