The HugeIcons canvas icon depicts a painter's canvas, commonly used to represent areas where users can create, draw, or design content.
Common uses
- Drawing or design application toolbar
- Content creation module
- Whiteboard feature
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CanvasIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CanvasIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- drawingartboardpaintdesign area
FAQ
- What does the canvas icon represent?
- It represents a painter's canvas, symbolizing a space for creation or design.
- How do I use the CanvasIcon in React?
- Import both HugeiconsIcon and CanvasIcon, then render <HugeiconsIcon icon={CanvasIcon} />.
- What is the license for this icon?
- This icon is distributed under the MIT license.