omega icon
omega-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- omega-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- 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 2a8 8 0 0 1 8 8c0 2.035-1.096 3.748-2.24 4.986A14.3 14.3 0 0 1 13.423 17H17.5a.5.5 0 0 1 0 1h-4.684a.817.817 0 0 1-.812-.733L12 17.184l.007-.107a.82.82 0 0 1 .384-.595l.432-.283a13.4 13.4 0 0 0 2.202-1.89C16.095 13.15 17 11.67 17 10a7 7 0 1 0-14 0c0 1.67.906 3.15 1.975 4.308a13.4 13.4 0 0 0 2.634 2.174c.242.15.391.414.391.702c0 .45-.366.816-.816.816H2.5a.5.5 0 0 1 0-1h4.078c-.593-.41-1.494-1.1-2.339-2.015C3.096 13.747 2 12.035 2 10a8 8 0 0 1 8-8"/></svg>
React
import type { SVGProps } from "react";
export function FluentOmega20Regular(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 2a8 8 0 0 1 8 8c0 2.035-1.096 3.748-2.24 4.986A14.3 14.3 0 0 1 13.423 17H17.5a.5.5 0 0 1 0 1h-4.684a.817.817 0 0 1-.812-.733L12 17.184l.007-.107a.82.82 0 0 1 .384-.595l.432-.283a13.4 13.4 0 0 0 2.202-1.89C16.095 13.15 17 11.67 17 10a7 7 0 1 0-14 0c0 1.67.906 3.15 1.975 4.308a13.4 13.4 0 0 0 2.634 2.174c.242.15.391.414.391.702c0 .45-.366.816-.816.816H2.5a.5.5 0 0 1 0-1h4.078c-.593-.41-1.494-1.1-2.339-2.015C3.096 13.747 2 12.035 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 2a8 8 0 0 1 8 8c0 2.035-1.096 3.748-2.24 4.986A14.3 14.3 0 0 1 13.423 17H17.5a.5.5 0 0 1 0 1h-4.684a.817.817 0 0 1-.812-.733L12 17.184l.007-.107a.82.82 0 0 1 .384-.595l.432-.283a13.4 13.4 0 0 0 2.202-1.89C16.095 13.15 17 11.67 17 10a7 7 0 1 0-14 0c0 1.67.906 3.15 1.975 4.308a13.4 13.4 0 0 0 2.634 2.174c.242.15.391.414.391.702c0 .45-.366.816-.816.816H2.5a.5.5 0 0 1 0-1h4.078c-.593-.41-1.494-1.1-2.339-2.015C3.096 13.747 2 12.035 2 10a8 8 0 0 1 8-8"/></svg> </template>
CSS
.icon-omega-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10%202a8%208%200%200%201%208%208c0%202.035-1.096%203.748-2.24%204.986A14.3%2014.3%200%200%201%2013.423%2017H17.5a.5.5%200%200%201%200%201h-4.684a.817.817%200%200%201-.812-.733L12%2017.184l.007-.107a.82.82%200%200%201%20.384-.595l.432-.283a13.4%2013.4%200%200%200%202.202-1.89C16.095%2013.15%2017%2011.67%2017%2010a7%207%200%201%200-14%200c0%201.67.906%203.15%201.975%204.308a13.4%2013.4%200%200%200%202.634%202.174c.242.15.391.414.391.702c0%20.45-.366.816-.816.816H2.5a.5.5%200%200%201%200-1h4.078c-.593-.41-1.494-1.1-2.339-2.015C3.096%2013.747%202%2012.035%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%202a8%208%200%200%201%208%208c0%202.035-1.096%203.748-2.24%204.986A14.3%2014.3%200%200%201%2013.423%2017H17.5a.5.5%200%200%201%200%201h-4.684a.817.817%200%200%201-.812-.733L12%2017.184l.007-.107a.82.82%200%200%201%20.384-.595l.432-.283a13.4%2013.4%200%200%200%202.202-1.89C16.095%2013.15%2017%2011.67%2017%2010a7%207%200%201%200-14%200c0%201.67.906%203.15%201.975%204.308a13.4%2013.4%200%200%200%202.634%202.174c.242.15.391.414.391.702c0%20.45-.366.816-.816.816H2.5a.5.5%200%200%201%200-1h4.078c-.593-.41-1.494-1.1-2.339-2.015C3.096%2013.747%202%2012.035%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-regular.svg?color=%231a73e8&size=48