wb-shade-rounded from Material Symbols by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.

Name
wb-shade-rounded
Set
Material Symbols
Style
Rounded
Category
Images
Viewbox
24×24
License
Apache 2.0
Aliases
wb-shade-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More images icons from Material Symbols

Use the wb shade icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.5 20L14 14.5v-1.3q0-.35.3-.475t.55.125l6.3 6.3q.25.25.125.55t-.475.3zM14 19v-2l3 3h-2q-.425 0-.712-.288T14 19M4 19v-9h-.8q-.35 0-.475-.3t.125-.55L7.3 4.7q.3-.3.7-.3t.7.3l4.45 4.45q.25.25.125.55t-.475.3H12v9q0 .425-.288.713T11 20H5q-.425 0-.712-.288T4 19m3-5h2v-4H7z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsWbShadeRounded(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="M19.5 20L14 14.5v-1.3q0-.35.3-.475t.55.125l6.3 6.3q.25.25.125.55t-.475.3zM14 19v-2l3 3h-2q-.425 0-.712-.288T14 19M4 19v-9h-.8q-.35 0-.475-.3t.125-.55L7.3 4.7q.3-.3.7-.3t.7.3l4.45 4.45q.25.25.125.55t-.475.3H12v9q0 .425-.288.713T11 20H5q-.425 0-.712-.288T4 19m3-5h2v-4H7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.5 20L14 14.5v-1.3q0-.35.3-.475t.55.125l6.3 6.3q.25.25.125.55t-.475.3zM14 19v-2l3 3h-2q-.425 0-.712-.288T14 19M4 19v-9h-.8q-.35 0-.475-.3t.125-.55L7.3 4.7q.3-.3.7-.3t.7.3l4.45 4.45q.25.25.125.55t-.475.3H12v9q0 .425-.288.713T11 20H5q-.425 0-.712-.288T4 19m3-5h2v-4H7z"/></svg>
</template>

CSS

.icon-wb-shade-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%22M19.5%2020L14%2014.5v-1.3q0-.35.3-.475t.55.125l6.3%206.3q.25.25.125.55t-.475.3zM14%2019v-2l3%203h-2q-.425%200-.712-.288T14%2019M4%2019v-9h-.8q-.35%200-.475-.3t.125-.55L7.3%204.7q.3-.3.7-.3t.7.3l4.45%204.45q.25.25.125.55t-.475.3H12v9q0%20.425-.288.713T11%2020H5q-.425%200-.712-.288T4%2019m3-5h2v-4H7z%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%22M19.5%2020L14%2014.5v-1.3q0-.35.3-.475t.55.125l6.3%206.3q.25.25.125.55t-.475.3zM14%2019v-2l3%203h-2q-.425%200-.712-.288T14%2019M4%2019v-9h-.8q-.35%200-.475-.3t.125-.55L7.3%204.7q.3-.3.7-.3t.7.3l4.45%204.45q.25.25.125.55t-.475.3H12v9q0%20.425-.288.713T11%2020H5q-.425%200-.712-.288T4%2019m3-5h2v-4H7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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