horse icon
horse from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- horse
- Set
- Phosphor
- Style
- Regular
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
horseEmoji One (Colored)horseFont Awesome 6 SolidhorseFont Awesome SolidhorseFluent EmojihorseFluent Emoji FlathorseFluent Emoji High ContrasthorseFirefox OS EmojihorseHuge IconshorseLine AwesomehorseMaterial Design IconshorseNoto EmojihorseOpenMojihorseStreamline EmojishorseTabler IconshorseTwitter Emoji
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="M136 100a12 12 0 1 1-12-12a12 12 0 0 1 12 12m96 29.48A104.29 104.29 0 0 1 130.1 232h-2.17a103.32 103.32 0 0 1-69.26-26a8 8 0 1 1 10.67-12a84.7 84.7 0 0 0 20.1 13.37L116 170.84c-22.78-9.83-47.47-5.65-61.4-3.29a31.84 31.84 0 0 1-31.3-12.83l-.3-.43l-13.78-22a8 8 0 0 1 2.59-11.05L112 59.53V32a8 8 0 0 1 8-8h8a104 104 0 0 1 104 105.48m-16-.22A88 88 0 0 0 128 40v24a8 8 0 0 1-3.81 6.81l-97.13 59.78l9.36 15A15.92 15.92 0 0 0 52 151.77c16-2.7 48.77-8.24 78.07 8.18A40.06 40.06 0 0 0 168 120a8 8 0 0 1 16 0a56.07 56.07 0 0 1-51.8 55.83l-27.11 37.28a91 91 0 0 0 24.69 2.89A88.29 88.29 0 0 0 216 129.26"/></svg>
React
import type { SVGProps } from "react";
export function PhHorse(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="M136 100a12 12 0 1 1-12-12a12 12 0 0 1 12 12m96 29.48A104.29 104.29 0 0 1 130.1 232h-2.17a103.32 103.32 0 0 1-69.26-26a8 8 0 1 1 10.67-12a84.7 84.7 0 0 0 20.1 13.37L116 170.84c-22.78-9.83-47.47-5.65-61.4-3.29a31.84 31.84 0 0 1-31.3-12.83l-.3-.43l-13.78-22a8 8 0 0 1 2.59-11.05L112 59.53V32a8 8 0 0 1 8-8h8a104 104 0 0 1 104 105.48m-16-.22A88 88 0 0 0 128 40v24a8 8 0 0 1-3.81 6.81l-97.13 59.78l9.36 15A15.92 15.92 0 0 0 52 151.77c16-2.7 48.77-8.24 78.07 8.18A40.06 40.06 0 0 0 168 120a8 8 0 0 1 16 0a56.07 56.07 0 0 1-51.8 55.83l-27.11 37.28a91 91 0 0 0 24.69 2.89A88.29 88.29 0 0 0 216 129.26"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M136 100a12 12 0 1 1-12-12a12 12 0 0 1 12 12m96 29.48A104.29 104.29 0 0 1 130.1 232h-2.17a103.32 103.32 0 0 1-69.26-26a8 8 0 1 1 10.67-12a84.7 84.7 0 0 0 20.1 13.37L116 170.84c-22.78-9.83-47.47-5.65-61.4-3.29a31.84 31.84 0 0 1-31.3-12.83l-.3-.43l-13.78-22a8 8 0 0 1 2.59-11.05L112 59.53V32a8 8 0 0 1 8-8h8a104 104 0 0 1 104 105.48m-16-.22A88 88 0 0 0 128 40v24a8 8 0 0 1-3.81 6.81l-97.13 59.78l9.36 15A15.92 15.92 0 0 0 52 151.77c16-2.7 48.77-8.24 78.07 8.18A40.06 40.06 0 0 0 168 120a8 8 0 0 1 16 0a56.07 56.07 0 0 1-51.8 55.83l-27.11 37.28a91 91 0 0 0 24.69 2.89A88.29 88.29 0 0 0 216 129.26"/></svg> </template>
CSS
.icon-horse {
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%22M136%20100a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012m96%2029.48A104.29%20104.29%200%200%201%20130.1%20232h-2.17a103.32%20103.32%200%200%201-69.26-26a8%208%200%201%201%2010.67-12a84.7%2084.7%200%200%200%2020.1%2013.37L116%20170.84c-22.78-9.83-47.47-5.65-61.4-3.29a31.84%2031.84%200%200%201-31.3-12.83l-.3-.43l-13.78-22a8%208%200%200%201%202.59-11.05L112%2059.53V32a8%208%200%200%201%208-8h8a104%20104%200%200%201%20104%20105.48m-16-.22A88%2088%200%200%200%20128%2040v24a8%208%200%200%201-3.81%206.81l-97.13%2059.78l9.36%2015A15.92%2015.92%200%200%200%2052%20151.77c16-2.7%2048.77-8.24%2078.07%208.18A40.06%2040.06%200%200%200%20168%20120a8%208%200%200%201%2016%200a56.07%2056.07%200%200%201-51.8%2055.83l-27.11%2037.28a91%2091%200%200%200%2024.69%202.89A88.29%2088.29%200%200%200%20216%20129.26%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%22M136%20100a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012m96%2029.48A104.29%20104.29%200%200%201%20130.1%20232h-2.17a103.32%20103.32%200%200%201-69.26-26a8%208%200%201%201%2010.67-12a84.7%2084.7%200%200%200%2020.1%2013.37L116%20170.84c-22.78-9.83-47.47-5.65-61.4-3.29a31.84%2031.84%200%200%201-31.3-12.83l-.3-.43l-13.78-22a8%208%200%200%201%202.59-11.05L112%2059.53V32a8%208%200%200%201%208-8h8a104%20104%200%200%201%20104%20105.48m-16-.22A88%2088%200%200%200%20128%2040v24a8%208%200%200%201-3.81%206.81l-97.13%2059.78l9.36%2015A15.92%2015.92%200%200%200%2052%20151.77c16-2.7%2048.77-8.24%2078.07%208.18A40.06%2040.06%200%200%200%20168%20120a8%208%200%200%201%2016%200a56.07%2056.07%200%200%201-51.8%2055.83l-27.11%2037.28a91%2091%200%200%200%2024.69%202.89A88.29%2088.29%200%200%200%20216%20129.26%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/horse.svg?color=%231a73e8&size=48