The HugeIcons amazon icon depicts the Amazon logo, commonly used to represent the Amazon brand or services within a user interface.
Common uses
- Link to Amazon storefront
- Amazon Pay button
- Branding for Amazon-related features
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { AmazonIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={AmazonIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- amazon logoamazon brande-commerce
FAQ
- What does the Amazon icon represent?
- It represents the Amazon brand and is typically used for links or features related to Amazon services.
- How do I use the Amazon icon in React?
- Import both HugeiconsIcon and AmazonIcon, then render <HugeiconsIcon icon={AmazonIcon} />.
- What is the license for this icon?
- The HugeIcons amazon icon is released under the MIT license.