power-plug-off-outline-rounded from Material Symbols Light by Google · Outline Rounded · Hardware · Apache-2.0 Free for personal and commercial use.

Name
power-plug-off-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Hardware
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More hardware icons from Material Symbols Light

Use the power plug off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.077 20q-.343 0-.575-.232t-.233-.576v-1.846l-2.79-2.79q-.218-.217-.348-.518T7 13.406v-3.79q0-.433.17-.811q.168-.378.559-.576l.886.887h-.23q-.154 0-.27.134Q8 9.385 8 9.616v4.034l3.27 3.27V19h1.46v-2.08l1.137-1.137l-11.69-11.69q-.14-.141-.15-.345t.15-.364q.16-.159.354-.159t.353.16l17.693 17.692q.14.14.15.344t-.15.364t-.354.16t-.354-.16l-5.288-5.289l-.85.85v1.846q0 .344-.232.576t-.576.232zm5.496-5.738L16 13.688V9.616q0-.231-.192-.424T15.385 9h-4.073L9.346 7.034V4.5q0-.213.144-.356Q9.634 4 9.847 4t.356.144t.143.356V8h3.308V4.5q0-.213.144-.356T14.155 4t.356.144t.143.356v4l-.5-.5h1.23q.667 0 1.142.475T17 9.615v3.702q0 .252-.095.48t-.269.401zm-5.642-1.41"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPowerPlugOffOutlineRounded(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="M11.077 20q-.343 0-.575-.232t-.233-.576v-1.846l-2.79-2.79q-.218-.217-.348-.518T7 13.406v-3.79q0-.433.17-.811q.168-.378.559-.576l.886.887h-.23q-.154 0-.27.134Q8 9.385 8 9.616v4.034l3.27 3.27V19h1.46v-2.08l1.137-1.137l-11.69-11.69q-.14-.141-.15-.345t.15-.364q.16-.159.354-.159t.353.16l17.693 17.692q.14.14.15.344t-.15.364t-.354.16t-.354-.16l-5.288-5.289l-.85.85v1.846q0 .344-.232.576t-.576.232zm5.496-5.738L16 13.688V9.616q0-.231-.192-.424T15.385 9h-4.073L9.346 7.034V4.5q0-.213.144-.356Q9.634 4 9.847 4t.356.144t.143.356V8h3.308V4.5q0-.213.144-.356T14.155 4t.356.144t.143.356v4l-.5-.5h1.23q.667 0 1.142.475T17 9.615v3.702q0 .252-.095.48t-.269.401zm-5.642-1.41"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.077 20q-.343 0-.575-.232t-.233-.576v-1.846l-2.79-2.79q-.218-.217-.348-.518T7 13.406v-3.79q0-.433.17-.811q.168-.378.559-.576l.886.887h-.23q-.154 0-.27.134Q8 9.385 8 9.616v4.034l3.27 3.27V19h1.46v-2.08l1.137-1.137l-11.69-11.69q-.14-.141-.15-.345t.15-.364q.16-.159.354-.159t.353.16l17.693 17.692q.14.14.15.344t-.15.364t-.354.16t-.354-.16l-5.288-5.289l-.85.85v1.846q0 .344-.232.576t-.576.232zm5.496-5.738L16 13.688V9.616q0-.231-.192-.424T15.385 9h-4.073L9.346 7.034V4.5q0-.213.144-.356Q9.634 4 9.847 4t.356.144t.143.356V8h3.308V4.5q0-.213.144-.356T14.155 4t.356.144t.143.356v4l-.5-.5h1.23q.667 0 1.142.475T17 9.615v3.702q0 .252-.095.48t-.269.401zm-5.642-1.41"/></svg>
</template>

CSS

.icon-power-plug-off-outline-rounded {
  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%22M11.077%2020q-.343%200-.575-.232t-.233-.576v-1.846l-2.79-2.79q-.218-.217-.348-.518T7%2013.406v-3.79q0-.433.17-.811q.168-.378.559-.576l.886.887h-.23q-.154%200-.27.134Q8%209.385%208%209.616v4.034l3.27%203.27V19h1.46v-2.08l1.137-1.137l-11.69-11.69q-.14-.141-.15-.345t.15-.364q.16-.159.354-.159t.353.16l17.693%2017.692q.14.14.15.344t-.15.364t-.354.16t-.354-.16l-5.288-5.289l-.85.85v1.846q0%20.344-.232.576t-.576.232zm5.496-5.738L16%2013.688V9.616q0-.231-.192-.424T15.385%209h-4.073L9.346%207.034V4.5q0-.213.144-.356Q9.634%204%209.847%204t.356.144t.143.356V8h3.308V4.5q0-.213.144-.356T14.155%204t.356.144t.143.356v4l-.5-.5h1.23q.667%200%201.142.475T17%209.615v3.702q0%20.252-.095.48t-.269.401zm-5.642-1.41%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%22M11.077%2020q-.343%200-.575-.232t-.233-.576v-1.846l-2.79-2.79q-.218-.217-.348-.518T7%2013.406v-3.79q0-.433.17-.811q.168-.378.559-.576l.886.887h-.23q-.154%200-.27.134Q8%209.385%208%209.616v4.034l3.27%203.27V19h1.46v-2.08l1.137-1.137l-11.69-11.69q-.14-.141-.15-.345t.15-.364q.16-.159.354-.159t.353.16l17.693%2017.692q.14.14.15.344t-.15.364t-.354.16t-.354-.16l-5.288-5.289l-.85.85v1.846q0%20.344-.232.576t-.576.232zm5.496-5.738L16%2013.688V9.616q0-.231-.192-.424T15.385%209h-4.073L9.346%207.034V4.5q0-.213.144-.356Q9.634%204%209.847%204t.356.144t.143.356V8h3.308V4.5q0-.213.144-.356T14.155%204t.356.144t.143.356v4l-.5-.5h1.23q.667%200%201.142.475T17%209.615v3.702q0%20.252-.095.48t-.269.401zm-5.642-1.41%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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