weather sunny low icon
weather-sunny-low-20 from Fluent UI System Color Icons by Microsoft Corporation · 20 · MIT Free for personal and commercial use.
- Name
- weather-sunny-low-20
- Set
- Fluent UI System Color Icons
- Style
- 20
- Viewbox
- 20×20
- License
- MIT
2 other variants in Fluent UI System Color Icons
The same icon in other sets
Related icons in Fluent UI System Color Icons
Use the weather sunny low icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path fill="url(#SVGvdgtKbDd)" d="M5.5 10a4.5 4.5 0 1 1 8.744 1.5H5.756A4.5 4.5 0 0 1 5.5 10"/><path fill="url(#SVGRCkFCcrJ)" d="M2.25 11.25A.75.75 0 0 1 3 10.5h14a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1-.75-.75"/><path fill="url(#SVGRCkFCcrJ)" d="M5.25 14.25A.75.75 0 0 1 6 13.5h8a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75"/><path fill="url(#SVGRCkFCcrJ)" d="M8.25 17.25A.75.75 0 0 1 9 16.5h2a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1-.75-.75"/><path fill="url(#SVGItune0kD)" d="M10 1.75a.75.75 0 0 1 .75.75v1a.75.75 0 0 1-1.5 0v-1a.75.75 0 0 1 .75-.75"/><path fill="url(#SVGItune0kD)" d="M4.22 4.22a.75.75 0 0 1 1.06 0l.75.75a.75.75 0 0 1-1.06 1.06l-.75-.75a.75.75 0 0 1 0-1.06"/><path fill="url(#SVGItune0kD)" d="M15.78 4.22a.75.75 0 0 1 0 1.06l-.75.75a.75.75 0 1 1-1.06-1.06l.75-.75a.75.75 0 0 1 1.06 0"/><defs><linearGradient id="SVGvdgtKbDd" x1="8.617" x2="11.931" y1="5.172" y2="12.027" gradientUnits="userSpaceOnUse"><stop stop-color="#ffe580"/><stop offset=".273" stop-color="#ffbf70"/><stop offset=".57" stop-color="#ffa342"/><stop offset=".96" stop-color="#fa6673"/></linearGradient><linearGradient id="SVGRCkFCcrJ" x1="1.112" x2="17.75" y1="10.5" y2="10.5" gradientUnits="userSpaceOnUse"><stop offset=".061" stop-color="#0fafff"/><stop offset="1" stop-color="#0094f0"/></linearGradient><linearGradient id="SVGItune0kD" x1="8.156" x2="10.854" y1="1.504" y2="10.787" gradientUnits="userSpaceOnUse"><stop stop-color="#ffe580"/><stop offset=".273" stop-color="#ffbf70"/><stop offset=".57" stop-color="#ffa342"/><stop offset=".815" stop-color="#fa6673"/></linearGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function FluentColorWeatherSunnyLow20(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path fill="url(#SVGvdgtKbDd)" d="M5.5 10a4.5 4.5 0 1 1 8.744 1.5H5.756A4.5 4.5 0 0 1 5.5 10"/><path fill="url(#SVGRCkFCcrJ)" d="M2.25 11.25A.75.75 0 0 1 3 10.5h14a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1-.75-.75"/><path fill="url(#SVGRCkFCcrJ)" d="M5.25 14.25A.75.75 0 0 1 6 13.5h8a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75"/><path fill="url(#SVGRCkFCcrJ)" d="M8.25 17.25A.75.75 0 0 1 9 16.5h2a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1-.75-.75"/><path fill="url(#SVGItune0kD)" d="M10 1.75a.75.75 0 0 1 .75.75v1a.75.75 0 0 1-1.5 0v-1a.75.75 0 0 1 .75-.75"/><path fill="url(#SVGItune0kD)" d="M4.22 4.22a.75.75 0 0 1 1.06 0l.75.75a.75.75 0 0 1-1.06 1.06l-.75-.75a.75.75 0 0 1 0-1.06"/><path fill="url(#SVGItune0kD)" d="M15.78 4.22a.75.75 0 0 1 0 1.06l-.75.75a.75.75 0 1 1-1.06-1.06l.75-.75a.75.75 0 0 1 1.06 0"/><defs><linearGradient id="SVGvdgtKbDd" x1="8.617" x2="11.931" y1="5.172" y2="12.027" gradientUnits="userSpaceOnUse"><stop stopColor="#ffe580"/><stop offset=".273" stopColor="#ffbf70"/><stop offset=".57" stopColor="#ffa342"/><stop offset=".96" stopColor="#fa6673"/></linearGradient><linearGradient id="SVGRCkFCcrJ" x1="1.112" x2="17.75" y1="10.5" y2="10.5" gradientUnits="userSpaceOnUse"><stop offset=".061" stopColor="#0fafff"/><stop offset="1" stopColor="#0094f0"/></linearGradient><linearGradient id="SVGItune0kD" x1="8.156" x2="10.854" y1="1.504" y2="10.787" gradientUnits="userSpaceOnUse"><stop stopColor="#ffe580"/><stop offset=".273" stopColor="#ffbf70"/><stop offset=".57" stopColor="#ffa342"/><stop offset=".815" stopColor="#fa6673"/></linearGradient></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path fill="url(#SVGvdgtKbDd)" d="M5.5 10a4.5 4.5 0 1 1 8.744 1.5H5.756A4.5 4.5 0 0 1 5.5 10"/><path fill="url(#SVGRCkFCcrJ)" d="M2.25 11.25A.75.75 0 0 1 3 10.5h14a.75.75 0 0 1 0 1.5H3a.75.75 0 0 1-.75-.75"/><path fill="url(#SVGRCkFCcrJ)" d="M5.25 14.25A.75.75 0 0 1 6 13.5h8a.75.75 0 0 1 0 1.5H6a.75.75 0 0 1-.75-.75"/><path fill="url(#SVGRCkFCcrJ)" d="M8.25 17.25A.75.75 0 0 1 9 16.5h2a.75.75 0 0 1 0 1.5H9a.75.75 0 0 1-.75-.75"/><path fill="url(#SVGItune0kD)" d="M10 1.75a.75.75 0 0 1 .75.75v1a.75.75 0 0 1-1.5 0v-1a.75.75 0 0 1 .75-.75"/><path fill="url(#SVGItune0kD)" d="M4.22 4.22a.75.75 0 0 1 1.06 0l.75.75a.75.75 0 0 1-1.06 1.06l-.75-.75a.75.75 0 0 1 0-1.06"/><path fill="url(#SVGItune0kD)" d="M15.78 4.22a.75.75 0 0 1 0 1.06l-.75.75a.75.75 0 1 1-1.06-1.06l.75-.75a.75.75 0 0 1 1.06 0"/><defs><linearGradient id="SVGvdgtKbDd" x1="8.617" x2="11.931" y1="5.172" y2="12.027" gradientUnits="userSpaceOnUse"><stop stop-color="#ffe580"/><stop offset=".273" stop-color="#ffbf70"/><stop offset=".57" stop-color="#ffa342"/><stop offset=".96" stop-color="#fa6673"/></linearGradient><linearGradient id="SVGRCkFCcrJ" x1="1.112" x2="17.75" y1="10.5" y2="10.5" gradientUnits="userSpaceOnUse"><stop offset=".061" stop-color="#0fafff"/><stop offset="1" stop-color="#0094f0"/></linearGradient><linearGradient id="SVGItune0kD" x1="8.156" x2="10.854" y1="1.504" y2="10.787" gradientUnits="userSpaceOnUse"><stop stop-color="#ffe580"/><stop offset=".273" stop-color="#ffbf70"/><stop offset=".57" stop-color="#ffa342"/><stop offset=".815" stop-color="#fa6673"/></linearGradient></defs></g></svg> </template>
CSS
.icon-weather-sunny-low-20 {
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%2020%2020%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGvdgtKbDd)%22%20d%3D%22M5.5%2010a4.5%204.5%200%201%201%208.744%201.5H5.756A4.5%204.5%200%200%201%205.5%2010%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGRCkFCcrJ)%22%20d%3D%22M2.25%2011.25A.75.75%200%200%201%203%2010.5h14a.75.75%200%200%201%200%201.5H3a.75.75%200%200%201-.75-.75%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGRCkFCcrJ)%22%20d%3D%22M5.25%2014.25A.75.75%200%200%201%206%2013.5h8a.75.75%200%200%201%200%201.5H6a.75.75%200%200%201-.75-.75%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGRCkFCcrJ)%22%20d%3D%22M8.25%2017.25A.75.75%200%200%201%209%2016.5h2a.75.75%200%200%201%200%201.5H9a.75.75%200%200%201-.75-.75%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGItune0kD)%22%20d%3D%22M10%201.75a.75.75%200%200%201%20.75.75v1a.75.75%200%200%201-1.5%200v-1a.75.75%200%200%201%20.75-.75%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGItune0kD)%22%20d%3D%22M4.22%204.22a.75.75%200%200%201%201.06%200l.75.75a.75.75%200%200%201-1.06%201.06l-.75-.75a.75.75%200%200%201%200-1.06%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGItune0kD)%22%20d%3D%22M15.78%204.22a.75.75%200%200%201%200%201.06l-.75.75a.75.75%200%201%201-1.06-1.06l.75-.75a.75.75%200%200%201%201.06%200%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGvdgtKbDd%22%20x1%3D%228.617%22%20x2%3D%2211.931%22%20y1%3D%225.172%22%20y2%3D%2212.027%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ffe580%22%2F%3E%3Cstop%20offset%3D%22.273%22%20stop-color%3D%22%23ffbf70%22%2F%3E%3Cstop%20offset%3D%22.57%22%20stop-color%3D%22%23ffa342%22%2F%3E%3Cstop%20offset%3D%22.96%22%20stop-color%3D%22%23fa6673%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGRCkFCcrJ%22%20x1%3D%221.112%22%20x2%3D%2217.75%22%20y1%3D%2210.5%22%20y2%3D%2210.5%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.061%22%20stop-color%3D%22%230fafff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230094f0%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGItune0kD%22%20x1%3D%228.156%22%20x2%3D%2210.854%22%20y1%3D%221.504%22%20y2%3D%2210.787%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ffe580%22%2F%3E%3Cstop%20offset%3D%22.273%22%20stop-color%3D%22%23ffbf70%22%2F%3E%3Cstop%20offset%3D%22.57%22%20stop-color%3D%22%23ffa342%22%2F%3E%3Cstop%20offset%3D%22.815%22%20stop-color%3D%22%23fa6673%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%2020%2020%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGvdgtKbDd)%22%20d%3D%22M5.5%2010a4.5%204.5%200%201%201%208.744%201.5H5.756A4.5%204.5%200%200%201%205.5%2010%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGRCkFCcrJ)%22%20d%3D%22M2.25%2011.25A.75.75%200%200%201%203%2010.5h14a.75.75%200%200%201%200%201.5H3a.75.75%200%200%201-.75-.75%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGRCkFCcrJ)%22%20d%3D%22M5.25%2014.25A.75.75%200%200%201%206%2013.5h8a.75.75%200%200%201%200%201.5H6a.75.75%200%200%201-.75-.75%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGRCkFCcrJ)%22%20d%3D%22M8.25%2017.25A.75.75%200%200%201%209%2016.5h2a.75.75%200%200%201%200%201.5H9a.75.75%200%200%201-.75-.75%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGItune0kD)%22%20d%3D%22M10%201.75a.75.75%200%200%201%20.75.75v1a.75.75%200%200%201-1.5%200v-1a.75.75%200%200%201%20.75-.75%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGItune0kD)%22%20d%3D%22M4.22%204.22a.75.75%200%200%201%201.06%200l.75.75a.75.75%200%200%201-1.06%201.06l-.75-.75a.75.75%200%200%201%200-1.06%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGItune0kD)%22%20d%3D%22M15.78%204.22a.75.75%200%200%201%200%201.06l-.75.75a.75.75%200%201%201-1.06-1.06l.75-.75a.75.75%200%200%201%201.06%200%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGvdgtKbDd%22%20x1%3D%228.617%22%20x2%3D%2211.931%22%20y1%3D%225.172%22%20y2%3D%2212.027%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ffe580%22%2F%3E%3Cstop%20offset%3D%22.273%22%20stop-color%3D%22%23ffbf70%22%2F%3E%3Cstop%20offset%3D%22.57%22%20stop-color%3D%22%23ffa342%22%2F%3E%3Cstop%20offset%3D%22.96%22%20stop-color%3D%22%23fa6673%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGRCkFCcrJ%22%20x1%3D%221.112%22%20x2%3D%2217.75%22%20y1%3D%2210.5%22%20y2%3D%2210.5%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.061%22%20stop-color%3D%22%230fafff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%230094f0%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGItune0kD%22%20x1%3D%228.156%22%20x2%3D%2210.854%22%20y1%3D%221.504%22%20y2%3D%2210.787%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ffe580%22%2F%3E%3Cstop%20offset%3D%22.273%22%20stop-color%3D%22%23ffbf70%22%2F%3E%3Cstop%20offset%3D%22.57%22%20stop-color%3D%22%23ffa342%22%2F%3E%3Cstop%20offset%3D%22.815%22%20stop-color%3D%22%23fa6673%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-color/weather-sunny-low-20.svg?color=%231a73e8&size=48