ferris wheel icon
ferris-wheel-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- ferris-wheel-filled
- Set
- Reicon
- Style
- Filled
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All ferris wheel icons →ferris-wheelEmoji One (Colored)ferris-wheelFluent Emojiferris-wheelFluent Emoji Flatferris-wheelFluent Emoji High Contrastferris-wheelHuge Iconsferris-wheelIconParkferris-wheelIconPark Outlineferris-wheelIconPark Solidferris-wheelIconPark TwoToneferris-wheelLucideferris-wheelMajesticonsferris-wheelMaterial Design Iconsferris-wheel-fillMingCute Iconferris-wheelNoto Emojiferris-wheelOpenMojiferris-wheel-boldSolarferris-wheelStreamline Emojisferris-wheelTDesign Iconsferris-wheelTwitter Emoji
More ui icons from Reicon
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="M13.698 3.073a1.75 1.75 0 0 0-3.396 0l-.097.052L5.41 5.739a4 4 0 0 0-.241.143a1.75 1.75 0 0 0-1.711 3.023l-.002.126v4.938q0 .301.047.593a1.75 1.75 0 1 0 2.095 2.801l1.307.713l-2.054 3.548a.75.75 0 0 0 1.298.752l2.074-3.581l1.982 1.08l.097.052a1.75 1.75 0 0 0 3.396 0l.097-.052l1.983-1.08l2.073 3.58a.75.75 0 0 0 1.298-.75l-2.054-3.549l1.307-.713a1.75 1.75 0 1 0 2.095-2.801q.047-.293.047-.593V9.03l-.002-.125a1.75 1.75 0 0 0-1.711-3.024a4 4 0 0 0-.242-.143l-4.794-2.614zm-3.061 1.524a1.747 1.747 0 0 0 2.726 0l4.452 2.428a1.75 1.75 0 0 0 1.229 2.165v4.779q0 .177-.027.349A1.75 1.75 0 0 0 17.75 16v.01l-1.407.767l-2.691-4.649a2 2 0 1 0-3.303 0l-2.692 4.65l-1.407-.767V16c0-.8-.536-1.473-1.267-1.683a2 2 0 0 1-.027-.348V9.19a1.75 1.75 0 0 0 1.229-2.165zM8.974 17.496l1.663.907a1.747 1.747 0 0 1 2.726 0l1.663-.907L12.4 12.96a2 2 0 0 1-.8 0z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconFerrisWheelFilled(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="M13.698 3.073a1.75 1.75 0 0 0-3.396 0l-.097.052L5.41 5.739a4 4 0 0 0-.241.143a1.75 1.75 0 0 0-1.711 3.023l-.002.126v4.938q0 .301.047.593a1.75 1.75 0 1 0 2.095 2.801l1.307.713l-2.054 3.548a.75.75 0 0 0 1.298.752l2.074-3.581l1.982 1.08l.097.052a1.75 1.75 0 0 0 3.396 0l.097-.052l1.983-1.08l2.073 3.58a.75.75 0 0 0 1.298-.75l-2.054-3.549l1.307-.713a1.75 1.75 0 1 0 2.095-2.801q.047-.293.047-.593V9.03l-.002-.125a1.75 1.75 0 0 0-1.711-3.024a4 4 0 0 0-.242-.143l-4.794-2.614zm-3.061 1.524a1.747 1.747 0 0 0 2.726 0l4.452 2.428a1.75 1.75 0 0 0 1.229 2.165v4.779q0 .177-.027.349A1.75 1.75 0 0 0 17.75 16v.01l-1.407.767l-2.691-4.649a2 2 0 1 0-3.303 0l-2.692 4.65l-1.407-.767V16c0-.8-.536-1.473-1.267-1.683a2 2 0 0 1-.027-.348V9.19a1.75 1.75 0 0 0 1.229-2.165zM8.974 17.496l1.663.907a1.747 1.747 0 0 1 2.726 0l1.663-.907L12.4 12.96a2 2 0 0 1-.8 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="M13.698 3.073a1.75 1.75 0 0 0-3.396 0l-.097.052L5.41 5.739a4 4 0 0 0-.241.143a1.75 1.75 0 0 0-1.711 3.023l-.002.126v4.938q0 .301.047.593a1.75 1.75 0 1 0 2.095 2.801l1.307.713l-2.054 3.548a.75.75 0 0 0 1.298.752l2.074-3.581l1.982 1.08l.097.052a1.75 1.75 0 0 0 3.396 0l.097-.052l1.983-1.08l2.073 3.58a.75.75 0 0 0 1.298-.75l-2.054-3.549l1.307-.713a1.75 1.75 0 1 0 2.095-2.801q.047-.293.047-.593V9.03l-.002-.125a1.75 1.75 0 0 0-1.711-3.024a4 4 0 0 0-.242-.143l-4.794-2.614zm-3.061 1.524a1.747 1.747 0 0 0 2.726 0l4.452 2.428a1.75 1.75 0 0 0 1.229 2.165v4.779q0 .177-.027.349A1.75 1.75 0 0 0 17.75 16v.01l-1.407.767l-2.691-4.649a2 2 0 1 0-3.303 0l-2.692 4.65l-1.407-.767V16c0-.8-.536-1.473-1.267-1.683a2 2 0 0 1-.027-.348V9.19a1.75 1.75 0 0 0 1.229-2.165zM8.974 17.496l1.663.907a1.747 1.747 0 0 1 2.726 0l1.663-.907L12.4 12.96a2 2 0 0 1-.8 0z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-ferris-wheel-filled {
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%22M13.698%203.073a1.75%201.75%200%200%200-3.396%200l-.097.052L5.41%205.739a4%204%200%200%200-.241.143a1.75%201.75%200%200%200-1.711%203.023l-.002.126v4.938q0%20.301.047.593a1.75%201.75%200%201%200%202.095%202.801l1.307.713l-2.054%203.548a.75.75%200%200%200%201.298.752l2.074-3.581l1.982%201.08l.097.052a1.75%201.75%200%200%200%203.396%200l.097-.052l1.983-1.08l2.073%203.58a.75.75%200%200%200%201.298-.75l-2.054-3.549l1.307-.713a1.75%201.75%200%201%200%202.095-2.801q.047-.293.047-.593V9.03l-.002-.125a1.75%201.75%200%200%200-1.711-3.024a4%204%200%200%200-.242-.143l-4.794-2.614zm-3.061%201.524a1.747%201.747%200%200%200%202.726%200l4.452%202.428a1.75%201.75%200%200%200%201.229%202.165v4.779q0%20.177-.027.349A1.75%201.75%200%200%200%2017.75%2016v.01l-1.407.767l-2.691-4.649a2%202%200%201%200-3.303%200l-2.692%204.65l-1.407-.767V16c0-.8-.536-1.473-1.267-1.683a2%202%200%200%201-.027-.348V9.19a1.75%201.75%200%200%200%201.229-2.165zM8.974%2017.496l1.663.907a1.747%201.747%200%200%201%202.726%200l1.663-.907L12.4%2012.96a2%202%200%200%201-.8%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%22M13.698%203.073a1.75%201.75%200%200%200-3.396%200l-.097.052L5.41%205.739a4%204%200%200%200-.241.143a1.75%201.75%200%200%200-1.711%203.023l-.002.126v4.938q0%20.301.047.593a1.75%201.75%200%201%200%202.095%202.801l1.307.713l-2.054%203.548a.75.75%200%200%200%201.298.752l2.074-3.581l1.982%201.08l.097.052a1.75%201.75%200%200%200%203.396%200l.097-.052l1.983-1.08l2.073%203.58a.75.75%200%200%200%201.298-.75l-2.054-3.549l1.307-.713a1.75%201.75%200%201%200%202.095-2.801q.047-.293.047-.593V9.03l-.002-.125a1.75%201.75%200%200%200-1.711-3.024a4%204%200%200%200-.242-.143l-4.794-2.614zm-3.061%201.524a1.747%201.747%200%200%200%202.726%200l4.452%202.428a1.75%201.75%200%200%200%201.229%202.165v4.779q0%20.177-.027.349A1.75%201.75%200%200%200%2017.75%2016v.01l-1.407.767l-2.691-4.649a2%202%200%201%200-3.303%200l-2.692%204.65l-1.407-.767V16c0-.8-.536-1.473-1.267-1.683a2%202%200%200%201-.027-.348V9.19a1.75%201.75%200%200%200%201.229-2.165zM8.974%2017.496l1.663.907a1.747%201.747%200%200%201%202.726%200l1.663-.907L12.4%2012.96a2%202%200%200%201-.8%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/reicon/ferris-wheel-filled.svg?color=%231a73e8&size=48