omega-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.

Name
omega-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
License
MIT

10 other variants in Fluent UI System Icons

The same icon in other sets

Use the omega icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2c7.732 0 14 6.268 14 14c0 3.435-1.392 6.326-2.889 8.445a21 21 0 0 1-2.653 3.055h4.292a1.25 1.25 0 1 1 0 2.5h-5.84a1.91 1.91 0 0 1-1.912-1.912c0-.611.288-1.162.735-1.52l.25-.205a18.3 18.3 0 0 0 3.086-3.36C26.385 21.14 27.5 18.747 27.5 16c0-6.351-5.149-11.5-11.5-11.5S4.5 9.649 4.5 16c0 2.747 1.115 5.14 2.43 7.003a18.2 18.2 0 0 0 3.337 3.565c.447.358.735.909.735 1.52A1.91 1.91 0 0 1 9.09 30H3.25a1.25 1.25 0 1 1 0-2.5h4.292a21 21 0 0 1-2.653-3.055C3.392 22.326 2 19.435 2 16C2 8.268 8.268 2 16 2"/></svg>

React

import type { SVGProps } from "react";

export function FluentOmega32Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2c7.732 0 14 6.268 14 14c0 3.435-1.392 6.326-2.889 8.445a21 21 0 0 1-2.653 3.055h4.292a1.25 1.25 0 1 1 0 2.5h-5.84a1.91 1.91 0 0 1-1.912-1.912c0-.611.288-1.162.735-1.52l.25-.205a18.3 18.3 0 0 0 3.086-3.36C26.385 21.14 27.5 18.747 27.5 16c0-6.351-5.149-11.5-11.5-11.5S4.5 9.649 4.5 16c0 2.747 1.115 5.14 2.43 7.003a18.2 18.2 0 0 0 3.337 3.565c.447.358.735.909.735 1.52A1.91 1.91 0 0 1 9.09 30H3.25a1.25 1.25 0 1 1 0-2.5h4.292a21 21 0 0 1-2.653-3.055C3.392 22.326 2 19.435 2 16C2 8.268 8.268 2 16 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2c7.732 0 14 6.268 14 14c0 3.435-1.392 6.326-2.889 8.445a21 21 0 0 1-2.653 3.055h4.292a1.25 1.25 0 1 1 0 2.5h-5.84a1.91 1.91 0 0 1-1.912-1.912c0-.611.288-1.162.735-1.52l.25-.205a18.3 18.3 0 0 0 3.086-3.36C26.385 21.14 27.5 18.747 27.5 16c0-6.351-5.149-11.5-11.5-11.5S4.5 9.649 4.5 16c0 2.747 1.115 5.14 2.43 7.003a18.2 18.2 0 0 0 3.337 3.565c.447.358.735.909.735 1.52A1.91 1.91 0 0 1 9.09 30H3.25a1.25 1.25 0 1 1 0-2.5h4.292a21 21 0 0 1-2.653-3.055C3.392 22.326 2 19.435 2 16C2 8.268 8.268 2 16 2"/></svg>
</template>

CSS

.icon-omega-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202c7.732%200%2014%206.268%2014%2014c0%203.435-1.392%206.326-2.889%208.445a21%2021%200%200%201-2.653%203.055h4.292a1.25%201.25%200%201%201%200%202.5h-5.84a1.91%201.91%200%200%201-1.912-1.912c0-.611.288-1.162.735-1.52l.25-.205a18.3%2018.3%200%200%200%203.086-3.36C26.385%2021.14%2027.5%2018.747%2027.5%2016c0-6.351-5.149-11.5-11.5-11.5S4.5%209.649%204.5%2016c0%202.747%201.115%205.14%202.43%207.003a18.2%2018.2%200%200%200%203.337%203.565c.447.358.735.909.735%201.52A1.91%201.91%200%200%201%209.09%2030H3.25a1.25%201.25%200%201%201%200-2.5h4.292a21%2021%200%200%201-2.653-3.055C3.392%2022.326%202%2019.435%202%2016C2%208.268%208.268%202%2016%202%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202c7.732%200%2014%206.268%2014%2014c0%203.435-1.392%206.326-2.889%208.445a21%2021%200%200%201-2.653%203.055h4.292a1.25%201.25%200%201%201%200%202.5h-5.84a1.91%201.91%200%200%201-1.912-1.912c0-.611.288-1.162.735-1.52l.25-.205a18.3%2018.3%200%200%200%203.086-3.36C26.385%2021.14%2027.5%2018.747%2027.5%2016c0-6.351-5.149-11.5-11.5-11.5S4.5%209.649%204.5%2016c0%202.747%201.115%205.14%202.43%207.003a18.2%2018.2%200%200%200%203.337%203.565c.447.358.735.909.735%201.52A1.91%201.91%200%200%201%209.09%2030H3.25a1.25%201.25%200%201%201%200-2.5h4.292a21%2021%200%200%201-2.653-3.055C3.392%2022.326%202%2019.435%202%2016C2%208.268%208.268%202%2016%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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