power symbol emoji

power-symbol from OpenMoji by OpenMoji · Default · Extras Unicode · CC-BY-SA-4.0 Attribution required.

Name
power-symbol
Set
OpenMoji
Style
Default
Category
Extras Unicode
Viewbox
72×72
License
CC BY-SA 4.0

More extras unicode icons from OpenMoji

Use the power symbol emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="35.98" cy="35.915" r="19.084" fill="#fff"/><path fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M29.527 16.917s5.732-2.394 13.128.072"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"><path stroke-linejoin="round" d="M29.333 17A20.075 20.075 0 0 0 16 35.929C16 47.014 24.954 56 36 56s20-8.986 20-20.071c0-8.74-5.565-16.174-13.333-18.929"/><path d="M36 11v25"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiPowerSymbol(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="35.98" cy="35.915" r="19.084" fill="#fff"/><path fill="none" stroke="#fff" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M29.527 16.917s5.732-2.394 13.128.072"/><g fill="none" stroke="#000" strokeLinecap="round" strokeWidth="2"><path strokeLinejoin="round" d="M29.333 17A20.075 20.075 0 0 0 16 35.929C16 47.014 24.954 56 36 56s20-8.986 20-20.071c0-8.74-5.565-16.174-13.333-18.929"/><path d="M36 11v25"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="35.98" cy="35.915" r="19.084" fill="#fff"/><path fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M29.527 16.917s5.732-2.394 13.128.072"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-width="2"><path stroke-linejoin="round" d="M29.333 17A20.075 20.075 0 0 0 16 35.929C16 47.014 24.954 56 36 56s20-8.986 20-20.071c0-8.74-5.565-16.174-13.333-18.929"/><path d="M36 11v25"/></g></svg>
</template>

CSS

.icon-power-symbol {
  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%2072%2072%22%3E%3Ccircle%20cx%3D%2235.98%22%20cy%3D%2235.915%22%20r%3D%2219.084%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M29.527%2016.917s5.732-2.394%2013.128.072%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M29.333%2017A20.075%2020.075%200%200%200%2016%2035.929C16%2047.014%2024.954%2056%2036%2056s20-8.986%2020-20.071c0-8.74-5.565-16.174-13.333-18.929%22%2F%3E%3Cpath%20d%3D%22M36%2011v25%22%2F%3E%3C%2Fg%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%2072%2072%22%3E%3Ccircle%20cx%3D%2235.98%22%20cy%3D%2235.915%22%20r%3D%2219.084%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M29.527%2016.917s5.732-2.394%2013.128.072%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M29.333%2017A20.075%2020.075%200%200%200%2016%2035.929C16%2047.014%2024.954%2056%2036%2056s20-8.986%2020-20.071c0-8.74-5.565-16.174-13.333-18.929%22%2F%3E%3Cpath%20d%3D%22M36%2011v25%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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