korean rectangle icon

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

Name
korean-rectangle-filled
Set
TDesign Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

Use the korean rectangle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23 21H1V3h22zM5 8v3.4l-.068.037l.068.128v.87l-.068.127L5 12.6V16h2v-2.331l2 1.072V16h2v-1.747c0-.529-.337-.89-.648-1.056L8.118 12l2.235-1.197c.311-.167.648-.527.648-1.056V8H9v1.258L7 10.33V8zm8 8h2v-2.693l2 1.542V16h2v-1.544c0-.393-.191-.738-.473-.955l-.7-.54c.491-.124.938-.545.938-1.175V9.214c0-.71-.566-1.156-1.124-1.21L17.529 8H13zm3.765-5H15v-1h1.765z"/></svg>

React

import type { SVGProps } from "react";

export function TdesignKoreanRectangleFilled(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="M23 21H1V3h22zM5 8v3.4l-.068.037l.068.128v.87l-.068.127L5 12.6V16h2v-2.331l2 1.072V16h2v-1.747c0-.529-.337-.89-.648-1.056L8.118 12l2.235-1.197c.311-.167.648-.527.648-1.056V8H9v1.258L7 10.33V8zm8 8h2v-2.693l2 1.542V16h2v-1.544c0-.393-.191-.738-.473-.955l-.7-.54c.491-.124.938-.545.938-1.175V9.214c0-.71-.566-1.156-1.124-1.21L17.529 8H13zm3.765-5H15v-1h1.765z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23 21H1V3h22zM5 8v3.4l-.068.037l.068.128v.87l-.068.127L5 12.6V16h2v-2.331l2 1.072V16h2v-1.747c0-.529-.337-.89-.648-1.056L8.118 12l2.235-1.197c.311-.167.648-.527.648-1.056V8H9v1.258L7 10.33V8zm8 8h2v-2.693l2 1.542V16h2v-1.544c0-.393-.191-.738-.473-.955l-.7-.54c.491-.124.938-.545.938-1.175V9.214c0-.71-.566-1.156-1.124-1.21L17.529 8H13zm3.765-5H15v-1h1.765z"/></svg>
</template>

CSS

.icon-korean-rectangle-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%22M23%2021H1V3h22zM5%208v3.4l-.068.037l.068.128v.87l-.068.127L5%2012.6V16h2v-2.331l2%201.072V16h2v-1.747c0-.529-.337-.89-.648-1.056L8.118%2012l2.235-1.197c.311-.167.648-.527.648-1.056V8H9v1.258L7%2010.33V8zm8%208h2v-2.693l2%201.542V16h2v-1.544c0-.393-.191-.738-.473-.955l-.7-.54c.491-.124.938-.545.938-1.175V9.214c0-.71-.566-1.156-1.124-1.21L17.529%208H13zm3.765-5H15v-1h1.765z%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%22M23%2021H1V3h22zM5%208v3.4l-.068.037l.068.128v.87l-.068.127L5%2012.6V16h2v-2.331l2%201.072V16h2v-1.747c0-.529-.337-.89-.648-1.056L8.118%2012l2.235-1.197c.311-.167.648-.527.648-1.056V8H9v1.258L7%2010.33V8zm8%208h2v-2.693l2%201.542V16h2v-1.544c0-.393-.191-.738-.473-.955l-.7-.54c.491-.124.938-.545.938-1.175V9.214c0-.71-.566-1.156-1.124-1.21L17.529%208H13zm3.765-5H15v-1h1.765z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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