The Phosphor farm icon depicts a simple representation of a farm, commonly used to signify agricultural businesses, rural locations, or farming-related activities in user interfaces.
Common uses
- Labeling a 'Farm Fresh' product category.
- Indicating a rural or agricultural map location.
- Representing a farming or agriculture-related setting in a game.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Farm } from '@phosphor-icons/react';
<Farm size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Farm size={24} />thin
<Farm size={24} weight="thin" />light
<Farm size={24} weight="light" />bold
<Farm size={24} weight="bold" />fill
<Farm size={24} weight="fill" />duotone
<Farm size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- commerce
- Keywords
- *new*farmerfieldfarmingagriculturecommercenaturemaps & travelfarmruralcountrysidehomestead
FAQ
- What does the farm icon represent?
- The farm icon represents a farm, suitable for use in contexts related to agriculture, rural areas, or farming businesses.
- How do I use the farm icon in React?
- You can use the farm icon in React by importing it as `Farm` from '@phosphor-icons/react' and rendering it as a component: `<Farm />`.
- What is the license for the Phosphor farm icon?
- The Phosphor farm icon is available under the MIT license, which allows for free use in both personal and commercial projects.