omega-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
omega-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M12 2c5.523 0 10 4.477 10 10c0 2.553-1.238 4.727-2.521 6.3a17 17 0 0 1-2.174 2.2h3.945a.75.75 0 0 1 0 1.5h-5.17a1.075 1.075 0 0 1-1.07-.966l-.006-.11l.008-.132c.037-.305.204-.577.45-.752l.451-.339c.585-.46 1.524-1.27 2.402-2.347C19.493 15.91 20.5 14.065 20.5 12a8.5 8.5 0 0 0-17 0c0 2.065 1.007 3.91 2.185 5.354a15.5 15.5 0 0 0 2.853 2.686c.281.2.458.526.458.885c0 .594-.481 1.075-1.075 1.075H2.75a.75.75 0 0 1 0-1.5h3.945a17 17 0 0 1-2.174-2.2C3.238 16.728 2 14.554 2 12C2 6.477 6.477 2 12 2"/></svg>

React

import type { SVGProps } from "react";

export function FluentOmega24Regular(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 2c5.523 0 10 4.477 10 10c0 2.553-1.238 4.727-2.521 6.3a17 17 0 0 1-2.174 2.2h3.945a.75.75 0 0 1 0 1.5h-5.17a1.075 1.075 0 0 1-1.07-.966l-.006-.11l.008-.132c.037-.305.204-.577.45-.752l.451-.339c.585-.46 1.524-1.27 2.402-2.347C19.493 15.91 20.5 14.065 20.5 12a8.5 8.5 0 0 0-17 0c0 2.065 1.007 3.91 2.185 5.354a15.5 15.5 0 0 0 2.853 2.686c.281.2.458.526.458.885c0 .594-.481 1.075-1.075 1.075H2.75a.75.75 0 0 1 0-1.5h3.945a17 17 0 0 1-2.174-2.2C3.238 16.728 2 14.554 2 12C2 6.477 6.477 2 12 2"/></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 2c5.523 0 10 4.477 10 10c0 2.553-1.238 4.727-2.521 6.3a17 17 0 0 1-2.174 2.2h3.945a.75.75 0 0 1 0 1.5h-5.17a1.075 1.075 0 0 1-1.07-.966l-.006-.11l.008-.132c.037-.305.204-.577.45-.752l.451-.339c.585-.46 1.524-1.27 2.402-2.347C19.493 15.91 20.5 14.065 20.5 12a8.5 8.5 0 0 0-17 0c0 2.065 1.007 3.91 2.185 5.354a15.5 15.5 0 0 0 2.853 2.686c.281.2.458.526.458.885c0 .594-.481 1.075-1.075 1.075H2.75a.75.75 0 0 1 0-1.5h3.945a17 17 0 0 1-2.174-2.2C3.238 16.728 2 14.554 2 12C2 6.477 6.477 2 12 2"/></svg>
</template>

CSS

.icon-omega-24-regular {
  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%202c5.523%200%2010%204.477%2010%2010c0%202.553-1.238%204.727-2.521%206.3a17%2017%200%200%201-2.174%202.2h3.945a.75.75%200%200%201%200%201.5h-5.17a1.075%201.075%200%200%201-1.07-.966l-.006-.11l.008-.132c.037-.305.204-.577.45-.752l.451-.339c.585-.46%201.524-1.27%202.402-2.347C19.493%2015.91%2020.5%2014.065%2020.5%2012a8.5%208.5%200%200%200-17%200c0%202.065%201.007%203.91%202.185%205.354a15.5%2015.5%200%200%200%202.853%202.686c.281.2.458.526.458.885c0%20.594-.481%201.075-1.075%201.075H2.75a.75.75%200%200%201%200-1.5h3.945a17%2017%200%200%201-2.174-2.2C3.238%2016.728%202%2014.554%202%2012C2%206.477%206.477%202%2012%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202c5.523%200%2010%204.477%2010%2010c0%202.553-1.238%204.727-2.521%206.3a17%2017%200%200%201-2.174%202.2h3.945a.75.75%200%200%201%200%201.5h-5.17a1.075%201.075%200%200%201-1.07-.966l-.006-.11l.008-.132c.037-.305.204-.577.45-.752l.451-.339c.585-.46%201.524-1.27%202.402-2.347C19.493%2015.91%2020.5%2014.065%2020.5%2012a8.5%208.5%200%200%200-17%200c0%202.065%201.007%203.91%202.185%205.354a15.5%2015.5%200%200%200%202.853%202.686c.281.2.458.526.458.885c0%20.594-.481%201.075-1.075%201.075H2.75a.75.75%200%200%201%200-1.5h3.945a17%2017%200%200%201-2.174-2.2C3.238%2016.728%202%2014.554%202%2012C2%206.477%206.477%202%2012%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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