cow icon
cow from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- cow
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
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 640 640"><path fill="currentColor" d="M96 288v192c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32v-88.2c9.9 6.6 20.6 12 32 16.1v24.2c0 8.8 7.2 16 16 16s16-7.2 16-16v-16.9c5.3.6 10.6.9 16 .9s10.7-.3 16-.9v16.9c0 8.8 7.2 16 16 16s16-7.2 16-16v-24.2c11.4-4 22.1-9.4 32-16.1V480c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V320l32 32v49.5c0 9.5 2.8 18.7 8.1 26.6L530 491c8.8 13.1 23.5 21 39.3 21c22.5 0 41.9-15.9 46.3-38l20.3-101.6c2.6-13-.3-26.5-8-37.3l-3.9-5.5V248c0-13.3-10.7-24-24-24s-24 10.7-24 24v14.4l-52.9-74.1C496 150.5 452.4 128 405.9 128H144c-66.3 0-120 53.7-120 120v54C9.4 313.8 0 331.8 0 352v17.6c0 8 6.4 14.4 14.4 14.4c31.8 0 57.6-25.8 57.6-57.6V248c0-24.3 12.1-45.8 30.5-58.9c-4.2 10.8-6.5 22.6-6.5 34.9zm464 112c0-8.8 7.2-16 16-16s16 7.2 16 16s-7.2 16-16 16s-16-7.2-16-16M166.6 230.6c-4.2-4.2-6.6-10-6.6-16c0-12.5 10.1-22.6 22.6-22.6h178.7c12.5 0 22.6 10.1 22.6 22.6c0 6-2.4 11.8-6.6 16L353.9 254c-21.7 21.8-51.2 34-81.9 34s-60.2-12.2-81.9-33.9l-23.4-23.4z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidCow(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M96 288v192c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32v-88.2c9.9 6.6 20.6 12 32 16.1v24.2c0 8.8 7.2 16 16 16s16-7.2 16-16v-16.9c5.3.6 10.6.9 16 .9s10.7-.3 16-.9v16.9c0 8.8 7.2 16 16 16s16-7.2 16-16v-24.2c11.4-4 22.1-9.4 32-16.1V480c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V320l32 32v49.5c0 9.5 2.8 18.7 8.1 26.6L530 491c8.8 13.1 23.5 21 39.3 21c22.5 0 41.9-15.9 46.3-38l20.3-101.6c2.6-13-.3-26.5-8-37.3l-3.9-5.5V248c0-13.3-10.7-24-24-24s-24 10.7-24 24v14.4l-52.9-74.1C496 150.5 452.4 128 405.9 128H144c-66.3 0-120 53.7-120 120v54C9.4 313.8 0 331.8 0 352v17.6c0 8 6.4 14.4 14.4 14.4c31.8 0 57.6-25.8 57.6-57.6V248c0-24.3 12.1-45.8 30.5-58.9c-4.2 10.8-6.5 22.6-6.5 34.9zm464 112c0-8.8 7.2-16 16-16s16 7.2 16 16s-7.2 16-16 16s-16-7.2-16-16M166.6 230.6c-4.2-4.2-6.6-10-6.6-16c0-12.5 10.1-22.6 22.6-22.6h178.7c12.5 0 22.6 10.1 22.6 22.6c0 6-2.4 11.8-6.6 16L353.9 254c-21.7 21.8-51.2 34-81.9 34s-60.2-12.2-81.9-33.9l-23.4-23.4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M96 288v192c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32v-88.2c9.9 6.6 20.6 12 32 16.1v24.2c0 8.8 7.2 16 16 16s16-7.2 16-16v-16.9c5.3.6 10.6.9 16 .9s10.7-.3 16-.9v16.9c0 8.8 7.2 16 16 16s16-7.2 16-16v-24.2c11.4-4 22.1-9.4 32-16.1V480c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V320l32 32v49.5c0 9.5 2.8 18.7 8.1 26.6L530 491c8.8 13.1 23.5 21 39.3 21c22.5 0 41.9-15.9 46.3-38l20.3-101.6c2.6-13-.3-26.5-8-37.3l-3.9-5.5V248c0-13.3-10.7-24-24-24s-24 10.7-24 24v14.4l-52.9-74.1C496 150.5 452.4 128 405.9 128H144c-66.3 0-120 53.7-120 120v54C9.4 313.8 0 331.8 0 352v17.6c0 8 6.4 14.4 14.4 14.4c31.8 0 57.6-25.8 57.6-57.6V248c0-24.3 12.1-45.8 30.5-58.9c-4.2 10.8-6.5 22.6-6.5 34.9zm464 112c0-8.8 7.2-16 16-16s16 7.2 16 16s-7.2 16-16 16s-16-7.2-16-16M166.6 230.6c-4.2-4.2-6.6-10-6.6-16c0-12.5 10.1-22.6 22.6-22.6h178.7c12.5 0 22.6 10.1 22.6 22.6c0 6-2.4 11.8-6.6 16L353.9 254c-21.7 21.8-51.2 34-81.9 34s-60.2-12.2-81.9-33.9l-23.4-23.4z"/></svg> </template>
CSS
.icon-cow {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M96%20288v192c0%2017.7%2014.3%2032%2032%2032h32c17.7%200%2032-14.3%2032-32v-88.2c9.9%206.6%2020.6%2012%2032%2016.1v24.2c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16v-16.9c5.3.6%2010.6.9%2016%20.9s10.7-.3%2016-.9v16.9c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16v-24.2c11.4-4%2022.1-9.4%2032-16.1V480c0%2017.7%2014.3%2032%2032%2032h32c17.7%200%2032-14.3%2032-32V320l32%2032v49.5c0%209.5%202.8%2018.7%208.1%2026.6L530%20491c8.8%2013.1%2023.5%2021%2039.3%2021c22.5%200%2041.9-15.9%2046.3-38l20.3-101.6c2.6-13-.3-26.5-8-37.3l-3.9-5.5V248c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v14.4l-52.9-74.1C496%20150.5%20452.4%20128%20405.9%20128H144c-66.3%200-120%2053.7-120%20120v54C9.4%20313.8%200%20331.8%200%20352v17.6c0%208%206.4%2014.4%2014.4%2014.4c31.8%200%2057.6-25.8%2057.6-57.6V248c0-24.3%2012.1-45.8%2030.5-58.9c-4.2%2010.8-6.5%2022.6-6.5%2034.9zm464%20112c0-8.8%207.2-16%2016-16s16%207.2%2016%2016s-7.2%2016-16%2016s-16-7.2-16-16M166.6%20230.6c-4.2-4.2-6.6-10-6.6-16c0-12.5%2010.1-22.6%2022.6-22.6h178.7c12.5%200%2022.6%2010.1%2022.6%2022.6c0%206-2.4%2011.8-6.6%2016L353.9%20254c-21.7%2021.8-51.2%2034-81.9%2034s-60.2-12.2-81.9-33.9l-23.4-23.4z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M96%20288v192c0%2017.7%2014.3%2032%2032%2032h32c17.7%200%2032-14.3%2032-32v-88.2c9.9%206.6%2020.6%2012%2032%2016.1v24.2c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16v-16.9c5.3.6%2010.6.9%2016%20.9s10.7-.3%2016-.9v16.9c0%208.8%207.2%2016%2016%2016s16-7.2%2016-16v-24.2c11.4-4%2022.1-9.4%2032-16.1V480c0%2017.7%2014.3%2032%2032%2032h32c17.7%200%2032-14.3%2032-32V320l32%2032v49.5c0%209.5%202.8%2018.7%208.1%2026.6L530%20491c8.8%2013.1%2023.5%2021%2039.3%2021c22.5%200%2041.9-15.9%2046.3-38l20.3-101.6c2.6-13-.3-26.5-8-37.3l-3.9-5.5V248c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v14.4l-52.9-74.1C496%20150.5%20452.4%20128%20405.9%20128H144c-66.3%200-120%2053.7-120%20120v54C9.4%20313.8%200%20331.8%200%20352v17.6c0%208%206.4%2014.4%2014.4%2014.4c31.8%200%2057.6-25.8%2057.6-57.6V248c0-24.3%2012.1-45.8%2030.5-58.9c-4.2%2010.8-6.5%2022.6-6.5%2034.9zm464%20112c0-8.8%207.2-16%2016-16s16%207.2%2016%2016s-7.2%2016-16%2016s-16-7.2-16-16M166.6%20230.6c-4.2-4.2-6.6-10-6.6-16c0-12.5%2010.1-22.6%2022.6-22.6h178.7c12.5%200%2022.6%2010.1%2022.6%2022.6c0%206-2.4%2011.8-6.6%2016L353.9%20254c-21.7%2021.8-51.2%2034-81.9%2034s-60.2-12.2-81.9-33.9l-23.4-23.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/cow.svg?color=%231a73e8&size=48