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

Name
omega-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M10 2c4.419 0 8 3.586 8 8c0 1.973-.956 3.587-1.97 4.747a12 12 0 0 1-1.926 1.753h3.146a.75.75 0 0 1 0 1.5h-4.03a1.22 1.22 0 0 1-1.215-1.098l-.006-.124l.01-.163a1.25 1.25 0 0 1 .577-.892l.419-.279A10.8 10.8 0 0 0 14.9 13.76c.886-1.013 1.6-2.288 1.6-3.76a6.5 6.5 0 0 0-13 0c0 1.472.713 2.747 1.6 3.76a11 11 0 0 0 2.314 1.963c.355.222.587.615.587 1.055c0 .675-.547 1.222-1.222 1.222H2.75a.75.75 0 0 1 0-1.5h3.146a12 12 0 0 1-1.925-1.753C2.956 13.587 2 11.973 2 10a8 8 0 0 1 8-8"/></svg>

React

import type { SVGProps } from "react";

export function FluentOmega20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2c4.419 0 8 3.586 8 8c0 1.973-.956 3.587-1.97 4.747a12 12 0 0 1-1.926 1.753h3.146a.75.75 0 0 1 0 1.5h-4.03a1.22 1.22 0 0 1-1.215-1.098l-.006-.124l.01-.163a1.25 1.25 0 0 1 .577-.892l.419-.279A10.8 10.8 0 0 0 14.9 13.76c.886-1.013 1.6-2.288 1.6-3.76a6.5 6.5 0 0 0-13 0c0 1.472.713 2.747 1.6 3.76a11 11 0 0 0 2.314 1.963c.355.222.587.615.587 1.055c0 .675-.547 1.222-1.222 1.222H2.75a.75.75 0 0 1 0-1.5h3.146a12 12 0 0 1-1.925-1.753C2.956 13.587 2 11.973 2 10a8 8 0 0 1 8-8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10 2c4.419 0 8 3.586 8 8c0 1.973-.956 3.587-1.97 4.747a12 12 0 0 1-1.926 1.753h3.146a.75.75 0 0 1 0 1.5h-4.03a1.22 1.22 0 0 1-1.215-1.098l-.006-.124l.01-.163a1.25 1.25 0 0 1 .577-.892l.419-.279A10.8 10.8 0 0 0 14.9 13.76c.886-1.013 1.6-2.288 1.6-3.76a6.5 6.5 0 0 0-13 0c0 1.472.713 2.747 1.6 3.76a11 11 0 0 0 2.314 1.963c.355.222.587.615.587 1.055c0 .675-.547 1.222-1.222 1.222H2.75a.75.75 0 0 1 0-1.5h3.146a12 12 0 0 1-1.925-1.753C2.956 13.587 2 11.973 2 10a8 8 0 0 1 8-8"/></svg>
</template>

CSS

.icon-omega-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%202c4.419%200%208%203.586%208%208c0%201.973-.956%203.587-1.97%204.747a12%2012%200%200%201-1.926%201.753h3.146a.75.75%200%200%201%200%201.5h-4.03a1.22%201.22%200%200%201-1.215-1.098l-.006-.124l.01-.163a1.25%201.25%200%200%201%20.577-.892l.419-.279A10.8%2010.8%200%200%200%2014.9%2013.76c.886-1.013%201.6-2.288%201.6-3.76a6.5%206.5%200%200%200-13%200c0%201.472.713%202.747%201.6%203.76a11%2011%200%200%200%202.314%201.963c.355.222.587.615.587%201.055c0%20.675-.547%201.222-1.222%201.222H2.75a.75.75%200%200%201%200-1.5h3.146a12%2012%200%200%201-1.925-1.753C2.956%2013.587%202%2011.973%202%2010a8%208%200%200%201%208-8%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%202c4.419%200%208%203.586%208%208c0%201.973-.956%203.587-1.97%204.747a12%2012%200%200%201-1.926%201.753h3.146a.75.75%200%200%201%200%201.5h-4.03a1.22%201.22%200%200%201-1.215-1.098l-.006-.124l.01-.163a1.25%201.25%200%200%201%20.577-.892l.419-.279A10.8%2010.8%200%200%200%2014.9%2013.76c.886-1.013%201.6-2.288%201.6-3.76a6.5%206.5%200%200%200-13%200c0%201.472.713%202.747%201.6%203.76a11%2011%200%200%200%202.314%201.963c.355.222.587.615.587%201.055c0%20.675-.547%201.222-1.222%201.222H2.75a.75.75%200%200%201%200-1.5h3.146a12%2012%200%200%201-1.925-1.753C2.956%2013.587%202%2011.973%202%2010a8%208%200%200%201%208-8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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