The Phosphor cow icon depicts a stylized cow, commonly used in UIs to represent themes related to farming, agriculture, dairy products, or livestock.
Common uses
- Labeling a 'Dairy Products' section in an e-commerce app.
- Indicating a 'Livestock' category on a farm supply website.
- Representing a 'Beef' or 'Cattle Ranching' topic in an article.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Cow } from '@phosphor-icons/react';
<Cow size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Cow size={24} />thin
<Cow size={24} weight="thin" />light
<Cow size={24} weight="light" />bold
<Cow size={24} weight="bold" />fill
<Cow size={24} weight="fill" />duotone
<Cow size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- commerce
- Keywords
- *new*animalslivestockbeefbullmilkdairycommercenaturecowanimal
FAQ
- What is the cow icon used for?
- It's used to visually represent concepts like cows, dairy, beef, or agriculture in user interfaces.
- How do I use the cow icon in React?
- You can import and use it like this: import { Cow } from '@phosphor-icons/react'.
- What is the license for the Phosphor cow icon?
- The Phosphor icon library, including the cow icon, is available under the MIT license.
Looking for something else? Search Phosphor and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →