horse icon
horse-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- horse-light
- Set
- Phosphor
- Style
- Light
- 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="M134 100a10 10 0 1 1-10-10a10 10 0 0 1 10 10m96 29.45A102.29 102.29 0 0 1 130.06 230h-2.13A101.33 101.33 0 0 1 60 204.47a6 6 0 1 1 8-8.94a87.1 87.1 0 0 0 22.09 14.39l29-39.89c-23.93-11.37-50.18-6.93-64.8-4.45a29.84 29.84 0 0 1-29.38-12a4 4 0 0 1-.22-.32l-13.79-22a6 6 0 0 1 1.95-8.29L114 60.65V32a6 6 0 0 1 6-6h8a102 102 0 0 1 102 103.45m-12-.17A90 90 0 0 0 128 38h-2v26a6 6 0 0 1-2.86 5.11l-98.85 60.83l10.47 16.74a17.91 17.91 0 0 0 17.54 7.06c15.82-2.67 48.42-8.18 77.23 8.22A42 42 0 0 0 170 120a6 6 0 0 1 12 0a54.06 54.06 0 0 1-50.87 53.9l-29.36 40.37a92.8 92.8 0 0 0 28.05 3.73A90.28 90.28 0 0 0 218 129.28"/></svg>
React
import type { SVGProps } from "react";
export function PhHorseLight(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="M134 100a10 10 0 1 1-10-10a10 10 0 0 1 10 10m96 29.45A102.29 102.29 0 0 1 130.06 230h-2.13A101.33 101.33 0 0 1 60 204.47a6 6 0 1 1 8-8.94a87.1 87.1 0 0 0 22.09 14.39l29-39.89c-23.93-11.37-50.18-6.93-64.8-4.45a29.84 29.84 0 0 1-29.38-12a4 4 0 0 1-.22-.32l-13.79-22a6 6 0 0 1 1.95-8.29L114 60.65V32a6 6 0 0 1 6-6h8a102 102 0 0 1 102 103.45m-12-.17A90 90 0 0 0 128 38h-2v26a6 6 0 0 1-2.86 5.11l-98.85 60.83l10.47 16.74a17.91 17.91 0 0 0 17.54 7.06c15.82-2.67 48.42-8.18 77.23 8.22A42 42 0 0 0 170 120a6 6 0 0 1 12 0a54.06 54.06 0 0 1-50.87 53.9l-29.36 40.37a92.8 92.8 0 0 0 28.05 3.73A90.28 90.28 0 0 0 218 129.28"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M134 100a10 10 0 1 1-10-10a10 10 0 0 1 10 10m96 29.45A102.29 102.29 0 0 1 130.06 230h-2.13A101.33 101.33 0 0 1 60 204.47a6 6 0 1 1 8-8.94a87.1 87.1 0 0 0 22.09 14.39l29-39.89c-23.93-11.37-50.18-6.93-64.8-4.45a29.84 29.84 0 0 1-29.38-12a4 4 0 0 1-.22-.32l-13.79-22a6 6 0 0 1 1.95-8.29L114 60.65V32a6 6 0 0 1 6-6h8a102 102 0 0 1 102 103.45m-12-.17A90 90 0 0 0 128 38h-2v26a6 6 0 0 1-2.86 5.11l-98.85 60.83l10.47 16.74a17.91 17.91 0 0 0 17.54 7.06c15.82-2.67 48.42-8.18 77.23 8.22A42 42 0 0 0 170 120a6 6 0 0 1 12 0a54.06 54.06 0 0 1-50.87 53.9l-29.36 40.37a92.8 92.8 0 0 0 28.05 3.73A90.28 90.28 0 0 0 218 129.28"/></svg> </template>
CSS
.icon-horse-light {
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%22M134%20100a10%2010%200%201%201-10-10a10%2010%200%200%201%2010%2010m96%2029.45A102.29%20102.29%200%200%201%20130.06%20230h-2.13A101.33%20101.33%200%200%201%2060%20204.47a6%206%200%201%201%208-8.94a87.1%2087.1%200%200%200%2022.09%2014.39l29-39.89c-23.93-11.37-50.18-6.93-64.8-4.45a29.84%2029.84%200%200%201-29.38-12a4%204%200%200%201-.22-.32l-13.79-22a6%206%200%200%201%201.95-8.29L114%2060.65V32a6%206%200%200%201%206-6h8a102%20102%200%200%201%20102%20103.45m-12-.17A90%2090%200%200%200%20128%2038h-2v26a6%206%200%200%201-2.86%205.11l-98.85%2060.83l10.47%2016.74a17.91%2017.91%200%200%200%2017.54%207.06c15.82-2.67%2048.42-8.18%2077.23%208.22A42%2042%200%200%200%20170%20120a6%206%200%200%201%2012%200a54.06%2054.06%200%200%201-50.87%2053.9l-29.36%2040.37a92.8%2092.8%200%200%200%2028.05%203.73A90.28%2090.28%200%200%200%20218%20129.28%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%22M134%20100a10%2010%200%201%201-10-10a10%2010%200%200%201%2010%2010m96%2029.45A102.29%20102.29%200%200%201%20130.06%20230h-2.13A101.33%20101.33%200%200%201%2060%20204.47a6%206%200%201%201%208-8.94a87.1%2087.1%200%200%200%2022.09%2014.39l29-39.89c-23.93-11.37-50.18-6.93-64.8-4.45a29.84%2029.84%200%200%201-29.38-12a4%204%200%200%201-.22-.32l-13.79-22a6%206%200%200%201%201.95-8.29L114%2060.65V32a6%206%200%200%201%206-6h8a102%20102%200%200%201%20102%20103.45m-12-.17A90%2090%200%200%200%20128%2038h-2v26a6%206%200%200%201-2.86%205.11l-98.85%2060.83l10.47%2016.74a17.91%2017.91%200%200%200%2017.54%207.06c15.82-2.67%2048.42-8.18%2077.23%208.22A42%2042%200%200%200%20170%20120a6%206%200%200%201%2012%200a54.06%2054.06%200%200%201-50.87%2053.9l-29.36%2040.37a92.8%2092.8%200%200%200%2028.05%203.73A90.28%2090.28%200%200%200%20218%20129.28%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/horse-light.svg?color=%231a73e8&size=48