grid9-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
grid9-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the grid9 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 7.811v3.44h-5.25v-9.22c3.3.2 5.25 2.33 5.25 5.78m0 4.939v3.44c0 3.45-1.95 5.58-5.25 5.78v-9.22zm-14.75 0v9.22C3.95 21.77 2 19.64 2 16.19v-3.44zm0-10.719v9.22H2v-3.44c0-3.45 1.95-5.58 5.25-5.78m8-.031h-6.5v9.25h6.5zm0 10.75h-6.5V22h6.5z"/></svg>

React

import type { SVGProps } from "react";

export function ReiconGrid9Filled(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="M22 7.811v3.44h-5.25v-9.22c3.3.2 5.25 2.33 5.25 5.78m0 4.939v3.44c0 3.45-1.95 5.58-5.25 5.78v-9.22zm-14.75 0v9.22C3.95 21.77 2 19.64 2 16.19v-3.44zm0-10.719v9.22H2v-3.44c0-3.45 1.95-5.58 5.25-5.78m8-.031h-6.5v9.25h6.5zm0 10.75h-6.5V22h6.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="M22 7.811v3.44h-5.25v-9.22c3.3.2 5.25 2.33 5.25 5.78m0 4.939v3.44c0 3.45-1.95 5.58-5.25 5.78v-9.22zm-14.75 0v9.22C3.95 21.77 2 19.64 2 16.19v-3.44zm0-10.719v9.22H2v-3.44c0-3.45 1.95-5.58 5.25-5.78m8-.031h-6.5v9.25h6.5zm0 10.75h-6.5V22h6.5z"/></svg>
</template>

CSS

.icon-grid9-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%207.811v3.44h-5.25v-9.22c3.3.2%205.25%202.33%205.25%205.78m0%204.939v3.44c0%203.45-1.95%205.58-5.25%205.78v-9.22zm-14.75%200v9.22C3.95%2021.77%202%2019.64%202%2016.19v-3.44zm0-10.719v9.22H2v-3.44c0-3.45%201.95-5.58%205.25-5.78m8-.031h-6.5v9.25h6.5zm0%2010.75h-6.5V22h6.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%22M22%207.811v3.44h-5.25v-9.22c3.3.2%205.25%202.33%205.25%205.78m0%204.939v3.44c0%203.45-1.95%205.58-5.25%205.78v-9.22zm-14.75%200v9.22C3.95%2021.77%202%2019.64%202%2016.19v-3.44zm0-10.719v9.22H2v-3.44c0-3.45%201.95-5.58%205.25-5.78m8-.031h-6.5v9.25h6.5zm0%2010.75h-6.5V22h6.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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