power-sharp from IonIcons by Ben Sperry · Sharp · MIT Free for personal and commercial use.

Name
power-sharp
Set
IonIcons
Style
Sharp
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.23-208-207.82a207.44 207.44 0 0 1 74.76-160.13l16.9-14l28.17 33.72l-16.9 14A163.72 163.72 0 0 0 92 256.18c0 90.39 73.57 163.93 164 163.93s164-73.54 164-163.93a163.38 163.38 0 0 0-59.83-126.36l-17-14l28-33.82l17 14A207.13 207.13 0 0 1 464 256.18C464 370.77 370.69 464 256 464"/><path fill="currentColor" d="M234 48h44v224h-44z"/></svg>

React

import type { SVGProps } from "react";

export function IonPowerSharp(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.23-208-207.82a207.44 207.44 0 0 1 74.76-160.13l16.9-14l28.17 33.72l-16.9 14A163.72 163.72 0 0 0 92 256.18c0 90.39 73.57 163.93 164 163.93s164-73.54 164-163.93a163.38 163.38 0 0 0-59.83-126.36l-17-14l28-33.82l17 14A207.13 207.13 0 0 1 464 256.18C464 370.77 370.69 464 256 464"/><path fill="currentColor" d="M234 48h44v224h-44z"/></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.23-208-207.82a207.44 207.44 0 0 1 74.76-160.13l16.9-14l28.17 33.72l-16.9 14A163.72 163.72 0 0 0 92 256.18c0 90.39 73.57 163.93 164 163.93s164-73.54 164-163.93a163.38 163.38 0 0 0-59.83-126.36l-17-14l28-33.82l17 14A207.13 207.13 0 0 1 464 256.18C464 370.77 370.69 464 256 464"/><path fill="currentColor" d="M234 48h44v224h-44z"/></svg>
</template>

CSS

.icon-power-sharp {
  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.23-208-207.82a207.44%20207.44%200%200%201%2074.76-160.13l16.9-14l28.17%2033.72l-16.9%2014A163.72%20163.72%200%200%200%2092%20256.18c0%2090.39%2073.57%20163.93%20164%20163.93s164-73.54%20164-163.93a163.38%20163.38%200%200%200-59.83-126.36l-17-14l28-33.82l17%2014A207.13%20207.13%200%200%201%20464%20256.18C464%20370.77%20370.69%20464%20256%20464%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M234%2048h44v224h-44z%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.23-208-207.82a207.44%20207.44%200%200%201%2074.76-160.13l16.9-14l28.17%2033.72l-16.9%2014A163.72%20163.72%200%200%200%2092%20256.18c0%2090.39%2073.57%20163.93%20164%20163.93s164-73.54%20164-163.93a163.38%20163.38%200%200%200-59.83-126.36l-17-14l28-33.82l17%2014A207.13%20207.13%200%200%201%20464%20256.18C464%20370.77%20370.69%20464%20256%20464%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M234%2048h44v224h-44z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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