power plug off icon
power-plug-off-outline from Material Symbols Light by Google · Outline · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- power-plug-off-outline
- Set
- Material Symbols Light
- Style
- Outline
- 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
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tv
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="M10.27 20v-2.654L7 14.077V9.616q0-.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.137L1.823 3.739l.708-.708l18.4 18.4l-.708.708l-5.642-5.643l-.85.85V20zm6.303-5.738L16 13.688V9.616q0-.231-.192-.424T15.385 9h-4.073L9.346 7.034V4h1v4h3.308V4h1v4.5l-.5-.5h1.23q.667 0 1.142.475T17 9.615v4.22zm-5.642-1.41"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPowerPlugOffOutline(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="M10.27 20v-2.654L7 14.077V9.616q0-.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.137L1.823 3.739l.708-.708l18.4 18.4l-.708.708l-5.642-5.643l-.85.85V20zm6.303-5.738L16 13.688V9.616q0-.231-.192-.424T15.385 9h-4.073L9.346 7.034V4h1v4h3.308V4h1v4.5l-.5-.5h1.23q.667 0 1.142.475T17 9.615v4.22zm-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="M10.27 20v-2.654L7 14.077V9.616q0-.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.137L1.823 3.739l.708-.708l18.4 18.4l-.708.708l-5.642-5.643l-.85.85V20zm6.303-5.738L16 13.688V9.616q0-.231-.192-.424T15.385 9h-4.073L9.346 7.034V4h1v4h3.308V4h1v4.5l-.5-.5h1.23q.667 0 1.142.475T17 9.615v4.22zm-5.642-1.41"/></svg> </template>
CSS
.icon-power-plug-off-outline {
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%22M10.27%2020v-2.654L7%2014.077V9.616q0-.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.137L1.823%203.739l.708-.708l18.4%2018.4l-.708.708l-5.642-5.643l-.85.85V20zm6.303-5.738L16%2013.688V9.616q0-.231-.192-.424T15.385%209h-4.073L9.346%207.034V4h1v4h3.308V4h1v4.5l-.5-.5h1.23q.667%200%201.142.475T17%209.615v4.22zm-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%22M10.27%2020v-2.654L7%2014.077V9.616q0-.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.137L1.823%203.739l.708-.708l18.4%2018.4l-.708.708l-5.642-5.643l-.85.85V20zm6.303-5.738L16%2013.688V9.616q0-.231-.192-.424T15.385%209h-4.073L9.346%207.034V4h1v4h3.308V4h1v4.5l-.5-.5h1.23q.667%200%201.142.475T17%209.615v4.22zm-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.svg?color=%231a73e8&size=48