ferris wheel emoji

ferris-wheel from OpenMoji by OpenMoji · Default · Travel Places · CC-BY-SA-4.0 Attribution required.

Name
ferris-wheel
Set
OpenMoji
Style
Default
Category
Travel Places
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More travel places icons from OpenMoji

Use the ferris wheel emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#61b2e4" d="M33.636 37.325L17.31 66.846h12.788zm2.75.281l16.261 29.24H39.859z"/><path fill="#92d3f5" d="m46.53 55.464l-7.563-14.071l-1.208.699l8.209 24.754h6.679l-5.442-10.127M31.703 42.584L24.001 66.24h6.182l3.304-23.424z"/><path fill="none" stroke="#9b9b9a" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m38.327 29.961l12.272-12.272m-31.332 31.36L32.36 35.956m24.558-3.029H38.901m11.711 15.749L37.63 35.694m-6.481-2.748h-18.56m19.618-2.647L19.253 17.345m16.279 11.706V10.492"/><circle cx="34.734" cy="33.066" r="24.855" fill="none" stroke="#9b9b9a" stroke-miterlimit="10"/><circle cx="11.682" cy="20.785" r="4.588" fill="#f4aa41"/><circle cx="42.121" cy="9.418" r="4.588" fill="#f4aa41"/><circle cx="60.916" cy="32.206" r="4.64" fill="#f4aa41"/><circle cx="47.91" cy="55.464" r="4.64" fill="#f4aa41"/><circle cx="13.141" cy="47.132" r="4.588" fill="#f4aa41"/><g fill="none" stroke="#000" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="m31.953 55.464l1.223-18.139m-2.484 25.309l-.594 4.212H17.31l5.268-9.802m10.098-19.719l-8.929 15.648m14.257 2.491l-1.912-18.371m3.197 25.711l.57 4.042h12.788L48.929 60M36.092 37.093l8.184 14.294m16.37-14.549a26.13 26.13 0 0 1-8.408 15.7m-4.957-42.457a26.23 26.23 0 0 1 13.022 17.327M14.44 16.524a26.13 26.13 0 0 1 20.294-9.64q1.342 0 2.677.135M10.457 42.887A26.3 26.3 0 0 1 9.7 25.373M43.763 57.65a26.22 26.22 0 0 1-28.123-6.67"/><path stroke-linecap="round" stroke-miterlimit="10" d="M37.163 36.16a3.876 3.876 0 1 1 1.738-3.234"/><path stroke-linecap="round" stroke-linejoin="round" d="M37.969 29.602L50.24 17.331M18.909 48.69l13.093-13.092m-.153-4.941L18.895 17.703m31.359 31.332L37.271 36.052m-6.122-2.599h-18.56m43.687-.02H38.901m-3.876-4.382V10.492"/><circle cx="11.682" cy="20.785" r="4.588" stroke-miterlimit="10"/><circle cx="42.121" cy="9.418" r="4.588" stroke-miterlimit="10"/><path stroke-miterlimit="10" d="M65.556 32.206a4.64 4.64 0 1 1-9.28-.001a4.64 4.64 0 0 1 9.28.001ZM52.55 55.464a4.64 4.64 0 1 1-4.64-4.64a4.64 4.64 0 0 1 4.64 4.64Z"/><circle cx="13.141" cy="47.132" r="4.588" stroke-miterlimit="10"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiFerrisWheel(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#61b2e4" d="M33.636 37.325L17.31 66.846h12.788zm2.75.281l16.261 29.24H39.859z"/><path fill="#92d3f5" d="m46.53 55.464l-7.563-14.071l-1.208.699l8.209 24.754h6.679l-5.442-10.127M31.703 42.584L24.001 66.24h6.182l3.304-23.424z"/><path fill="none" stroke="#9b9b9a" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m38.327 29.961l12.272-12.272m-31.332 31.36L32.36 35.956m24.558-3.029H38.901m11.711 15.749L37.63 35.694m-6.481-2.748h-18.56m19.618-2.647L19.253 17.345m16.279 11.706V10.492"/><circle cx="34.734" cy="33.066" r="24.855" fill="none" stroke="#9b9b9a" strokeMiterlimit="10"/><circle cx="11.682" cy="20.785" r="4.588" fill="#f4aa41"/><circle cx="42.121" cy="9.418" r="4.588" fill="#f4aa41"/><circle cx="60.916" cy="32.206" r="4.64" fill="#f4aa41"/><circle cx="47.91" cy="55.464" r="4.64" fill="#f4aa41"/><circle cx="13.141" cy="47.132" r="4.588" fill="#f4aa41"/><g fill="none" stroke="#000" strokeWidth="2"><path strokeLinecap="round" strokeLinejoin="round" d="m31.953 55.464l1.223-18.139m-2.484 25.309l-.594 4.212H17.31l5.268-9.802m10.098-19.719l-8.929 15.648m14.257 2.491l-1.912-18.371m3.197 25.711l.57 4.042h12.788L48.929 60M36.092 37.093l8.184 14.294m16.37-14.549a26.13 26.13 0 0 1-8.408 15.7m-4.957-42.457a26.23 26.23 0 0 1 13.022 17.327M14.44 16.524a26.13 26.13 0 0 1 20.294-9.64q1.342 0 2.677.135M10.457 42.887A26.3 26.3 0 0 1 9.7 25.373M43.763 57.65a26.22 26.22 0 0 1-28.123-6.67"/><path strokeLinecap="round" strokeMiterlimit="10" d="M37.163 36.16a3.876 3.876 0 1 1 1.738-3.234"/><path strokeLinecap="round" strokeLinejoin="round" d="M37.969 29.602L50.24 17.331M18.909 48.69l13.093-13.092m-.153-4.941L18.895 17.703m31.359 31.332L37.271 36.052m-6.122-2.599h-18.56m43.687-.02H38.901m-3.876-4.382V10.492"/><circle cx="11.682" cy="20.785" r="4.588" strokeMiterlimit="10"/><circle cx="42.121" cy="9.418" r="4.588" strokeMiterlimit="10"/><path strokeMiterlimit="10" d="M65.556 32.206a4.64 4.64 0 1 1-9.28-.001a4.64 4.64 0 0 1 9.28.001ZM52.55 55.464a4.64 4.64 0 1 1-4.64-4.64a4.64 4.64 0 0 1 4.64 4.64Z"/><circle cx="13.141" cy="47.132" r="4.588" strokeMiterlimit="10"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#61b2e4" d="M33.636 37.325L17.31 66.846h12.788zm2.75.281l16.261 29.24H39.859z"/><path fill="#92d3f5" d="m46.53 55.464l-7.563-14.071l-1.208.699l8.209 24.754h6.679l-5.442-10.127M31.703 42.584L24.001 66.24h6.182l3.304-23.424z"/><path fill="none" stroke="#9b9b9a" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m38.327 29.961l12.272-12.272m-31.332 31.36L32.36 35.956m24.558-3.029H38.901m11.711 15.749L37.63 35.694m-6.481-2.748h-18.56m19.618-2.647L19.253 17.345m16.279 11.706V10.492"/><circle cx="34.734" cy="33.066" r="24.855" fill="none" stroke="#9b9b9a" stroke-miterlimit="10"/><circle cx="11.682" cy="20.785" r="4.588" fill="#f4aa41"/><circle cx="42.121" cy="9.418" r="4.588" fill="#f4aa41"/><circle cx="60.916" cy="32.206" r="4.64" fill="#f4aa41"/><circle cx="47.91" cy="55.464" r="4.64" fill="#f4aa41"/><circle cx="13.141" cy="47.132" r="4.588" fill="#f4aa41"/><g fill="none" stroke="#000" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="m31.953 55.464l1.223-18.139m-2.484 25.309l-.594 4.212H17.31l5.268-9.802m10.098-19.719l-8.929 15.648m14.257 2.491l-1.912-18.371m3.197 25.711l.57 4.042h12.788L48.929 60M36.092 37.093l8.184 14.294m16.37-14.549a26.13 26.13 0 0 1-8.408 15.7m-4.957-42.457a26.23 26.23 0 0 1 13.022 17.327M14.44 16.524a26.13 26.13 0 0 1 20.294-9.64q1.342 0 2.677.135M10.457 42.887A26.3 26.3 0 0 1 9.7 25.373M43.763 57.65a26.22 26.22 0 0 1-28.123-6.67"/><path stroke-linecap="round" stroke-miterlimit="10" d="M37.163 36.16a3.876 3.876 0 1 1 1.738-3.234"/><path stroke-linecap="round" stroke-linejoin="round" d="M37.969 29.602L50.24 17.331M18.909 48.69l13.093-13.092m-.153-4.941L18.895 17.703m31.359 31.332L37.271 36.052m-6.122-2.599h-18.56m43.687-.02H38.901m-3.876-4.382V10.492"/><circle cx="11.682" cy="20.785" r="4.588" stroke-miterlimit="10"/><circle cx="42.121" cy="9.418" r="4.588" stroke-miterlimit="10"/><path stroke-miterlimit="10" d="M65.556 32.206a4.64 4.64 0 1 1-9.28-.001a4.64 4.64 0 0 1 9.28.001ZM52.55 55.464a4.64 4.64 0 1 1-4.64-4.64a4.64 4.64 0 0 1 4.64 4.64Z"/><circle cx="13.141" cy="47.132" r="4.588" stroke-miterlimit="10"/></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%2072%2072%22%3E%3Cpath%20fill%3D%22%2361b2e4%22%20d%3D%22M33.636%2037.325L17.31%2066.846h12.788zm2.75.281l16.261%2029.24H39.859z%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22m46.53%2055.464l-7.563-14.071l-1.208.699l8.209%2024.754h6.679l-5.442-10.127M31.703%2042.584L24.001%2066.24h6.182l3.304-23.424z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%239b9b9a%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m38.327%2029.961l12.272-12.272m-31.332%2031.36L32.36%2035.956m24.558-3.029H38.901m11.711%2015.749L37.63%2035.694m-6.481-2.748h-18.56m19.618-2.647L19.253%2017.345m16.279%2011.706V10.492%22%2F%3E%3Ccircle%20cx%3D%2234.734%22%20cy%3D%2233.066%22%20r%3D%2224.855%22%20fill%3D%22none%22%20stroke%3D%22%239b9b9a%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Ccircle%20cx%3D%2211.682%22%20cy%3D%2220.785%22%20r%3D%224.588%22%20fill%3D%22%23f4aa41%22%2F%3E%3Ccircle%20cx%3D%2242.121%22%20cy%3D%229.418%22%20r%3D%224.588%22%20fill%3D%22%23f4aa41%22%2F%3E%3Ccircle%20cx%3D%2260.916%22%20cy%3D%2232.206%22%20r%3D%224.64%22%20fill%3D%22%23f4aa41%22%2F%3E%3Ccircle%20cx%3D%2247.91%22%20cy%3D%2255.464%22%20r%3D%224.64%22%20fill%3D%22%23f4aa41%22%2F%3E%3Ccircle%20cx%3D%2213.141%22%20cy%3D%2247.132%22%20r%3D%224.588%22%20fill%3D%22%23f4aa41%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m31.953%2055.464l1.223-18.139m-2.484%2025.309l-.594%204.212H17.31l5.268-9.802m10.098-19.719l-8.929%2015.648m14.257%202.491l-1.912-18.371m3.197%2025.711l.57%204.042h12.788L48.929%2060M36.092%2037.093l8.184%2014.294m16.37-14.549a26.13%2026.13%200%200%201-8.408%2015.7m-4.957-42.457a26.23%2026.23%200%200%201%2013.022%2017.327M14.44%2016.524a26.13%2026.13%200%200%201%2020.294-9.64q1.342%200%202.677.135M10.457%2042.887A26.3%2026.3%200%200%201%209.7%2025.373M43.763%2057.65a26.22%2026.22%200%200%201-28.123-6.67%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M37.163%2036.16a3.876%203.876%200%201%201%201.738-3.234%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M37.969%2029.602L50.24%2017.331M18.909%2048.69l13.093-13.092m-.153-4.941L18.895%2017.703m31.359%2031.332L37.271%2036.052m-6.122-2.599h-18.56m43.687-.02H38.901m-3.876-4.382V10.492%22%2F%3E%3Ccircle%20cx%3D%2211.682%22%20cy%3D%2220.785%22%20r%3D%224.588%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Ccircle%20cx%3D%2242.121%22%20cy%3D%229.418%22%20r%3D%224.588%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M65.556%2032.206a4.64%204.64%200%201%201-9.28-.001a4.64%204.64%200%200%201%209.28.001ZM52.55%2055.464a4.64%204.64%200%201%201-4.64-4.64a4.64%204.64%200%200%201%204.64%204.64Z%22%2F%3E%3Ccircle%20cx%3D%2213.141%22%20cy%3D%2247.132%22%20r%3D%224.588%22%20stroke-miterlimit%3D%2210%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%2072%2072%22%3E%3Cpath%20fill%3D%22%2361b2e4%22%20d%3D%22M33.636%2037.325L17.31%2066.846h12.788zm2.75.281l16.261%2029.24H39.859z%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22m46.53%2055.464l-7.563-14.071l-1.208.699l8.209%2024.754h6.679l-5.442-10.127M31.703%2042.584L24.001%2066.24h6.182l3.304-23.424z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%239b9b9a%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m38.327%2029.961l12.272-12.272m-31.332%2031.36L32.36%2035.956m24.558-3.029H38.901m11.711%2015.749L37.63%2035.694m-6.481-2.748h-18.56m19.618-2.647L19.253%2017.345m16.279%2011.706V10.492%22%2F%3E%3Ccircle%20cx%3D%2234.734%22%20cy%3D%2233.066%22%20r%3D%2224.855%22%20fill%3D%22none%22%20stroke%3D%22%239b9b9a%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Ccircle%20cx%3D%2211.682%22%20cy%3D%2220.785%22%20r%3D%224.588%22%20fill%3D%22%23f4aa41%22%2F%3E%3Ccircle%20cx%3D%2242.121%22%20cy%3D%229.418%22%20r%3D%224.588%22%20fill%3D%22%23f4aa41%22%2F%3E%3Ccircle%20cx%3D%2260.916%22%20cy%3D%2232.206%22%20r%3D%224.64%22%20fill%3D%22%23f4aa41%22%2F%3E%3Ccircle%20cx%3D%2247.91%22%20cy%3D%2255.464%22%20r%3D%224.64%22%20fill%3D%22%23f4aa41%22%2F%3E%3Ccircle%20cx%3D%2213.141%22%20cy%3D%2247.132%22%20r%3D%224.588%22%20fill%3D%22%23f4aa41%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m31.953%2055.464l1.223-18.139m-2.484%2025.309l-.594%204.212H17.31l5.268-9.802m10.098-19.719l-8.929%2015.648m14.257%202.491l-1.912-18.371m3.197%2025.711l.57%204.042h12.788L48.929%2060M36.092%2037.093l8.184%2014.294m16.37-14.549a26.13%2026.13%200%200%201-8.408%2015.7m-4.957-42.457a26.23%2026.23%200%200%201%2013.022%2017.327M14.44%2016.524a26.13%2026.13%200%200%201%2020.294-9.64q1.342%200%202.677.135M10.457%2042.887A26.3%2026.3%200%200%201%209.7%2025.373M43.763%2057.65a26.22%2026.22%200%200%201-28.123-6.67%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M37.163%2036.16a3.876%203.876%200%201%201%201.738-3.234%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M37.969%2029.602L50.24%2017.331M18.909%2048.69l13.093-13.092m-.153-4.941L18.895%2017.703m31.359%2031.332L37.271%2036.052m-6.122-2.599h-18.56m43.687-.02H38.901m-3.876-4.382V10.492%22%2F%3E%3Ccircle%20cx%3D%2211.682%22%20cy%3D%2220.785%22%20r%3D%224.588%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Ccircle%20cx%3D%2242.121%22%20cy%3D%229.418%22%20r%3D%224.588%22%20stroke-miterlimit%3D%2210%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M65.556%2032.206a4.64%204.64%200%201%201-9.28-.001a4.64%204.64%200%200%201%209.28.001ZM52.55%2055.464a4.64%204.64%200%201%201-4.64-4.64a4.64%204.64%200%200%201%204.64%204.64Z%22%2F%3E%3Ccircle%20cx%3D%2213.141%22%20cy%3D%2247.132%22%20r%3D%224.588%22%20stroke-miterlimit%3D%2210%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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