cow icon
cow-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- cow-bold
- Set
- Phosphor
- Style
- Bold
- 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="M120 128a16 16 0 1 1-16-16a16 16 0 0 1 16 16m32-16a16 16 0 1 0 16 16a16 16 0 0 0-16-16m95.48 12.66A20 20 0 0 1 232 132h-28v35.05A38 38 0 0 1 182 236H74a38 38 0 0 1-22-68.95V132H24a20 20 0 0 1-19.61-23.83a60.15 60.15 0 0 1 52-47.76A59.7 59.7 0 0 1 44 24a12 12 0 0 1 24 0a36 36 0 0 0 36 36h48a36 36 0 0 0 36-36a12 12 0 0 1 24 0a59.7 59.7 0 0 1-12.35 36.41a60.15 60.15 0 0 1 52 47.76a19.78 19.78 0 0 1-4.17 16.49M76 160h104v-56a20 20 0 0 0-20-20H96a20 20 0 0 0-20 20ZM56.5 84.64A36.15 36.15 0 0 0 29.26 108H52v-4a43.7 43.7 0 0 1 4.5-19.36M196 198a14 14 0 0 0-14-14H74a14 14 0 0 0 0 28h108a14 14 0 0 0 14-14m30.74-90a36.15 36.15 0 0 0-27.24-23.36A43.7 43.7 0 0 1 204 104v4Z"/></svg>
React
import type { SVGProps } from "react";
export function PhCowBold(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="M120 128a16 16 0 1 1-16-16a16 16 0 0 1 16 16m32-16a16 16 0 1 0 16 16a16 16 0 0 0-16-16m95.48 12.66A20 20 0 0 1 232 132h-28v35.05A38 38 0 0 1 182 236H74a38 38 0 0 1-22-68.95V132H24a20 20 0 0 1-19.61-23.83a60.15 60.15 0 0 1 52-47.76A59.7 59.7 0 0 1 44 24a12 12 0 0 1 24 0a36 36 0 0 0 36 36h48a36 36 0 0 0 36-36a12 12 0 0 1 24 0a59.7 59.7 0 0 1-12.35 36.41a60.15 60.15 0 0 1 52 47.76a19.78 19.78 0 0 1-4.17 16.49M76 160h104v-56a20 20 0 0 0-20-20H96a20 20 0 0 0-20 20ZM56.5 84.64A36.15 36.15 0 0 0 29.26 108H52v-4a43.7 43.7 0 0 1 4.5-19.36M196 198a14 14 0 0 0-14-14H74a14 14 0 0 0 0 28h108a14 14 0 0 0 14-14m30.74-90a36.15 36.15 0 0 0-27.24-23.36A43.7 43.7 0 0 1 204 104v4Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M120 128a16 16 0 1 1-16-16a16 16 0 0 1 16 16m32-16a16 16 0 1 0 16 16a16 16 0 0 0-16-16m95.48 12.66A20 20 0 0 1 232 132h-28v35.05A38 38 0 0 1 182 236H74a38 38 0 0 1-22-68.95V132H24a20 20 0 0 1-19.61-23.83a60.15 60.15 0 0 1 52-47.76A59.7 59.7 0 0 1 44 24a12 12 0 0 1 24 0a36 36 0 0 0 36 36h48a36 36 0 0 0 36-36a12 12 0 0 1 24 0a59.7 59.7 0 0 1-12.35 36.41a60.15 60.15 0 0 1 52 47.76a19.78 19.78 0 0 1-4.17 16.49M76 160h104v-56a20 20 0 0 0-20-20H96a20 20 0 0 0-20 20ZM56.5 84.64A36.15 36.15 0 0 0 29.26 108H52v-4a43.7 43.7 0 0 1 4.5-19.36M196 198a14 14 0 0 0-14-14H74a14 14 0 0 0 0 28h108a14 14 0 0 0 14-14m30.74-90a36.15 36.15 0 0 0-27.24-23.36A43.7 43.7 0 0 1 204 104v4Z"/></svg> </template>
CSS
.icon-cow-bold {
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%22M120%20128a16%2016%200%201%201-16-16a16%2016%200%200%201%2016%2016m32-16a16%2016%200%201%200%2016%2016a16%2016%200%200%200-16-16m95.48%2012.66A20%2020%200%200%201%20232%20132h-28v35.05A38%2038%200%200%201%20182%20236H74a38%2038%200%200%201-22-68.95V132H24a20%2020%200%200%201-19.61-23.83a60.15%2060.15%200%200%201%2052-47.76A59.7%2059.7%200%200%201%2044%2024a12%2012%200%200%201%2024%200a36%2036%200%200%200%2036%2036h48a36%2036%200%200%200%2036-36a12%2012%200%200%201%2024%200a59.7%2059.7%200%200%201-12.35%2036.41a60.15%2060.15%200%200%201%2052%2047.76a19.78%2019.78%200%200%201-4.17%2016.49M76%20160h104v-56a20%2020%200%200%200-20-20H96a20%2020%200%200%200-20%2020ZM56.5%2084.64A36.15%2036.15%200%200%200%2029.26%20108H52v-4a43.7%2043.7%200%200%201%204.5-19.36M196%20198a14%2014%200%200%200-14-14H74a14%2014%200%200%200%200%2028h108a14%2014%200%200%200%2014-14m30.74-90a36.15%2036.15%200%200%200-27.24-23.36A43.7%2043.7%200%200%201%20204%20104v4Z%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%22M120%20128a16%2016%200%201%201-16-16a16%2016%200%200%201%2016%2016m32-16a16%2016%200%201%200%2016%2016a16%2016%200%200%200-16-16m95.48%2012.66A20%2020%200%200%201%20232%20132h-28v35.05A38%2038%200%200%201%20182%20236H74a38%2038%200%200%201-22-68.95V132H24a20%2020%200%200%201-19.61-23.83a60.15%2060.15%200%200%201%2052-47.76A59.7%2059.7%200%200%201%2044%2024a12%2012%200%200%201%2024%200a36%2036%200%200%200%2036%2036h48a36%2036%200%200%200%2036-36a12%2012%200%200%201%2024%200a59.7%2059.7%200%200%201-12.35%2036.41a60.15%2060.15%200%200%201%2052%2047.76a19.78%2019.78%200%200%201-4.17%2016.49M76%20160h104v-56a20%2020%200%200%200-20-20H96a20%2020%200%200%200-20%2020ZM56.5%2084.64A36.15%2036.15%200%200%200%2029.26%20108H52v-4a43.7%2043.7%200%200%201%204.5-19.36M196%20198a14%2014%200%200%200-14-14H74a14%2014%200%200%200%200%2028h108a14%2014%200%200%200%2014-14m30.74-90a36.15%2036.15%200%200%200-27.24-23.36A43.7%2043.7%200%200%201%20204%20104v4Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/cow-bold.svg?color=%231a73e8&size=48