power off icon
power-off from Font Awesome Solid by Dave Gandy · Solid · Computers · CC-BY-4.0 Attribution required.
- Name
- power-off
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Computers
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More computers icons from Font Awesome Solid
Use the power off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M352 64c0-17.7-14.3-32-32-32s-32 14.3-32 32v256c0 17.7 14.3 32 32 32s32-14.3 32-32zm-141.7 98.4c14.5-10.1 18-30.1 7.9-44.6s-30.1-18-44.6-7.9C107.4 156.1 64 233 64 320c0 141.4 114.6 256 256 256s256-114.6 256-256c0-87-43.4-163.9-109.7-210.1c-14.5-10.1-34.4-6.6-44.6 7.9s-6.6 34.4 7.9 44.6c49.8 34.8 82.3 92.4 82.3 157.6c0 106-86 192-192 192S128 426 128 320c0-65.2 32.5-122.9 82.3-157.6"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidPowerOff(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M352 64c0-17.7-14.3-32-32-32s-32 14.3-32 32v256c0 17.7 14.3 32 32 32s32-14.3 32-32zm-141.7 98.4c14.5-10.1 18-30.1 7.9-44.6s-30.1-18-44.6-7.9C107.4 156.1 64 233 64 320c0 141.4 114.6 256 256 256s256-114.6 256-256c0-87-43.4-163.9-109.7-210.1c-14.5-10.1-34.4-6.6-44.6 7.9s-6.6 34.4 7.9 44.6c49.8 34.8 82.3 92.4 82.3 157.6c0 106-86 192-192 192S128 426 128 320c0-65.2 32.5-122.9 82.3-157.6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M352 64c0-17.7-14.3-32-32-32s-32 14.3-32 32v256c0 17.7 14.3 32 32 32s32-14.3 32-32zm-141.7 98.4c14.5-10.1 18-30.1 7.9-44.6s-30.1-18-44.6-7.9C107.4 156.1 64 233 64 320c0 141.4 114.6 256 256 256s256-114.6 256-256c0-87-43.4-163.9-109.7-210.1c-14.5-10.1-34.4-6.6-44.6 7.9s-6.6 34.4 7.9 44.6c49.8 34.8 82.3 92.4 82.3 157.6c0 106-86 192-192 192S128 426 128 320c0-65.2 32.5-122.9 82.3-157.6"/></svg> </template>
CSS
.icon-power-off {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M352%2064c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v256c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32zm-141.7%2098.4c14.5-10.1%2018-30.1%207.9-44.6s-30.1-18-44.6-7.9C107.4%20156.1%2064%20233%2064%20320c0%20141.4%20114.6%20256%20256%20256s256-114.6%20256-256c0-87-43.4-163.9-109.7-210.1c-14.5-10.1-34.4-6.6-44.6%207.9s-6.6%2034.4%207.9%2044.6c49.8%2034.8%2082.3%2092.4%2082.3%20157.6c0%20106-86%20192-192%20192S128%20426%20128%20320c0-65.2%2032.5-122.9%2082.3-157.6%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M352%2064c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v256c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32zm-141.7%2098.4c14.5-10.1%2018-30.1%207.9-44.6s-30.1-18-44.6-7.9C107.4%20156.1%2064%20233%2064%20320c0%20141.4%20114.6%20256%20256%20256s256-114.6%20256-256c0-87-43.4-163.9-109.7-210.1c-14.5-10.1-34.4-6.6-44.6%207.9s-6.6%2034.4%207.9%2044.6c49.8%2034.8%2082.3%2092.4%2082.3%20157.6c0%20106-86%20192-192%20192S128%20426%20128%20320c0-65.2%2032.5-122.9%2082.3-157.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/power-off.svg?color=%231a73e8&size=48