power off icon
power-off from Font Awesome 6 Solid by Dave Gandy · Regular · Computers · CC-BY-4.0 Attribution required.
- Name
- power-off
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Computers
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
More computers icons from Font Awesome 6 Solid
Use the power off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32v224c0 17.7 14.3 32 32 32s32-14.3 32-32zm-144.5 88.6c13.6-11.3 15.4-31.5 4.1-45.1s-31.5-15.4-45.1-4.1C49.7 115.4 16 181.8 16 256c0 132.5 107.5 240 240 240s240-107.5 240-240c0-74.2-33.8-140.6-86.6-184.6c-13.6-11.3-33.8-9.4-45.1 4.1s-9.4 33.8 4.1 45.1c38.9 32.3 63.5 81 63.5 135.4c0 97.2-78.8 176-176 176s-176-78.8-176-176c0-54.4 24.7-103.1 63.5-135.4z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidPowerOff(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="M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32v224c0 17.7 14.3 32 32 32s32-14.3 32-32zm-144.5 88.6c13.6-11.3 15.4-31.5 4.1-45.1s-31.5-15.4-45.1-4.1C49.7 115.4 16 181.8 16 256c0 132.5 107.5 240 240 240s240-107.5 240-240c0-74.2-33.8-140.6-86.6-184.6c-13.6-11.3-33.8-9.4-45.1 4.1s-9.4 33.8 4.1 45.1c38.9 32.3 63.5 81 63.5 135.4c0 97.2-78.8 176-176 176s-176-78.8-176-176c0-54.4 24.7-103.1 63.5-135.4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32v224c0 17.7 14.3 32 32 32s32-14.3 32-32zm-144.5 88.6c13.6-11.3 15.4-31.5 4.1-45.1s-31.5-15.4-45.1-4.1C49.7 115.4 16 181.8 16 256c0 132.5 107.5 240 240 240s240-107.5 240-240c0-74.2-33.8-140.6-86.6-184.6c-13.6-11.3-33.8-9.4-45.1 4.1s-9.4 33.8 4.1 45.1c38.9 32.3 63.5 81 63.5 135.4c0 97.2-78.8 176-176 176s-176-78.8-176-176c0-54.4 24.7-103.1 63.5-135.4z"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M288%2032c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v224c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32zm-144.5%2088.6c13.6-11.3%2015.4-31.5%204.1-45.1s-31.5-15.4-45.1-4.1C49.7%20115.4%2016%20181.8%2016%20256c0%20132.5%20107.5%20240%20240%20240s240-107.5%20240-240c0-74.2-33.8-140.6-86.6-184.6c-13.6-11.3-33.8-9.4-45.1%204.1s-9.4%2033.8%204.1%2045.1c38.9%2032.3%2063.5%2081%2063.5%20135.4c0%2097.2-78.8%20176-176%20176s-176-78.8-176-176c0-54.4%2024.7-103.1%2063.5-135.4z%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%22M288%2032c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v224c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32zm-144.5%2088.6c13.6-11.3%2015.4-31.5%204.1-45.1s-31.5-15.4-45.1-4.1C49.7%20115.4%2016%20181.8%2016%20256c0%20132.5%20107.5%20240%20240%20240s240-107.5%20240-240c0-74.2-33.8-140.6-86.6-184.6c-13.6-11.3-33.8-9.4-45.1%204.1s-9.4%2033.8%204.1%2045.1c38.9%2032.3%2063.5%2081%2063.5%20135.4c0%2097.2-78.8%20176-176%20176s-176-78.8-176-176c0-54.4%2024.7-103.1%2063.5-135.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/power-off.svg?color=%231a73e8&size=48