wb sunny icon
wb-sunny from Material Symbols by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.
- Name
- wb-sunny
- Set
- Material Symbols
- Style
- Regular
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- wb-sunny-sharp
3 other variants in Material Symbols
The same icon in other sets
More images icons from Material Symbols
Use the wb sunny icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 4V1h2v3zm0 19v-3h2v3zm9-10v-2h3v2zM1 13v-2h3v2zm17.7-6.3l-1.4-1.4l1.75-1.8l1.45 1.45zM4.95 20.5L3.5 19.05l1.8-1.75l1.4 1.4zm14.1 0l-1.75-1.8l1.4-1.4l1.8 1.75zM5.3 6.7L3.5 4.95L4.95 3.5L6.7 5.3zm2.45 9.55Q6 14.5 6 12t1.75-4.25T12 6t4.25 1.75T18 12t-1.75 4.25T12 18t-4.25-1.75"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsWbSunny(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 4V1h2v3zm0 19v-3h2v3zm9-10v-2h3v2zM1 13v-2h3v2zm17.7-6.3l-1.4-1.4l1.75-1.8l1.45 1.45zM4.95 20.5L3.5 19.05l1.8-1.75l1.4 1.4zm14.1 0l-1.75-1.8l1.4-1.4l1.8 1.75zM5.3 6.7L3.5 4.95L4.95 3.5L6.7 5.3zm2.45 9.55Q6 14.5 6 12t1.75-4.25T12 6t4.25 1.75T18 12t-1.75 4.25T12 18t-4.25-1.75"/></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 4V1h2v3zm0 19v-3h2v3zm9-10v-2h3v2zM1 13v-2h3v2zm17.7-6.3l-1.4-1.4l1.75-1.8l1.45 1.45zM4.95 20.5L3.5 19.05l1.8-1.75l1.4 1.4zm14.1 0l-1.75-1.8l1.4-1.4l1.8 1.75zM5.3 6.7L3.5 4.95L4.95 3.5L6.7 5.3zm2.45 9.55Q6 14.5 6 12t1.75-4.25T12 6t4.25 1.75T18 12t-1.75 4.25T12 18t-4.25-1.75"/></svg> </template>
CSS
.icon-wb-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%22M11%204V1h2v3zm0%2019v-3h2v3zm9-10v-2h3v2zM1%2013v-2h3v2zm17.7-6.3l-1.4-1.4l1.75-1.8l1.45%201.45zM4.95%2020.5L3.5%2019.05l1.8-1.75l1.4%201.4zm14.1%200l-1.75-1.8l1.4-1.4l1.8%201.75zM5.3%206.7L3.5%204.95L4.95%203.5L6.7%205.3zm2.45%209.55Q6%2014.5%206%2012t1.75-4.25T12%206t4.25%201.75T18%2012t-1.75%204.25T12%2018t-4.25-1.75%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%204V1h2v3zm0%2019v-3h2v3zm9-10v-2h3v2zM1%2013v-2h3v2zm17.7-6.3l-1.4-1.4l1.75-1.8l1.45%201.45zM4.95%2020.5L3.5%2019.05l1.8-1.75l1.4%201.4zm14.1%200l-1.75-1.8l1.4-1.4l1.8%201.75zM5.3%206.7L3.5%204.95L4.95%203.5L6.7%205.3zm2.45%209.55Q6%2014.5%206%2012t1.75-4.25T12%206t4.25%201.75T18%2012t-1.75%204.25T12%2018t-4.25-1.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/wb-sunny.svg?color=%231a73e8&size=48