horse-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
horse-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the horse icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M144 104a16 16 0 1 1-16-16a16 16 0 0 1 16 16m92 25.53A108.3 108.3 0 0 1 130.18 236h-2.25A107.3 107.3 0 0 1 56 208.94a12 12 0 1 1 16-17.88a81.4 81.4 0 0 0 16.2 11.26l21.54-29.62c-20.4-7-41.91-3.33-54.43-1.21a35.79 35.79 0 0 1-35.25-14.43c-.16-.21-.31-.43-.45-.65l-13.78-22A12 12 0 0 1 9.43 118L108 53.51V32a12 12 0 0 1 12-12h8a108 108 0 0 1 108 109.53m-24-.33a84 84 0 0 0-80-85.11V60a12 12 0 0 1-5.43 10l-94.16 61.61l7.31 11.68a12 12 0 0 0 11.58 4.54c16.23-2.75 49.4-8.36 79.64 8A36 36 0 0 0 164 120a12 12 0 0 1 24 0a60.09 60.09 0 0 1-53.64 59.66l-22.45 30.87a87.6 87.6 0 0 0 17.8 1.45A84.29 84.29 0 0 0 212 129.2"/></svg>

React

import type { SVGProps } from "react";

export function PhHorseBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M144 104a16 16 0 1 1-16-16a16 16 0 0 1 16 16m92 25.53A108.3 108.3 0 0 1 130.18 236h-2.25A107.3 107.3 0 0 1 56 208.94a12 12 0 1 1 16-17.88a81.4 81.4 0 0 0 16.2 11.26l21.54-29.62c-20.4-7-41.91-3.33-54.43-1.21a35.79 35.79 0 0 1-35.25-14.43c-.16-.21-.31-.43-.45-.65l-13.78-22A12 12 0 0 1 9.43 118L108 53.51V32a12 12 0 0 1 12-12h8a108 108 0 0 1 108 109.53m-24-.33a84 84 0 0 0-80-85.11V60a12 12 0 0 1-5.43 10l-94.16 61.61l7.31 11.68a12 12 0 0 0 11.58 4.54c16.23-2.75 49.4-8.36 79.64 8A36 36 0 0 0 164 120a12 12 0 0 1 24 0a60.09 60.09 0 0 1-53.64 59.66l-22.45 30.87a87.6 87.6 0 0 0 17.8 1.45A84.29 84.29 0 0 0 212 129.2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M144 104a16 16 0 1 1-16-16a16 16 0 0 1 16 16m92 25.53A108.3 108.3 0 0 1 130.18 236h-2.25A107.3 107.3 0 0 1 56 208.94a12 12 0 1 1 16-17.88a81.4 81.4 0 0 0 16.2 11.26l21.54-29.62c-20.4-7-41.91-3.33-54.43-1.21a35.79 35.79 0 0 1-35.25-14.43c-.16-.21-.31-.43-.45-.65l-13.78-22A12 12 0 0 1 9.43 118L108 53.51V32a12 12 0 0 1 12-12h8a108 108 0 0 1 108 109.53m-24-.33a84 84 0 0 0-80-85.11V60a12 12 0 0 1-5.43 10l-94.16 61.61l7.31 11.68a12 12 0 0 0 11.58 4.54c16.23-2.75 49.4-8.36 79.64 8A36 36 0 0 0 164 120a12 12 0 0 1 24 0a60.09 60.09 0 0 1-53.64 59.66l-22.45 30.87a87.6 87.6 0 0 0 17.8 1.45A84.29 84.29 0 0 0 212 129.2"/></svg>
</template>

CSS

.icon-horse-bold {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M144%20104a16%2016%200%201%201-16-16a16%2016%200%200%201%2016%2016m92%2025.53A108.3%20108.3%200%200%201%20130.18%20236h-2.25A107.3%20107.3%200%200%201%2056%20208.94a12%2012%200%201%201%2016-17.88a81.4%2081.4%200%200%200%2016.2%2011.26l21.54-29.62c-20.4-7-41.91-3.33-54.43-1.21a35.79%2035.79%200%200%201-35.25-14.43c-.16-.21-.31-.43-.45-.65l-13.78-22A12%2012%200%200%201%209.43%20118L108%2053.51V32a12%2012%200%200%201%2012-12h8a108%20108%200%200%201%20108%20109.53m-24-.33a84%2084%200%200%200-80-85.11V60a12%2012%200%200%201-5.43%2010l-94.16%2061.61l7.31%2011.68a12%2012%200%200%200%2011.58%204.54c16.23-2.75%2049.4-8.36%2079.64%208A36%2036%200%200%200%20164%20120a12%2012%200%200%201%2024%200a60.09%2060.09%200%200%201-53.64%2059.66l-22.45%2030.87a87.6%2087.6%200%200%200%2017.8%201.45A84.29%2084.29%200%200%200%20212%20129.2%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M144%20104a16%2016%200%201%201-16-16a16%2016%200%200%201%2016%2016m92%2025.53A108.3%20108.3%200%200%201%20130.18%20236h-2.25A107.3%20107.3%200%200%201%2056%20208.94a12%2012%200%201%201%2016-17.88a81.4%2081.4%200%200%200%2016.2%2011.26l21.54-29.62c-20.4-7-41.91-3.33-54.43-1.21a35.79%2035.79%200%200%201-35.25-14.43c-.16-.21-.31-.43-.45-.65l-13.78-22A12%2012%200%200%201%209.43%20118L108%2053.51V32a12%2012%200%200%201%2012-12h8a108%20108%200%200%201%20108%20109.53m-24-.33a84%2084%200%200%200-80-85.11V60a12%2012%200%200%201-5.43%2010l-94.16%2061.61l7.31%2011.68a12%2012%200%200%200%2011.58%204.54c16.23-2.75%2049.4-8.36%2079.64%208A36%2036%200%200%200%20164%20120a12%2012%200%200%201%2024%200a60.09%2060.09%200%200%201-53.64%2059.66l-22.45%2030.87a87.6%2087.6%200%200%200%2017.8%201.45A84.29%2084.29%200%200%200%20212%20129.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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