ferris wheel icon

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

Name
ferris-wheel-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Use the ferris wheel icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 2a3 3 0 0 0-2.931 3.642q-.587.271-1.11.641a3 3 0 1 0-2.931 5.077a7 7 0 0 0 0 1.28q-.303.097-.59.262a3 3 0 1 0 3.522 4.815q.428.303.9.541l-.809 2.426a1 1 0 0 0 1.898.632l.808-2.426a7 7 0 0 0 2.486 0l.808 2.426a1 1 0 0 0 1.898-.632l-.809-2.426q.472-.238.9-.54q.236.214.522.38a3 3 0 1 0 2.41-5.458a7 7 0 0 0 0-1.28q.303-.096.59-.262a3 3 0 1 0-3.522-4.815a7 7 0 0 0-1.109-.641Q15 5.33 15 5a3 3 0 0 0-3-3m2.498 14.332a5 5 0 0 0 .595-.403a3 3 0 0 1 .37-1.929a3 3 0 0 1 1.487-1.286a5 5 0 0 0 0-1.428A3 3 0 0 1 15.463 10a3 3 0 0 1-.371-1.929a5 5 0 0 0-1.236-.715A3 3 0 0 1 12 8c-.701 0-1.346-.24-1.857-.644c-.447.18-.863.421-1.236.715A3 3 0 0 1 8.536 10a3 3 0 0 1-1.485 1.286a5 5 0 0 0 0 1.428a2.995 2.995 0 0 1 1.856 3.216q.283.221.595.402l1.55-4.648a1 1 0 0 1 1.897 0z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteFerrisWheelFill(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" fillRule="evenodd" d="M12 2a3 3 0 0 0-2.931 3.642q-.587.271-1.11.641a3 3 0 1 0-2.931 5.077a7 7 0 0 0 0 1.28q-.303.097-.59.262a3 3 0 1 0 3.522 4.815q.428.303.9.541l-.809 2.426a1 1 0 0 0 1.898.632l.808-2.426a7 7 0 0 0 2.486 0l.808 2.426a1 1 0 0 0 1.898-.632l-.809-2.426q.472-.238.9-.54q.236.214.522.38a3 3 0 1 0 2.41-5.458a7 7 0 0 0 0-1.28q.303-.096.59-.262a3 3 0 1 0-3.522-4.815a7 7 0 0 0-1.109-.641Q15 5.33 15 5a3 3 0 0 0-3-3m2.498 14.332a5 5 0 0 0 .595-.403a3 3 0 0 1 .37-1.929a3 3 0 0 1 1.487-1.286a5 5 0 0 0 0-1.428A3 3 0 0 1 15.463 10a3 3 0 0 1-.371-1.929a5 5 0 0 0-1.236-.715A3 3 0 0 1 12 8c-.701 0-1.346-.24-1.857-.644c-.447.18-.863.421-1.236.715A3 3 0 0 1 8.536 10a3 3 0 0 1-1.485 1.286a5 5 0 0 0 0 1.428a2.995 2.995 0 0 1 1.856 3.216q.283.221.595.402l1.55-4.648a1 1 0 0 1 1.897 0z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 2a3 3 0 0 0-2.931 3.642q-.587.271-1.11.641a3 3 0 1 0-2.931 5.077a7 7 0 0 0 0 1.28q-.303.097-.59.262a3 3 0 1 0 3.522 4.815q.428.303.9.541l-.809 2.426a1 1 0 0 0 1.898.632l.808-2.426a7 7 0 0 0 2.486 0l.808 2.426a1 1 0 0 0 1.898-.632l-.809-2.426q.472-.238.9-.54q.236.214.522.38a3 3 0 1 0 2.41-5.458a7 7 0 0 0 0-1.28q.303-.096.59-.262a3 3 0 1 0-3.522-4.815a7 7 0 0 0-1.109-.641Q15 5.33 15 5a3 3 0 0 0-3-3m2.498 14.332a5 5 0 0 0 .595-.403a3 3 0 0 1 .37-1.929a3 3 0 0 1 1.487-1.286a5 5 0 0 0 0-1.428A3 3 0 0 1 15.463 10a3 3 0 0 1-.371-1.929a5 5 0 0 0-1.236-.715A3 3 0 0 1 12 8c-.701 0-1.346-.24-1.857-.644c-.447.18-.863.421-1.236.715A3 3 0 0 1 8.536 10a3 3 0 0 1-1.485 1.286a5 5 0 0 0 0 1.428a2.995 2.995 0 0 1 1.856 3.216q.283.221.595.402l1.55-4.648a1 1 0 0 1 1.897 0z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-ferris-wheel-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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202a3%203%200%200%200-2.931%203.642q-.587.271-1.11.641a3%203%200%201%200-2.931%205.077a7%207%200%200%200%200%201.28q-.303.097-.59.262a3%203%200%201%200%203.522%204.815q.428.303.9.541l-.809%202.426a1%201%200%200%200%201.898.632l.808-2.426a7%207%200%200%200%202.486%200l.808%202.426a1%201%200%200%200%201.898-.632l-.809-2.426q.472-.238.9-.54q.236.214.522.38a3%203%200%201%200%202.41-5.458a7%207%200%200%200%200-1.28q.303-.096.59-.262a3%203%200%201%200-3.522-4.815a7%207%200%200%200-1.109-.641Q15%205.33%2015%205a3%203%200%200%200-3-3m2.498%2014.332a5%205%200%200%200%20.595-.403a3%203%200%200%201%20.37-1.929a3%203%200%200%201%201.487-1.286a5%205%200%200%200%200-1.428A3%203%200%200%201%2015.463%2010a3%203%200%200%201-.371-1.929a5%205%200%200%200-1.236-.715A3%203%200%200%201%2012%208c-.701%200-1.346-.24-1.857-.644c-.447.18-.863.421-1.236.715A3%203%200%200%201%208.536%2010a3%203%200%200%201-1.485%201.286a5%205%200%200%200%200%201.428a2.995%202.995%200%200%201%201.856%203.216q.283.221.595.402l1.55-4.648a1%201%200%200%201%201.897%200z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202a3%203%200%200%200-2.931%203.642q-.587.271-1.11.641a3%203%200%201%200-2.931%205.077a7%207%200%200%200%200%201.28q-.303.097-.59.262a3%203%200%201%200%203.522%204.815q.428.303.9.541l-.809%202.426a1%201%200%200%200%201.898.632l.808-2.426a7%207%200%200%200%202.486%200l.808%202.426a1%201%200%200%200%201.898-.632l-.809-2.426q.472-.238.9-.54q.236.214.522.38a3%203%200%201%200%202.41-5.458a7%207%200%200%200%200-1.28q.303-.096.59-.262a3%203%200%201%200-3.522-4.815a7%207%200%200%200-1.109-.641Q15%205.33%2015%205a3%203%200%200%200-3-3m2.498%2014.332a5%205%200%200%200%20.595-.403a3%203%200%200%201%20.37-1.929a3%203%200%200%201%201.487-1.286a5%205%200%200%200%200-1.428A3%203%200%200%201%2015.463%2010a3%203%200%200%201-.371-1.929a5%205%200%200%200-1.236-.715A3%203%200%200%201%2012%208c-.701%200-1.346-.24-1.857-.644c-.447.18-.863.421-1.236.715A3%203%200%200%201%208.536%2010a3%203%200%200%201-1.485%201.286a5%205%200%200%200%200%201.428a2.995%202.995%200%200%201%201.856%203.216q.283.221.595.402l1.55-4.648a1%201%200%200%201%201.897%200z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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