block-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.

Name
block-outlined
Set
Ant Design Icons
Style
Outlined
Viewbox
1024×1024
License
MIT
Aliases
block, block-outline

The same icon in other sets

Use the block icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M856 376H648V168c0-8.8-7.2-16-16-16H168c-8.8 0-16 7.2-16 16v464c0 8.8 7.2 16 16 16h208v208c0 8.8 7.2 16 16 16h464c8.8 0 16-7.2 16-16V392c0-8.8-7.2-16-16-16m-480 16v188H220V220h360v156H392c-8.8 0-16 7.2-16 16m204 52v136H444V444zm224 360H444V648h188c8.8 0 16-7.2 16-16V444h156z"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignBlockOutlined(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M856 376H648V168c0-8.8-7.2-16-16-16H168c-8.8 0-16 7.2-16 16v464c0 8.8 7.2 16 16 16h208v208c0 8.8 7.2 16 16 16h464c8.8 0 16-7.2 16-16V392c0-8.8-7.2-16-16-16m-480 16v188H220V220h360v156H392c-8.8 0-16 7.2-16 16m204 52v136H444V444zm224 360H444V648h188c8.8 0 16-7.2 16-16V444h156z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M856 376H648V168c0-8.8-7.2-16-16-16H168c-8.8 0-16 7.2-16 16v464c0 8.8 7.2 16 16 16h208v208c0 8.8 7.2 16 16 16h464c8.8 0 16-7.2 16-16V392c0-8.8-7.2-16-16-16m-480 16v188H220V220h360v156H392c-8.8 0-16 7.2-16 16m204 52v136H444V444zm224 360H444V648h188c8.8 0 16-7.2 16-16V444h156z"/></svg>
</template>

CSS

.icon-block-outlined {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M856%20376H648V168c0-8.8-7.2-16-16-16H168c-8.8%200-16%207.2-16%2016v464c0%208.8%207.2%2016%2016%2016h208v208c0%208.8%207.2%2016%2016%2016h464c8.8%200%2016-7.2%2016-16V392c0-8.8-7.2-16-16-16m-480%2016v188H220V220h360v156H392c-8.8%200-16%207.2-16%2016m204%2052v136H444V444zm224%20360H444V648h188c8.8%200%2016-7.2%2016-16V444h156z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M856%20376H648V168c0-8.8-7.2-16-16-16H168c-8.8%200-16%207.2-16%2016v464c0%208.8%207.2%2016%2016%2016h208v208c0%208.8%207.2%2016%2016%2016h464c8.8%200%2016-7.2%2016-16V392c0-8.8-7.2-16-16-16m-480%2016v188H220V220h360v156H392c-8.8%200-16%207.2-16%2016m204%2052v136H444V444zm224%20360H444V648h188c8.8%200%2016-7.2%2016-16V444h156z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/block-outlined.svg?color=%231a73e8&size=48