ufo-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
ufo-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute Icon

Use the ufo icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.21 13.828q.422.265.76.573c.58.533 1.03 1.241 1.03 2.099s-.45 1.566-1.03 2.099c-.579.532-1.361.965-2.243 1.308C16.956 20.596 14.577 21 12 21s-4.956-.404-6.727-1.093c-.882-.343-1.664-.776-2.243-1.308C2.45 18.066 2 17.358 2 16.5s.45-1.566 1.03-2.099a5.3 5.3 0 0 1 .758-.573c.295.182.633.375 1.015.567C6.425 15.205 8.827 16 12 16s5.575-.794 7.197-1.605c.382-.191.72-.385 1.014-.567M12 3a1.5 1.5 0 0 1 1 2.618v1.453a7.01 7.01 0 0 1 5.8 5.269q-.231.132-.497.265C16.925 13.295 14.827 14 12 14s-4.925-.706-6.303-1.395q-.267-.134-.499-.265A7.01 7.01 0 0 1 11 7.07V5.618A1.5 1.5 0 0 1 12 3"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteUfoFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.21 13.828q.422.265.76.573c.58.533 1.03 1.241 1.03 2.099s-.45 1.566-1.03 2.099c-.579.532-1.361.965-2.243 1.308C16.956 20.596 14.577 21 12 21s-4.956-.404-6.727-1.093c-.882-.343-1.664-.776-2.243-1.308C2.45 18.066 2 17.358 2 16.5s.45-1.566 1.03-2.099a5.3 5.3 0 0 1 .758-.573c.295.182.633.375 1.015.567C6.425 15.205 8.827 16 12 16s5.575-.794 7.197-1.605c.382-.191.72-.385 1.014-.567M12 3a1.5 1.5 0 0 1 1 2.618v1.453a7.01 7.01 0 0 1 5.8 5.269q-.231.132-.497.265C16.925 13.295 14.827 14 12 14s-4.925-.706-6.303-1.395q-.267-.134-.499-.265A7.01 7.01 0 0 1 11 7.07V5.618A1.5 1.5 0 0 1 12 3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.21 13.828q.422.265.76.573c.58.533 1.03 1.241 1.03 2.099s-.45 1.566-1.03 2.099c-.579.532-1.361.965-2.243 1.308C16.956 20.596 14.577 21 12 21s-4.956-.404-6.727-1.093c-.882-.343-1.664-.776-2.243-1.308C2.45 18.066 2 17.358 2 16.5s.45-1.566 1.03-2.099a5.3 5.3 0 0 1 .758-.573c.295.182.633.375 1.015.567C6.425 15.205 8.827 16 12 16s5.575-.794 7.197-1.605c.382-.191.72-.385 1.014-.567M12 3a1.5 1.5 0 0 1 1 2.618v1.453a7.01 7.01 0 0 1 5.8 5.269q-.231.132-.497.265C16.925 13.295 14.827 14 12 14s-4.925-.706-6.303-1.395q-.267-.134-.499-.265A7.01 7.01 0 0 1 11 7.07V5.618A1.5 1.5 0 0 1 12 3"/></svg>
</template>

CSS

.icon-ufo-fill {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.21%2013.828q.422.265.76.573c.58.533%201.03%201.241%201.03%202.099s-.45%201.566-1.03%202.099c-.579.532-1.361.965-2.243%201.308C16.956%2020.596%2014.577%2021%2012%2021s-4.956-.404-6.727-1.093c-.882-.343-1.664-.776-2.243-1.308C2.45%2018.066%202%2017.358%202%2016.5s.45-1.566%201.03-2.099a5.3%205.3%200%200%201%20.758-.573c.295.182.633.375%201.015.567C6.425%2015.205%208.827%2016%2012%2016s5.575-.794%207.197-1.605c.382-.191.72-.385%201.014-.567M12%203a1.5%201.5%200%200%201%201%202.618v1.453a7.01%207.01%200%200%201%205.8%205.269q-.231.132-.497.265C16.925%2013.295%2014.827%2014%2012%2014s-4.925-.706-6.303-1.395q-.267-.134-.499-.265A7.01%207.01%200%200%201%2011%207.07V5.618A1.5%201.5%200%200%201%2012%203%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.21%2013.828q.422.265.76.573c.58.533%201.03%201.241%201.03%202.099s-.45%201.566-1.03%202.099c-.579.532-1.361.965-2.243%201.308C16.956%2020.596%2014.577%2021%2012%2021s-4.956-.404-6.727-1.093c-.882-.343-1.664-.776-2.243-1.308C2.45%2018.066%202%2017.358%202%2016.5s.45-1.566%201.03-2.099a5.3%205.3%200%200%201%20.758-.573c.295.182.633.375%201.015.567C6.425%2015.205%208.827%2016%2012%2016s5.575-.794%207.197-1.605c.382-.191.72-.385%201.014-.567M12%203a1.5%201.5%200%200%201%201%202.618v1.453a7.01%207.01%200%200%201%205.8%205.269q-.231.132-.497.265C16.925%2013.295%2014.827%2014%2012%2014s-4.925-.706-6.303-1.395q-.267-.134-.499-.265A7.01%207.01%200%200%201%2011%207.07V5.618A1.5%201.5%200%200%201%2012%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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