ufo-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.

Name
ufo-filled
Set
Tabler Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Tabler Icons

The same icon in other sets

Related icons in Tabler Icons

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="M12 3c3.067 0 5.6 2.29 5.957 5.246C21.024 9.149 23 10.722 23 12.724c0 2.3-2.653 4.053-6.427 4.833l1.26 1.888a1 1 0 1 1-1.665 1.11l-1.78-2.67c-.77.076-1.57.115-2.388.115c-.966 0-1.905-.055-2.801-.16l-1.305 2.607a1 1 0 0 1-1.788-.894l1.028-2.06C3.516 16.686 1 14.964 1 12.725c0-1.999 1.981-3.58 5.044-4.483C6.404 5.287 8.934 3 12 3m.01 10l-.127.007A1 1 0 0 0 12 15l.127-.007A1 1 0 0 0 12.01 13m-5-1l-.127.007A1 1 0 0 0 7 14l.127-.007A1 1 0 0 0 7.01 12m10 0l-.127.007A1 1 0 0 0 17 14l.127-.007A1 1 0 0 0 17.01 12M12 5C9.89 5 8.165 6.618 8.011 8.667a1 1 0 0 1 .057.4c.104.087.348.251.768.419c.806.322 1.94.514 3.164.514s2.358-.192 3.164-.514c.445-.178.693-.352.789-.435L15.95 9q0-.113.029-.229l.014-.046C15.868 6.649 14.129 5 12 5"/></svg>

React

import type { SVGProps } from "react";

export function TablerUfoFilled(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="M12 3c3.067 0 5.6 2.29 5.957 5.246C21.024 9.149 23 10.722 23 12.724c0 2.3-2.653 4.053-6.427 4.833l1.26 1.888a1 1 0 1 1-1.665 1.11l-1.78-2.67c-.77.076-1.57.115-2.388.115c-.966 0-1.905-.055-2.801-.16l-1.305 2.607a1 1 0 0 1-1.788-.894l1.028-2.06C3.516 16.686 1 14.964 1 12.725c0-1.999 1.981-3.58 5.044-4.483C6.404 5.287 8.934 3 12 3m.01 10l-.127.007A1 1 0 0 0 12 15l.127-.007A1 1 0 0 0 12.01 13m-5-1l-.127.007A1 1 0 0 0 7 14l.127-.007A1 1 0 0 0 7.01 12m10 0l-.127.007A1 1 0 0 0 17 14l.127-.007A1 1 0 0 0 17.01 12M12 5C9.89 5 8.165 6.618 8.011 8.667a1 1 0 0 1 .057.4c.104.087.348.251.768.419c.806.322 1.94.514 3.164.514s2.358-.192 3.164-.514c.445-.178.693-.352.789-.435L15.95 9q0-.113.029-.229l.014-.046C15.868 6.649 14.129 5 12 5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3c3.067 0 5.6 2.29 5.957 5.246C21.024 9.149 23 10.722 23 12.724c0 2.3-2.653 4.053-6.427 4.833l1.26 1.888a1 1 0 1 1-1.665 1.11l-1.78-2.67c-.77.076-1.57.115-2.388.115c-.966 0-1.905-.055-2.801-.16l-1.305 2.607a1 1 0 0 1-1.788-.894l1.028-2.06C3.516 16.686 1 14.964 1 12.725c0-1.999 1.981-3.58 5.044-4.483C6.404 5.287 8.934 3 12 3m.01 10l-.127.007A1 1 0 0 0 12 15l.127-.007A1 1 0 0 0 12.01 13m-5-1l-.127.007A1 1 0 0 0 7 14l.127-.007A1 1 0 0 0 7.01 12m10 0l-.127.007A1 1 0 0 0 17 14l.127-.007A1 1 0 0 0 17.01 12M12 5C9.89 5 8.165 6.618 8.011 8.667a1 1 0 0 1 .057.4c.104.087.348.251.768.419c.806.322 1.94.514 3.164.514s2.358-.192 3.164-.514c.445-.178.693-.352.789-.435L15.95 9q0-.113.029-.229l.014-.046C15.868 6.649 14.129 5 12 5"/></svg>
</template>

CSS

.icon-ufo-filled {
  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%22M12%203c3.067%200%205.6%202.29%205.957%205.246C21.024%209.149%2023%2010.722%2023%2012.724c0%202.3-2.653%204.053-6.427%204.833l1.26%201.888a1%201%200%201%201-1.665%201.11l-1.78-2.67c-.77.076-1.57.115-2.388.115c-.966%200-1.905-.055-2.801-.16l-1.305%202.607a1%201%200%200%201-1.788-.894l1.028-2.06C3.516%2016.686%201%2014.964%201%2012.725c0-1.999%201.981-3.58%205.044-4.483C6.404%205.287%208.934%203%2012%203m.01%2010l-.127.007A1%201%200%200%200%2012%2015l.127-.007A1%201%200%200%200%2012.01%2013m-5-1l-.127.007A1%201%200%200%200%207%2014l.127-.007A1%201%200%200%200%207.01%2012m10%200l-.127.007A1%201%200%200%200%2017%2014l.127-.007A1%201%200%200%200%2017.01%2012M12%205C9.89%205%208.165%206.618%208.011%208.667a1%201%200%200%201%20.057.4c.104.087.348.251.768.419c.806.322%201.94.514%203.164.514s2.358-.192%203.164-.514c.445-.178.693-.352.789-.435L15.95%209q0-.113.029-.229l.014-.046C15.868%206.649%2014.129%205%2012%205%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%22M12%203c3.067%200%205.6%202.29%205.957%205.246C21.024%209.149%2023%2010.722%2023%2012.724c0%202.3-2.653%204.053-6.427%204.833l1.26%201.888a1%201%200%201%201-1.665%201.11l-1.78-2.67c-.77.076-1.57.115-2.388.115c-.966%200-1.905-.055-2.801-.16l-1.305%202.607a1%201%200%200%201-1.788-.894l1.028-2.06C3.516%2016.686%201%2014.964%201%2012.725c0-1.999%201.981-3.58%205.044-4.483C6.404%205.287%208.934%203%2012%203m.01%2010l-.127.007A1%201%200%200%200%2012%2015l.127-.007A1%201%200%200%200%2012.01%2013m-5-1l-.127.007A1%201%200%200%200%207%2014l.127-.007A1%201%200%200%200%207.01%2012m10%200l-.127.007A1%201%200%200%200%2017%2014l.127-.007A1%201%200%200%200%2017.01%2012M12%205C9.89%205%208.165%206.618%208.011%208.667a1%201%200%200%201%20.057.4c.104.087.348.251.768.419c.806.322%201.94.514%203.164.514s2.358-.192%203.164-.514c.445-.178.693-.352.789-.435L15.95%209q0-.113.029-.229l.014-.046C15.868%206.649%2014.129%205%2012%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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