korean rectangle icon
korean-rectangle from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.
- Name
- korean-rectangle
- Set
- TDesign Icons
- Style
- Outline
- 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"><g fill="none"><path d="M22 4v16H2V4z"/><path stroke="currentColor" stroke-width="2" d="M22 4v16H2V4z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M14 12V9h3.53c.13 0 .235.096.235.214v2.572c0 .118-.106.214-.236.214zm0 0v3m4 0v-.543a.2.2 0 0 0-.083-.164l-2.343-1.805l-.095-.073M6 15V9m4 6v-.747c0-.07-.045-.134-.12-.174l-3.345-1.926M10 9v.747c0 .07-.045.134-.12.174l-3.345 1.926"/></g></svg>
React
import type { SVGProps } from "react";
export function TdesignKoreanRectangle(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M22 4v16H2V4z"/><path stroke="currentColor" strokeWidth="2" d="M22 4v16H2V4z"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M14 12V9h3.53c.13 0 .235.096.235.214v2.572c0 .118-.106.214-.236.214zm0 0v3m4 0v-.543a.2.2 0 0 0-.083-.164l-2.343-1.805l-.095-.073M6 15V9m4 6v-.747c0-.07-.045-.134-.12-.174l-3.345-1.926M10 9v.747c0 .07-.045.134-.12.174l-3.345 1.926"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M22 4v16H2V4z"/><path stroke="currentColor" stroke-width="2" d="M22 4v16H2V4z"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M14 12V9h3.53c.13 0 .235.096.235.214v2.572c0 .118-.106.214-.236.214zm0 0v3m4 0v-.543a.2.2 0 0 0-.083-.164l-2.343-1.805l-.095-.073M6 15V9m4 6v-.747c0-.07-.045-.134-.12-.174l-3.345-1.926M10 9v.747c0 .07-.045.134-.12.174l-3.345 1.926"/></g></svg> </template>
CSS
.icon-korean-rectangle {
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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M22%204v16H2V4z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M22%204v16H2V4z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M14%2012V9h3.53c.13%200%20.235.096.235.214v2.572c0%20.118-.106.214-.236.214zm0%200v3m4%200v-.543a.2.2%200%200%200-.083-.164l-2.343-1.805l-.095-.073M6%2015V9m4%206v-.747c0-.07-.045-.134-.12-.174l-3.345-1.926M10%209v.747c0%20.07-.045.134-.12.174l-3.345%201.926%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M22%204v16H2V4z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M22%204v16H2V4z%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M14%2012V9h3.53c.13%200%20.235.096.235.214v2.572c0%20.118-.106.214-.236.214zm0%200v3m4%200v-.543a.2.2%200%200%200-.083-.164l-2.343-1.805l-.095-.073M6%2015V9m4%206v-.747c0-.07-.045-.134-.12-.174l-3.345-1.926M10%209v.747c0%20.07-.045.134-.12.174l-3.345%201.926%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/korean-rectangle.svg?color=%231a73e8&size=48