ferris wheel icon
ferris-wheel from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.
- Name
- ferris-wheel
- Set
- Reicon
- Style
- Outline
- 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-.242.143a1.75 1.75 0 0 0-1.711 3.024l-.002.125v4.938q0 .3.047.593a1.75 1.75 0 1 0 2.095 2.801l1.243.678l-1.997 3.595a.75.75 0 1 0 1.312.728l2.002-3.605l2.047 1.116l.097.052a1.75 1.75 0 0 0 3.396 0l.097-.052l2.047-1.116l2.002 3.605a.75.75 0 1 0 1.312-.728l-1.997-3.595l1.244-.678a1.75 1.75 0 1 0 2.095-2.801q.046-.293.046-.593V9.03l-.002-.125a1.75 1.75 0 0 0-1.711-3.024a4 4 0 0 0-.241-.143l-4.795-2.614zm-3.061 1.525a1.747 1.747 0 0 0 2.726 0l4.452 2.427a1.75 1.75 0 0 0 1.23 2.165v4.779q0 .177-.028.349A1.75 1.75 0 0 0 17.75 16v.01l-1.32.72l-2.251-4.052a2.75 2.75 0 1 0-4.358 0L7.57 16.73l-1.32-.72V16a1.75 1.75 0 0 0-1.267-1.682a2 2 0 0 1-.027-.35V9.19a1.75 1.75 0 0 0 1.229-2.165zm4.476 12.85l-2.15-3.871a2.75 2.75 0 0 1-1.925 0l-2.151 3.871l1.75.954a1.747 1.747 0 0 1 2.726 0zM10.75 11a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconFerrisWheel(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-.242.143a1.75 1.75 0 0 0-1.711 3.024l-.002.125v4.938q0 .3.047.593a1.75 1.75 0 1 0 2.095 2.801l1.243.678l-1.997 3.595a.75.75 0 1 0 1.312.728l2.002-3.605l2.047 1.116l.097.052a1.75 1.75 0 0 0 3.396 0l.097-.052l2.047-1.116l2.002 3.605a.75.75 0 1 0 1.312-.728l-1.997-3.595l1.244-.678a1.75 1.75 0 1 0 2.095-2.801q.046-.293.046-.593V9.03l-.002-.125a1.75 1.75 0 0 0-1.711-3.024a4 4 0 0 0-.241-.143l-4.795-2.614zm-3.061 1.525a1.747 1.747 0 0 0 2.726 0l4.452 2.427a1.75 1.75 0 0 0 1.23 2.165v4.779q0 .177-.028.349A1.75 1.75 0 0 0 17.75 16v.01l-1.32.72l-2.251-4.052a2.75 2.75 0 1 0-4.358 0L7.57 16.73l-1.32-.72V16a1.75 1.75 0 0 0-1.267-1.682a2 2 0 0 1-.027-.35V9.19a1.75 1.75 0 0 0 1.229-2.165zm4.476 12.85l-2.15-3.871a2.75 2.75 0 0 1-1.925 0l-2.151 3.871l1.75.954a1.747 1.747 0 0 1 2.726 0zM10.75 11a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0" 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-.242.143a1.75 1.75 0 0 0-1.711 3.024l-.002.125v4.938q0 .3.047.593a1.75 1.75 0 1 0 2.095 2.801l1.243.678l-1.997 3.595a.75.75 0 1 0 1.312.728l2.002-3.605l2.047 1.116l.097.052a1.75 1.75 0 0 0 3.396 0l.097-.052l2.047-1.116l2.002 3.605a.75.75 0 1 0 1.312-.728l-1.997-3.595l1.244-.678a1.75 1.75 0 1 0 2.095-2.801q.046-.293.046-.593V9.03l-.002-.125a1.75 1.75 0 0 0-1.711-3.024a4 4 0 0 0-.241-.143l-4.795-2.614zm-3.061 1.525a1.747 1.747 0 0 0 2.726 0l4.452 2.427a1.75 1.75 0 0 0 1.23 2.165v4.779q0 .177-.028.349A1.75 1.75 0 0 0 17.75 16v.01l-1.32.72l-2.251-4.052a2.75 2.75 0 1 0-4.358 0L7.57 16.73l-1.32-.72V16a1.75 1.75 0 0 0-1.267-1.682a2 2 0 0 1-.027-.35V9.19a1.75 1.75 0 0 0 1.229-2.165zm4.476 12.85l-2.15-3.871a2.75 2.75 0 0 1-1.925 0l-2.151 3.871l1.75.954a1.747 1.747 0 0 1 2.726 0zM10.75 11a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0" clip-rule="evenodd"/></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%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-.242.143a1.75%201.75%200%200%200-1.711%203.024l-.002.125v4.938q0%20.3.047.593a1.75%201.75%200%201%200%202.095%202.801l1.243.678l-1.997%203.595a.75.75%200%201%200%201.312.728l2.002-3.605l2.047%201.116l.097.052a1.75%201.75%200%200%200%203.396%200l.097-.052l2.047-1.116l2.002%203.605a.75.75%200%201%200%201.312-.728l-1.997-3.595l1.244-.678a1.75%201.75%200%201%200%202.095-2.801q.046-.293.046-.593V9.03l-.002-.125a1.75%201.75%200%200%200-1.711-3.024a4%204%200%200%200-.241-.143l-4.795-2.614zm-3.061%201.525a1.747%201.747%200%200%200%202.726%200l4.452%202.427a1.75%201.75%200%200%200%201.23%202.165v4.779q0%20.177-.028.349A1.75%201.75%200%200%200%2017.75%2016v.01l-1.32.72l-2.251-4.052a2.75%202.75%200%201%200-4.358%200L7.57%2016.73l-1.32-.72V16a1.75%201.75%200%200%200-1.267-1.682a2%202%200%200%201-.027-.35V9.19a1.75%201.75%200%200%200%201.229-2.165zm4.476%2012.85l-2.15-3.871a2.75%202.75%200%200%201-1.925%200l-2.151%203.871l1.75.954a1.747%201.747%200%200%201%202.726%200zM10.75%2011a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%200%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-.242.143a1.75%201.75%200%200%200-1.711%203.024l-.002.125v4.938q0%20.3.047.593a1.75%201.75%200%201%200%202.095%202.801l1.243.678l-1.997%203.595a.75.75%200%201%200%201.312.728l2.002-3.605l2.047%201.116l.097.052a1.75%201.75%200%200%200%203.396%200l.097-.052l2.047-1.116l2.002%203.605a.75.75%200%201%200%201.312-.728l-1.997-3.595l1.244-.678a1.75%201.75%200%201%200%202.095-2.801q.046-.293.046-.593V9.03l-.002-.125a1.75%201.75%200%200%200-1.711-3.024a4%204%200%200%200-.241-.143l-4.795-2.614zm-3.061%201.525a1.747%201.747%200%200%200%202.726%200l4.452%202.427a1.75%201.75%200%200%200%201.23%202.165v4.779q0%20.177-.028.349A1.75%201.75%200%200%200%2017.75%2016v.01l-1.32.72l-2.251-4.052a2.75%202.75%200%201%200-4.358%200L7.57%2016.73l-1.32-.72V16a1.75%201.75%200%200%200-1.267-1.682a2%202%200%200%201-.027-.35V9.19a1.75%201.75%200%200%200%201.229-2.165zm4.476%2012.85l-2.15-3.871a2.75%202.75%200%200%201-1.925%200l-2.151%203.871l1.75.954a1.747%201.747%200%200%201%202.726%200zM10.75%2011a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%200%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.svg?color=%231a73e8&size=48