horse-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
horse-thin
Set
Phosphor
Style
Thin
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="M132 100a8 8 0 1 1-8-8a8 8 0 0 1 8 8m96 29.42A100.29 100.29 0 0 1 130 228h-2.09a99.37 99.37 0 0 1-66.6-25a4 4 0 1 1 5.34-6a89.1 89.1 0 0 0 24.09 15.39l31.35-43.11c-25.16-13-53.95-8.1-68.14-5.7a27.85 27.85 0 0 1-27.43-11.22c-.05-.07-.1-.14-.14-.21l-13.79-22a3.94 3.94 0 0 1-.5-3a4 4 0 0 1 1.79-2.5L116 61.76V32a4 4 0 0 1 4-4h8a100 100 0 0 1 100 101.42m-34.48-66A91.35 91.35 0 0 0 128 36h-4v28a4 4 0 0 1-1.9 3.41L21.53 129.29l11.58 18.52a19.89 19.89 0 0 0 19.52 7.91c15.68-2.66 48.08-8.13 76.39 8.25a44 44 0 0 0 43-44a4 4 0 0 1 8 0A52.06 52.06 0 0 1 130.07 172l-31.56 43.4a94.5 94.5 0 0 0 31.35 4.6a92 92 0 0 0 63.65-156.6Z"/></svg>

React

import type { SVGProps } from "react";

export function PhHorseThin(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="M132 100a8 8 0 1 1-8-8a8 8 0 0 1 8 8m96 29.42A100.29 100.29 0 0 1 130 228h-2.09a99.37 99.37 0 0 1-66.6-25a4 4 0 1 1 5.34-6a89.1 89.1 0 0 0 24.09 15.39l31.35-43.11c-25.16-13-53.95-8.1-68.14-5.7a27.85 27.85 0 0 1-27.43-11.22c-.05-.07-.1-.14-.14-.21l-13.79-22a3.94 3.94 0 0 1-.5-3a4 4 0 0 1 1.79-2.5L116 61.76V32a4 4 0 0 1 4-4h8a100 100 0 0 1 100 101.42m-34.48-66A91.35 91.35 0 0 0 128 36h-4v28a4 4 0 0 1-1.9 3.41L21.53 129.29l11.58 18.52a19.89 19.89 0 0 0 19.52 7.91c15.68-2.66 48.08-8.13 76.39 8.25a44 44 0 0 0 43-44a4 4 0 0 1 8 0A52.06 52.06 0 0 1 130.07 172l-31.56 43.4a94.5 94.5 0 0 0 31.35 4.6a92 92 0 0 0 63.65-156.6Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M132 100a8 8 0 1 1-8-8a8 8 0 0 1 8 8m96 29.42A100.29 100.29 0 0 1 130 228h-2.09a99.37 99.37 0 0 1-66.6-25a4 4 0 1 1 5.34-6a89.1 89.1 0 0 0 24.09 15.39l31.35-43.11c-25.16-13-53.95-8.1-68.14-5.7a27.85 27.85 0 0 1-27.43-11.22c-.05-.07-.1-.14-.14-.21l-13.79-22a3.94 3.94 0 0 1-.5-3a4 4 0 0 1 1.79-2.5L116 61.76V32a4 4 0 0 1 4-4h8a100 100 0 0 1 100 101.42m-34.48-66A91.35 91.35 0 0 0 128 36h-4v28a4 4 0 0 1-1.9 3.41L21.53 129.29l11.58 18.52a19.89 19.89 0 0 0 19.52 7.91c15.68-2.66 48.08-8.13 76.39 8.25a44 44 0 0 0 43-44a4 4 0 0 1 8 0A52.06 52.06 0 0 1 130.07 172l-31.56 43.4a94.5 94.5 0 0 0 31.35 4.6a92 92 0 0 0 63.65-156.6Z"/></svg>
</template>

CSS

.icon-horse-thin {
  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%22M132%20100a8%208%200%201%201-8-8a8%208%200%200%201%208%208m96%2029.42A100.29%20100.29%200%200%201%20130%20228h-2.09a99.37%2099.37%200%200%201-66.6-25a4%204%200%201%201%205.34-6a89.1%2089.1%200%200%200%2024.09%2015.39l31.35-43.11c-25.16-13-53.95-8.1-68.14-5.7a27.85%2027.85%200%200%201-27.43-11.22c-.05-.07-.1-.14-.14-.21l-13.79-22a3.94%203.94%200%200%201-.5-3a4%204%200%200%201%201.79-2.5L116%2061.76V32a4%204%200%200%201%204-4h8a100%20100%200%200%201%20100%20101.42m-34.48-66A91.35%2091.35%200%200%200%20128%2036h-4v28a4%204%200%200%201-1.9%203.41L21.53%20129.29l11.58%2018.52a19.89%2019.89%200%200%200%2019.52%207.91c15.68-2.66%2048.08-8.13%2076.39%208.25a44%2044%200%200%200%2043-44a4%204%200%200%201%208%200A52.06%2052.06%200%200%201%20130.07%20172l-31.56%2043.4a94.5%2094.5%200%200%200%2031.35%204.6a92%2092%200%200%200%2063.65-156.6Z%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%22M132%20100a8%208%200%201%201-8-8a8%208%200%200%201%208%208m96%2029.42A100.29%20100.29%200%200%201%20130%20228h-2.09a99.37%2099.37%200%200%201-66.6-25a4%204%200%201%201%205.34-6a89.1%2089.1%200%200%200%2024.09%2015.39l31.35-43.11c-25.16-13-53.95-8.1-68.14-5.7a27.85%2027.85%200%200%201-27.43-11.22c-.05-.07-.1-.14-.14-.21l-13.79-22a3.94%203.94%200%200%201-.5-3a4%204%200%200%201%201.79-2.5L116%2061.76V32a4%204%200%200%201%204-4h8a100%20100%200%200%201%20100%20101.42m-34.48-66A91.35%2091.35%200%200%200%20128%2036h-4v28a4%204%200%200%201-1.9%203.41L21.53%20129.29l11.58%2018.52a19.89%2019.89%200%200%200%2019.52%207.91c15.68-2.66%2048.08-8.13%2076.39%208.25a44%2044%200%200%200%2043-44a4%204%200%200%201%208%200A52.06%2052.06%200%200%201%20130.07%20172l-31.56%2043.4a94.5%2094.5%200%200%200%2031.35%204.6a92%2092%200%200%200%2063.65-156.6Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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