round-wb-shade from Google Material Icons by Material Design Authors · Baseline · Image · Apache-2.0 Free for personal and commercial use.

Name
round-wb-shade
Set
Google Material Icons
Style
Baseline
Category
Image
Viewbox
24×24
License
Apache 2.0

More image icons from Google Material Icons

Use the round 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="M14 14.13c0 .23.09.46.26.63l4.98 4.98c.17.17.39.26.62.26c.79 0 1.18-.95.62-1.51l-4.98-4.98c-.55-.56-1.5-.16-1.5.62M15 20h2l-3-3v2c0 .55.45 1 1 1M7.65 4.35l-4.8 4.8a.5.5 0 0 0 .36.85H4v9c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-9h.79c.45 0 .67-.54.35-.85l-4.79-4.8a.5.5 0 0 0-.7 0M9 14H7v-4h2z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundWbShade(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="M14 14.13c0 .23.09.46.26.63l4.98 4.98c.17.17.39.26.62.26c.79 0 1.18-.95.62-1.51l-4.98-4.98c-.55-.56-1.5-.16-1.5.62M15 20h2l-3-3v2c0 .55.45 1 1 1M7.65 4.35l-4.8 4.8a.5.5 0 0 0 .36.85H4v9c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-9h.79c.45 0 .67-.54.35-.85l-4.79-4.8a.5.5 0 0 0-.7 0M9 14H7v-4h2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 14.13c0 .23.09.46.26.63l4.98 4.98c.17.17.39.26.62.26c.79 0 1.18-.95.62-1.51l-4.98-4.98c-.55-.56-1.5-.16-1.5.62M15 20h2l-3-3v2c0 .55.45 1 1 1M7.65 4.35l-4.8 4.8a.5.5 0 0 0 .36.85H4v9c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-9h.79c.45 0 .67-.54.35-.85l-4.79-4.8a.5.5 0 0 0-.7 0M9 14H7v-4h2z"/></svg>
</template>

CSS

.icon-round-wb-shade {
  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%22M14%2014.13c0%20.23.09.46.26.63l4.98%204.98c.17.17.39.26.62.26c.79%200%201.18-.95.62-1.51l-4.98-4.98c-.55-.56-1.5-.16-1.5.62M15%2020h2l-3-3v2c0%20.55.45%201%201%201M7.65%204.35l-4.8%204.8a.5.5%200%200%200%20.36.85H4v9c0%20.55.45%201%201%201h6c.55%200%201-.45%201-1v-9h.79c.45%200%20.67-.54.35-.85l-4.79-4.8a.5.5%200%200%200-.7%200M9%2014H7v-4h2z%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%22M14%2014.13c0%20.23.09.46.26.63l4.98%204.98c.17.17.39.26.62.26c.79%200%201.18-.95.62-1.51l-4.98-4.98c-.55-.56-1.5-.16-1.5.62M15%2020h2l-3-3v2c0%20.55.45%201%201%201M7.65%204.35l-4.8%204.8a.5.5%200%200%200%20.36.85H4v9c0%20.55.45%201%201%201h6c.55%200%201-.45%201-1v-9h.79c.45%200%20.67-.54.35-.85l-4.79-4.8a.5.5%200%200%200-.7%200M9%2014H7v-4h2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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