yo-yo from OpenMoji by OpenMoji · Default · Activities · CC-BY-SA-4.0 Attribution required.

Name
yo-yo
Set
OpenMoji
Style
Default
Category
Activities
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More activities icons from OpenMoji

Use the yo yo emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#8967aa" d="M18.917 32.873a13.33 13.33 0 1 1 17.706 19.259"/><circle cx="24.328" cy="45.662" r="13.328" fill="#b399c8"/><path fill="#fcea2b" d="m24.969 54.8l-3.234-4.978l-5.934-.157l3.734-4.614l-1.684-5.692l5.542 2.126l4.893-3.361l-.309 5.928l4.708 3.615l-5.733 1.538z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round"><path stroke-width="2" d="m24.969 54.8l-3.234-4.978l-5.934-.157l3.734-4.614l-1.684-5.692l5.542 2.126l4.893-3.361l-.309 5.928l4.708 3.615l-5.733 1.538z"/><circle cx="24.328" cy="45.662" r="13.328" stroke-width="2"/><path stroke-width="2" d="M18.917 32.873a13.33 13.33 0 1 1 17.706 19.259"/><path stroke-width="2" d="M53.594 12.795c1.276 3.06 5.58 2.747 5.58 2.747a3.18 3.18 0 0 0 3.502-3.104a4.17 4.17 0 0 0-4.413-1.911s-10.068.39-12.281 13.441c-1.513 8.919-4.51 9.777-8.863 9.316c-1.62-.171-2.912-.994-5.784-2.265a10 10 0 0 0-2.54-.724s-3.395-.297-4.467.457"/><path stroke-width=".5" d="M16.57 35.01a13.33 13.33 0 1 1 17.706 19.26"/><path stroke-width=".5" d="M15.801 35.541A13.33 13.33 0 1 1 33.507 54.8"/><path stroke-width=".5" d="M15.007 36.335a13.33 13.33 0 1 1 17.707 19.258"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiYoYo(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#8967aa" d="M18.917 32.873a13.33 13.33 0 1 1 17.706 19.259"/><circle cx="24.328" cy="45.662" r="13.328" fill="#b399c8"/><path fill="#fcea2b" d="m24.969 54.8l-3.234-4.978l-5.934-.157l3.734-4.614l-1.684-5.692l5.542 2.126l4.893-3.361l-.309 5.928l4.708 3.615l-5.733 1.538z"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round"><path strokeWidth="2" d="m24.969 54.8l-3.234-4.978l-5.934-.157l3.734-4.614l-1.684-5.692l5.542 2.126l4.893-3.361l-.309 5.928l4.708 3.615l-5.733 1.538z"/><circle cx="24.328" cy="45.662" r="13.328" strokeWidth="2"/><path strokeWidth="2" d="M18.917 32.873a13.33 13.33 0 1 1 17.706 19.259"/><path strokeWidth="2" d="M53.594 12.795c1.276 3.06 5.58 2.747 5.58 2.747a3.18 3.18 0 0 0 3.502-3.104a4.17 4.17 0 0 0-4.413-1.911s-10.068.39-12.281 13.441c-1.513 8.919-4.51 9.777-8.863 9.316c-1.62-.171-2.912-.994-5.784-2.265a10 10 0 0 0-2.54-.724s-3.395-.297-4.467.457"/><path strokeWidth=".5" d="M16.57 35.01a13.33 13.33 0 1 1 17.706 19.26"/><path strokeWidth=".5" d="M15.801 35.541A13.33 13.33 0 1 1 33.507 54.8"/><path strokeWidth=".5" d="M15.007 36.335a13.33 13.33 0 1 1 17.707 19.258"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#8967aa" d="M18.917 32.873a13.33 13.33 0 1 1 17.706 19.259"/><circle cx="24.328" cy="45.662" r="13.328" fill="#b399c8"/><path fill="#fcea2b" d="m24.969 54.8l-3.234-4.978l-5.934-.157l3.734-4.614l-1.684-5.692l5.542 2.126l4.893-3.361l-.309 5.928l4.708 3.615l-5.733 1.538z"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round"><path stroke-width="2" d="m24.969 54.8l-3.234-4.978l-5.934-.157l3.734-4.614l-1.684-5.692l5.542 2.126l4.893-3.361l-.309 5.928l4.708 3.615l-5.733 1.538z"/><circle cx="24.328" cy="45.662" r="13.328" stroke-width="2"/><path stroke-width="2" d="M18.917 32.873a13.33 13.33 0 1 1 17.706 19.259"/><path stroke-width="2" d="M53.594 12.795c1.276 3.06 5.58 2.747 5.58 2.747a3.18 3.18 0 0 0 3.502-3.104a4.17 4.17 0 0 0-4.413-1.911s-10.068.39-12.281 13.441c-1.513 8.919-4.51 9.777-8.863 9.316c-1.62-.171-2.912-.994-5.784-2.265a10 10 0 0 0-2.54-.724s-3.395-.297-4.467.457"/><path stroke-width=".5" d="M16.57 35.01a13.33 13.33 0 1 1 17.706 19.26"/><path stroke-width=".5" d="M15.801 35.541A13.33 13.33 0 1 1 33.507 54.8"/><path stroke-width=".5" d="M15.007 36.335a13.33 13.33 0 1 1 17.707 19.258"/></g></svg>
</template>

CSS

.icon-yo-yo {
  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%3Cpath%20fill%3D%22%238967aa%22%20d%3D%22M18.917%2032.873a13.33%2013.33%200%201%201%2017.706%2019.259%22%2F%3E%3Ccircle%20cx%3D%2224.328%22%20cy%3D%2245.662%22%20r%3D%2213.328%22%20fill%3D%22%23b399c8%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22m24.969%2054.8l-3.234-4.978l-5.934-.157l3.734-4.614l-1.684-5.692l5.542%202.126l4.893-3.361l-.309%205.928l4.708%203.615l-5.733%201.538z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22m24.969%2054.8l-3.234-4.978l-5.934-.157l3.734-4.614l-1.684-5.692l5.542%202.126l4.893-3.361l-.309%205.928l4.708%203.615l-5.733%201.538z%22%2F%3E%3Ccircle%20cx%3D%2224.328%22%20cy%3D%2245.662%22%20r%3D%2213.328%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22M18.917%2032.873a13.33%2013.33%200%201%201%2017.706%2019.259%22%2F%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22M53.594%2012.795c1.276%203.06%205.58%202.747%205.58%202.747a3.18%203.18%200%200%200%203.502-3.104a4.17%204.17%200%200%200-4.413-1.911s-10.068.39-12.281%2013.441c-1.513%208.919-4.51%209.777-8.863%209.316c-1.62-.171-2.912-.994-5.784-2.265a10%2010%200%200%200-2.54-.724s-3.395-.297-4.467.457%22%2F%3E%3Cpath%20stroke-width%3D%22.5%22%20d%3D%22M16.57%2035.01a13.33%2013.33%200%201%201%2017.706%2019.26%22%2F%3E%3Cpath%20stroke-width%3D%22.5%22%20d%3D%22M15.801%2035.541A13.33%2013.33%200%201%201%2033.507%2054.8%22%2F%3E%3Cpath%20stroke-width%3D%22.5%22%20d%3D%22M15.007%2036.335a13.33%2013.33%200%201%201%2017.707%2019.258%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%3Cpath%20fill%3D%22%238967aa%22%20d%3D%22M18.917%2032.873a13.33%2013.33%200%201%201%2017.706%2019.259%22%2F%3E%3Ccircle%20cx%3D%2224.328%22%20cy%3D%2245.662%22%20r%3D%2213.328%22%20fill%3D%22%23b399c8%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22m24.969%2054.8l-3.234-4.978l-5.934-.157l3.734-4.614l-1.684-5.692l5.542%202.126l4.893-3.361l-.309%205.928l4.708%203.615l-5.733%201.538z%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22m24.969%2054.8l-3.234-4.978l-5.934-.157l3.734-4.614l-1.684-5.692l5.542%202.126l4.893-3.361l-.309%205.928l4.708%203.615l-5.733%201.538z%22%2F%3E%3Ccircle%20cx%3D%2224.328%22%20cy%3D%2245.662%22%20r%3D%2213.328%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22M18.917%2032.873a13.33%2013.33%200%201%201%2017.706%2019.259%22%2F%3E%3Cpath%20stroke-width%3D%222%22%20d%3D%22M53.594%2012.795c1.276%203.06%205.58%202.747%205.58%202.747a3.18%203.18%200%200%200%203.502-3.104a4.17%204.17%200%200%200-4.413-1.911s-10.068.39-12.281%2013.441c-1.513%208.919-4.51%209.777-8.863%209.316c-1.62-.171-2.912-.994-5.784-2.265a10%2010%200%200%200-2.54-.724s-3.395-.297-4.467.457%22%2F%3E%3Cpath%20stroke-width%3D%22.5%22%20d%3D%22M16.57%2035.01a13.33%2013.33%200%201%201%2017.706%2019.26%22%2F%3E%3Cpath%20stroke-width%3D%22.5%22%20d%3D%22M15.801%2035.541A13.33%2013.33%200%201%201%2033.507%2054.8%22%2F%3E%3Cpath%20stroke-width%3D%22.5%22%20d%3D%22M15.007%2036.335a13.33%2013.33%200%201%201%2017.707%2019.258%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/yo-yo.svg?color=%231a73e8&size=48