wheel from OpenMoji by OpenMoji · Default · Travel Places · CC-BY-SA-4.0 Attribution required.

Name
wheel
Set
OpenMoji
Style
Default
Category
Travel Places
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More travel places icons from OpenMoji

Use the wheel emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36" cy="36" r="21.298" fill="#fff"/><path fill="#3f3f3f" d="M36 8.071C20.575 8.071 8.071 20.575 8.071 36S20.575 63.929 36 63.929S63.929 51.425 63.929 36S51.425 8.071 36 8.071m0 48.845c-11.551 0-20.916-9.365-20.916-20.916S24.45 15.084 36 15.084S56.916 24.45 56.916 36S47.55 56.916 36 56.916"/><path fill="#3f3f3f" d="M36 29.244a6.756 6.756 0 1 0 0 13.512a6.756 6.756 0 0 0 0-13.512M36 39a3 3 0 1 1 0-6a3 3 0 0 1 0 6"/><g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><circle cx="36" cy="36" r="27.929"/><circle cx="36" cy="36" r="21.298"/><path stroke-linecap="round" d="m21.032 50.968l10.191-10.191m10.255 15.669l-3.729-13.92m18.697-1.048l-13.92-3.729m8.442-16.717L40.777 31.223M30.521 15.554l3.731 13.921m-18.698 1.046l13.919 3.73"/><circle cx="36" cy="36" r="6.756"/><circle cx="36" cy="36" r="3"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiWheel(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36" cy="36" r="21.298" fill="#fff"/><path fill="#3f3f3f" d="M36 8.071C20.575 8.071 8.071 20.575 8.071 36S20.575 63.929 36 63.929S63.929 51.425 63.929 36S51.425 8.071 36 8.071m0 48.845c-11.551 0-20.916-9.365-20.916-20.916S24.45 15.084 36 15.084S56.916 24.45 56.916 36S47.55 56.916 36 56.916"/><path fill="#3f3f3f" d="M36 29.244a6.756 6.756 0 1 0 0 13.512a6.756 6.756 0 0 0 0-13.512M36 39a3 3 0 1 1 0-6a3 3 0 0 1 0 6"/><g fill="none" stroke="#000" strokeMiterlimit="10" strokeWidth="2"><circle cx="36" cy="36" r="27.929"/><circle cx="36" cy="36" r="21.298"/><path strokeLinecap="round" d="m21.032 50.968l10.191-10.191m10.255 15.669l-3.729-13.92m18.697-1.048l-13.92-3.729m8.442-16.717L40.777 31.223M30.521 15.554l3.731 13.921m-18.698 1.046l13.919 3.73"/><circle cx="36" cy="36" r="6.756"/><circle cx="36" cy="36" r="3"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="36" cy="36" r="21.298" fill="#fff"/><path fill="#3f3f3f" d="M36 8.071C20.575 8.071 8.071 20.575 8.071 36S20.575 63.929 36 63.929S63.929 51.425 63.929 36S51.425 8.071 36 8.071m0 48.845c-11.551 0-20.916-9.365-20.916-20.916S24.45 15.084 36 15.084S56.916 24.45 56.916 36S47.55 56.916 36 56.916"/><path fill="#3f3f3f" d="M36 29.244a6.756 6.756 0 1 0 0 13.512a6.756 6.756 0 0 0 0-13.512M36 39a3 3 0 1 1 0-6a3 3 0 0 1 0 6"/><g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><circle cx="36" cy="36" r="27.929"/><circle cx="36" cy="36" r="21.298"/><path stroke-linecap="round" d="m21.032 50.968l10.191-10.191m10.255 15.669l-3.729-13.92m18.697-1.048l-13.92-3.729m8.442-16.717L40.777 31.223M30.521 15.554l3.731 13.921m-18.698 1.046l13.919 3.73"/><circle cx="36" cy="36" r="6.756"/><circle cx="36" cy="36" r="3"/></g></svg>
</template>

CSS

.icon-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%2072%2072%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2221.298%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M36%208.071C20.575%208.071%208.071%2020.575%208.071%2036S20.575%2063.929%2036%2063.929S63.929%2051.425%2063.929%2036S51.425%208.071%2036%208.071m0%2048.845c-11.551%200-20.916-9.365-20.916-20.916S24.45%2015.084%2036%2015.084S56.916%2024.45%2056.916%2036S47.55%2056.916%2036%2056.916%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M36%2029.244a6.756%206.756%200%201%200%200%2013.512a6.756%206.756%200%200%200%200-13.512M36%2039a3%203%200%201%201%200-6a3%203%200%200%201%200%206%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2227.929%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2221.298%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m21.032%2050.968l10.191-10.191m10.255%2015.669l-3.729-13.92m18.697-1.048l-13.92-3.729m8.442-16.717L40.777%2031.223M30.521%2015.554l3.731%2013.921m-18.698%201.046l13.919%203.73%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%226.756%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%223%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%2072%2072%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2221.298%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M36%208.071C20.575%208.071%208.071%2020.575%208.071%2036S20.575%2063.929%2036%2063.929S63.929%2051.425%2063.929%2036S51.425%208.071%2036%208.071m0%2048.845c-11.551%200-20.916-9.365-20.916-20.916S24.45%2015.084%2036%2015.084S56.916%2024.45%2056.916%2036S47.55%2056.916%2036%2056.916%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M36%2029.244a6.756%206.756%200%201%200%200%2013.512a6.756%206.756%200%200%200%200-13.512M36%2039a3%203%200%201%201%200-6a3%203%200%200%201%200%206%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2227.929%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%2221.298%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m21.032%2050.968l10.191-10.191m10.255%2015.669l-3.729-13.92m18.697-1.048l-13.92-3.729m8.442-16.717L40.777%2031.223M30.521%2015.554l3.731%2013.921m-18.698%201.046l13.919%203.73%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%226.756%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2236%22%20r%3D%223%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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