cow icon
cow-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- cow-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the cow icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M104 192a8 8 0 0 1-8 8H80a8 8 0 0 1 0-16h16a8 8 0 0 1 8 8m72-8h-16a8 8 0 0 0 0 16h16a8 8 0 0 0 0-16m68.39-61.88A16 16 0 0 1 232 128h-32v32a40 40 0 0 1-24 72H80a40 40 0 0 1-24-72v-32H24a16 16 0 0 1-15.69-19a56.13 56.13 0 0 1 54.91-45h1.64A55.83 55.83 0 0 1 48 24a8 8 0 0 1 16 0a40 40 0 0 0 40 40h48a40 40 0 0 0 40-40a8 8 0 0 1 16 0a55.83 55.83 0 0 1-16.86 40h1.64a56.13 56.13 0 0 1 54.91 45a15.82 15.82 0 0 1-3.3 13.12M144 124a12 12 0 1 0 12-12a12 12 0 0 0-12 12m-56 0a12 12 0 1 0 12-12a12 12 0 0 0-12 12m-32-12v-8a39.8 39.8 0 0 1 8-24h-.8A40.09 40.09 0 0 0 24 112Zm144 80a24 24 0 0 0-24-24H80a24 24 0 0 0 0 48h96a24 24 0 0 0 24-24m32-80a40.08 40.08 0 0 0-39.2-32h-.8a39.8 39.8 0 0 1 8 24v8Z"/></svg>
React
import type { SVGProps } from "react";
export function PhCowFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M104 192a8 8 0 0 1-8 8H80a8 8 0 0 1 0-16h16a8 8 0 0 1 8 8m72-8h-16a8 8 0 0 0 0 16h16a8 8 0 0 0 0-16m68.39-61.88A16 16 0 0 1 232 128h-32v32a40 40 0 0 1-24 72H80a40 40 0 0 1-24-72v-32H24a16 16 0 0 1-15.69-19a56.13 56.13 0 0 1 54.91-45h1.64A55.83 55.83 0 0 1 48 24a8 8 0 0 1 16 0a40 40 0 0 0 40 40h48a40 40 0 0 0 40-40a8 8 0 0 1 16 0a55.83 55.83 0 0 1-16.86 40h1.64a56.13 56.13 0 0 1 54.91 45a15.82 15.82 0 0 1-3.3 13.12M144 124a12 12 0 1 0 12-12a12 12 0 0 0-12 12m-56 0a12 12 0 1 0 12-12a12 12 0 0 0-12 12m-32-12v-8a39.8 39.8 0 0 1 8-24h-.8A40.09 40.09 0 0 0 24 112Zm144 80a24 24 0 0 0-24-24H80a24 24 0 0 0 0 48h96a24 24 0 0 0 24-24m32-80a40.08 40.08 0 0 0-39.2-32h-.8a39.8 39.8 0 0 1 8 24v8Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M104 192a8 8 0 0 1-8 8H80a8 8 0 0 1 0-16h16a8 8 0 0 1 8 8m72-8h-16a8 8 0 0 0 0 16h16a8 8 0 0 0 0-16m68.39-61.88A16 16 0 0 1 232 128h-32v32a40 40 0 0 1-24 72H80a40 40 0 0 1-24-72v-32H24a16 16 0 0 1-15.69-19a56.13 56.13 0 0 1 54.91-45h1.64A55.83 55.83 0 0 1 48 24a8 8 0 0 1 16 0a40 40 0 0 0 40 40h48a40 40 0 0 0 40-40a8 8 0 0 1 16 0a55.83 55.83 0 0 1-16.86 40h1.64a56.13 56.13 0 0 1 54.91 45a15.82 15.82 0 0 1-3.3 13.12M144 124a12 12 0 1 0 12-12a12 12 0 0 0-12 12m-56 0a12 12 0 1 0 12-12a12 12 0 0 0-12 12m-32-12v-8a39.8 39.8 0 0 1 8-24h-.8A40.09 40.09 0 0 0 24 112Zm144 80a24 24 0 0 0-24-24H80a24 24 0 0 0 0 48h96a24 24 0 0 0 24-24m32-80a40.08 40.08 0 0 0-39.2-32h-.8a39.8 39.8 0 0 1 8 24v8Z"/></svg> </template>
CSS
.icon-cow-fill {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M104%20192a8%208%200%200%201-8%208H80a8%208%200%200%201%200-16h16a8%208%200%200%201%208%208m72-8h-16a8%208%200%200%200%200%2016h16a8%208%200%200%200%200-16m68.39-61.88A16%2016%200%200%201%20232%20128h-32v32a40%2040%200%200%201-24%2072H80a40%2040%200%200%201-24-72v-32H24a16%2016%200%200%201-15.69-19a56.13%2056.13%200%200%201%2054.91-45h1.64A55.83%2055.83%200%200%201%2048%2024a8%208%200%200%201%2016%200a40%2040%200%200%200%2040%2040h48a40%2040%200%200%200%2040-40a8%208%200%200%201%2016%200a55.83%2055.83%200%200%201-16.86%2040h1.64a56.13%2056.13%200%200%201%2054.91%2045a15.82%2015.82%200%200%201-3.3%2013.12M144%20124a12%2012%200%201%200%2012-12a12%2012%200%200%200-12%2012m-56%200a12%2012%200%201%200%2012-12a12%2012%200%200%200-12%2012m-32-12v-8a39.8%2039.8%200%200%201%208-24h-.8A40.09%2040.09%200%200%200%2024%20112Zm144%2080a24%2024%200%200%200-24-24H80a24%2024%200%200%200%200%2048h96a24%2024%200%200%200%2024-24m32-80a40.08%2040.08%200%200%200-39.2-32h-.8a39.8%2039.8%200%200%201%208%2024v8Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M104%20192a8%208%200%200%201-8%208H80a8%208%200%200%201%200-16h16a8%208%200%200%201%208%208m72-8h-16a8%208%200%200%200%200%2016h16a8%208%200%200%200%200-16m68.39-61.88A16%2016%200%200%201%20232%20128h-32v32a40%2040%200%200%201-24%2072H80a40%2040%200%200%201-24-72v-32H24a16%2016%200%200%201-15.69-19a56.13%2056.13%200%200%201%2054.91-45h1.64A55.83%2055.83%200%200%201%2048%2024a8%208%200%200%201%2016%200a40%2040%200%200%200%2040%2040h48a40%2040%200%200%200%2040-40a8%208%200%200%201%2016%200a55.83%2055.83%200%200%201-16.86%2040h1.64a56.13%2056.13%200%200%201%2054.91%2045a15.82%2015.82%200%200%201-3.3%2013.12M144%20124a12%2012%200%201%200%2012-12a12%2012%200%200%200-12%2012m-56%200a12%2012%200%201%200%2012-12a12%2012%200%200%200-12%2012m-32-12v-8a39.8%2039.8%200%200%201%208-24h-.8A40.09%2040.09%200%200%200%2024%20112Zm144%2080a24%2024%200%200%200-24-24H80a24%2024%200%200%200%200%2048h96a24%2024%200%200%200%2024-24m32-80a40.08%2040.08%200%200%200-39.2-32h-.8a39.8%2039.8%200%200%201%208%2024v8Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/cow-fill.svg?color=%231a73e8&size=48