power off icon

power-off-filled from Reicon by REICON · Filled · Settings · MIT Free for personal and commercial use.

Name
power-off-filled
Set
Reicon
Style
Filled
Category
Settings
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All power off icons →

More settings icons from Reicon

Use the power off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M13 2a1 1 0 1 0-2 0v7.5a1 1 0 1 0 2 0z"/><path d="M8.332 5.888a1 1 0 1 0-.918-1.776A10 10 0 0 0 2 13c0 5.523 4.477 10 10 10s10-4.477 10-10a10 10 0 0 0-5.414-8.888a1 1 0 1 0-.918 1.776a8 8 0 1 1-7.336 0"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconPowerOffFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M13 2a1 1 0 1 0-2 0v7.5a1 1 0 1 0 2 0z"/><path d="M8.332 5.888a1 1 0 1 0-.918-1.776A10 10 0 0 0 2 13c0 5.523 4.477 10 10 10s10-4.477 10-10a10 10 0 0 0-5.414-8.888a1 1 0 1 0-.918 1.776a8 8 0 1 1-7.336 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M13 2a1 1 0 1 0-2 0v7.5a1 1 0 1 0 2 0z"/><path d="M8.332 5.888a1 1 0 1 0-.918-1.776A10 10 0 0 0 2 13c0 5.523 4.477 10 10 10s10-4.477 10-10a10 10 0 0 0-5.414-8.888a1 1 0 1 0-.918 1.776a8 8 0 1 1-7.336 0"/></g></svg>
</template>

CSS

.icon-power-off-filled {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M13%202a1%201%200%201%200-2%200v7.5a1%201%200%201%200%202%200z%22%2F%3E%3Cpath%20d%3D%22M8.332%205.888a1%201%200%201%200-.918-1.776A10%2010%200%200%200%202%2013c0%205.523%204.477%2010%2010%2010s10-4.477%2010-10a10%2010%200%200%200-5.414-8.888a1%201%200%201%200-.918%201.776a8%208%200%201%201-7.336%200%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M13%202a1%201%200%201%200-2%200v7.5a1%201%200%201%200%202%200z%22%2F%3E%3Cpath%20d%3D%22M8.332%205.888a1%201%200%201%200-.918-1.776A10%2010%200%200%200%202%2013c0%205.523%204.477%2010%2010%2010s10-4.477%2010-10a10%2010%200%200%200-5.414-8.888a1%201%200%201%200-.918%201.776a8%208%200%201%201-7.336%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/power-off-filled.svg?color=%231a73e8&size=48