horse head icon

horse-head from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
horse-head
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the horse head icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M14 21c-4.5-5-1.5-8-1.5-8c.924 2.463 4 2 4 2l1.774 1.36a.885.885 0 0 0 1.197-.23l1.327-1.602a1.034 1.034 0 0 0-.068-1.312l-1.282-1.367a4.37 4.37 0 0 1-1.116-2.313C18.17 8.5 17.5 7.5 16.887 6.908L16 6l1-3s-2.576.03-3.5 2C7.5 5.5 3 9.536 3 21"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsHorseHead(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M14 21c-4.5-5-1.5-8-1.5-8c.924 2.463 4 2 4 2l1.774 1.36a.885.885 0 0 0 1.197-.23l1.327-1.602a1.034 1.034 0 0 0-.068-1.312l-1.282-1.367a4.37 4.37 0 0 1-1.116-2.313C18.17 8.5 17.5 7.5 16.887 6.908L16 6l1-3s-2.576.03-3.5 2C7.5 5.5 3 9.536 3 21"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M14 21c-4.5-5-1.5-8-1.5-8c.924 2.463 4 2 4 2l1.774 1.36a.885.885 0 0 0 1.197-.23l1.327-1.602a1.034 1.034 0 0 0-.068-1.312l-1.282-1.367a4.37 4.37 0 0 1-1.116-2.313C18.17 8.5 17.5 7.5 16.887 6.908L16 6l1-3s-2.576.03-3.5 2C7.5 5.5 3 9.536 3 21"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M14%2021c-4.5-5-1.5-8-1.5-8c.924%202.463%204%202%204%202l1.774%201.36a.885.885%200%200%200%201.197-.23l1.327-1.602a1.034%201.034%200%200%200-.068-1.312l-1.282-1.367a4.37%204.37%200%200%201-1.116-2.313C18.17%208.5%2017.5%207.5%2016.887%206.908L16%206l1-3s-2.576.03-3.5%202C7.5%205.5%203%209.536%203%2021%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M14%2021c-4.5-5-1.5-8-1.5-8c.924%202.463%204%202%204%202l1.774%201.36a.885.885%200%200%200%201.197-.23l1.327-1.602a1.034%201.034%200%200%200-.068-1.312l-1.282-1.367a4.37%204.37%200%200%201-1.116-2.313C18.17%208.5%2017.5%207.5%2016.887%206.908L16%206l1-3s-2.576.03-3.5%202C7.5%205.5%203%209.536%203%2021%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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