omega icon
omega-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- omega-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M14 2c6.627 0 12 5.373 12 12c0 3.006-1.402 5.555-2.89 7.42a19.7 19.7 0 0 1-3.105 3.08h5.245a.75.75 0 0 1 0 1.5h-6.016c-.64 0-1.168-.487-1.231-1.111l-.007-.126l.01-.153c.042-.349.229-.662.514-.867c.53-.38 2.044-1.537 3.418-3.259C23.315 18.758 24.5 16.533 24.5 14c0-5.799-4.701-10.5-10.5-10.5S3.5 8.201 3.5 14c0 2.533 1.185 4.759 2.563 6.484a18 18 0 0 0 3.416 3.26c.327.233.525.61.525 1.019c0 .683-.555 1.237-1.238 1.237H2.75a.75.75 0 0 1 0-1.5h5.245a19.7 19.7 0 0 1-3.104-3.08C3.4 19.555 2 17.006 2 14C2 7.373 7.373 2 14 2"/></svg>
React
import type { SVGProps } from "react";
export function FluentOmega28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 2c6.627 0 12 5.373 12 12c0 3.006-1.402 5.555-2.89 7.42a19.7 19.7 0 0 1-3.105 3.08h5.245a.75.75 0 0 1 0 1.5h-6.016c-.64 0-1.168-.487-1.231-1.111l-.007-.126l.01-.153c.042-.349.229-.662.514-.867c.53-.38 2.044-1.537 3.418-3.259C23.315 18.758 24.5 16.533 24.5 14c0-5.799-4.701-10.5-10.5-10.5S3.5 8.201 3.5 14c0 2.533 1.185 4.759 2.563 6.484a18 18 0 0 0 3.416 3.26c.327.233.525.61.525 1.019c0 .683-.555 1.237-1.238 1.237H2.75a.75.75 0 0 1 0-1.5h5.245a19.7 19.7 0 0 1-3.104-3.08C3.4 19.555 2 17.006 2 14C2 7.373 7.373 2 14 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 2c6.627 0 12 5.373 12 12c0 3.006-1.402 5.555-2.89 7.42a19.7 19.7 0 0 1-3.105 3.08h5.245a.75.75 0 0 1 0 1.5h-6.016c-.64 0-1.168-.487-1.231-1.111l-.007-.126l.01-.153c.042-.349.229-.662.514-.867c.53-.38 2.044-1.537 3.418-3.259C23.315 18.758 24.5 16.533 24.5 14c0-5.799-4.701-10.5-10.5-10.5S3.5 8.201 3.5 14c0 2.533 1.185 4.759 2.563 6.484a18 18 0 0 0 3.416 3.26c.327.233.525.61.525 1.019c0 .683-.555 1.237-1.238 1.237H2.75a.75.75 0 0 1 0-1.5h5.245a19.7 19.7 0 0 1-3.104-3.08C3.4 19.555 2 17.006 2 14C2 7.373 7.373 2 14 2"/></svg> </template>
CSS
.icon-omega-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%202c6.627%200%2012%205.373%2012%2012c0%203.006-1.402%205.555-2.89%207.42a19.7%2019.7%200%200%201-3.105%203.08h5.245a.75.75%200%200%201%200%201.5h-6.016c-.64%200-1.168-.487-1.231-1.111l-.007-.126l.01-.153c.042-.349.229-.662.514-.867c.53-.38%202.044-1.537%203.418-3.259C23.315%2018.758%2024.5%2016.533%2024.5%2014c0-5.799-4.701-10.5-10.5-10.5S3.5%208.201%203.5%2014c0%202.533%201.185%204.759%202.563%206.484a18%2018%200%200%200%203.416%203.26c.327.233.525.61.525%201.019c0%20.683-.555%201.237-1.238%201.237H2.75a.75.75%200%200%201%200-1.5h5.245a19.7%2019.7%200%200%201-3.104-3.08C3.4%2019.555%202%2017.006%202%2014C2%207.373%207.373%202%2014%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%202c6.627%200%2012%205.373%2012%2012c0%203.006-1.402%205.555-2.89%207.42a19.7%2019.7%200%200%201-3.105%203.08h5.245a.75.75%200%200%201%200%201.5h-6.016c-.64%200-1.168-.487-1.231-1.111l-.007-.126l.01-.153c.042-.349.229-.662.514-.867c.53-.38%202.044-1.537%203.418-3.259C23.315%2018.758%2024.5%2016.533%2024.5%2014c0-5.799-4.701-10.5-10.5-10.5S3.5%208.201%203.5%2014c0%202.533%201.185%204.759%202.563%206.484a18%2018%200%200%200%203.416%203.26c.327.233.525.61.525%201.019c0%20.683-.555%201.237-1.238%201.237H2.75a.75.75%200%200%201%200-1.5h5.245a19.7%2019.7%200%200%201-3.104-3.08C3.4%2019.555%202%2017.006%202%2014C2%207.373%207.373%202%2014%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/omega-28-regular.svg?color=%231a73e8&size=48