valve-rounded from Material Symbols by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.

Name
valve-rounded
Set
Material Symbols
Style
Rounded
Category
Household
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More household icons from Material Symbols

Use the valve icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 5H8q-.425 0-.712-.288T7 4t.288-.712T8 3h8q.425 0 .713.288T17 4t-.288.713T16 5h-3v2q0 .425-.288.713T12 8t-.712-.288T11 7zM4 20.025v-6.05q0-.425.288-.712T5 12.975t.713.288t.287.712V14h3v-3h-.025q-.425 0-.712-.288T7.974 10t.288-.712T8.975 9h6.05q.425 0 .713.288t.287.712t-.287.713t-.713.287H15v3h3v-.025q0-.425.288-.712t.712-.288t.713.288t.287.712v6.05q0 .425-.288.713t-.712.287t-.712-.287t-.288-.713V20H6v.025q0 .425-.288.713T5 21.024t-.712-.287T4 20.025"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsValveRounded(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 5H8q-.425 0-.712-.288T7 4t.288-.712T8 3h8q.425 0 .713.288T17 4t-.288.713T16 5h-3v2q0 .425-.288.713T12 8t-.712-.288T11 7zM4 20.025v-6.05q0-.425.288-.712T5 12.975t.713.288t.287.712V14h3v-3h-.025q-.425 0-.712-.288T7.974 10t.288-.712T8.975 9h6.05q.425 0 .713.288t.287.712t-.287.713t-.713.287H15v3h3v-.025q0-.425.288-.712t.712-.288t.713.288t.287.712v6.05q0 .425-.288.713t-.712.287t-.712-.287t-.288-.713V20H6v.025q0 .425-.288.713T5 21.024t-.712-.287T4 20.025"/></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 5H8q-.425 0-.712-.288T7 4t.288-.712T8 3h8q.425 0 .713.288T17 4t-.288.713T16 5h-3v2q0 .425-.288.713T12 8t-.712-.288T11 7zM4 20.025v-6.05q0-.425.288-.712T5 12.975t.713.288t.287.712V14h3v-3h-.025q-.425 0-.712-.288T7.974 10t.288-.712T8.975 9h6.05q.425 0 .713.288t.287.712t-.287.713t-.713.287H15v3h3v-.025q0-.425.288-.712t.712-.288t.713.288t.287.712v6.05q0 .425-.288.713t-.712.287t-.712-.287t-.288-.713V20H6v.025q0 .425-.288.713T5 21.024t-.712-.287T4 20.025"/></svg>
</template>

CSS

.icon-valve-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%205H8q-.425%200-.712-.288T7%204t.288-.712T8%203h8q.425%200%20.713.288T17%204t-.288.713T16%205h-3v2q0%20.425-.288.713T12%208t-.712-.288T11%207zM4%2020.025v-6.05q0-.425.288-.712T5%2012.975t.713.288t.287.712V14h3v-3h-.025q-.425%200-.712-.288T7.974%2010t.288-.712T8.975%209h6.05q.425%200%20.713.288t.287.712t-.287.713t-.713.287H15v3h3v-.025q0-.425.288-.712t.712-.288t.713.288t.287.712v6.05q0%20.425-.288.713t-.712.287t-.712-.287t-.288-.713V20H6v.025q0%20.425-.288.713T5%2021.024t-.712-.287T4%2020.025%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%205H8q-.425%200-.712-.288T7%204t.288-.712T8%203h8q.425%200%20.713.288T17%204t-.288.713T16%205h-3v2q0%20.425-.288.713T12%208t-.712-.288T11%207zM4%2020.025v-6.05q0-.425.288-.712T5%2012.975t.713.288t.287.712V14h3v-3h-.025q-.425%200-.712-.288T7.974%2010t.288-.712T8.975%209h6.05q.425%200%20.713.288t.287.712t-.287.713t-.713.287H15v3h3v-.025q0-.425.288-.712t.712-.288t.713.288t.287.712v6.05q0%20.425-.288.713t-.712.287t-.712-.287t-.288-.713V20H6v.025q0%20.425-.288.713T5%2021.024t-.712-.287T4%2020.025%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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