The HugeIcons liner icon depicts a pen or marker, commonly used to represent actions like drawing, editing, highlighting, or signing.
Common uses
- Text editing toolbar (underline, strikethrough)
- Signature field in forms
- Annotation tools
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { LinerIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={LinerIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- penmarkereditdraw
FAQ
- What does the liner icon represent?
- It represents a pen or marker, suitable for actions involving writing, drawing, or marking.
- How do I use the LinerIcon in React?
- Import both HugeiconsIcon and LinerIcon, then render <HugeiconsIcon icon={LinerIcon} />.
- What is the license for this icon?
- The HugeIcons liner icon is available under the MIT license.