The HugeIcons barns icon depicts a traditional farm building and is typically used to represent agricultural themes, rural locations, or a place of storage.
Common uses
- Farm or agricultural website navigation
- Location marker for rural areas on a map
- Icon for a 'storage' or 'warehouse' feature
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { BarnsIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={BarnsIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- farmstoragebuildingrural
FAQ
- What does the barns icon represent?
- The barns icon represents a farm building, often used for agricultural themes, rural settings, or as a symbol for storage.
- How do I use the BarnsIcon in React?
- Import both HugeiconsIcon and BarnsIcon, then render <HugeiconsIcon icon={BarnsIcon} />.
- What is the license for the HugeIcons barns icon?
- The HugeIcons barns icon is available under the MIT license.