flying-saucer from Fluent Emoji High Contrast by Microsoft Corporation · Default · Travel & Places · MIT Free for personal and commercial use.

Name
flying-saucer
Set
Fluent Emoji High Contrast
Style
Default
Category
Travel & Places
Viewbox
32×32
License
MIT

The same emoji in other sets

More travel & places icons from Fluent Emoji High Contrast

Use the flying saucer emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M21 11a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/><path d="M17.48 5a7.45 7.45 0 0 1 7.44 7.853c3.282 1.457 5.644 4.279 6.62 7.584l.172.586l-.443.422c-2.92 2.778-7.185 4.035-11.378 2.91l-.24-.064L20 30H5l5.533-8.152l-1.091-.292c-4.204-1.124-7.257-4.336-8.401-8.213l-.173-.585l.441-.421c2.49-2.378 5.958-3.644 9.527-3.261A7.45 7.45 0 0 1 17.48 5m-5.048 5.39l10.448 2.8q.05-.363.05-.74a5.45 5.45 0 0 0-10.498-2.06M9.96 19.625l10.45 2.8a9.9 9.9 0 0 0 4.247.2a10 10 0 0 0 3.74-1.454L3.665 14.54a9.93 9.93 0 0 0 6.294 5.083M7.61 12.6a1 1 0 1 0 2 0a1 1 0 0 0-2 0m5.08 2.09a1 1 0 1 0 0-2a1 1 0 0 0 0 2m4.09 1.1a1 1 0 1 0 0-2a1 1 0 0 0 0 2m4.08 1.09a1 1 0 1 0 0-2a1 1 0 0 0 0 2m3.08.09a1 1 0 1 0 2 0a1 1 0 0 0-2 0"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastFlyingSaucer(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M21 11a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/><path d="M17.48 5a7.45 7.45 0 0 1 7.44 7.853c3.282 1.457 5.644 4.279 6.62 7.584l.172.586l-.443.422c-2.92 2.778-7.185 4.035-11.378 2.91l-.24-.064L20 30H5l5.533-8.152l-1.091-.292c-4.204-1.124-7.257-4.336-8.401-8.213l-.173-.585l.441-.421c2.49-2.378 5.958-3.644 9.527-3.261A7.45 7.45 0 0 1 17.48 5m-5.048 5.39l10.448 2.8q.05-.363.05-.74a5.45 5.45 0 0 0-10.498-2.06M9.96 19.625l10.45 2.8a9.9 9.9 0 0 0 4.247.2a10 10 0 0 0 3.74-1.454L3.665 14.54a9.93 9.93 0 0 0 6.294 5.083M7.61 12.6a1 1 0 1 0 2 0a1 1 0 0 0-2 0m5.08 2.09a1 1 0 1 0 0-2a1 1 0 0 0 0 2m4.09 1.1a1 1 0 1 0 0-2a1 1 0 0 0 0 2m4.08 1.09a1 1 0 1 0 0-2a1 1 0 0 0 0 2m3.08.09a1 1 0 1 0 2 0a1 1 0 0 0-2 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M21 11a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/><path d="M17.48 5a7.45 7.45 0 0 1 7.44 7.853c3.282 1.457 5.644 4.279 6.62 7.584l.172.586l-.443.422c-2.92 2.778-7.185 4.035-11.378 2.91l-.24-.064L20 30H5l5.533-8.152l-1.091-.292c-4.204-1.124-7.257-4.336-8.401-8.213l-.173-.585l.441-.421c2.49-2.378 5.958-3.644 9.527-3.261A7.45 7.45 0 0 1 17.48 5m-5.048 5.39l10.448 2.8q.05-.363.05-.74a5.45 5.45 0 0 0-10.498-2.06M9.96 19.625l10.45 2.8a9.9 9.9 0 0 0 4.247.2a10 10 0 0 0 3.74-1.454L3.665 14.54a9.93 9.93 0 0 0 6.294 5.083M7.61 12.6a1 1 0 1 0 2 0a1 1 0 0 0-2 0m5.08 2.09a1 1 0 1 0 0-2a1 1 0 0 0 0 2m4.09 1.1a1 1 0 1 0 0-2a1 1 0 0 0 0 2m4.08 1.09a1 1 0 1 0 0-2a1 1 0 0 0 0 2m3.08.09a1 1 0 1 0 2 0a1 1 0 0 0-2 0"/></g></svg>
</template>

CSS

.icon-flying-saucer {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M21%2011a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%2F%3E%3Cpath%20d%3D%22M17.48%205a7.45%207.45%200%200%201%207.44%207.853c3.282%201.457%205.644%204.279%206.62%207.584l.172.586l-.443.422c-2.92%202.778-7.185%204.035-11.378%202.91l-.24-.064L20%2030H5l5.533-8.152l-1.091-.292c-4.204-1.124-7.257-4.336-8.401-8.213l-.173-.585l.441-.421c2.49-2.378%205.958-3.644%209.527-3.261A7.45%207.45%200%200%201%2017.48%205m-5.048%205.39l10.448%202.8q.05-.363.05-.74a5.45%205.45%200%200%200-10.498-2.06M9.96%2019.625l10.45%202.8a9.9%209.9%200%200%200%204.247.2a10%2010%200%200%200%203.74-1.454L3.665%2014.54a9.93%209.93%200%200%200%206.294%205.083M7.61%2012.6a1%201%200%201%200%202%200a1%201%200%200%200-2%200m5.08%202.09a1%201%200%201%200%200-2a1%201%200%200%200%200%202m4.09%201.1a1%201%200%201%200%200-2a1%201%200%200%200%200%202m4.08%201.09a1%201%200%201%200%200-2a1%201%200%200%200%200%202m3.08.09a1%201%200%201%200%202%200a1%201%200%200%200-2%200%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%22currentColor%22%3E%3Cpath%20d%3D%22M21%2011a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%2F%3E%3Cpath%20d%3D%22M17.48%205a7.45%207.45%200%200%201%207.44%207.853c3.282%201.457%205.644%204.279%206.62%207.584l.172.586l-.443.422c-2.92%202.778-7.185%204.035-11.378%202.91l-.24-.064L20%2030H5l5.533-8.152l-1.091-.292c-4.204-1.124-7.257-4.336-8.401-8.213l-.173-.585l.441-.421c2.49-2.378%205.958-3.644%209.527-3.261A7.45%207.45%200%200%201%2017.48%205m-5.048%205.39l10.448%202.8q.05-.363.05-.74a5.45%205.45%200%200%200-10.498-2.06M9.96%2019.625l10.45%202.8a9.9%209.9%200%200%200%204.247.2a10%2010%200%200%200%203.74-1.454L3.665%2014.54a9.93%209.93%200%200%200%206.294%205.083M7.61%2012.6a1%201%200%201%200%202%200a1%201%200%200%200-2%200m5.08%202.09a1%201%200%201%200%200-2a1%201%200%200%200%200%202m4.09%201.1a1%201%200%201%200%200-2a1%201%200%200%200%200%202m4.08%201.09a1%201%200%201%200%200-2a1%201%200%200%200%200%202m3.08.09a1%201%200%201%200%202%200a1%201%200%200%200-2%200%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-high-contrast/flying-saucer.svg?color=%231a73e8&size=48