power sleep symbol emoji
power-sleep-symbol from OpenMoji by OpenMoji · Default · Extras Unicode · CC-BY-SA-4.0 Attribution required.
- Name
- power-sleep-symbol
- Set
- OpenMoji
- Style
- Default
- Category
- Extras Unicode
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
More extras unicode icons from OpenMoji
alabama-flagandalusia-flaganticlockwise-triangle-headed-top-u-shaped-arrowaragon-flagasturian-flagbalearic-islands-flagbari-flagbasque-flagbavaria-flagberlin-flagblack-chess-bishopblack-chess-kingblack-chess-knightblack-chess-queenblack-chess-rookblack-hexagonblack-large-circleblack-octagonblack-pentagonblack-rectangleblack-starblack-vertical-ellipseblack-vertical-rectangleboys-symbol
Use the power sleep symbol emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M53.437 45.823c-7.807 5.525-18.687 4.792-25.679-2.2c-6.435-6.435-7.568-16.165-3.399-23.76c-5.118 3.622-8.458 9.589-8.458 16.336c0 11.046 8.954 20 20 20c7.557 0 14.135-4.192 17.536-10.376"/><path fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2" d="M53.537 45.624c-7.807 5.525-18.687 4.792-25.68-2.2c-6.434-6.435-7.567-16.165-3.398-23.76C19.34 23.286 16 29.253 16 36c0 11.046 8.954 20 20 20c7.557 0 14.135-4.191 17.537-10.376Z"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiPowerSleepSymbol(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M53.437 45.823c-7.807 5.525-18.687 4.792-25.679-2.2c-6.435-6.435-7.568-16.165-3.399-23.76c-5.118 3.622-8.458 9.589-8.458 16.336c0 11.046 8.954 20 20 20c7.557 0 14.135-4.192 17.536-10.376"/><path fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="2" d="M53.537 45.624c-7.807 5.525-18.687 4.792-25.68-2.2c-6.434-6.435-7.567-16.165-3.398-23.76C19.34 23.286 16 29.253 16 36c0 11.046 8.954 20 20 20c7.557 0 14.135-4.191 17.537-10.376Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M53.437 45.823c-7.807 5.525-18.687 4.792-25.679-2.2c-6.435-6.435-7.568-16.165-3.399-23.76c-5.118 3.622-8.458 9.589-8.458 16.336c0 11.046 8.954 20 20 20c7.557 0 14.135-4.192 17.536-10.376"/><path fill="none" stroke="#000" stroke-linejoin="round" stroke-width="2" d="M53.537 45.624c-7.807 5.525-18.687 4.792-25.68-2.2c-6.434-6.435-7.567-16.165-3.398-23.76C19.34 23.286 16 29.253 16 36c0 11.046 8.954 20 20 20c7.557 0 14.135-4.191 17.537-10.376Z"/></svg> </template>
CSS
.icon-power-sleep-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%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M53.437%2045.823c-7.807%205.525-18.687%204.792-25.679-2.2c-6.435-6.435-7.568-16.165-3.399-23.76c-5.118%203.622-8.458%209.589-8.458%2016.336c0%2011.046%208.954%2020%2020%2020c7.557%200%2014.135-4.192%2017.536-10.376%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M53.537%2045.624c-7.807%205.525-18.687%204.792-25.68-2.2c-6.434-6.435-7.567-16.165-3.398-23.76C19.34%2023.286%2016%2029.253%2016%2036c0%2011.046%208.954%2020%2020%2020c7.557%200%2014.135-4.191%2017.537-10.376Z%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M53.437%2045.823c-7.807%205.525-18.687%204.792-25.679-2.2c-6.435-6.435-7.568-16.165-3.399-23.76c-5.118%203.622-8.458%209.589-8.458%2016.336c0%2011.046%208.954%2020%2020%2020c7.557%200%2014.135-4.192%2017.536-10.376%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M53.537%2045.624c-7.807%205.525-18.687%204.792-25.68-2.2c-6.434-6.435-7.567-16.165-3.398-23.76C19.34%2023.286%2016%2029.253%2016%2036c0%2011.046%208.954%2020%2020%2020c7.557%200%2014.135-4.191%2017.537-10.376Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/power-sleep-symbol.svg?color=%231a73e8&size=48