The HugeIcons versus icon depicts two opposing arrows, commonly used to represent comparison, competition, or a choice between two options.
Common uses
- Comparing two products side-by-side.
- Indicating a choice between two settings.
- Representing a match or competition.
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { VersusIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={VersusIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- comparisonvsopposechoice
FAQ
- What is the VersusIcon used for?
- It's used to visually represent comparison, opposition, or a choice between two distinct items or options in a user interface.
- How do I use VersusIcon in React?
- Import both HugeiconsIcon and VersusIcon, then render <HugeiconsIcon icon={VersusIcon} />.
- What is the license for this icon?
- The VersusIcon is distributed under the MIT license, allowing for free usage in both personal and commercial projects.