power from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
power
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

2 other variants in IonIcons

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 512 512"><path fill="currentColor" d="M256 464c-114.69 0-208-93.47-208-208.35c0-62.45 27.25-121 74.76-160.55a22 22 0 1 1 28.17 33.8C113.48 160.1 92 206.3 92 255.65C92 346.27 165.57 420 256 420s164-73.73 164-164.35A164 164 0 0 0 360.17 129a22 22 0 1 1 28-33.92A207.88 207.88 0 0 1 464 255.65C464 370.53 370.69 464 256 464"/><path fill="currentColor" d="M256 272a22 22 0 0 1-22-22V70a22 22 0 0 1 44 0v180a22 22 0 0 1-22 22"/></svg>

React

import type { SVGProps } from "react";

export function IonPower(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 464c-114.69 0-208-93.47-208-208.35c0-62.45 27.25-121 74.76-160.55a22 22 0 1 1 28.17 33.8C113.48 160.1 92 206.3 92 255.65C92 346.27 165.57 420 256 420s164-73.73 164-164.35A164 164 0 0 0 360.17 129a22 22 0 1 1 28-33.92A207.88 207.88 0 0 1 464 255.65C464 370.53 370.69 464 256 464"/><path fill="currentColor" d="M256 272a22 22 0 0 1-22-22V70a22 22 0 0 1 44 0v180a22 22 0 0 1-22 22"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 464c-114.69 0-208-93.47-208-208.35c0-62.45 27.25-121 74.76-160.55a22 22 0 1 1 28.17 33.8C113.48 160.1 92 206.3 92 255.65C92 346.27 165.57 420 256 420s164-73.73 164-164.35A164 164 0 0 0 360.17 129a22 22 0 1 1 28-33.92A207.88 207.88 0 0 1 464 255.65C464 370.53 370.69 464 256 464"/><path fill="currentColor" d="M256 272a22 22 0 0 1-22-22V70a22 22 0 0 1 44 0v180a22 22 0 0 1-22 22"/></svg>
</template>

CSS

.icon-power {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%20464c-114.69%200-208-93.47-208-208.35c0-62.45%2027.25-121%2074.76-160.55a22%2022%200%201%201%2028.17%2033.8C113.48%20160.1%2092%20206.3%2092%20255.65C92%20346.27%20165.57%20420%20256%20420s164-73.73%20164-164.35A164%20164%200%200%200%20360.17%20129a22%2022%200%201%201%2028-33.92A207.88%20207.88%200%200%201%20464%20255.65C464%20370.53%20370.69%20464%20256%20464%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%20272a22%2022%200%200%201-22-22V70a22%2022%200%200%201%2044%200v180a22%2022%200%200%201-22%2022%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%20464c-114.69%200-208-93.47-208-208.35c0-62.45%2027.25-121%2074.76-160.55a22%2022%200%201%201%2028.17%2033.8C113.48%20160.1%2092%20206.3%2092%20255.65C92%20346.27%20165.57%20420%20256%20420s164-73.73%20164-164.35A164%20164%200%200%200%20360.17%20129a22%2022%200%201%201%2028-33.92A207.88%20207.88%200%200%201%20464%20255.65C464%20370.53%20370.69%20464%20256%20464%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%20272a22%2022%200%200%201-22-22V70a22%2022%200%200%201%2044%200v180a22%2022%200%200%201-22%2022%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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