rocking horse icon

rocking-horse from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
rocking-horse
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the rocking horse icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M2 17c2.457 2.455 6.027 4 10 4s7.543-1.545 10-4"/><path d="m20.5 17.5l-1.555-1.815A6 6 0 0 1 17.5 11.78V9l.5-1l3 1l1-1.5l-3.5-3V3L17 4.5s-2.242 1.121-2.85 4.009c-.17.81-.822 1.491-1.65 1.491h-2.458A2.54 2.54 0 0 0 7.5 12.542c0 .953-.268 1.886-.773 2.694L4.5 18.5"/><path d="M8.5 10.5s-.63-.261-.988-.975C7.156 8.81 6.556 8.5 5.854 8.5C4.83 8.5 4 9.33 4 10.354v1.232C4 12.49 3.64 13.36 3 14m16 5l-2.462-2.77a5.156 5.156 0 0 0-8.078.47L6.5 19.5"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsRockingHorse(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M2 17c2.457 2.455 6.027 4 10 4s7.543-1.545 10-4"/><path d="m20.5 17.5l-1.555-1.815A6 6 0 0 1 17.5 11.78V9l.5-1l3 1l1-1.5l-3.5-3V3L17 4.5s-2.242 1.121-2.85 4.009c-.17.81-.822 1.491-1.65 1.491h-2.458A2.54 2.54 0 0 0 7.5 12.542c0 .953-.268 1.886-.773 2.694L4.5 18.5"/><path d="M8.5 10.5s-.63-.261-.988-.975C7.156 8.81 6.556 8.5 5.854 8.5C4.83 8.5 4 9.33 4 10.354v1.232C4 12.49 3.64 13.36 3 14m16 5l-2.462-2.77a5.156 5.156 0 0 0-8.078.47L6.5 19.5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M2 17c2.457 2.455 6.027 4 10 4s7.543-1.545 10-4"/><path d="m20.5 17.5l-1.555-1.815A6 6 0 0 1 17.5 11.78V9l.5-1l3 1l1-1.5l-3.5-3V3L17 4.5s-2.242 1.121-2.85 4.009c-.17.81-.822 1.491-1.65 1.491h-2.458A2.54 2.54 0 0 0 7.5 12.542c0 .953-.268 1.886-.773 2.694L4.5 18.5"/><path d="M8.5 10.5s-.63-.261-.988-.975C7.156 8.81 6.556 8.5 5.854 8.5C4.83 8.5 4 9.33 4 10.354v1.232C4 12.49 3.64 13.36 3 14m16 5l-2.462-2.77a5.156 5.156 0 0 0-8.078.47L6.5 19.5"/></g></svg>
</template>

CSS

.icon-rocking-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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%2017c2.457%202.455%206.027%204%2010%204s7.543-1.545%2010-4%22%2F%3E%3Cpath%20d%3D%22m20.5%2017.5l-1.555-1.815A6%206%200%200%201%2017.5%2011.78V9l.5-1l3%201l1-1.5l-3.5-3V3L17%204.5s-2.242%201.121-2.85%204.009c-.17.81-.822%201.491-1.65%201.491h-2.458A2.54%202.54%200%200%200%207.5%2012.542c0%20.953-.268%201.886-.773%202.694L4.5%2018.5%22%2F%3E%3Cpath%20d%3D%22M8.5%2010.5s-.63-.261-.988-.975C7.156%208.81%206.556%208.5%205.854%208.5C4.83%208.5%204%209.33%204%2010.354v1.232C4%2012.49%203.64%2013.36%203%2014m16%205l-2.462-2.77a5.156%205.156%200%200%200-8.078.47L6.5%2019.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%2017c2.457%202.455%206.027%204%2010%204s7.543-1.545%2010-4%22%2F%3E%3Cpath%20d%3D%22m20.5%2017.5l-1.555-1.815A6%206%200%200%201%2017.5%2011.78V9l.5-1l3%201l1-1.5l-3.5-3V3L17%204.5s-2.242%201.121-2.85%204.009c-.17.81-.822%201.491-1.65%201.491h-2.458A2.54%202.54%200%200%200%207.5%2012.542c0%20.953-.268%201.886-.773%202.694L4.5%2018.5%22%2F%3E%3Cpath%20d%3D%22M8.5%2010.5s-.63-.261-.988-.975C7.156%208.81%206.556%208.5%205.854%208.5C4.83%208.5%204%209.33%204%2010.354v1.232C4%2012.49%203.64%2013.36%203%2014m16%205l-2.462-2.77a5.156%205.156%200%200%200-8.078.47L6.5%2019.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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