The Tabler sketching icon depicts a pencil drawing a freehand line, commonly used to represent design, drafting, or creative tools in a user interface.
Common uses
- Button to start a new design or sketch
- Menu item for illustration or drawing tools
- Label for a creative or drafting section
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconSketching } from '@tabler/icons-react';
<IconSketching size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Design
- Keywords
- sketchdrawingpencilfreehanddraftcreativeillustrationartdesignstrokesketching
FAQ
- What is the sketching icon used for?
- It visually represents actions related to drawing, sketching, designing, or creative processes within an application.
- How do I use the sketching icon in React?
- Import it from '@tabler/icons-react' and use it as a component: import { IconSketching } from '@tabler/icons-react' <IconSketching />
- What is the license for the Tabler sketching icon?
- The Tabler icon library, including the sketching icon, is available under the MIT license.