power-input-rounded from Material Symbols by Google · Rounded · Hardware · Apache-2.0 Free for personal and commercial use.

Name
power-input-rounded
Set
Material Symbols
Style
Rounded
Category
Hardware
Viewbox
24×24
License
Apache 2.0
Aliases
power-input-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More hardware icons from Material Symbols

Use the power input icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 15q-.425 0-.712-.288T2 14t.288-.712T3 13h3q.425 0 .713.288T7 14t-.288.713T6 15zm7 0q-.425 0-.712-.288T9 14t.288-.712T10 13h3q.425 0 .713.288T14 14t-.288.713T13 15zm7 0q-.425 0-.712-.288T16 14t.288-.712T17 13h3q.425 0 .713.288T21 14t-.288.713T20 15zM3 11q-.425 0-.712-.288T2 10t.288-.712T3 9h17q.425 0 .713.288T21 10t-.288.713T20 11z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPowerInputRounded(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="M3 15q-.425 0-.712-.288T2 14t.288-.712T3 13h3q.425 0 .713.288T7 14t-.288.713T6 15zm7 0q-.425 0-.712-.288T9 14t.288-.712T10 13h3q.425 0 .713.288T14 14t-.288.713T13 15zm7 0q-.425 0-.712-.288T16 14t.288-.712T17 13h3q.425 0 .713.288T21 14t-.288.713T20 15zM3 11q-.425 0-.712-.288T2 10t.288-.712T3 9h17q.425 0 .713.288T21 10t-.288.713T20 11z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 15q-.425 0-.712-.288T2 14t.288-.712T3 13h3q.425 0 .713.288T7 14t-.288.713T6 15zm7 0q-.425 0-.712-.288T9 14t.288-.712T10 13h3q.425 0 .713.288T14 14t-.288.713T13 15zm7 0q-.425 0-.712-.288T16 14t.288-.712T17 13h3q.425 0 .713.288T21 14t-.288.713T20 15zM3 11q-.425 0-.712-.288T2 10t.288-.712T3 9h17q.425 0 .713.288T21 10t-.288.713T20 11z"/></svg>
</template>

CSS

.icon-power-input-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%22M3%2015q-.425%200-.712-.288T2%2014t.288-.712T3%2013h3q.425%200%20.713.288T7%2014t-.288.713T6%2015zm7%200q-.425%200-.712-.288T9%2014t.288-.712T10%2013h3q.425%200%20.713.288T14%2014t-.288.713T13%2015zm7%200q-.425%200-.712-.288T16%2014t.288-.712T17%2013h3q.425%200%20.713.288T21%2014t-.288.713T20%2015zM3%2011q-.425%200-.712-.288T2%2010t.288-.712T3%209h17q.425%200%20.713.288T21%2010t-.288.713T20%2011z%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%22M3%2015q-.425%200-.712-.288T2%2014t.288-.712T3%2013h3q.425%200%20.713.288T7%2014t-.288.713T6%2015zm7%200q-.425%200-.712-.288T9%2014t.288-.712T10%2013h3q.425%200%20.713.288T14%2014t-.288.713T13%2015zm7%200q-.425%200-.712-.288T16%2014t.288-.712T17%2013h3q.425%200%20.713.288T21%2014t-.288.713T20%2015zM3%2011q-.425%200-.712-.288T2%2010t.288-.712T3%209h17q.425%200%20.713.288T21%2010t-.288.713T20%2011z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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