The HugeIcons safari icon depicts a stylized safari animal, commonly used to represent features related to exploration, adventure, or the Safari web browser.
Common uses
- Link to a web browser feature
- Illustrate an 'explore' or 'discover' section
- Represent an animal or wildlife theme
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { SafariIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={SafariIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- animalbrowserwildlifeexplore
FAQ
- What is the Safari icon used for?
- It can represent the Safari web browser or be used metaphorically for exploration and adventure.
- How do I use the Safari icon in React?
- Import it using `import { SafariIcon } from '@hugeicons/core-free-icons';` and render it as `<HugeiconsIcon icon={SafariIcon} />`.
- What is the license for this icon?
- The HugeIcons safari icon is released under the MIT license.