The HugeIcons pexels icon depicts a stylized camera shutter, commonly used to represent photo galleries, image sourcing, or video content.
Common uses
- Photo gallery link
- Image upload button
- Video player icon
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { PexelsIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={PexelsIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- cameraphotoimagegallery
FAQ
- What does the Pexels icon represent?
- The icon visually represents a camera shutter, often used for features related to photos, images, or videos.
- How do I use the Pexels icon in React?
- Import both HugeiconsIcon and PexelsIcon, then render <HugeiconsIcon icon={PexelsIcon} />.
- What is the license for this icon?
- This icon is available under the MIT license.