ferris wheel icon
ferris-wheel-duotone from Reicon by REICON · Duotone · UI · MIT Free for personal and commercial use.
- Name
- ferris-wheel-duotone
- Set
- Reicon
- Style
- Duotone
- 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"><g fill="currentColor"><path fill-rule="evenodd" d="M9.25 11a2.75 2.75 0 1 1 5.5 0a2.75 2.75 0 0 1-5.5 0" clip-rule="evenodd" opacity=".5"/><path d="m9.821 12.678l-4.976 8.958a.75.75 0 0 0 1.31.728l4.883-8.787a2.76 2.76 0 0 1-1.217-.9m3.142.9l4.882 8.787a.75.75 0 0 0 1.31-.728l-4.976-8.958c-.31.403-.731.717-1.216.899M12 5.25a1.75 1.75 0 1 1 0-3.5a1.75 1.75 0 0 1 0 3.5M2.75 7.5a1.75 1.75 0 1 1 3.5 0a1.75 1.75 0 0 1-3.5 0M19.5 5.75a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5m0 8.5a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5m-15 0a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5m5.75 5.25a1.75 1.75 0 1 0 3.5 0a1.75 1.75 0 0 0-3.5 0"/><path fill-rule="evenodd" d="M10.637 4.597a1.74 1.74 0 0 1-.335-1.524l-.098.052L5.41 5.739a4 4 0 0 0-.241.143c.491.204.87.624 1.016 1.143zM4.955 9.19a1.75 1.75 0 0 1-1.498-.285l-.002.126v4.938q0 .301.047.593a1.74 1.74 0 0 1 1.48-.245a2 2 0 0 1-.027-.348zm1.295 6.82a1.75 1.75 0 0 1-.653 1.353l4.607 2.512l.098.052a1.75 1.75 0 0 1 .335-1.524zm7.113 2.392a1.74 1.74 0 0 1 .335 1.524l.096-.05l4.608-2.513a1.75 1.75 0 0 1-.652-1.353zm5.653-4.084a1.75 1.75 0 0 1 1.48.243q.048-.292.048-.592V9.03q0-.062-.003-.125a1.74 1.74 0 0 1-1.497.284v4.779q0 .177-.028.349m-1.2-7.293a1.75 1.75 0 0 1 1.015-1.142a4 4 0 0 0-.242-.144l-4.794-2.614l-.097-.051a1.75 1.75 0 0 1-.335 1.524z" clip-rule="evenodd" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconFerrisWheelDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M9.25 11a2.75 2.75 0 1 1 5.5 0a2.75 2.75 0 0 1-5.5 0" clipRule="evenodd" opacity=".5"/><path d="m9.821 12.678l-4.976 8.958a.75.75 0 0 0 1.31.728l4.883-8.787a2.76 2.76 0 0 1-1.217-.9m3.142.9l4.882 8.787a.75.75 0 0 0 1.31-.728l-4.976-8.958c-.31.403-.731.717-1.216.899M12 5.25a1.75 1.75 0 1 1 0-3.5a1.75 1.75 0 0 1 0 3.5M2.75 7.5a1.75 1.75 0 1 1 3.5 0a1.75 1.75 0 0 1-3.5 0M19.5 5.75a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5m0 8.5a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5m-15 0a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5m5.75 5.25a1.75 1.75 0 1 0 3.5 0a1.75 1.75 0 0 0-3.5 0"/><path fillRule="evenodd" d="M10.637 4.597a1.74 1.74 0 0 1-.335-1.524l-.098.052L5.41 5.739a4 4 0 0 0-.241.143c.491.204.87.624 1.016 1.143zM4.955 9.19a1.75 1.75 0 0 1-1.498-.285l-.002.126v4.938q0 .301.047.593a1.74 1.74 0 0 1 1.48-.245a2 2 0 0 1-.027-.348zm1.295 6.82a1.75 1.75 0 0 1-.653 1.353l4.607 2.512l.098.052a1.75 1.75 0 0 1 .335-1.524zm7.113 2.392a1.74 1.74 0 0 1 .335 1.524l.096-.05l4.608-2.513a1.75 1.75 0 0 1-.652-1.353zm5.653-4.084a1.75 1.75 0 0 1 1.48.243q.048-.292.048-.592V9.03q0-.062-.003-.125a1.74 1.74 0 0 1-1.497.284v4.779q0 .177-.028.349m-1.2-7.293a1.75 1.75 0 0 1 1.015-1.142a4 4 0 0 0-.242-.144l-4.794-2.614l-.097-.051a1.75 1.75 0 0 1-.335 1.524z" clipRule="evenodd" opacity=".5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M9.25 11a2.75 2.75 0 1 1 5.5 0a2.75 2.75 0 0 1-5.5 0" clip-rule="evenodd" opacity=".5"/><path d="m9.821 12.678l-4.976 8.958a.75.75 0 0 0 1.31.728l4.883-8.787a2.76 2.76 0 0 1-1.217-.9m3.142.9l4.882 8.787a.75.75 0 0 0 1.31-.728l-4.976-8.958c-.31.403-.731.717-1.216.899M12 5.25a1.75 1.75 0 1 1 0-3.5a1.75 1.75 0 0 1 0 3.5M2.75 7.5a1.75 1.75 0 1 1 3.5 0a1.75 1.75 0 0 1-3.5 0M19.5 5.75a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5m0 8.5a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5m-15 0a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5m5.75 5.25a1.75 1.75 0 1 0 3.5 0a1.75 1.75 0 0 0-3.5 0"/><path fill-rule="evenodd" d="M10.637 4.597a1.74 1.74 0 0 1-.335-1.524l-.098.052L5.41 5.739a4 4 0 0 0-.241.143c.491.204.87.624 1.016 1.143zM4.955 9.19a1.75 1.75 0 0 1-1.498-.285l-.002.126v4.938q0 .301.047.593a1.74 1.74 0 0 1 1.48-.245a2 2 0 0 1-.027-.348zm1.295 6.82a1.75 1.75 0 0 1-.653 1.353l4.607 2.512l.098.052a1.75 1.75 0 0 1 .335-1.524zm7.113 2.392a1.74 1.74 0 0 1 .335 1.524l.096-.05l4.608-2.513a1.75 1.75 0 0 1-.652-1.353zm5.653-4.084a1.75 1.75 0 0 1 1.48.243q.048-.292.048-.592V9.03q0-.062-.003-.125a1.74 1.74 0 0 1-1.497.284v4.779q0 .177-.028.349m-1.2-7.293a1.75 1.75 0 0 1 1.015-1.142a4 4 0 0 0-.242-.144l-4.794-2.614l-.097-.051a1.75 1.75 0 0 1-.335 1.524z" clip-rule="evenodd" opacity=".5"/></g></svg> </template>
CSS
.icon-ferris-wheel-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.25%2011a2.75%202.75%200%201%201%205.5%200a2.75%202.75%200%200%201-5.5%200%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22m9.821%2012.678l-4.976%208.958a.75.75%200%200%200%201.31.728l4.883-8.787a2.76%202.76%200%200%201-1.217-.9m3.142.9l4.882%208.787a.75.75%200%200%200%201.31-.728l-4.976-8.958c-.31.403-.731.717-1.216.899M12%205.25a1.75%201.75%200%201%201%200-3.5a1.75%201.75%200%200%201%200%203.5M2.75%207.5a1.75%201.75%200%201%201%203.5%200a1.75%201.75%200%200%201-3.5%200M19.5%205.75a1.75%201.75%200%201%200%200%203.5a1.75%201.75%200%200%200%200-3.5m0%208.5a1.75%201.75%200%201%200%200%203.5a1.75%201.75%200%200%200%200-3.5m-15%200a1.75%201.75%200%201%200%200%203.5a1.75%201.75%200%200%200%200-3.5m5.75%205.25a1.75%201.75%200%201%200%203.5%200a1.75%201.75%200%200%200-3.5%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.637%204.597a1.74%201.74%200%200%201-.335-1.524l-.098.052L5.41%205.739a4%204%200%200%200-.241.143c.491.204.87.624%201.016%201.143zM4.955%209.19a1.75%201.75%200%200%201-1.498-.285l-.002.126v4.938q0%20.301.047.593a1.74%201.74%200%200%201%201.48-.245a2%202%200%200%201-.027-.348zm1.295%206.82a1.75%201.75%200%200%201-.653%201.353l4.607%202.512l.098.052a1.75%201.75%200%200%201%20.335-1.524zm7.113%202.392a1.74%201.74%200%200%201%20.335%201.524l.096-.05l4.608-2.513a1.75%201.75%200%200%201-.652-1.353zm5.653-4.084a1.75%201.75%200%200%201%201.48.243q.048-.292.048-.592V9.03q0-.062-.003-.125a1.74%201.74%200%200%201-1.497.284v4.779q0%20.177-.028.349m-1.2-7.293a1.75%201.75%200%200%201%201.015-1.142a4%204%200%200%200-.242-.144l-4.794-2.614l-.097-.051a1.75%201.75%200%200%201-.335%201.524z%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.25%2011a2.75%202.75%200%201%201%205.5%200a2.75%202.75%200%200%201-5.5%200%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22m9.821%2012.678l-4.976%208.958a.75.75%200%200%200%201.31.728l4.883-8.787a2.76%202.76%200%200%201-1.217-.9m3.142.9l4.882%208.787a.75.75%200%200%200%201.31-.728l-4.976-8.958c-.31.403-.731.717-1.216.899M12%205.25a1.75%201.75%200%201%201%200-3.5a1.75%201.75%200%200%201%200%203.5M2.75%207.5a1.75%201.75%200%201%201%203.5%200a1.75%201.75%200%200%201-3.5%200M19.5%205.75a1.75%201.75%200%201%200%200%203.5a1.75%201.75%200%200%200%200-3.5m0%208.5a1.75%201.75%200%201%200%200%203.5a1.75%201.75%200%200%200%200-3.5m-15%200a1.75%201.75%200%201%200%200%203.5a1.75%201.75%200%200%200%200-3.5m5.75%205.25a1.75%201.75%200%201%200%203.5%200a1.75%201.75%200%200%200-3.5%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10.637%204.597a1.74%201.74%200%200%201-.335-1.524l-.098.052L5.41%205.739a4%204%200%200%200-.241.143c.491.204.87.624%201.016%201.143zM4.955%209.19a1.75%201.75%200%200%201-1.498-.285l-.002.126v4.938q0%20.301.047.593a1.74%201.74%200%200%201%201.48-.245a2%202%200%200%201-.027-.348zm1.295%206.82a1.75%201.75%200%200%201-.653%201.353l4.607%202.512l.098.052a1.75%201.75%200%200%201%20.335-1.524zm7.113%202.392a1.74%201.74%200%200%201%20.335%201.524l.096-.05l4.608-2.513a1.75%201.75%200%200%201-.652-1.353zm5.653-4.084a1.75%201.75%200%200%201%201.48.243q.048-.292.048-.592V9.03q0-.062-.003-.125a1.74%201.74%200%200%201-1.497.284v4.779q0%20.177-.028.349m-1.2-7.293a1.75%201.75%200%200%201%201.015-1.142a4%204%200%200%200-.242-.144l-4.794-2.614l-.097-.051a1.75%201.75%200%200%201-.335%201.524z%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/ferris-wheel-duotone.svg?color=%231a73e8&size=48