toy-horse-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
toy-horse-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Use the toy horse icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.773 1.954c.285-.02.678-.018 1.141.059c.94.157 2.135.62 3.293 1.78c1.115 1.114 1.803 2.358 2.212 3.312c.144.336.256.64.34.894h3.602l.088.001c.89.009 1.942.076 2.999.605c1.26.63 2.39 1.834 3.447 3.947a1 1 0 0 1-1.79.895c-.594-1.19-1.16-1.947-1.683-2.436l1.03 5.151a1 1 0 0 1 1.275 1.524c.02-.017-.482.443-.637.565c-.396.315-.978.725-1.747 1.132C16.802 20.2 14.517 21 11.5 21s-5.302-.8-6.843-1.616a11.4 11.4 0 0 1-1.747-1.132l-.637-.565a1 1 0 0 1 1.451-1.377c.134.135.28.258.429.376q.078.062.17.13l2.07-6.625l-.692-.923l-1.253.627a1 1 0 0 1-1.155-.188l-1.5-1.5a1 1 0 0 1-.107-1.288l2.15-3.01l-.23-.461a1 1 0 0 1 .651-1.418a6 6 0 0 1 .516-.075M10.347 15a.5.5 0 0 0-.469.324l-1.266 3.378c.85.183 1.813.298 2.888.298c1.48 0 2.746-.218 3.801-.53l-1.18-3.146a.5.5 0 0 0-.467-.324z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteToyHorseFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.773 1.954c.285-.02.678-.018 1.141.059c.94.157 2.135.62 3.293 1.78c1.115 1.114 1.803 2.358 2.212 3.312c.144.336.256.64.34.894h3.602l.088.001c.89.009 1.942.076 2.999.605c1.26.63 2.39 1.834 3.447 3.947a1 1 0 0 1-1.79.895c-.594-1.19-1.16-1.947-1.683-2.436l1.03 5.151a1 1 0 0 1 1.275 1.524c.02-.017-.482.443-.637.565c-.396.315-.978.725-1.747 1.132C16.802 20.2 14.517 21 11.5 21s-5.302-.8-6.843-1.616a11.4 11.4 0 0 1-1.747-1.132l-.637-.565a1 1 0 0 1 1.451-1.377c.134.135.28.258.429.376q.078.062.17.13l2.07-6.625l-.692-.923l-1.253.627a1 1 0 0 1-1.155-.188l-1.5-1.5a1 1 0 0 1-.107-1.288l2.15-3.01l-.23-.461a1 1 0 0 1 .651-1.418a6 6 0 0 1 .516-.075M10.347 15a.5.5 0 0 0-.469.324l-1.266 3.378c.85.183 1.813.298 2.888.298c1.48 0 2.746-.218 3.801-.53l-1.18-3.146a.5.5 0 0 0-.467-.324z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.773 1.954c.285-.02.678-.018 1.141.059c.94.157 2.135.62 3.293 1.78c1.115 1.114 1.803 2.358 2.212 3.312c.144.336.256.64.34.894h3.602l.088.001c.89.009 1.942.076 2.999.605c1.26.63 2.39 1.834 3.447 3.947a1 1 0 0 1-1.79.895c-.594-1.19-1.16-1.947-1.683-2.436l1.03 5.151a1 1 0 0 1 1.275 1.524c.02-.017-.482.443-.637.565c-.396.315-.978.725-1.747 1.132C16.802 20.2 14.517 21 11.5 21s-5.302-.8-6.843-1.616a11.4 11.4 0 0 1-1.747-1.132l-.637-.565a1 1 0 0 1 1.451-1.377c.134.135.28.258.429.376q.078.062.17.13l2.07-6.625l-.692-.923l-1.253.627a1 1 0 0 1-1.155-.188l-1.5-1.5a1 1 0 0 1-.107-1.288l2.15-3.01l-.23-.461a1 1 0 0 1 .651-1.418a6 6 0 0 1 .516-.075M10.347 15a.5.5 0 0 0-.469.324l-1.266 3.378c.85.183 1.813.298 2.888.298c1.48 0 2.746-.218 3.801-.53l-1.18-3.146a.5.5 0 0 0-.467-.324z"/></svg>
</template>

CSS

.icon-toy-horse-fill {
  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%22currentColor%22%20d%3D%22M4.773%201.954c.285-.02.678-.018%201.141.059c.94.157%202.135.62%203.293%201.78c1.115%201.114%201.803%202.358%202.212%203.312c.144.336.256.64.34.894h3.602l.088.001c.89.009%201.942.076%202.999.605c1.26.63%202.39%201.834%203.447%203.947a1%201%200%200%201-1.79.895c-.594-1.19-1.16-1.947-1.683-2.436l1.03%205.151a1%201%200%200%201%201.275%201.524c.02-.017-.482.443-.637.565c-.396.315-.978.725-1.747%201.132C16.802%2020.2%2014.517%2021%2011.5%2021s-5.302-.8-6.843-1.616a11.4%2011.4%200%200%201-1.747-1.132l-.637-.565a1%201%200%200%201%201.451-1.377c.134.135.28.258.429.376q.078.062.17.13l2.07-6.625l-.692-.923l-1.253.627a1%201%200%200%201-1.155-.188l-1.5-1.5a1%201%200%200%201-.107-1.288l2.15-3.01l-.23-.461a1%201%200%200%201%20.651-1.418a6%206%200%200%201%20.516-.075M10.347%2015a.5.5%200%200%200-.469.324l-1.266%203.378c.85.183%201.813.298%202.888.298c1.48%200%202.746-.218%203.801-.53l-1.18-3.146a.5.5%200%200%200-.467-.324z%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%22currentColor%22%20d%3D%22M4.773%201.954c.285-.02.678-.018%201.141.059c.94.157%202.135.62%203.293%201.78c1.115%201.114%201.803%202.358%202.212%203.312c.144.336.256.64.34.894h3.602l.088.001c.89.009%201.942.076%202.999.605c1.26.63%202.39%201.834%203.447%203.947a1%201%200%200%201-1.79.895c-.594-1.19-1.16-1.947-1.683-2.436l1.03%205.151a1%201%200%200%201%201.275%201.524c.02-.017-.482.443-.637.565c-.396.315-.978.725-1.747%201.132C16.802%2020.2%2014.517%2021%2011.5%2021s-5.302-.8-6.843-1.616a11.4%2011.4%200%200%201-1.747-1.132l-.637-.565a1%201%200%200%201%201.451-1.377c.134.135.28.258.429.376q.078.062.17.13l2.07-6.625l-.692-.923l-1.253.627a1%201%200%200%201-1.155-.188l-1.5-1.5a1%201%200%200%201-.107-1.288l2.15-3.01l-.23-.461a1%201%200%200%201%20.651-1.418a6%206%200%200%201%20.516-.075M10.347%2015a.5.5%200%200%200-.469.324l-1.266%203.378c.85.183%201.813.298%202.888.298c1.48%200%202.746-.218%203.801-.53l-1.18-3.146a.5.5%200%200%200-.467-.324z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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