flying disc emoji
flying-disc from Fluent Emoji Flat by Microsoft Corporation · Default · Activities · MIT Free for personal and commercial use.
- Name
- flying-disc
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Activities
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More activities icons from Fluent Emoji Flat
Use the flying disc emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#26eafc" d="M22.966 15.54c-9.41-9.95-1.51-11.85 5.29-11.98c.42-.01.77-.35.77-.78s-.35-.78-.78-.78h-13.22c-6.62 0-11.99 5.37-11.99 11.99v5.04l21.48-1.6z"/><path fill="#0074ba" d="M26.186 25.41c1.77-4.39-1.89-10-8.17-12.52c-6.28-2.53-12.8-1.02-14.57 3.37s1.89 10 8.17 12.52c6.28 2.53 12.8 1.02 14.57-3.37"/><path fill="#00a6ed" d="M25.696 23.12c1.4-3.49-2-8.14-7.6-10.4s-11.28-1.26-12.68 2.23s2 8.14 7.6 10.4s11.28 1.26 12.68-2.23"/><path stroke="#26eafc" stroke-miterlimit="10" stroke-width=".686" d="M23.224 22.152c1.06-2.634-1.515-6.151-5.751-7.857s-8.531-.954-9.591 1.679s1.515 6.15 5.751 7.857s8.531.954 9.591-1.68Z"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatFlyingDisc(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#26eafc" d="M22.966 15.54c-9.41-9.95-1.51-11.85 5.29-11.98c.42-.01.77-.35.77-.78s-.35-.78-.78-.78h-13.22c-6.62 0-11.99 5.37-11.99 11.99v5.04l21.48-1.6z"/><path fill="#0074ba" d="M26.186 25.41c1.77-4.39-1.89-10-8.17-12.52c-6.28-2.53-12.8-1.02-14.57 3.37s1.89 10 8.17 12.52c6.28 2.53 12.8 1.02 14.57-3.37"/><path fill="#00a6ed" d="M25.696 23.12c1.4-3.49-2-8.14-7.6-10.4s-11.28-1.26-12.68 2.23s2 8.14 7.6 10.4s11.28 1.26 12.68-2.23"/><path stroke="#26eafc" strokeMiterlimit="10" strokeWidth=".686" d="M23.224 22.152c1.06-2.634-1.515-6.151-5.751-7.857s-8.531-.954-9.591 1.679s1.515 6.15 5.751 7.857s8.531.954 9.591-1.68Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#26eafc" d="M22.966 15.54c-9.41-9.95-1.51-11.85 5.29-11.98c.42-.01.77-.35.77-.78s-.35-.78-.78-.78h-13.22c-6.62 0-11.99 5.37-11.99 11.99v5.04l21.48-1.6z"/><path fill="#0074ba" d="M26.186 25.41c1.77-4.39-1.89-10-8.17-12.52c-6.28-2.53-12.8-1.02-14.57 3.37s1.89 10 8.17 12.52c6.28 2.53 12.8 1.02 14.57-3.37"/><path fill="#00a6ed" d="M25.696 23.12c1.4-3.49-2-8.14-7.6-10.4s-11.28-1.26-12.68 2.23s2 8.14 7.6 10.4s11.28 1.26 12.68-2.23"/><path stroke="#26eafc" stroke-miterlimit="10" stroke-width=".686" d="M23.224 22.152c1.06-2.634-1.515-6.151-5.751-7.857s-8.531-.954-9.591 1.679s1.515 6.15 5.751 7.857s8.531.954 9.591-1.68Z"/></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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%2326eafc%22%20d%3D%22M22.966%2015.54c-9.41-9.95-1.51-11.85%205.29-11.98c.42-.01.77-.35.77-.78s-.35-.78-.78-.78h-13.22c-6.62%200-11.99%205.37-11.99%2011.99v5.04l21.48-1.6z%22%2F%3E%3Cpath%20fill%3D%22%230074ba%22%20d%3D%22M26.186%2025.41c1.77-4.39-1.89-10-8.17-12.52c-6.28-2.53-12.8-1.02-14.57%203.37s1.89%2010%208.17%2012.52c6.28%202.53%2012.8%201.02%2014.57-3.37%22%2F%3E%3Cpath%20fill%3D%22%2300a6ed%22%20d%3D%22M25.696%2023.12c1.4-3.49-2-8.14-7.6-10.4s-11.28-1.26-12.68%202.23s2%208.14%207.6%2010.4s11.28%201.26%2012.68-2.23%22%2F%3E%3Cpath%20stroke%3D%22%2326eafc%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%22.686%22%20d%3D%22M23.224%2022.152c1.06-2.634-1.515-6.151-5.751-7.857s-8.531-.954-9.591%201.679s1.515%206.15%205.751%207.857s8.531.954%209.591-1.68Z%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%2326eafc%22%20d%3D%22M22.966%2015.54c-9.41-9.95-1.51-11.85%205.29-11.98c.42-.01.77-.35.77-.78s-.35-.78-.78-.78h-13.22c-6.62%200-11.99%205.37-11.99%2011.99v5.04l21.48-1.6z%22%2F%3E%3Cpath%20fill%3D%22%230074ba%22%20d%3D%22M26.186%2025.41c1.77-4.39-1.89-10-8.17-12.52c-6.28-2.53-12.8-1.02-14.57%203.37s1.89%2010%208.17%2012.52c6.28%202.53%2012.8%201.02%2014.57-3.37%22%2F%3E%3Cpath%20fill%3D%22%2300a6ed%22%20d%3D%22M25.696%2023.12c1.4-3.49-2-8.14-7.6-10.4s-11.28-1.26-12.68%202.23s2%208.14%207.6%2010.4s11.28%201.26%2012.68-2.23%22%2F%3E%3Cpath%20stroke%3D%22%2326eafc%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%22.686%22%20d%3D%22M23.224%2022.152c1.06-2.634-1.515-6.151-5.751-7.857s-8.531-.954-9.591%201.679s1.515%206.15%205.751%207.857s8.531.954%209.591-1.68Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/flying-disc.svg?color=%231a73e8&size=48