power icon
power from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- power
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
The same icon in other sets
powerBootstrap IconspowerCarbonpower-fillEva IconspowerFeather Iconspower-20-filledFluent UI System IconspowerHeroIconspowerHuge IconspowerHumbleiconspowerIconParkpowerIconPark OutlinepowerIonIconspowerJam IconspowerLucidepowerMaterial Design Iconspower-fillMingCute IconpowerMyna UI IconspowerPhosphorpowerPixelarticonspower-boldSolarpowerTabler Iconspower-outlineTeenyiconspowerUnicons
Use the power icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28 28.762c1.125 0 1.875-.82 1.875-1.992V5.723c0-1.196-.75-1.992-1.875-1.992s-1.9.796-1.9 1.992V26.77c0 1.171.774 1.992 1.899 1.992m0 23.508c12.727 0 23.297-10.547 23.297-23.274c0-6.914-3.117-13.195-8.016-17.46c-1.945-1.735-4.734 1.007-2.508 2.952c4.008 3.492 6.516 8.719 6.516 14.508c0 10.711-8.602 19.313-19.29 19.313a19.255 19.255 0 0 1-19.31-19.313a19.25 19.25 0 0 1 6.54-14.508c2.203-1.945-.587-4.687-2.508-2.953c-4.899 4.266-8.016 10.547-8.016 17.461C4.703 41.723 15.273 52.27 28 52.27"/></svg>
React
import type { SVGProps } from "react";
export function F7Power(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28 28.762c1.125 0 1.875-.82 1.875-1.992V5.723c0-1.196-.75-1.992-1.875-1.992s-1.9.796-1.9 1.992V26.77c0 1.171.774 1.992 1.899 1.992m0 23.508c12.727 0 23.297-10.547 23.297-23.274c0-6.914-3.117-13.195-8.016-17.46c-1.945-1.735-4.734 1.007-2.508 2.952c4.008 3.492 6.516 8.719 6.516 14.508c0 10.711-8.602 19.313-19.29 19.313a19.255 19.255 0 0 1-19.31-19.313a19.25 19.25 0 0 1 6.54-14.508c2.203-1.945-.587-4.687-2.508-2.953c-4.899 4.266-8.016 10.547-8.016 17.461C4.703 41.723 15.273 52.27 28 52.27"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M28 28.762c1.125 0 1.875-.82 1.875-1.992V5.723c0-1.196-.75-1.992-1.875-1.992s-1.9.796-1.9 1.992V26.77c0 1.171.774 1.992 1.899 1.992m0 23.508c12.727 0 23.297-10.547 23.297-23.274c0-6.914-3.117-13.195-8.016-17.46c-1.945-1.735-4.734 1.007-2.508 2.952c4.008 3.492 6.516 8.719 6.516 14.508c0 10.711-8.602 19.313-19.29 19.313a19.255 19.255 0 0 1-19.31-19.313a19.25 19.25 0 0 1 6.54-14.508c2.203-1.945-.587-4.687-2.508-2.953c-4.899 4.266-8.016 10.547-8.016 17.461C4.703 41.723 15.273 52.27 28 52.27"/></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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%2028.762c1.125%200%201.875-.82%201.875-1.992V5.723c0-1.196-.75-1.992-1.875-1.992s-1.9.796-1.9%201.992V26.77c0%201.171.774%201.992%201.899%201.992m0%2023.508c12.727%200%2023.297-10.547%2023.297-23.274c0-6.914-3.117-13.195-8.016-17.46c-1.945-1.735-4.734%201.007-2.508%202.952c4.008%203.492%206.516%208.719%206.516%2014.508c0%2010.711-8.602%2019.313-19.29%2019.313a19.255%2019.255%200%200%201-19.31-19.313a19.25%2019.25%200%200%201%206.54-14.508c2.203-1.945-.587-4.687-2.508-2.953c-4.899%204.266-8.016%2010.547-8.016%2017.461C4.703%2041.723%2015.273%2052.27%2028%2052.27%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%2028.762c1.125%200%201.875-.82%201.875-1.992V5.723c0-1.196-.75-1.992-1.875-1.992s-1.9.796-1.9%201.992V26.77c0%201.171.774%201.992%201.899%201.992m0%2023.508c12.727%200%2023.297-10.547%2023.297-23.274c0-6.914-3.117-13.195-8.016-17.46c-1.945-1.735-4.734%201.007-2.508%202.952c4.008%203.492%206.516%208.719%206.516%2014.508c0%2010.711-8.602%2019.313-19.29%2019.313a19.255%2019.255%200%200%201-19.31-19.313a19.25%2019.25%200%200%201%206.54-14.508c2.203-1.945-.587-4.687-2.508-2.953c-4.899%204.266-8.016%2010.547-8.016%2017.461C4.703%2041.723%2015.273%2052.27%2028%2052.27%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/power.svg?color=%231a73e8&size=48