ferris-wheel from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
ferris-wheel
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

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" d="M12 19c.86 0 1.59.54 1.87 1.29c.55-.12 1.08-.29 1.59-.52l-1.76-4.15c-.52.25-1.09.38-1.7.38s-1.18-.13-1.7-.38l-1.76 4.15c.51.23 1.04.4 1.59.52c.28-.75 1.01-1.29 1.87-1.29m6.25-1.24c-.25-.34-.44-.76-.44-1.26c0-1.09.9-2 2-2l.31.03c.25-.8.38-1.65.38-2.53s-.13-1.73-.38-2.5h-.31c-1.11 0-2-.89-2-2c0-.5.16-.91.44-1.26a8.47 8.47 0 0 0-4.38-2.53C13.59 4.46 12.86 5 12 5s-1.59-.54-1.87-1.29a8.47 8.47 0 0 0-4.38 2.53c.28.35.45.79.45 1.26a2 2 0 0 1-2 2h-.32c-.25.78-.38 1.62-.38 2.5c0 .89.14 1.74.39 2.55l.31-.05c1.11 0 2 .92 2 2c0 .5-.16.93-.44 1.27c.32.35.68.67 1.05.96l1.9-4.46C8.26 13.62 8 12.84 8 12a4 4 0 0 1 4-4a4 4 0 0 1 4 4c0 .84-.26 1.62-.71 2.27l1.9 4.46c.38-.29.73-.62 1.06-.97M12 23c-1 0-1.84-.74-2-1.71a9.5 9.5 0 0 1-1.85-.6L7.17 23H5l1.41-3.32a8.6 8.6 0 0 1-1.45-1.31c-.24.1-.49.13-.76.13a2 2 0 0 1-2-2c0-.62.3-1.18.77-1.55a9.5 9.5 0 0 1-.01-5.87A2.006 2.006 0 0 1 4.2 5.5c.26 0 .51.06.73.15A9.4 9.4 0 0 1 10 2.71C10.16 1.74 11 1 12 1s1.84.74 2 1.71c2 .42 3.74 1.47 5.06 2.93c.23-.09.48-.14.75-.14a2 2 0 0 1 2 2a2 2 0 0 1-.77 1.57c.3.93.46 1.93.46 2.93s-.16 2-.46 2.93c.46.37.77.94.77 1.57c0 1.12-.89 2-2 2c-.27 0-.52-.04-.76-.14c-.44.49-.93.93-1.46 1.32L19 23h-2.17l-.98-2.31c-.6.26-1.22.47-1.85.6c-.16.97-1 1.71-2 1.71"/></svg>

React

import type { SVGProps } from "react";

export function MdiFerrisWheel(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" d="M12 19c.86 0 1.59.54 1.87 1.29c.55-.12 1.08-.29 1.59-.52l-1.76-4.15c-.52.25-1.09.38-1.7.38s-1.18-.13-1.7-.38l-1.76 4.15c.51.23 1.04.4 1.59.52c.28-.75 1.01-1.29 1.87-1.29m6.25-1.24c-.25-.34-.44-.76-.44-1.26c0-1.09.9-2 2-2l.31.03c.25-.8.38-1.65.38-2.53s-.13-1.73-.38-2.5h-.31c-1.11 0-2-.89-2-2c0-.5.16-.91.44-1.26a8.47 8.47 0 0 0-4.38-2.53C13.59 4.46 12.86 5 12 5s-1.59-.54-1.87-1.29a8.47 8.47 0 0 0-4.38 2.53c.28.35.45.79.45 1.26a2 2 0 0 1-2 2h-.32c-.25.78-.38 1.62-.38 2.5c0 .89.14 1.74.39 2.55l.31-.05c1.11 0 2 .92 2 2c0 .5-.16.93-.44 1.27c.32.35.68.67 1.05.96l1.9-4.46C8.26 13.62 8 12.84 8 12a4 4 0 0 1 4-4a4 4 0 0 1 4 4c0 .84-.26 1.62-.71 2.27l1.9 4.46c.38-.29.73-.62 1.06-.97M12 23c-1 0-1.84-.74-2-1.71a9.5 9.5 0 0 1-1.85-.6L7.17 23H5l1.41-3.32a8.6 8.6 0 0 1-1.45-1.31c-.24.1-.49.13-.76.13a2 2 0 0 1-2-2c0-.62.3-1.18.77-1.55a9.5 9.5 0 0 1-.01-5.87A2.006 2.006 0 0 1 4.2 5.5c.26 0 .51.06.73.15A9.4 9.4 0 0 1 10 2.71C10.16 1.74 11 1 12 1s1.84.74 2 1.71c2 .42 3.74 1.47 5.06 2.93c.23-.09.48-.14.75-.14a2 2 0 0 1 2 2a2 2 0 0 1-.77 1.57c.3.93.46 1.93.46 2.93s-.16 2-.46 2.93c.46.37.77.94.77 1.57c0 1.12-.89 2-2 2c-.27 0-.52-.04-.76-.14c-.44.49-.93.93-1.46 1.32L19 23h-2.17l-.98-2.31c-.6.26-1.22.47-1.85.6c-.16.97-1 1.71-2 1.71"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 19c.86 0 1.59.54 1.87 1.29c.55-.12 1.08-.29 1.59-.52l-1.76-4.15c-.52.25-1.09.38-1.7.38s-1.18-.13-1.7-.38l-1.76 4.15c.51.23 1.04.4 1.59.52c.28-.75 1.01-1.29 1.87-1.29m6.25-1.24c-.25-.34-.44-.76-.44-1.26c0-1.09.9-2 2-2l.31.03c.25-.8.38-1.65.38-2.53s-.13-1.73-.38-2.5h-.31c-1.11 0-2-.89-2-2c0-.5.16-.91.44-1.26a8.47 8.47 0 0 0-4.38-2.53C13.59 4.46 12.86 5 12 5s-1.59-.54-1.87-1.29a8.47 8.47 0 0 0-4.38 2.53c.28.35.45.79.45 1.26a2 2 0 0 1-2 2h-.32c-.25.78-.38 1.62-.38 2.5c0 .89.14 1.74.39 2.55l.31-.05c1.11 0 2 .92 2 2c0 .5-.16.93-.44 1.27c.32.35.68.67 1.05.96l1.9-4.46C8.26 13.62 8 12.84 8 12a4 4 0 0 1 4-4a4 4 0 0 1 4 4c0 .84-.26 1.62-.71 2.27l1.9 4.46c.38-.29.73-.62 1.06-.97M12 23c-1 0-1.84-.74-2-1.71a9.5 9.5 0 0 1-1.85-.6L7.17 23H5l1.41-3.32a8.6 8.6 0 0 1-1.45-1.31c-.24.1-.49.13-.76.13a2 2 0 0 1-2-2c0-.62.3-1.18.77-1.55a9.5 9.5 0 0 1-.01-5.87A2.006 2.006 0 0 1 4.2 5.5c.26 0 .51.06.73.15A9.4 9.4 0 0 1 10 2.71C10.16 1.74 11 1 12 1s1.84.74 2 1.71c2 .42 3.74 1.47 5.06 2.93c.23-.09.48-.14.75-.14a2 2 0 0 1 2 2a2 2 0 0 1-.77 1.57c.3.93.46 1.93.46 2.93s-.16 2-.46 2.93c.46.37.77.94.77 1.57c0 1.12-.89 2-2 2c-.27 0-.52-.04-.76-.14c-.44.49-.93.93-1.46 1.32L19 23h-2.17l-.98-2.31c-.6.26-1.22.47-1.85.6c-.16.97-1 1.71-2 1.71"/></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%20d%3D%22M12%2019c.86%200%201.59.54%201.87%201.29c.55-.12%201.08-.29%201.59-.52l-1.76-4.15c-.52.25-1.09.38-1.7.38s-1.18-.13-1.7-.38l-1.76%204.15c.51.23%201.04.4%201.59.52c.28-.75%201.01-1.29%201.87-1.29m6.25-1.24c-.25-.34-.44-.76-.44-1.26c0-1.09.9-2%202-2l.31.03c.25-.8.38-1.65.38-2.53s-.13-1.73-.38-2.5h-.31c-1.11%200-2-.89-2-2c0-.5.16-.91.44-1.26a8.47%208.47%200%200%200-4.38-2.53C13.59%204.46%2012.86%205%2012%205s-1.59-.54-1.87-1.29a8.47%208.47%200%200%200-4.38%202.53c.28.35.45.79.45%201.26a2%202%200%200%201-2%202h-.32c-.25.78-.38%201.62-.38%202.5c0%20.89.14%201.74.39%202.55l.31-.05c1.11%200%202%20.92%202%202c0%20.5-.16.93-.44%201.27c.32.35.68.67%201.05.96l1.9-4.46C8.26%2013.62%208%2012.84%208%2012a4%204%200%200%201%204-4a4%204%200%200%201%204%204c0%20.84-.26%201.62-.71%202.27l1.9%204.46c.38-.29.73-.62%201.06-.97M12%2023c-1%200-1.84-.74-2-1.71a9.5%209.5%200%200%201-1.85-.6L7.17%2023H5l1.41-3.32a8.6%208.6%200%200%201-1.45-1.31c-.24.1-.49.13-.76.13a2%202%200%200%201-2-2c0-.62.3-1.18.77-1.55a9.5%209.5%200%200%201-.01-5.87A2.006%202.006%200%200%201%204.2%205.5c.26%200%20.51.06.73.15A9.4%209.4%200%200%201%2010%202.71C10.16%201.74%2011%201%2012%201s1.84.74%202%201.71c2%20.42%203.74%201.47%205.06%202.93c.23-.09.48-.14.75-.14a2%202%200%200%201%202%202a2%202%200%200%201-.77%201.57c.3.93.46%201.93.46%202.93s-.16%202-.46%202.93c.46.37.77.94.77%201.57c0%201.12-.89%202-2%202c-.27%200-.52-.04-.76-.14c-.44.49-.93.93-1.46%201.32L19%2023h-2.17l-.98-2.31c-.6.26-1.22.47-1.85.6c-.16.97-1%201.71-2%201.71%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%20d%3D%22M12%2019c.86%200%201.59.54%201.87%201.29c.55-.12%201.08-.29%201.59-.52l-1.76-4.15c-.52.25-1.09.38-1.7.38s-1.18-.13-1.7-.38l-1.76%204.15c.51.23%201.04.4%201.59.52c.28-.75%201.01-1.29%201.87-1.29m6.25-1.24c-.25-.34-.44-.76-.44-1.26c0-1.09.9-2%202-2l.31.03c.25-.8.38-1.65.38-2.53s-.13-1.73-.38-2.5h-.31c-1.11%200-2-.89-2-2c0-.5.16-.91.44-1.26a8.47%208.47%200%200%200-4.38-2.53C13.59%204.46%2012.86%205%2012%205s-1.59-.54-1.87-1.29a8.47%208.47%200%200%200-4.38%202.53c.28.35.45.79.45%201.26a2%202%200%200%201-2%202h-.32c-.25.78-.38%201.62-.38%202.5c0%20.89.14%201.74.39%202.55l.31-.05c1.11%200%202%20.92%202%202c0%20.5-.16.93-.44%201.27c.32.35.68.67%201.05.96l1.9-4.46C8.26%2013.62%208%2012.84%208%2012a4%204%200%200%201%204-4a4%204%200%200%201%204%204c0%20.84-.26%201.62-.71%202.27l1.9%204.46c.38-.29.73-.62%201.06-.97M12%2023c-1%200-1.84-.74-2-1.71a9.5%209.5%200%200%201-1.85-.6L7.17%2023H5l1.41-3.32a8.6%208.6%200%200%201-1.45-1.31c-.24.1-.49.13-.76.13a2%202%200%200%201-2-2c0-.62.3-1.18.77-1.55a9.5%209.5%200%200%201-.01-5.87A2.006%202.006%200%200%201%204.2%205.5c.26%200%20.51.06.73.15A9.4%209.4%200%200%201%2010%202.71C10.16%201.74%2011%201%2012%201s1.84.74%202%201.71c2%20.42%203.74%201.47%205.06%202.93c.23-.09.48-.14.75-.14a2%202%200%200%201%202%202a2%202%200%200%201-.77%201.57c.3.93.46%201.93.46%202.93s-.16%202-.46%202.93c.46.37.77.94.77%201.57c0%201.12-.89%202-2%202c-.27%200-.52-.04-.76-.14c-.44.49-.93.93-1.46%201.32L19%2023h-2.17l-.98-2.31c-.6.26-1.22.47-1.85.6c-.16.97-1%201.71-2%201.71%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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