white balance sunny icon

white-balance-sunny from Material Design Icons by Pictogrammers · Filled · Photography · Apache-2.0 Free for personal and commercial use.

Name
white-balance-sunny
Set
Material Design Icons
Style
Filled
Category
Photography
Viewbox
24×24
License
Apache 2.0
Aliases
wb-sunny

More photography icons from Material Design Icons

Use the white balance sunny icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m3.55 19.09l1.41 1.41l1.8-1.79l-1.42-1.42M12 6c-3.31 0-6 2.69-6 6s2.69 6 6 6s6-2.69 6-6c0-3.32-2.69-6-6-6m8 7h3v-2h-3m-2.76 7.71l1.8 1.79l1.41-1.41l-1.79-1.8M20.45 5l-1.41-1.4l-1.8 1.79l1.42 1.42M13 1h-2v3h2M6.76 5.39L4.96 3.6L3.55 5l1.79 1.81zM1 13h3v-2H1m12 9h-2v3h2"/></svg>

React

import type { SVGProps } from "react";

export function MdiWhiteBalanceSunny(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.55 19.09l1.41 1.41l1.8-1.79l-1.42-1.42M12 6c-3.31 0-6 2.69-6 6s2.69 6 6 6s6-2.69 6-6c0-3.32-2.69-6-6-6m8 7h3v-2h-3m-2.76 7.71l1.8 1.79l1.41-1.41l-1.79-1.8M20.45 5l-1.41-1.4l-1.8 1.79l1.42 1.42M13 1h-2v3h2M6.76 5.39L4.96 3.6L3.55 5l1.79 1.81zM1 13h3v-2H1m12 9h-2v3h2"/></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.55 19.09l1.41 1.41l1.8-1.79l-1.42-1.42M12 6c-3.31 0-6 2.69-6 6s2.69 6 6 6s6-2.69 6-6c0-3.32-2.69-6-6-6m8 7h3v-2h-3m-2.76 7.71l1.8 1.79l1.41-1.41l-1.79-1.8M20.45 5l-1.41-1.4l-1.8 1.79l1.42 1.42M13 1h-2v3h2M6.76 5.39L4.96 3.6L3.55 5l1.79 1.81zM1 13h3v-2H1m12 9h-2v3h2"/></svg>
</template>

CSS

.icon-white-balance-sunny {
  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.55%2019.09l1.41%201.41l1.8-1.79l-1.42-1.42M12%206c-3.31%200-6%202.69-6%206s2.69%206%206%206s6-2.69%206-6c0-3.32-2.69-6-6-6m8%207h3v-2h-3m-2.76%207.71l1.8%201.79l1.41-1.41l-1.79-1.8M20.45%205l-1.41-1.4l-1.8%201.79l1.42%201.42M13%201h-2v3h2M6.76%205.39L4.96%203.6L3.55%205l1.79%201.81zM1%2013h3v-2H1m12%209h-2v3h2%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.55%2019.09l1.41%201.41l1.8-1.79l-1.42-1.42M12%206c-3.31%200-6%202.69-6%206s2.69%206%206%206s6-2.69%206-6c0-3.32-2.69-6-6-6m8%207h3v-2h-3m-2.76%207.71l1.8%201.79l1.41-1.41l-1.79-1.8M20.45%205l-1.41-1.4l-1.8%201.79l1.42%201.42M13%201h-2v3h2M6.76%205.39L4.96%203.6L3.55%205l1.79%201.81zM1%2013h3v-2H1m12%209h-2v3h2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/white-balance-sunny.svg?color=%231a73e8&size=48