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

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

1 other variant in TDesign Icons

The same icon in other sets

Use the curtain icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 22V8.625a5.6 5.6 0 0 0 3.24 1.123L6.99 22zM6.925 7.403a3.6 3.6 0 0 1-1.974.322A3.63 3.63 0 0 1 2 5.451V2h20v3.45a3.63 3.63 0 0 1-5.291 1.753A3.64 3.64 0 0 1 15.313 5.6a3.64 3.64 0 0 1-1.397 1.603A3.6 3.6 0 0 1 12 7.75c-.704 0-1.36-.2-1.916-.547A3.64 3.64 0 0 1 8.688 5.6a3.64 3.64 0 0 1-1.763 1.803m.291 2.039a5.6 5.6 0 0 0 1.471-.77A5.6 5.6 0 0 0 12 9.75c1.24 0 2.384-.4 3.313-1.079c.445.325.94.587 1.47.77L14.99 22H9.01zM17.01 22l1.75-12.252A5.6 5.6 0 0 0 22 8.625V22z"/></svg>

React

import type { SVGProps } from "react";

export function TdesignCurtainFilled(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 22V8.625a5.6 5.6 0 0 0 3.24 1.123L6.99 22zM6.925 7.403a3.6 3.6 0 0 1-1.974.322A3.63 3.63 0 0 1 2 5.451V2h20v3.45a3.63 3.63 0 0 1-5.291 1.753A3.64 3.64 0 0 1 15.313 5.6a3.64 3.64 0 0 1-1.397 1.603A3.6 3.6 0 0 1 12 7.75c-.704 0-1.36-.2-1.916-.547A3.64 3.64 0 0 1 8.688 5.6a3.64 3.64 0 0 1-1.763 1.803m.291 2.039a5.6 5.6 0 0 0 1.471-.77A5.6 5.6 0 0 0 12 9.75c1.24 0 2.384-.4 3.313-1.079c.445.325.94.587 1.47.77L14.99 22H9.01zM17.01 22l1.75-12.252A5.6 5.6 0 0 0 22 8.625V22z"/></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 22V8.625a5.6 5.6 0 0 0 3.24 1.123L6.99 22zM6.925 7.403a3.6 3.6 0 0 1-1.974.322A3.63 3.63 0 0 1 2 5.451V2h20v3.45a3.63 3.63 0 0 1-5.291 1.753A3.64 3.64 0 0 1 15.313 5.6a3.64 3.64 0 0 1-1.397 1.603A3.6 3.6 0 0 1 12 7.75c-.704 0-1.36-.2-1.916-.547A3.64 3.64 0 0 1 8.688 5.6a3.64 3.64 0 0 1-1.763 1.803m.291 2.039a5.6 5.6 0 0 0 1.471-.77A5.6 5.6 0 0 0 12 9.75c1.24 0 2.384-.4 3.313-1.079c.445.325.94.587 1.47.77L14.99 22H9.01zM17.01 22l1.75-12.252A5.6 5.6 0 0 0 22 8.625V22z"/></svg>
</template>

CSS

.icon-curtain-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%2022V8.625a5.6%205.6%200%200%200%203.24%201.123L6.99%2022zM6.925%207.403a3.6%203.6%200%200%201-1.974.322A3.63%203.63%200%200%201%202%205.451V2h20v3.45a3.63%203.63%200%200%201-5.291%201.753A3.64%203.64%200%200%201%2015.313%205.6a3.64%203.64%200%200%201-1.397%201.603A3.6%203.6%200%200%201%2012%207.75c-.704%200-1.36-.2-1.916-.547A3.64%203.64%200%200%201%208.688%205.6a3.64%203.64%200%200%201-1.763%201.803m.291%202.039a5.6%205.6%200%200%200%201.471-.77A5.6%205.6%200%200%200%2012%209.75c1.24%200%202.384-.4%203.313-1.079c.445.325.94.587%201.47.77L14.99%2022H9.01zM17.01%2022l1.75-12.252A5.6%205.6%200%200%200%2022%208.625V22z%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%2022V8.625a5.6%205.6%200%200%200%203.24%201.123L6.99%2022zM6.925%207.403a3.6%203.6%200%200%201-1.974.322A3.63%203.63%200%200%201%202%205.451V2h20v3.45a3.63%203.63%200%200%201-5.291%201.753A3.64%203.64%200%200%201%2015.313%205.6a3.64%203.64%200%200%201-1.397%201.603A3.6%203.6%200%200%201%2012%207.75c-.704%200-1.36-.2-1.916-.547A3.64%203.64%200%200%201%208.688%205.6a3.64%203.64%200%200%201-1.763%201.803m.291%202.039a5.6%205.6%200%200%200%201.471-.77A5.6%205.6%200%200%200%2012%209.75c1.24%200%202.384-.4%203.313-1.079c.445.325.94.587%201.47.77L14.99%2022H9.01zM17.01%2022l1.75-12.252A5.6%205.6%200%200%200%2022%208.625V22z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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