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

Name
horse-head
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 horse head icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M64 464V316.9c0-108.4 68.3-205.1 170.5-241.3l169.7-60.1c21.4-7.6 43.8 8.3 43.8 30.9c0 11-5.5 21.2-14.6 27.3L400 96c48.1 0 91.2 29.8 108.1 74.9l48.6 129.5c11.8 31.4 4.1 66.8-19.6 90.5c-16 16-37.8 25.1-60.5 25.1h-3.4c-26.1 0-50.9-11.6-67.6-31.7l-32.3-38.7c-11.7 4.1-24.2 6.4-37.3 6.4h-.1q-9.45 0-18.6-1.5c-3.6-.6-7.2-1.4-10.7-2.3c-28.9-7.8-53.1-26.8-67.8-52.2c-4.4-7.6-14.2-10.3-21.9-5.8s-10.3 14.2-5.8 21.9c24 41.5 68.3 70 119.3 71.9l47.2 70.8c4 6.1 6.2 13.2 6.2 20.4c0 20.3-16.5 36.8-36.8 36.8H112c-26.5 0-48-21.5-48-48m328-240a24 24 0 1 0 0-48a24 24 0 1 0 0 48"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidHorseHead(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="M64 464V316.9c0-108.4 68.3-205.1 170.5-241.3l169.7-60.1c21.4-7.6 43.8 8.3 43.8 30.9c0 11-5.5 21.2-14.6 27.3L400 96c48.1 0 91.2 29.8 108.1 74.9l48.6 129.5c11.8 31.4 4.1 66.8-19.6 90.5c-16 16-37.8 25.1-60.5 25.1h-3.4c-26.1 0-50.9-11.6-67.6-31.7l-32.3-38.7c-11.7 4.1-24.2 6.4-37.3 6.4h-.1q-9.45 0-18.6-1.5c-3.6-.6-7.2-1.4-10.7-2.3c-28.9-7.8-53.1-26.8-67.8-52.2c-4.4-7.6-14.2-10.3-21.9-5.8s-10.3 14.2-5.8 21.9c24 41.5 68.3 70 119.3 71.9l47.2 70.8c4 6.1 6.2 13.2 6.2 20.4c0 20.3-16.5 36.8-36.8 36.8H112c-26.5 0-48-21.5-48-48m328-240a24 24 0 1 0 0-48a24 24 0 1 0 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="M64 464V316.9c0-108.4 68.3-205.1 170.5-241.3l169.7-60.1c21.4-7.6 43.8 8.3 43.8 30.9c0 11-5.5 21.2-14.6 27.3L400 96c48.1 0 91.2 29.8 108.1 74.9l48.6 129.5c11.8 31.4 4.1 66.8-19.6 90.5c-16 16-37.8 25.1-60.5 25.1h-3.4c-26.1 0-50.9-11.6-67.6-31.7l-32.3-38.7c-11.7 4.1-24.2 6.4-37.3 6.4h-.1q-9.45 0-18.6-1.5c-3.6-.6-7.2-1.4-10.7-2.3c-28.9-7.8-53.1-26.8-67.8-52.2c-4.4-7.6-14.2-10.3-21.9-5.8s-10.3 14.2-5.8 21.9c24 41.5 68.3 70 119.3 71.9l47.2 70.8c4 6.1 6.2 13.2 6.2 20.4c0 20.3-16.5 36.8-36.8 36.8H112c-26.5 0-48-21.5-48-48m328-240a24 24 0 1 0 0-48a24 24 0 1 0 0 48"/></svg>
</template>

CSS

.icon-horse-head {
  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%22M64%20464V316.9c0-108.4%2068.3-205.1%20170.5-241.3l169.7-60.1c21.4-7.6%2043.8%208.3%2043.8%2030.9c0%2011-5.5%2021.2-14.6%2027.3L400%2096c48.1%200%2091.2%2029.8%20108.1%2074.9l48.6%20129.5c11.8%2031.4%204.1%2066.8-19.6%2090.5c-16%2016-37.8%2025.1-60.5%2025.1h-3.4c-26.1%200-50.9-11.6-67.6-31.7l-32.3-38.7c-11.7%204.1-24.2%206.4-37.3%206.4h-.1q-9.45%200-18.6-1.5c-3.6-.6-7.2-1.4-10.7-2.3c-28.9-7.8-53.1-26.8-67.8-52.2c-4.4-7.6-14.2-10.3-21.9-5.8s-10.3%2014.2-5.8%2021.9c24%2041.5%2068.3%2070%20119.3%2071.9l47.2%2070.8c4%206.1%206.2%2013.2%206.2%2020.4c0%2020.3-16.5%2036.8-36.8%2036.8H112c-26.5%200-48-21.5-48-48m328-240a24%2024%200%201%200%200-48a24%2024%200%201%200%200%2048%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%22M64%20464V316.9c0-108.4%2068.3-205.1%20170.5-241.3l169.7-60.1c21.4-7.6%2043.8%208.3%2043.8%2030.9c0%2011-5.5%2021.2-14.6%2027.3L400%2096c48.1%200%2091.2%2029.8%20108.1%2074.9l48.6%20129.5c11.8%2031.4%204.1%2066.8-19.6%2090.5c-16%2016-37.8%2025.1-60.5%2025.1h-3.4c-26.1%200-50.9-11.6-67.6-31.7l-32.3-38.7c-11.7%204.1-24.2%206.4-37.3%206.4h-.1q-9.45%200-18.6-1.5c-3.6-.6-7.2-1.4-10.7-2.3c-28.9-7.8-53.1-26.8-67.8-52.2c-4.4-7.6-14.2-10.3-21.9-5.8s-10.3%2014.2-5.8%2021.9c24%2041.5%2068.3%2070%20119.3%2071.9l47.2%2070.8c4%206.1%206.2%2013.2%206.2%2020.4c0%2020.3-16.5%2036.8-36.8%2036.8H112c-26.5%200-48-21.5-48-48m328-240a24%2024%200%201%200%200-48a24%2024%200%201%200%200%2048%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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