system-3-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.

Name
system-3-filled
Set
TDesign Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

Related icons in TDesign Icons

Use the system 3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 2h5.077A3.926 3.926 0 0 1 11 5.923V11H5.923A3.926 3.926 0 0 1 2 7.077zm11 3.923A3.926 3.926 0 0 1 16.923 2H22v5.077A3.926 3.926 0 0 1 18.077 11H13zm-11 11A3.926 3.926 0 0 1 5.923 13H11v5.077A3.926 3.926 0 0 1 7.077 22H2zM13 13h5.077A3.926 3.926 0 0 1 22 16.923V22h-5.077A3.926 3.926 0 0 1 13 18.077z"/></svg>

React

import type { SVGProps } from "react";

export function TdesignSystem3Filled(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 2h5.077A3.926 3.926 0 0 1 11 5.923V11H5.923A3.926 3.926 0 0 1 2 7.077zm11 3.923A3.926 3.926 0 0 1 16.923 2H22v5.077A3.926 3.926 0 0 1 18.077 11H13zm-11 11A3.926 3.926 0 0 1 5.923 13H11v5.077A3.926 3.926 0 0 1 7.077 22H2zM13 13h5.077A3.926 3.926 0 0 1 22 16.923V22h-5.077A3.926 3.926 0 0 1 13 18.077z"/></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 2h5.077A3.926 3.926 0 0 1 11 5.923V11H5.923A3.926 3.926 0 0 1 2 7.077zm11 3.923A3.926 3.926 0 0 1 16.923 2H22v5.077A3.926 3.926 0 0 1 18.077 11H13zm-11 11A3.926 3.926 0 0 1 5.923 13H11v5.077A3.926 3.926 0 0 1 7.077 22H2zM13 13h5.077A3.926 3.926 0 0 1 22 16.923V22h-5.077A3.926 3.926 0 0 1 13 18.077z"/></svg>
</template>

CSS

.icon-system-3-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%22M2%202h5.077A3.926%203.926%200%200%201%2011%205.923V11H5.923A3.926%203.926%200%200%201%202%207.077zm11%203.923A3.926%203.926%200%200%201%2016.923%202H22v5.077A3.926%203.926%200%200%201%2018.077%2011H13zm-11%2011A3.926%203.926%200%200%201%205.923%2013H11v5.077A3.926%203.926%200%200%201%207.077%2022H2zM13%2013h5.077A3.926%203.926%200%200%201%2022%2016.923V22h-5.077A3.926%203.926%200%200%201%2013%2018.077z%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%202h5.077A3.926%203.926%200%200%201%2011%205.923V11H5.923A3.926%203.926%200%200%201%202%207.077zm11%203.923A3.926%203.926%200%200%201%2016.923%202H22v5.077A3.926%203.926%200%200%201%2018.077%2011H13zm-11%2011A3.926%203.926%200%200%201%205.923%2013H11v5.077A3.926%203.926%200%200%201%207.077%2022H2zM13%2013h5.077A3.926%203.926%200%200%201%2022%2016.923V22h-5.077A3.926%203.926%200%200%201%2013%2018.077z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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