omega icon
omega-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- omega-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M8 1a7 7 0 0 1 7 7c0 1.753-.862 3.222-1.773 4.287A11.5 11.5 0 0 1 11.384 14H14.5a.5.5 0 0 1 0 1h-3.682a.82.82 0 0 1-.814-.734L10 14.182l.007-.106a.83.83 0 0 1 .366-.587c.767-.537 1.483-1.137 2.094-1.851C13.3 10.664 14 9.419 14 8A6 6 0 0 0 2 8c0 1.42.7 2.664 1.533 3.638c.83.97 1.75 1.624 2.094 1.851a.83.83 0 0 1 .373.693a.82.82 0 0 1-.818.818H1.5a.5.5 0 0 1 0-1h3.117a11.5 11.5 0 0 1-1.845-1.713C1.862 11.222 1 9.753 1 8a7 7 0 0 1 7-7"/></svg>
React
import type { SVGProps } from "react";
export function FluentOmega16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 1a7 7 0 0 1 7 7c0 1.753-.862 3.222-1.773 4.287A11.5 11.5 0 0 1 11.384 14H14.5a.5.5 0 0 1 0 1h-3.682a.82.82 0 0 1-.814-.734L10 14.182l.007-.106a.83.83 0 0 1 .366-.587c.767-.537 1.483-1.137 2.094-1.851C13.3 10.664 14 9.419 14 8A6 6 0 0 0 2 8c0 1.42.7 2.664 1.533 3.638c.83.97 1.75 1.624 2.094 1.851a.83.83 0 0 1 .373.693a.82.82 0 0 1-.818.818H1.5a.5.5 0 0 1 0-1h3.117a11.5 11.5 0 0 1-1.845-1.713C1.862 11.222 1 9.753 1 8a7 7 0 0 1 7-7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 1a7 7 0 0 1 7 7c0 1.753-.862 3.222-1.773 4.287A11.5 11.5 0 0 1 11.384 14H14.5a.5.5 0 0 1 0 1h-3.682a.82.82 0 0 1-.814-.734L10 14.182l.007-.106a.83.83 0 0 1 .366-.587c.767-.537 1.483-1.137 2.094-1.851C13.3 10.664 14 9.419 14 8A6 6 0 0 0 2 8c0 1.42.7 2.664 1.533 3.638c.83.97 1.75 1.624 2.094 1.851a.83.83 0 0 1 .373.693a.82.82 0 0 1-.818.818H1.5a.5.5 0 0 1 0-1h3.117a11.5 11.5 0 0 1-1.845-1.713C1.862 11.222 1 9.753 1 8a7 7 0 0 1 7-7"/></svg> </template>
CSS
.icon-omega-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%201a7%207%200%200%201%207%207c0%201.753-.862%203.222-1.773%204.287A11.5%2011.5%200%200%201%2011.384%2014H14.5a.5.5%200%200%201%200%201h-3.682a.82.82%200%200%201-.814-.734L10%2014.182l.007-.106a.83.83%200%200%201%20.366-.587c.767-.537%201.483-1.137%202.094-1.851C13.3%2010.664%2014%209.419%2014%208A6%206%200%200%200%202%208c0%201.42.7%202.664%201.533%203.638c.83.97%201.75%201.624%202.094%201.851a.83.83%200%200%201%20.373.693a.82.82%200%200%201-.818.818H1.5a.5.5%200%200%201%200-1h3.117a11.5%2011.5%200%200%201-1.845-1.713C1.862%2011.222%201%209.753%201%208a7%207%200%200%201%207-7%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%201a7%207%200%200%201%207%207c0%201.753-.862%203.222-1.773%204.287A11.5%2011.5%200%200%201%2011.384%2014H14.5a.5.5%200%200%201%200%201h-3.682a.82.82%200%200%201-.814-.734L10%2014.182l.007-.106a.83.83%200%200%201%20.366-.587c.767-.537%201.483-1.137%202.094-1.851C13.3%2010.664%2014%209.419%2014%208A6%206%200%200%200%202%208c0%201.42.7%202.664%201.533%203.638c.83.97%201.75%201.624%202.094%201.851a.83.83%200%200%201%20.373.693a.82.82%200%200%201-.818.818H1.5a.5.5%200%200%201%200-1h3.117a11.5%2011.5%200%200%201-1.845-1.713C1.862%2011.222%201%209.753%201%208a7%207%200%200%201%207-7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/omega-16-regular.svg?color=%231a73e8&size=48