power-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.

Name
power-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

Use the power icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M10.69 5.267a.75.75 0 0 1-.397.983A9.5 9.5 0 0 0 4.5 15a9.5 9.5 0 0 0 19 0a9.5 9.5 0 0 0-5.793-8.75a.75.75 0 0 1 .586-1.38A11 11 0 0 1 25 15c0 6.075-4.925 11-11 11S3 21.075 3 15A11 11 0 0 1 9.707 4.87a.75.75 0 0 1 .983.397M14 2a.75.75 0 0 1 .75.75v9.5a.75.75 0 0 1-1.5 0v-9.5A.75.75 0 0 1 14 2"/></svg>

React

import type { SVGProps } from "react";

export function FluentPower28Regular(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="M10.69 5.267a.75.75 0 0 1-.397.983A9.5 9.5 0 0 0 4.5 15a9.5 9.5 0 0 0 19 0a9.5 9.5 0 0 0-5.793-8.75a.75.75 0 0 1 .586-1.38A11 11 0 0 1 25 15c0 6.075-4.925 11-11 11S3 21.075 3 15A11 11 0 0 1 9.707 4.87a.75.75 0 0 1 .983.397M14 2a.75.75 0 0 1 .75.75v9.5a.75.75 0 0 1-1.5 0v-9.5A.75.75 0 0 1 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="M10.69 5.267a.75.75 0 0 1-.397.983A9.5 9.5 0 0 0 4.5 15a9.5 9.5 0 0 0 19 0a9.5 9.5 0 0 0-5.793-8.75a.75.75 0 0 1 .586-1.38A11 11 0 0 1 25 15c0 6.075-4.925 11-11 11S3 21.075 3 15A11 11 0 0 1 9.707 4.87a.75.75 0 0 1 .983.397M14 2a.75.75 0 0 1 .75.75v9.5a.75.75 0 0 1-1.5 0v-9.5A.75.75 0 0 1 14 2"/></svg>
</template>

CSS

.icon-power-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%22M10.69%205.267a.75.75%200%200%201-.397.983A9.5%209.5%200%200%200%204.5%2015a9.5%209.5%200%200%200%2019%200a9.5%209.5%200%200%200-5.793-8.75a.75.75%200%200%201%20.586-1.38A11%2011%200%200%201%2025%2015c0%206.075-4.925%2011-11%2011S3%2021.075%203%2015A11%2011%200%200%201%209.707%204.87a.75.75%200%200%201%20.983.397M14%202a.75.75%200%200%201%20.75.75v9.5a.75.75%200%200%201-1.5%200v-9.5A.75.75%200%200%201%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%22M10.69%205.267a.75.75%200%200%201-.397.983A9.5%209.5%200%200%200%204.5%2015a9.5%209.5%200%200%200%2019%200a9.5%209.5%200%200%200-5.793-8.75a.75.75%200%200%201%20.586-1.38A11%2011%200%200%201%2025%2015c0%206.075-4.925%2011-11%2011S3%2021.075%203%2015A11%2011%200%200%201%209.707%204.87a.75.75%200%200%201%20.983.397M14%202a.75.75%200%200%201%20.75.75v9.5a.75.75%200%200%201-1.5%200v-9.5A.75.75%200%200%201%2014%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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