flying disc emoji

flying-disc from Noto Emoji by Google Inc · Default · Activities · Apache-2.0 Free for personal and commercial use.

Name
flying-disc
Set
Noto Emoji
Style
Default
Category
Activities
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

More activities icons from Noto Emoji

Use the flying disc emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#1e86ff" d="m14.44 69.4l-8.75 8.22s-.02 9.43 6.27 17.3c5.62 7.03 28.24 19.84 66.7 4.06c45.66-18.73 43.92-49.14 42.06-55.72c-2.48-8.76-6.68-13.58-17.12-17.12S14.44 69.4 14.44 69.4"/><path fill="#00c1ec" d="M44.63 30.63C15.57 43.63.27 70.14 7.36 83.93c7.85 15.28 40.28 19.4 72.12 4.66c32.61-15.1 43.61-42.49 35.22-54.61s-38.06-17.67-70.07-3.35"/><path fill="#6fe8fd" d="M11.91 70.28c-1.92.64-2.22 8.18 1.97 13.55c5.33 6.83 17.13 8.57 17.71 5.9c.6-2.75-7.16-2.53-13.2-8.7c-4.24-4.33-5.09-11.21-6.48-10.75m29.75 20.99c1 2.49 11.83.43 16.44-.58c7.41-1.62 17.95-6.25 26.17-11.23s15.28-12.27 18.06-15.75c2.78-3.47 4.05-6.95 2.55-7.76c-1.51-.81-4.5 4.61-10.65 10.19c-9.96 9.03-24.31 16.9-37.74 20.15c-6.95 1.67-15.76 2.66-14.83 4.98m65.4-57.17c-1.75.95.58 2.84.65 5.89c.05 2.13-1.38 5.82.51 6.18s3.73-2.65 3.78-6.84c.04-2.76-2.94-6.31-4.94-5.23"/><path fill="#dfeef1" d="M44.31 79.85c-11.37 0-19.58-4.07-22.19-10.11c-3.99-9.2 4.17-23.95 26.33-33.95c21.75-9.81 41.69-7.23 47.08 1.71c2.03 3.36 2.54 8.08.99 12.79c-3.18 9.67-13.36 18.3-27.48 24.16c-9.11 3.78-17.55 5.4-24.73 5.4m5.23-41.46C34.8 45.24 20.23 58.34 24.69 68.63c3.26 7.53 19.9 12.7 43.05 3.09c18.99-7.88 24.48-18.36 25.86-22.57c1.29-3.92 1.18-7.22-.41-9.87c-4.04-6.7-21.7-10.79-43.65-.89"/><path fill="#c9c9c9" d="M34.06 29.45c.82 1.56 3.58-1.02 8.28-3.33s14.51-6.49 27.23-8.45s24.58-.26 28.08.43c3.5.68 5.46.77 5.72 0s-.6-2.05-5.72-3.41s-17.92-3.16-28.76-1.45s-21.37 5.53-27.6 9.54s-7.99 5.21-7.23 6.67m18.53-18.87c.3 1.97 9.22-1.88 16.9-2.73c7.65-.85 15.44-.25 16.98-.17c1.54.09 2.48-.17 2.65-.94S84.9 2.52 69.49 3.93c-12.94 1.17-17.08 5.52-16.9 6.65M15.12 112.66c-.18.71 2.62 2.06 7.6 3.07c5.04 1.02 17.49 1.88 29.45.17c12.75-1.82 22.86-6.29 25.17-7.57c2.3-1.28 4.88-3.78 4.11-4.63s-5.89 2.13-10.16 3.33s-12.72 3.93-23.64 5.12s-21.34.51-24.75.43c-3.43-.09-7.53-.94-7.78.08m35.25 10.08c.25 1.43 8.59 2.56 21.08-1.86c12.91-4.57 16.47-10.03 15.96-10.86c-.94-1.54-7.62 3.95-17.75 7.17c-12.64 4.01-19.55 4.09-19.29 5.55"/></svg>

React

import type { SVGProps } from "react";

export function NotoFlyingDisc(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#1e86ff" d="m14.44 69.4l-8.75 8.22s-.02 9.43 6.27 17.3c5.62 7.03 28.24 19.84 66.7 4.06c45.66-18.73 43.92-49.14 42.06-55.72c-2.48-8.76-6.68-13.58-17.12-17.12S14.44 69.4 14.44 69.4"/><path fill="#00c1ec" d="M44.63 30.63C15.57 43.63.27 70.14 7.36 83.93c7.85 15.28 40.28 19.4 72.12 4.66c32.61-15.1 43.61-42.49 35.22-54.61s-38.06-17.67-70.07-3.35"/><path fill="#6fe8fd" d="M11.91 70.28c-1.92.64-2.22 8.18 1.97 13.55c5.33 6.83 17.13 8.57 17.71 5.9c.6-2.75-7.16-2.53-13.2-8.7c-4.24-4.33-5.09-11.21-6.48-10.75m29.75 20.99c1 2.49 11.83.43 16.44-.58c7.41-1.62 17.95-6.25 26.17-11.23s15.28-12.27 18.06-15.75c2.78-3.47 4.05-6.95 2.55-7.76c-1.51-.81-4.5 4.61-10.65 10.19c-9.96 9.03-24.31 16.9-37.74 20.15c-6.95 1.67-15.76 2.66-14.83 4.98m65.4-57.17c-1.75.95.58 2.84.65 5.89c.05 2.13-1.38 5.82.51 6.18s3.73-2.65 3.78-6.84c.04-2.76-2.94-6.31-4.94-5.23"/><path fill="#dfeef1" d="M44.31 79.85c-11.37 0-19.58-4.07-22.19-10.11c-3.99-9.2 4.17-23.95 26.33-33.95c21.75-9.81 41.69-7.23 47.08 1.71c2.03 3.36 2.54 8.08.99 12.79c-3.18 9.67-13.36 18.3-27.48 24.16c-9.11 3.78-17.55 5.4-24.73 5.4m5.23-41.46C34.8 45.24 20.23 58.34 24.69 68.63c3.26 7.53 19.9 12.7 43.05 3.09c18.99-7.88 24.48-18.36 25.86-22.57c1.29-3.92 1.18-7.22-.41-9.87c-4.04-6.7-21.7-10.79-43.65-.89"/><path fill="#c9c9c9" d="M34.06 29.45c.82 1.56 3.58-1.02 8.28-3.33s14.51-6.49 27.23-8.45s24.58-.26 28.08.43c3.5.68 5.46.77 5.72 0s-.6-2.05-5.72-3.41s-17.92-3.16-28.76-1.45s-21.37 5.53-27.6 9.54s-7.99 5.21-7.23 6.67m18.53-18.87c.3 1.97 9.22-1.88 16.9-2.73c7.65-.85 15.44-.25 16.98-.17c1.54.09 2.48-.17 2.65-.94S84.9 2.52 69.49 3.93c-12.94 1.17-17.08 5.52-16.9 6.65M15.12 112.66c-.18.71 2.62 2.06 7.6 3.07c5.04 1.02 17.49 1.88 29.45.17c12.75-1.82 22.86-6.29 25.17-7.57c2.3-1.28 4.88-3.78 4.11-4.63s-5.89 2.13-10.16 3.33s-12.72 3.93-23.64 5.12s-21.34.51-24.75.43c-3.43-.09-7.53-.94-7.78.08m35.25 10.08c.25 1.43 8.59 2.56 21.08-1.86c12.91-4.57 16.47-10.03 15.96-10.86c-.94-1.54-7.62 3.95-17.75 7.17c-12.64 4.01-19.55 4.09-19.29 5.55"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#1e86ff" d="m14.44 69.4l-8.75 8.22s-.02 9.43 6.27 17.3c5.62 7.03 28.24 19.84 66.7 4.06c45.66-18.73 43.92-49.14 42.06-55.72c-2.48-8.76-6.68-13.58-17.12-17.12S14.44 69.4 14.44 69.4"/><path fill="#00c1ec" d="M44.63 30.63C15.57 43.63.27 70.14 7.36 83.93c7.85 15.28 40.28 19.4 72.12 4.66c32.61-15.1 43.61-42.49 35.22-54.61s-38.06-17.67-70.07-3.35"/><path fill="#6fe8fd" d="M11.91 70.28c-1.92.64-2.22 8.18 1.97 13.55c5.33 6.83 17.13 8.57 17.71 5.9c.6-2.75-7.16-2.53-13.2-8.7c-4.24-4.33-5.09-11.21-6.48-10.75m29.75 20.99c1 2.49 11.83.43 16.44-.58c7.41-1.62 17.95-6.25 26.17-11.23s15.28-12.27 18.06-15.75c2.78-3.47 4.05-6.95 2.55-7.76c-1.51-.81-4.5 4.61-10.65 10.19c-9.96 9.03-24.31 16.9-37.74 20.15c-6.95 1.67-15.76 2.66-14.83 4.98m65.4-57.17c-1.75.95.58 2.84.65 5.89c.05 2.13-1.38 5.82.51 6.18s3.73-2.65 3.78-6.84c.04-2.76-2.94-6.31-4.94-5.23"/><path fill="#dfeef1" d="M44.31 79.85c-11.37 0-19.58-4.07-22.19-10.11c-3.99-9.2 4.17-23.95 26.33-33.95c21.75-9.81 41.69-7.23 47.08 1.71c2.03 3.36 2.54 8.08.99 12.79c-3.18 9.67-13.36 18.3-27.48 24.16c-9.11 3.78-17.55 5.4-24.73 5.4m5.23-41.46C34.8 45.24 20.23 58.34 24.69 68.63c3.26 7.53 19.9 12.7 43.05 3.09c18.99-7.88 24.48-18.36 25.86-22.57c1.29-3.92 1.18-7.22-.41-9.87c-4.04-6.7-21.7-10.79-43.65-.89"/><path fill="#c9c9c9" d="M34.06 29.45c.82 1.56 3.58-1.02 8.28-3.33s14.51-6.49 27.23-8.45s24.58-.26 28.08.43c3.5.68 5.46.77 5.72 0s-.6-2.05-5.72-3.41s-17.92-3.16-28.76-1.45s-21.37 5.53-27.6 9.54s-7.99 5.21-7.23 6.67m18.53-18.87c.3 1.97 9.22-1.88 16.9-2.73c7.65-.85 15.44-.25 16.98-.17c1.54.09 2.48-.17 2.65-.94S84.9 2.52 69.49 3.93c-12.94 1.17-17.08 5.52-16.9 6.65M15.12 112.66c-.18.71 2.62 2.06 7.6 3.07c5.04 1.02 17.49 1.88 29.45.17c12.75-1.82 22.86-6.29 25.17-7.57c2.3-1.28 4.88-3.78 4.11-4.63s-5.89 2.13-10.16 3.33s-12.72 3.93-23.64 5.12s-21.34.51-24.75.43c-3.43-.09-7.53-.94-7.78.08m35.25 10.08c.25 1.43 8.59 2.56 21.08-1.86c12.91-4.57 16.47-10.03 15.96-10.86c-.94-1.54-7.62 3.95-17.75 7.17c-12.64 4.01-19.55 4.09-19.29 5.55"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%231e86ff%22%20d%3D%22m14.44%2069.4l-8.75%208.22s-.02%209.43%206.27%2017.3c5.62%207.03%2028.24%2019.84%2066.7%204.06c45.66-18.73%2043.92-49.14%2042.06-55.72c-2.48-8.76-6.68-13.58-17.12-17.12S14.44%2069.4%2014.44%2069.4%22%2F%3E%3Cpath%20fill%3D%22%2300c1ec%22%20d%3D%22M44.63%2030.63C15.57%2043.63.27%2070.14%207.36%2083.93c7.85%2015.28%2040.28%2019.4%2072.12%204.66c32.61-15.1%2043.61-42.49%2035.22-54.61s-38.06-17.67-70.07-3.35%22%2F%3E%3Cpath%20fill%3D%22%236fe8fd%22%20d%3D%22M11.91%2070.28c-1.92.64-2.22%208.18%201.97%2013.55c5.33%206.83%2017.13%208.57%2017.71%205.9c.6-2.75-7.16-2.53-13.2-8.7c-4.24-4.33-5.09-11.21-6.48-10.75m29.75%2020.99c1%202.49%2011.83.43%2016.44-.58c7.41-1.62%2017.95-6.25%2026.17-11.23s15.28-12.27%2018.06-15.75c2.78-3.47%204.05-6.95%202.55-7.76c-1.51-.81-4.5%204.61-10.65%2010.19c-9.96%209.03-24.31%2016.9-37.74%2020.15c-6.95%201.67-15.76%202.66-14.83%204.98m65.4-57.17c-1.75.95.58%202.84.65%205.89c.05%202.13-1.38%205.82.51%206.18s3.73-2.65%203.78-6.84c.04-2.76-2.94-6.31-4.94-5.23%22%2F%3E%3Cpath%20fill%3D%22%23dfeef1%22%20d%3D%22M44.31%2079.85c-11.37%200-19.58-4.07-22.19-10.11c-3.99-9.2%204.17-23.95%2026.33-33.95c21.75-9.81%2041.69-7.23%2047.08%201.71c2.03%203.36%202.54%208.08.99%2012.79c-3.18%209.67-13.36%2018.3-27.48%2024.16c-9.11%203.78-17.55%205.4-24.73%205.4m5.23-41.46C34.8%2045.24%2020.23%2058.34%2024.69%2068.63c3.26%207.53%2019.9%2012.7%2043.05%203.09c18.99-7.88%2024.48-18.36%2025.86-22.57c1.29-3.92%201.18-7.22-.41-9.87c-4.04-6.7-21.7-10.79-43.65-.89%22%2F%3E%3Cpath%20fill%3D%22%23c9c9c9%22%20d%3D%22M34.06%2029.45c.82%201.56%203.58-1.02%208.28-3.33s14.51-6.49%2027.23-8.45s24.58-.26%2028.08.43c3.5.68%205.46.77%205.72%200s-.6-2.05-5.72-3.41s-17.92-3.16-28.76-1.45s-21.37%205.53-27.6%209.54s-7.99%205.21-7.23%206.67m18.53-18.87c.3%201.97%209.22-1.88%2016.9-2.73c7.65-.85%2015.44-.25%2016.98-.17c1.54.09%202.48-.17%202.65-.94S84.9%202.52%2069.49%203.93c-12.94%201.17-17.08%205.52-16.9%206.65M15.12%20112.66c-.18.71%202.62%202.06%207.6%203.07c5.04%201.02%2017.49%201.88%2029.45.17c12.75-1.82%2022.86-6.29%2025.17-7.57c2.3-1.28%204.88-3.78%204.11-4.63s-5.89%202.13-10.16%203.33s-12.72%203.93-23.64%205.12s-21.34.51-24.75.43c-3.43-.09-7.53-.94-7.78.08m35.25%2010.08c.25%201.43%208.59%202.56%2021.08-1.86c12.91-4.57%2016.47-10.03%2015.96-10.86c-.94-1.54-7.62%203.95-17.75%207.17c-12.64%204.01-19.55%204.09-19.29%205.55%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%20128%20128%22%3E%3Cpath%20fill%3D%22%231e86ff%22%20d%3D%22m14.44%2069.4l-8.75%208.22s-.02%209.43%206.27%2017.3c5.62%207.03%2028.24%2019.84%2066.7%204.06c45.66-18.73%2043.92-49.14%2042.06-55.72c-2.48-8.76-6.68-13.58-17.12-17.12S14.44%2069.4%2014.44%2069.4%22%2F%3E%3Cpath%20fill%3D%22%2300c1ec%22%20d%3D%22M44.63%2030.63C15.57%2043.63.27%2070.14%207.36%2083.93c7.85%2015.28%2040.28%2019.4%2072.12%204.66c32.61-15.1%2043.61-42.49%2035.22-54.61s-38.06-17.67-70.07-3.35%22%2F%3E%3Cpath%20fill%3D%22%236fe8fd%22%20d%3D%22M11.91%2070.28c-1.92.64-2.22%208.18%201.97%2013.55c5.33%206.83%2017.13%208.57%2017.71%205.9c.6-2.75-7.16-2.53-13.2-8.7c-4.24-4.33-5.09-11.21-6.48-10.75m29.75%2020.99c1%202.49%2011.83.43%2016.44-.58c7.41-1.62%2017.95-6.25%2026.17-11.23s15.28-12.27%2018.06-15.75c2.78-3.47%204.05-6.95%202.55-7.76c-1.51-.81-4.5%204.61-10.65%2010.19c-9.96%209.03-24.31%2016.9-37.74%2020.15c-6.95%201.67-15.76%202.66-14.83%204.98m65.4-57.17c-1.75.95.58%202.84.65%205.89c.05%202.13-1.38%205.82.51%206.18s3.73-2.65%203.78-6.84c.04-2.76-2.94-6.31-4.94-5.23%22%2F%3E%3Cpath%20fill%3D%22%23dfeef1%22%20d%3D%22M44.31%2079.85c-11.37%200-19.58-4.07-22.19-10.11c-3.99-9.2%204.17-23.95%2026.33-33.95c21.75-9.81%2041.69-7.23%2047.08%201.71c2.03%203.36%202.54%208.08.99%2012.79c-3.18%209.67-13.36%2018.3-27.48%2024.16c-9.11%203.78-17.55%205.4-24.73%205.4m5.23-41.46C34.8%2045.24%2020.23%2058.34%2024.69%2068.63c3.26%207.53%2019.9%2012.7%2043.05%203.09c18.99-7.88%2024.48-18.36%2025.86-22.57c1.29-3.92%201.18-7.22-.41-9.87c-4.04-6.7-21.7-10.79-43.65-.89%22%2F%3E%3Cpath%20fill%3D%22%23c9c9c9%22%20d%3D%22M34.06%2029.45c.82%201.56%203.58-1.02%208.28-3.33s14.51-6.49%2027.23-8.45s24.58-.26%2028.08.43c3.5.68%205.46.77%205.72%200s-.6-2.05-5.72-3.41s-17.92-3.16-28.76-1.45s-21.37%205.53-27.6%209.54s-7.99%205.21-7.23%206.67m18.53-18.87c.3%201.97%209.22-1.88%2016.9-2.73c7.65-.85%2015.44-.25%2016.98-.17c1.54.09%202.48-.17%202.65-.94S84.9%202.52%2069.49%203.93c-12.94%201.17-17.08%205.52-16.9%206.65M15.12%20112.66c-.18.71%202.62%202.06%207.6%203.07c5.04%201.02%2017.49%201.88%2029.45.17c12.75-1.82%2022.86-6.29%2025.17-7.57c2.3-1.28%204.88-3.78%204.11-4.63s-5.89%202.13-10.16%203.33s-12.72%203.93-23.64%205.12s-21.34.51-24.75.43c-3.43-.09-7.53-.94-7.78.08m35.25%2010.08c.25%201.43%208.59%202.56%2021.08-1.86c12.91-4.57%2016.47-10.03%2015.96-10.86c-.94-1.54-7.62%203.95-17.75%207.17c-12.64%204.01-19.55%204.09-19.29%205.55%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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