power off icon
power-off from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- power-off
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-power-off
The same icon in other sets
Use the power off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21c4.411 0 8-3.589 8-8c0-3.35-2.072-6.221-5-7.411v2.223A6 6 0 0 1 18 13c0 3.309-2.691 6-6 6s-6-2.691-6-6a6 6 0 0 1 3-5.188V5.589C6.072 6.779 4 9.65 4 13c0 4.411 3.589 8 8 8"/><path fill="currentColor" d="M11 2h2v10h-2z"/></svg>
React
import type { SVGProps } from "react";
export function BxPowerOff(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21c4.411 0 8-3.589 8-8c0-3.35-2.072-6.221-5-7.411v2.223A6 6 0 0 1 18 13c0 3.309-2.691 6-6 6s-6-2.691-6-6a6 6 0 0 1 3-5.188V5.589C6.072 6.779 4 9.65 4 13c0 4.411 3.589 8 8 8"/><path fill="currentColor" d="M11 2h2v10h-2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21c4.411 0 8-3.589 8-8c0-3.35-2.072-6.221-5-7.411v2.223A6 6 0 0 1 18 13c0 3.309-2.691 6-6 6s-6-2.691-6-6a6 6 0 0 1 3-5.188V5.589C6.072 6.779 4 9.65 4 13c0 4.411 3.589 8 8 8"/><path fill="currentColor" d="M11 2h2v10h-2z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2021c4.411%200%208-3.589%208-8c0-3.35-2.072-6.221-5-7.411v2.223A6%206%200%200%201%2018%2013c0%203.309-2.691%206-6%206s-6-2.691-6-6a6%206%200%200%201%203-5.188V5.589C6.072%206.779%204%209.65%204%2013c0%204.411%203.589%208%208%208%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%202h2v10h-2z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2021c4.411%200%208-3.589%208-8c0-3.35-2.072-6.221-5-7.411v2.223A6%206%200%200%201%2018%2013c0%203.309-2.691%206-6%206s-6-2.691-6-6a6%206%200%200%201%203-5.188V5.589C6.072%206.779%204%209.65%204%2013c0%204.411%203.589%208%208%208%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%202h2v10h-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/power-off.svg?color=%231a73e8&size=48