flying saucer icon
flying-saucer-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- flying-saucer-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the flying saucer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M179.79 214.73a4 4 0 0 1-2.53 5.06a3.9 3.9 0 0 1-1.26.21a4 4 0 0 1-3.79-2.73l-8-24a4 4 0 1 1 7.58-2.54ZM128 188a4 4 0 0 0-4 4v32a4 4 0 0 0 8 0v-32a4 4 0 0 0-4-4m-38.74.2a4 4 0 0 0-5.05 2.53l-8 24a4 4 0 1 0 7.58 2.54l8-24a4 4 0 0 0-2.53-5.07M244 112c0 29.16-50.95 52-116 52S12 141.16 12 112c0-20.31 24.8-38.16 64.84-46.8a59.65 59.65 0 0 1 93.31-11.9a61 61 0 0 1 9.42 12C219.36 74 244 91.77 244 112M76 96.83v3a11.9 11.9 0 0 0 9.24 11.64A192 192 0 0 0 128 116a192 192 0 0 0 42.75-4.48A11.9 11.9 0 0 0 180 99.88V96a52 52 0 0 0-52.69-52C99 44.37 76 68.07 76 96.83M236 112c0-15-20.13-29.37-51.94-37.43A59.9 59.9 0 0 1 188 96v3.91a19.87 19.87 0 0 1-15.45 19.41A199.7 199.7 0 0 1 128 124a199.7 199.7 0 0 1-44.54-4.68A19.86 19.86 0 0 1 68 99.91v-3.06a60.9 60.9 0 0 1 4.25-22.36C40.25 82.54 20 96.88 20 112c0 23.85 49.46 44 108 44s108-20.15 108-44"/></svg>
React
import type { SVGProps } from "react";
export function PhFlyingSaucerThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M179.79 214.73a4 4 0 0 1-2.53 5.06a3.9 3.9 0 0 1-1.26.21a4 4 0 0 1-3.79-2.73l-8-24a4 4 0 1 1 7.58-2.54ZM128 188a4 4 0 0 0-4 4v32a4 4 0 0 0 8 0v-32a4 4 0 0 0-4-4m-38.74.2a4 4 0 0 0-5.05 2.53l-8 24a4 4 0 1 0 7.58 2.54l8-24a4 4 0 0 0-2.53-5.07M244 112c0 29.16-50.95 52-116 52S12 141.16 12 112c0-20.31 24.8-38.16 64.84-46.8a59.65 59.65 0 0 1 93.31-11.9a61 61 0 0 1 9.42 12C219.36 74 244 91.77 244 112M76 96.83v3a11.9 11.9 0 0 0 9.24 11.64A192 192 0 0 0 128 116a192 192 0 0 0 42.75-4.48A11.9 11.9 0 0 0 180 99.88V96a52 52 0 0 0-52.69-52C99 44.37 76 68.07 76 96.83M236 112c0-15-20.13-29.37-51.94-37.43A59.9 59.9 0 0 1 188 96v3.91a19.87 19.87 0 0 1-15.45 19.41A199.7 199.7 0 0 1 128 124a199.7 199.7 0 0 1-44.54-4.68A19.86 19.86 0 0 1 68 99.91v-3.06a60.9 60.9 0 0 1 4.25-22.36C40.25 82.54 20 96.88 20 112c0 23.85 49.46 44 108 44s108-20.15 108-44"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M179.79 214.73a4 4 0 0 1-2.53 5.06a3.9 3.9 0 0 1-1.26.21a4 4 0 0 1-3.79-2.73l-8-24a4 4 0 1 1 7.58-2.54ZM128 188a4 4 0 0 0-4 4v32a4 4 0 0 0 8 0v-32a4 4 0 0 0-4-4m-38.74.2a4 4 0 0 0-5.05 2.53l-8 24a4 4 0 1 0 7.58 2.54l8-24a4 4 0 0 0-2.53-5.07M244 112c0 29.16-50.95 52-116 52S12 141.16 12 112c0-20.31 24.8-38.16 64.84-46.8a59.65 59.65 0 0 1 93.31-11.9a61 61 0 0 1 9.42 12C219.36 74 244 91.77 244 112M76 96.83v3a11.9 11.9 0 0 0 9.24 11.64A192 192 0 0 0 128 116a192 192 0 0 0 42.75-4.48A11.9 11.9 0 0 0 180 99.88V96a52 52 0 0 0-52.69-52C99 44.37 76 68.07 76 96.83M236 112c0-15-20.13-29.37-51.94-37.43A59.9 59.9 0 0 1 188 96v3.91a19.87 19.87 0 0 1-15.45 19.41A199.7 199.7 0 0 1 128 124a199.7 199.7 0 0 1-44.54-4.68A19.86 19.86 0 0 1 68 99.91v-3.06a60.9 60.9 0 0 1 4.25-22.36C40.25 82.54 20 96.88 20 112c0 23.85 49.46 44 108 44s108-20.15 108-44"/></svg> </template>
CSS
.icon-flying-saucer-thin {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M179.79%20214.73a4%204%200%200%201-2.53%205.06a3.9%203.9%200%200%201-1.26.21a4%204%200%200%201-3.79-2.73l-8-24a4%204%200%201%201%207.58-2.54ZM128%20188a4%204%200%200%200-4%204v32a4%204%200%200%200%208%200v-32a4%204%200%200%200-4-4m-38.74.2a4%204%200%200%200-5.05%202.53l-8%2024a4%204%200%201%200%207.58%202.54l8-24a4%204%200%200%200-2.53-5.07M244%20112c0%2029.16-50.95%2052-116%2052S12%20141.16%2012%20112c0-20.31%2024.8-38.16%2064.84-46.8a59.65%2059.65%200%200%201%2093.31-11.9a61%2061%200%200%201%209.42%2012C219.36%2074%20244%2091.77%20244%20112M76%2096.83v3a11.9%2011.9%200%200%200%209.24%2011.64A192%20192%200%200%200%20128%20116a192%20192%200%200%200%2042.75-4.48A11.9%2011.9%200%200%200%20180%2099.88V96a52%2052%200%200%200-52.69-52C99%2044.37%2076%2068.07%2076%2096.83M236%20112c0-15-20.13-29.37-51.94-37.43A59.9%2059.9%200%200%201%20188%2096v3.91a19.87%2019.87%200%200%201-15.45%2019.41A199.7%20199.7%200%200%201%20128%20124a199.7%20199.7%200%200%201-44.54-4.68A19.86%2019.86%200%200%201%2068%2099.91v-3.06a60.9%2060.9%200%200%201%204.25-22.36C40.25%2082.54%2020%2096.88%2020%20112c0%2023.85%2049.46%2044%20108%2044s108-20.15%20108-44%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M179.79%20214.73a4%204%200%200%201-2.53%205.06a3.9%203.9%200%200%201-1.26.21a4%204%200%200%201-3.79-2.73l-8-24a4%204%200%201%201%207.58-2.54ZM128%20188a4%204%200%200%200-4%204v32a4%204%200%200%200%208%200v-32a4%204%200%200%200-4-4m-38.74.2a4%204%200%200%200-5.05%202.53l-8%2024a4%204%200%201%200%207.58%202.54l8-24a4%204%200%200%200-2.53-5.07M244%20112c0%2029.16-50.95%2052-116%2052S12%20141.16%2012%20112c0-20.31%2024.8-38.16%2064.84-46.8a59.65%2059.65%200%200%201%2093.31-11.9a61%2061%200%200%201%209.42%2012C219.36%2074%20244%2091.77%20244%20112M76%2096.83v3a11.9%2011.9%200%200%200%209.24%2011.64A192%20192%200%200%200%20128%20116a192%20192%200%200%200%2042.75-4.48A11.9%2011.9%200%200%200%20180%2099.88V96a52%2052%200%200%200-52.69-52C99%2044.37%2076%2068.07%2076%2096.83M236%20112c0-15-20.13-29.37-51.94-37.43A59.9%2059.9%200%200%201%20188%2096v3.91a19.87%2019.87%200%200%201-15.45%2019.41A199.7%20199.7%200%200%201%20128%20124a199.7%20199.7%200%200%201-44.54-4.68A19.86%2019.86%200%200%201%2068%2099.91v-3.06a60.9%2060.9%200%200%201%204.25-22.36C40.25%2082.54%2020%2096.88%2020%20112c0%2023.85%2049.46%2044%20108%2044s108-20.15%20108-44%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/flying-saucer-thin.svg?color=%231a73e8&size=48