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

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

The same icon in other sets

More animals icons from Font Awesome 6 Solid

Use the crow icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M456 0c-48.6 0-88 39.4-88 88v29.2L12.5 390.6c-14 10.8-16.6 30.9-5.9 44.9s30.9 16.6 44.9 5.9l74.6-57.4h133.1l46.6 113.1c5 12.3 19.1 18.1 31.3 13.1s18.1-19.1 13.1-31.3L311.1 384h44.1l46.6 113.2c5 12.3 19.1 18.1 31.3 13.1s18.1-19.1 13.1-31.3l-42-102C484.9 354.1 544 280 544 192v-72l80.5-20.1c8.6-2.1 13.8-10.8 11.6-19.4C629 52 603.4 32 574 32h-50.1C507.7 12.5 483.3 0 456 0m0 64a24 24 0 1 1 0 48a24 24 0 1 1 0-48"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidCrow(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M456 0c-48.6 0-88 39.4-88 88v29.2L12.5 390.6c-14 10.8-16.6 30.9-5.9 44.9s30.9 16.6 44.9 5.9l74.6-57.4h133.1l46.6 113.1c5 12.3 19.1 18.1 31.3 13.1s18.1-19.1 13.1-31.3L311.1 384h44.1l46.6 113.2c5 12.3 19.1 18.1 31.3 13.1s18.1-19.1 13.1-31.3l-42-102C484.9 354.1 544 280 544 192v-72l80.5-20.1c8.6-2.1 13.8-10.8 11.6-19.4C629 52 603.4 32 574 32h-50.1C507.7 12.5 483.3 0 456 0m0 64a24 24 0 1 1 0 48a24 24 0 1 1 0-48"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M456 0c-48.6 0-88 39.4-88 88v29.2L12.5 390.6c-14 10.8-16.6 30.9-5.9 44.9s30.9 16.6 44.9 5.9l74.6-57.4h133.1l46.6 113.1c5 12.3 19.1 18.1 31.3 13.1s18.1-19.1 13.1-31.3L311.1 384h44.1l46.6 113.2c5 12.3 19.1 18.1 31.3 13.1s18.1-19.1 13.1-31.3l-42-102C484.9 354.1 544 280 544 192v-72l80.5-20.1c8.6-2.1 13.8-10.8 11.6-19.4C629 52 603.4 32 574 32h-50.1C507.7 12.5 483.3 0 456 0m0 64a24 24 0 1 1 0 48a24 24 0 1 1 0-48"/></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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M456%200c-48.6%200-88%2039.4-88%2088v29.2L12.5%20390.6c-14%2010.8-16.6%2030.9-5.9%2044.9s30.9%2016.6%2044.9%205.9l74.6-57.4h133.1l46.6%20113.1c5%2012.3%2019.1%2018.1%2031.3%2013.1s18.1-19.1%2013.1-31.3L311.1%20384h44.1l46.6%20113.2c5%2012.3%2019.1%2018.1%2031.3%2013.1s18.1-19.1%2013.1-31.3l-42-102C484.9%20354.1%20544%20280%20544%20192v-72l80.5-20.1c8.6-2.1%2013.8-10.8%2011.6-19.4C629%2052%20603.4%2032%20574%2032h-50.1C507.7%2012.5%20483.3%200%20456%200m0%2064a24%2024%200%201%201%200%2048a24%2024%200%201%201%200-48%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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M456%200c-48.6%200-88%2039.4-88%2088v29.2L12.5%20390.6c-14%2010.8-16.6%2030.9-5.9%2044.9s30.9%2016.6%2044.9%205.9l74.6-57.4h133.1l46.6%20113.1c5%2012.3%2019.1%2018.1%2031.3%2013.1s18.1-19.1%2013.1-31.3L311.1%20384h44.1l46.6%20113.2c5%2012.3%2019.1%2018.1%2031.3%2013.1s18.1-19.1%2013.1-31.3l-42-102C484.9%20354.1%20544%20280%20544%20192v-72l80.5-20.1c8.6-2.1%2013.8-10.8%2011.6-19.4C629%2052%20603.4%2032%20574%2032h-50.1C507.7%2012.5%20483.3%200%20456%200m0%2064a24%2024%200%201%201%200%2048a24%2024%200%201%201%200-48%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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