The HugeIcons co present icon visually represents two entities sharing or presenting something together, commonly used to indicate collaboration or a joint presentation.
Common uses
- Button to start a shared screen session
- Indicator for a collaborative editing feature
- Icon in a toolbar for presenting content
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { CoPresentIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={CoPresentIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- collaborationshare screenpresent togetherjoint
FAQ
- What does the co present icon signify?
- It signifies two or more entities working together or presenting something jointly. It's often used for collaboration features.
- How do I use the CoPresentIcon in React?
- Import both HugeiconsIcon and CoPresentIcon, then render <HugeiconsIcon icon={CoPresentIcon} />.
- What is the license for this icon?
- The HugeIcons co present icon is released under the MIT license.