omega icon
omega-32-light from Fluent UI System Icons by Microsoft Corporation · 32 Light · MIT Free for personal and commercial use.
- Name
- omega-32-light
- Set
- Fluent UI System Icons
- Style
- 32 Light
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="M16 2c7.732 0 14 6.268 14 14c0 3.463-1.643 6.4-3.429 8.574a23 23 0 0 1-4.496 4.143a.17.17 0 0 0-.075.139c0 .08.065.144.145.144H29.5a.5.5 0 0 1 0 1h-7.355A1.145 1.145 0 0 1 21 28.855c0-.39.194-.745.508-.961c.7-.483 2.585-1.878 4.29-3.954C27.509 21.86 29 19.14 29 16c0-7.18-5.82-13-13-13S3 8.82 3 16c0 3.141 1.492 5.86 3.201 7.94a22 22 0 0 0 4.291 3.954c.314.216.508.572.508.962C11 29.487 10.488 30 9.855 30H2.5a.5.5 0 0 1 0-1h7.355c.08 0 .145-.065.145-.145a.17.17 0 0 0-.075-.138a23 23 0 0 1-4.496-4.143C3.643 22.401 2 19.464 2 16C2 8.268 8.268 2 16 2"/></svg>
React
import type { SVGProps } from "react";
export function FluentOmega32Light(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2c7.732 0 14 6.268 14 14c0 3.463-1.643 6.4-3.429 8.574a23 23 0 0 1-4.496 4.143a.17.17 0 0 0-.075.139c0 .08.065.144.145.144H29.5a.5.5 0 0 1 0 1h-7.355A1.145 1.145 0 0 1 21 28.855c0-.39.194-.745.508-.961c.7-.483 2.585-1.878 4.29-3.954C27.509 21.86 29 19.14 29 16c0-7.18-5.82-13-13-13S3 8.82 3 16c0 3.141 1.492 5.86 3.201 7.94a22 22 0 0 0 4.291 3.954c.314.216.508.572.508.962C11 29.487 10.488 30 9.855 30H2.5a.5.5 0 0 1 0-1h7.355c.08 0 .145-.065.145-.145a.17.17 0 0 0-.075-.138a23 23 0 0 1-4.496-4.143C3.643 22.401 2 19.464 2 16C2 8.268 8.268 2 16 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2c7.732 0 14 6.268 14 14c0 3.463-1.643 6.4-3.429 8.574a23 23 0 0 1-4.496 4.143a.17.17 0 0 0-.075.139c0 .08.065.144.145.144H29.5a.5.5 0 0 1 0 1h-7.355A1.145 1.145 0 0 1 21 28.855c0-.39.194-.745.508-.961c.7-.483 2.585-1.878 4.29-3.954C27.509 21.86 29 19.14 29 16c0-7.18-5.82-13-13-13S3 8.82 3 16c0 3.141 1.492 5.86 3.201 7.94a22 22 0 0 0 4.291 3.954c.314.216.508.572.508.962C11 29.487 10.488 30 9.855 30H2.5a.5.5 0 0 1 0-1h7.355c.08 0 .145-.065.145-.145a.17.17 0 0 0-.075-.138a23 23 0 0 1-4.496-4.143C3.643 22.401 2 19.464 2 16C2 8.268 8.268 2 16 2"/></svg> </template>
CSS
.icon-omega-32-light {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202c7.732%200%2014%206.268%2014%2014c0%203.463-1.643%206.4-3.429%208.574a23%2023%200%200%201-4.496%204.143a.17.17%200%200%200-.075.139c0%20.08.065.144.145.144H29.5a.5.5%200%200%201%200%201h-7.355A1.145%201.145%200%200%201%2021%2028.855c0-.39.194-.745.508-.961c.7-.483%202.585-1.878%204.29-3.954C27.509%2021.86%2029%2019.14%2029%2016c0-7.18-5.82-13-13-13S3%208.82%203%2016c0%203.141%201.492%205.86%203.201%207.94a22%2022%200%200%200%204.291%203.954c.314.216.508.572.508.962C11%2029.487%2010.488%2030%209.855%2030H2.5a.5.5%200%200%201%200-1h7.355c.08%200%20.145-.065.145-.145a.17.17%200%200%200-.075-.138a23%2023%200%200%201-4.496-4.143C3.643%2022.401%202%2019.464%202%2016C2%208.268%208.268%202%2016%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202c7.732%200%2014%206.268%2014%2014c0%203.463-1.643%206.4-3.429%208.574a23%2023%200%200%201-4.496%204.143a.17.17%200%200%200-.075.139c0%20.08.065.144.145.144H29.5a.5.5%200%200%201%200%201h-7.355A1.145%201.145%200%200%201%2021%2028.855c0-.39.194-.745.508-.961c.7-.483%202.585-1.878%204.29-3.954C27.509%2021.86%2029%2019.14%2029%2016c0-7.18-5.82-13-13-13S3%208.82%203%2016c0%203.141%201.492%205.86%203.201%207.94a22%2022%200%200%200%204.291%203.954c.314.216.508.572.508.962C11%2029.487%2010.488%2030%209.855%2030H2.5a.5.5%200%200%201%200-1h7.355c.08%200%20.145-.065.145-.145a.17.17%200%200%200-.075-.138a23%2023%200%200%201-4.496-4.143C3.643%2022.401%202%2019.464%202%2016C2%208.268%208.268%202%2016%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/omega-32-light.svg?color=%231a73e8&size=48