ferris wheel icon

ferris-wheel from IconPark Solid by ByteDance · Solid · Build · Apache-2.0 Free for personal and commercial use.

Name
ferris-wheel
Set
IconPark Solid
Style
Solid
Category
Build
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More build icons from IconPark Solid

Use the ferris wheel icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-width="4" d="m9 44l15-22m15 22L24 22"/><path stroke="currentColor" stroke-width="4" d="M9.132 24A15 15 0 0 1 9 22a14.95 14.95 0 0 1 1.5-6.546m.656 14.299A15.02 15.02 0 0 0 21 36.7m6 0a15.02 15.02 0 0 0 9.911-7.06M38.868 24q.131-.982.132-2a14.94 14.94 0 0 0-1.5-6.546M27 7.3a14.96 14.96 0 0 1 7 3.52M21 7.3a14.96 14.96 0 0 0-7.614 4.101"/><circle cx="10" cy="27" r="3" fill="currentColor" stroke="currentColor" stroke-width="4"/><circle cx="24" cy="37" r="3" fill="currentColor" stroke="currentColor" stroke-width="4"/><circle cx="24" cy="7" r="3" fill="currentColor" stroke="currentColor" stroke-width="4"/><circle cx="12" cy="13" r="3" fill="currentColor" stroke="currentColor" stroke-width="4"/><circle cx="36" cy="13" r="3" fill="currentColor" stroke="currentColor" stroke-width="4"/><circle cx="38" cy="27" r="3" fill="currentColor" stroke="currentColor" stroke-width="4"/><circle cx="24" cy="22" r="4" fill="currentColor"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M6 44h8m20 0h8"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkSolidFerrisWheel(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="currentColor" strokeLinecap="round" strokeWidth="4" d="m9 44l15-22m15 22L24 22"/><path stroke="currentColor" strokeWidth="4" d="M9.132 24A15 15 0 0 1 9 22a14.95 14.95 0 0 1 1.5-6.546m.656 14.299A15.02 15.02 0 0 0 21 36.7m6 0a15.02 15.02 0 0 0 9.911-7.06M38.868 24q.131-.982.132-2a14.94 14.94 0 0 0-1.5-6.546M27 7.3a14.96 14.96 0 0 1 7 3.52M21 7.3a14.96 14.96 0 0 0-7.614 4.101"/><circle cx="10" cy="27" r="3" fill="currentColor" stroke="currentColor" strokeWidth="4"/><circle cx="24" cy="37" r="3" fill="currentColor" stroke="currentColor" strokeWidth="4"/><circle cx="24" cy="7" r="3" fill="currentColor" stroke="currentColor" strokeWidth="4"/><circle cx="12" cy="13" r="3" fill="currentColor" stroke="currentColor" strokeWidth="4"/><circle cx="36" cy="13" r="3" fill="currentColor" stroke="currentColor" strokeWidth="4"/><circle cx="38" cy="27" r="3" fill="currentColor" stroke="currentColor" strokeWidth="4"/><circle cx="24" cy="22" r="4" fill="currentColor"/><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M6 44h8m20 0h8"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-width="4" d="m9 44l15-22m15 22L24 22"/><path stroke="currentColor" stroke-width="4" d="M9.132 24A15 15 0 0 1 9 22a14.95 14.95 0 0 1 1.5-6.546m.656 14.299A15.02 15.02 0 0 0 21 36.7m6 0a15.02 15.02 0 0 0 9.911-7.06M38.868 24q.131-.982.132-2a14.94 14.94 0 0 0-1.5-6.546M27 7.3a14.96 14.96 0 0 1 7 3.52M21 7.3a14.96 14.96 0 0 0-7.614 4.101"/><circle cx="10" cy="27" r="3" fill="currentColor" stroke="currentColor" stroke-width="4"/><circle cx="24" cy="37" r="3" fill="currentColor" stroke="currentColor" stroke-width="4"/><circle cx="24" cy="7" r="3" fill="currentColor" stroke="currentColor" stroke-width="4"/><circle cx="12" cy="13" r="3" fill="currentColor" stroke="currentColor" stroke-width="4"/><circle cx="36" cy="13" r="3" fill="currentColor" stroke="currentColor" stroke-width="4"/><circle cx="38" cy="27" r="3" fill="currentColor" stroke="currentColor" stroke-width="4"/><circle cx="24" cy="22" r="4" fill="currentColor"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M6 44h8m20 0h8"/></g></svg>
</template>

CSS

.icon-ferris-wheel {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22m9%2044l15-22m15%2022L24%2022%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%224%22%20d%3D%22M9.132%2024A15%2015%200%200%201%209%2022a14.95%2014.95%200%200%201%201.5-6.546m.656%2014.299A15.02%2015.02%200%200%200%2021%2036.7m6%200a15.02%2015.02%200%200%200%209.911-7.06M38.868%2024q.131-.982.132-2a14.94%2014.94%200%200%200-1.5-6.546M27%207.3a14.96%2014.96%200%200%201%207%203.52M21%207.3a14.96%2014.96%200%200%200-7.614%204.101%22%2F%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2227%22%20r%3D%223%22%20fill%3D%22currentColor%22%20stroke%3D%22currentColor%22%20stroke-width%3D%224%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2237%22%20r%3D%223%22%20fill%3D%22currentColor%22%20stroke%3D%22currentColor%22%20stroke-width%3D%224%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%227%22%20r%3D%223%22%20fill%3D%22currentColor%22%20stroke%3D%22currentColor%22%20stroke-width%3D%224%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2213%22%20r%3D%223%22%20fill%3D%22currentColor%22%20stroke%3D%22currentColor%22%20stroke-width%3D%224%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2213%22%20r%3D%223%22%20fill%3D%22currentColor%22%20stroke%3D%22currentColor%22%20stroke-width%3D%224%22%2F%3E%3Ccircle%20cx%3D%2238%22%20cy%3D%2227%22%20r%3D%223%22%20fill%3D%22currentColor%22%20stroke%3D%22currentColor%22%20stroke-width%3D%224%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2222%22%20r%3D%224%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M6%2044h8m20%200h8%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22m9%2044l15-22m15%2022L24%2022%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%224%22%20d%3D%22M9.132%2024A15%2015%200%200%201%209%2022a14.95%2014.95%200%200%201%201.5-6.546m.656%2014.299A15.02%2015.02%200%200%200%2021%2036.7m6%200a15.02%2015.02%200%200%200%209.911-7.06M38.868%2024q.131-.982.132-2a14.94%2014.94%200%200%200-1.5-6.546M27%207.3a14.96%2014.96%200%200%201%207%203.52M21%207.3a14.96%2014.96%200%200%200-7.614%204.101%22%2F%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2227%22%20r%3D%223%22%20fill%3D%22currentColor%22%20stroke%3D%22currentColor%22%20stroke-width%3D%224%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2237%22%20r%3D%223%22%20fill%3D%22currentColor%22%20stroke%3D%22currentColor%22%20stroke-width%3D%224%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%227%22%20r%3D%223%22%20fill%3D%22currentColor%22%20stroke%3D%22currentColor%22%20stroke-width%3D%224%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2213%22%20r%3D%223%22%20fill%3D%22currentColor%22%20stroke%3D%22currentColor%22%20stroke-width%3D%224%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2213%22%20r%3D%223%22%20fill%3D%22currentColor%22%20stroke%3D%22currentColor%22%20stroke-width%3D%224%22%2F%3E%3Ccircle%20cx%3D%2238%22%20cy%3D%2227%22%20r%3D%223%22%20fill%3D%22currentColor%22%20stroke%3D%22currentColor%22%20stroke-width%3D%224%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2222%22%20r%3D%224%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M6%2044h8m20%200h8%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-solid/ferris-wheel.svg?color=%231a73e8&size=48