crow from Font Awesome Solid by Dave Gandy · Solid · Animals · CC-BY-4.0 Attribution required.

Name
crow
Set
Font Awesome Solid
Style
Solid
Category
Animals
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More animals icons from Font Awesome Solid

Use the crow icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M456.5 64c-48.6 0-88 39.4-88 88v36L13.3 454.4C-.8 465-3.7 485 6.9 499.2s30.6 17 44.8 6.4l76.8-57.6h131.3l46.6 113.1l1 2.2c5.7 10.7 18.8 15.5 30.3 10.8s17.3-17.3 13.9-29l-.8-2.3l-39.1-94.9h44.1l46.6 113.2l1 2.2c5.7 10.7 18.8 15.5 30.3 10.8s17.3-17.3 13.9-29l-.8-2.3l-42-102C485.3 418.1 544.5 344 544.5 256v-72l80.5-20.1c8.6-2.1 13.8-10.8 11.6-19.4C629.5 116 603.9 96 574.5 96h-50.1c-16.2-19.5-40.6-32-67.9-32m0 64c13.3 0 24 10.7 24 24s-10.7 24-24 24s-24-10.7-24-24s10.7-24 24-24"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidCrow(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="M456.5 64c-48.6 0-88 39.4-88 88v36L13.3 454.4C-.8 465-3.7 485 6.9 499.2s30.6 17 44.8 6.4l76.8-57.6h131.3l46.6 113.1l1 2.2c5.7 10.7 18.8 15.5 30.3 10.8s17.3-17.3 13.9-29l-.8-2.3l-39.1-94.9h44.1l46.6 113.2l1 2.2c5.7 10.7 18.8 15.5 30.3 10.8s17.3-17.3 13.9-29l-.8-2.3l-42-102C485.3 418.1 544.5 344 544.5 256v-72l80.5-20.1c8.6-2.1 13.8-10.8 11.6-19.4C629.5 116 603.9 96 574.5 96h-50.1c-16.2-19.5-40.6-32-67.9-32m0 64c13.3 0 24 10.7 24 24s-10.7 24-24 24s-24-10.7-24-24s10.7-24 24-24"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M456.5 64c-48.6 0-88 39.4-88 88v36L13.3 454.4C-.8 465-3.7 485 6.9 499.2s30.6 17 44.8 6.4l76.8-57.6h131.3l46.6 113.1l1 2.2c5.7 10.7 18.8 15.5 30.3 10.8s17.3-17.3 13.9-29l-.8-2.3l-39.1-94.9h44.1l46.6 113.2l1 2.2c5.7 10.7 18.8 15.5 30.3 10.8s17.3-17.3 13.9-29l-.8-2.3l-42-102C485.3 418.1 544.5 344 544.5 256v-72l80.5-20.1c8.6-2.1 13.8-10.8 11.6-19.4C629.5 116 603.9 96 574.5 96h-50.1c-16.2-19.5-40.6-32-67.9-32m0 64c13.3 0 24 10.7 24 24s-10.7 24-24 24s-24-10.7-24-24s10.7-24 24-24"/></svg>
</template>

CSS

.icon-crow {
  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%22M456.5%2064c-48.6%200-88%2039.4-88%2088v36L13.3%20454.4C-.8%20465-3.7%20485%206.9%20499.2s30.6%2017%2044.8%206.4l76.8-57.6h131.3l46.6%20113.1l1%202.2c5.7%2010.7%2018.8%2015.5%2030.3%2010.8s17.3-17.3%2013.9-29l-.8-2.3l-39.1-94.9h44.1l46.6%20113.2l1%202.2c5.7%2010.7%2018.8%2015.5%2030.3%2010.8s17.3-17.3%2013.9-29l-.8-2.3l-42-102C485.3%20418.1%20544.5%20344%20544.5%20256v-72l80.5-20.1c8.6-2.1%2013.8-10.8%2011.6-19.4C629.5%20116%20603.9%2096%20574.5%2096h-50.1c-16.2-19.5-40.6-32-67.9-32m0%2064c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024s-24-10.7-24-24s10.7-24%2024-24%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%22M456.5%2064c-48.6%200-88%2039.4-88%2088v36L13.3%20454.4C-.8%20465-3.7%20485%206.9%20499.2s30.6%2017%2044.8%206.4l76.8-57.6h131.3l46.6%20113.1l1%202.2c5.7%2010.7%2018.8%2015.5%2030.3%2010.8s17.3-17.3%2013.9-29l-.8-2.3l-39.1-94.9h44.1l46.6%20113.2l1%202.2c5.7%2010.7%2018.8%2015.5%2030.3%2010.8s17.3-17.3%2013.9-29l-.8-2.3l-42-102C485.3%20418.1%20544.5%20344%20544.5%20256v-72l80.5-20.1c8.6-2.1%2013.8-10.8%2011.6-19.4C629.5%20116%20603.9%2096%20574.5%2096h-50.1c-16.2-19.5-40.6-32-67.9-32m0%2064c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024s-24-10.7-24-24s10.7-24%2024-24%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/crow.svg?color=%231a73e8&size=48

Crow solid icon — Font Awesome Solid · IconsDB