The Tabler forms icon depicts a document with lines of text, commonly used to represent form elements, text input fields, or content creation areas in a user interface.
Common uses
- Form builder interface
- Text input field label
- Content editing section
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconForms } from '@tabler/icons-react';
<IconForms size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Text
- Keywords
- formbuilderinputurltextareaformstypographywritingfontcharacterwordtext
FAQ
- What does the forms icon represent?
- It represents form elements, text input areas, or general text-related content within a UI.
- How do I use the forms icon in React?
- You can import and use it like this: import { IconForms } from '@tabler/icons-react'; <IconForms />.
- What is the license for the Tabler forms icon?
- The Tabler icons, including the forms icon, are distributed under the MIT license.