help rectangle icon

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

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

1 other variant in TDesign Icons

Related icons in TDesign Icons

Use the help rectangle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 2v20H2V2zM10.114 8.583a2.001 2.001 0 1 1 3.122 2.24c-.436.343-.978.786-1.41 1.317c-.436.537-.826 1.243-.826 2.11v1.25h2v-1.25c0-.238.103-.51.378-.848c.279-.343.664-.669 1.096-1.009a4 4 0 1 0-6.246-4.477l-.333.944l1.885.666zm2.89 7.917H11v2.004h2.004z"/></svg>

React

import type { SVGProps } from "react";

export function TdesignHelpRectangleFilled(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="M22 2v20H2V2zM10.114 8.583a2.001 2.001 0 1 1 3.122 2.24c-.436.343-.978.786-1.41 1.317c-.436.537-.826 1.243-.826 2.11v1.25h2v-1.25c0-.238.103-.51.378-.848c.279-.343.664-.669 1.096-1.009a4 4 0 1 0-6.246-4.477l-.333.944l1.885.666zm2.89 7.917H11v2.004h2.004z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 2v20H2V2zM10.114 8.583a2.001 2.001 0 1 1 3.122 2.24c-.436.343-.978.786-1.41 1.317c-.436.537-.826 1.243-.826 2.11v1.25h2v-1.25c0-.238.103-.51.378-.848c.279-.343.664-.669 1.096-1.009a4 4 0 1 0-6.246-4.477l-.333.944l1.885.666zm2.89 7.917H11v2.004h2.004z"/></svg>
</template>

CSS

.icon-help-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%22M22%202v20H2V2zM10.114%208.583a2.001%202.001%200%201%201%203.122%202.24c-.436.343-.978.786-1.41%201.317c-.436.537-.826%201.243-.826%202.11v1.25h2v-1.25c0-.238.103-.51.378-.848c.279-.343.664-.669%201.096-1.009a4%204%200%201%200-6.246-4.477l-.333.944l1.885.666zm2.89%207.917H11v2.004h2.004z%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%22M22%202v20H2V2zM10.114%208.583a2.001%202.001%200%201%201%203.122%202.24c-.436.343-.978.786-1.41%201.317c-.436.537-.826%201.243-.826%202.11v1.25h2v-1.25c0-.238.103-.51.378-.848c.279-.343.664-.669%201.096-1.009a4%204%200%201%200-6.246-4.477l-.333.944l1.885.666zm2.89%207.917H11v2.004h2.004z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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