power-off from Line Awesome by Icons8 · Line · Users & People · Apache-2.0 Free for personal and commercial use.

Name
power-off
Set
Line Awesome
Style
Line
Category
Users & People
Viewbox
32×32
License
Apache 2.0
Aliases
power-off-solid

The same icon in other sets

More users & people icons from Line Awesome

Use the power off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15 4v12h2V4zm-3 .688C7.348 6.34 4 10.785 4 16c0 6.617 5.383 12 12 12s12-5.383 12-12c0-5.215-3.348-9.66-8-11.313v2.157C23.527 8.39 26 11.91 26 16c0 5.516-4.484 10-10 10S6 21.516 6 16c0-4.09 2.473-7.61 6-9.156z"/></svg>

React

import type { SVGProps } from "react";

export function LaPowerOff(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15 4v12h2V4zm-3 .688C7.348 6.34 4 10.785 4 16c0 6.617 5.383 12 12 12s12-5.383 12-12c0-5.215-3.348-9.66-8-11.313v2.157C23.527 8.39 26 11.91 26 16c0 5.516-4.484 10-10 10S6 21.516 6 16c0-4.09 2.473-7.61 6-9.156z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15 4v12h2V4zm-3 .688C7.348 6.34 4 10.785 4 16c0 6.617 5.383 12 12 12s12-5.383 12-12c0-5.215-3.348-9.66-8-11.313v2.157C23.527 8.39 26 11.91 26 16c0 5.516-4.484 10-10 10S6 21.516 6 16c0-4.09 2.473-7.61 6-9.156z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%204v12h2V4zm-3%20.688C7.348%206.34%204%2010.785%204%2016c0%206.617%205.383%2012%2012%2012s12-5.383%2012-12c0-5.215-3.348-9.66-8-11.313v2.157C23.527%208.39%2026%2011.91%2026%2016c0%205.516-4.484%2010-10%2010S6%2021.516%206%2016c0-4.09%202.473-7.61%206-9.156z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%204v12h2V4zm-3%20.688C7.348%206.34%204%2010.785%204%2016c0%206.617%205.383%2012%2012%2012s12-5.383%2012-12c0-5.215-3.348-9.66-8-11.313v2.157C23.527%208.39%2026%2011.91%2026%2016c0%205.516-4.484%2010-10%2010S6%2021.516%206%2016c0-4.09%202.473-7.61%206-9.156z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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