Ferris Wheel icon in outline, twotone, bold and bulk. Free in all four styles, for props, objects and everything with no other sheet. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconFerrisWheel } from "@devigner-ui/icons";
<IconFerrisWheel className="size-6" />
<script setup>
import { IconFerrisWheel } from "@devigner-ui/icons-vue";
</script>
<template>
<IconFerrisWheel class="size-6" />
</template>
<script>
import { IconFerrisWheel } from "@devigner-ui/icons-svelte";
</script>
<IconFerrisWheel class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="11" r="2" stroke="currentColor" stroke-width="1.5"></circle><path d="M20.5 7.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0" stroke="currentColor" stroke-width="1.5"></path><path d="M20.5 16a1 1 0 1 1-2 0 1 1 0 0 1 2 0" stroke="currentColor" stroke-width="1.5"></path><path d="M5.5 7.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0" stroke="currentColor" stroke-width="1.5"></path><path d="M5.5 16a1 1 0 1 1-2 0 1 1 0 0 1 2 0" stroke="currentColor" stroke-width="1.5"></path><path d="M12 2.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2" stroke="currentColor" stroke-width="1.5"></path><path d="M12 18.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="m13.5 13 5 9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="m10.5 13-5 9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M10.56 3.78a3 3 0 0 1 2.88 0l4.79 2.62a3 3 0 0 1 1.56 2.63v4.94a3 3 0 0 1-1.56 2.63l-4.8 2.62a3 3 0 0 1-2.87 0L5.77 16.6a3 3 0 0 1-1.56-2.63V9.03A3 3 0 0 1 5.77 6.4z" stroke="currentColor" stroke-width="1.5"></path></svg>