flying disc emoji

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

Name
flying-disc
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 flying disc emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><ellipse cx="36" cy="30.5" fill="#92d3f5" rx="11.533" ry="27.882" transform="rotate(-70 36 30.5)"/><path fill="#61b2e4" d="M62.2 40.036c-2.178 5.986-15.675 6.568-30.145 1.302s-17.22-8.31-14.093-12.54c.958-1.295 5.245 4.31 21.983 10.094C54.499 43.92 64.379 34.05 62.2 40.036"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><ellipse cx="36" cy="30.5" rx="6.799" ry="21.979" transform="rotate(-69.796 36 30.5)"/><ellipse cx="36" cy="30.5" rx="11.533" ry="27.882" transform="rotate(-70 36 30.5)"/><path d="M39.802 52.363c2.887 1.593 21.926 6.78 23.98 1.8m-26.004-5.318c2.358 1.41 18.063 6.284 19.919 2.197"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiFlyingDisc(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><ellipse cx="36" cy="30.5" fill="#92d3f5" rx="11.533" ry="27.882" transform="rotate(-70 36 30.5)"/><path fill="#61b2e4" d="M62.2 40.036c-2.178 5.986-15.675 6.568-30.145 1.302s-17.22-8.31-14.093-12.54c.958-1.295 5.245 4.31 21.983 10.094C54.499 43.92 64.379 34.05 62.2 40.036"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><ellipse cx="36" cy="30.5" rx="6.799" ry="21.979" transform="rotate(-69.796 36 30.5)"/><ellipse cx="36" cy="30.5" rx="11.533" ry="27.882" transform="rotate(-70 36 30.5)"/><path d="M39.802 52.363c2.887 1.593 21.926 6.78 23.98 1.8m-26.004-5.318c2.358 1.41 18.063 6.284 19.919 2.197"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><ellipse cx="36" cy="30.5" fill="#92d3f5" rx="11.533" ry="27.882" transform="rotate(-70 36 30.5)"/><path fill="#61b2e4" d="M62.2 40.036c-2.178 5.986-15.675 6.568-30.145 1.302s-17.22-8.31-14.093-12.54c.958-1.295 5.245 4.31 21.983 10.094C54.499 43.92 64.379 34.05 62.2 40.036"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><ellipse cx="36" cy="30.5" rx="6.799" ry="21.979" transform="rotate(-69.796 36 30.5)"/><ellipse cx="36" cy="30.5" rx="11.533" ry="27.882" transform="rotate(-70 36 30.5)"/><path d="M39.802 52.363c2.887 1.593 21.926 6.78 23.98 1.8m-26.004-5.318c2.358 1.41 18.063 6.284 19.919 2.197"/></g></svg>
</template>

CSS

.icon-flying-disc {
  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%3Cellipse%20cx%3D%2236%22%20cy%3D%2230.5%22%20fill%3D%22%2392d3f5%22%20rx%3D%2211.533%22%20ry%3D%2227.882%22%20transform%3D%22rotate(-70%2036%2030.5)%22%2F%3E%3Cpath%20fill%3D%22%2361b2e4%22%20d%3D%22M62.2%2040.036c-2.178%205.986-15.675%206.568-30.145%201.302s-17.22-8.31-14.093-12.54c.958-1.295%205.245%204.31%2021.983%2010.094C54.499%2043.92%2064.379%2034.05%2062.2%2040.036%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cellipse%20cx%3D%2236%22%20cy%3D%2230.5%22%20rx%3D%226.799%22%20ry%3D%2221.979%22%20transform%3D%22rotate(-69.796%2036%2030.5)%22%2F%3E%3Cellipse%20cx%3D%2236%22%20cy%3D%2230.5%22%20rx%3D%2211.533%22%20ry%3D%2227.882%22%20transform%3D%22rotate(-70%2036%2030.5)%22%2F%3E%3Cpath%20d%3D%22M39.802%2052.363c2.887%201.593%2021.926%206.78%2023.98%201.8m-26.004-5.318c2.358%201.41%2018.063%206.284%2019.919%202.197%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%3Cellipse%20cx%3D%2236%22%20cy%3D%2230.5%22%20fill%3D%22%2392d3f5%22%20rx%3D%2211.533%22%20ry%3D%2227.882%22%20transform%3D%22rotate(-70%2036%2030.5)%22%2F%3E%3Cpath%20fill%3D%22%2361b2e4%22%20d%3D%22M62.2%2040.036c-2.178%205.986-15.675%206.568-30.145%201.302s-17.22-8.31-14.093-12.54c.958-1.295%205.245%204.31%2021.983%2010.094C54.499%2043.92%2064.379%2034.05%2062.2%2040.036%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cellipse%20cx%3D%2236%22%20cy%3D%2230.5%22%20rx%3D%226.799%22%20ry%3D%2221.979%22%20transform%3D%22rotate(-69.796%2036%2030.5)%22%2F%3E%3Cellipse%20cx%3D%2236%22%20cy%3D%2230.5%22%20rx%3D%2211.533%22%20ry%3D%2227.882%22%20transform%3D%22rotate(-70%2036%2030.5)%22%2F%3E%3Cpath%20d%3D%22M39.802%2052.363c2.887%201.593%2021.926%206.78%2023.98%201.8m-26.004-5.318c2.358%201.41%2018.063%206.284%2019.919%202.197%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/flying-disc.svg?color=%231a73e8&size=48