sun snowflake icon
sun-snowflake from Material Design Icons by Pictogrammers · Filled · Home Automation · Apache-2.0 Free for personal and commercial use.
- Name
- sun-snowflake
- Set
- Material Design Icons
- Style
- Filled
- Category
- Home Automation
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- heat-cool, hot-cold
More home automation icons from Material Design Icons
air-filterair-humidifierair-humidifier-offair-purifierair-purifier-offalarm-lightalarm-light-offalarm-panelamplifierarrow-oscillatingarrow-oscillating-offawningbalconybathtubbellblindsblinds-horizontalblinds-horizontal-closedblinds-openblinds-verticalblinds-vertical-closedboom-gateboom-gate-upboombox
Use the sun snowflake icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 .69L8.69 4H4v4.69L.69 12L4 15.31V20h4.69L12 23.31l1-1v-4.48l3.24 3.24l1.42-1.41L13 15v-2h2l4.66 4.66l1.41-1.42L17.83 13H22v-2h-4.17l3.24-3.24l-1.41-1.42L15 11h-2V9l4.66-4.66l-1.42-1.41L13 6.17V1.69m-2 4.4v2.04c-1.76.46-3 2.05-3 3.87a4.01 4.01 0 0 0 3 3.87v2.04A6 6 0 0 1 6 12c0-2.93 2.11-5.43 5-5.91"/></svg>
React
import type { SVGProps } from "react";
export function MdiSunSnowflake(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="M12 .69L8.69 4H4v4.69L.69 12L4 15.31V20h4.69L12 23.31l1-1v-4.48l3.24 3.24l1.42-1.41L13 15v-2h2l4.66 4.66l1.41-1.42L17.83 13H22v-2h-4.17l3.24-3.24l-1.41-1.42L15 11h-2V9l4.66-4.66l-1.42-1.41L13 6.17V1.69m-2 4.4v2.04c-1.76.46-3 2.05-3 3.87a4.01 4.01 0 0 0 3 3.87v2.04A6 6 0 0 1 6 12c0-2.93 2.11-5.43 5-5.91"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 .69L8.69 4H4v4.69L.69 12L4 15.31V20h4.69L12 23.31l1-1v-4.48l3.24 3.24l1.42-1.41L13 15v-2h2l4.66 4.66l1.41-1.42L17.83 13H22v-2h-4.17l3.24-3.24l-1.41-1.42L15 11h-2V9l4.66-4.66l-1.42-1.41L13 6.17V1.69m-2 4.4v2.04c-1.76.46-3 2.05-3 3.87a4.01 4.01 0 0 0 3 3.87v2.04A6 6 0 0 1 6 12c0-2.93 2.11-5.43 5-5.91"/></svg> </template>
CSS
.icon-sun-snowflake {
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%22M12%20.69L8.69%204H4v4.69L.69%2012L4%2015.31V20h4.69L12%2023.31l1-1v-4.48l3.24%203.24l1.42-1.41L13%2015v-2h2l4.66%204.66l1.41-1.42L17.83%2013H22v-2h-4.17l3.24-3.24l-1.41-1.42L15%2011h-2V9l4.66-4.66l-1.42-1.41L13%206.17V1.69m-2%204.4v2.04c-1.76.46-3%202.05-3%203.87a4.01%204.01%200%200%200%203%203.87v2.04A6%206%200%200%201%206%2012c0-2.93%202.11-5.43%205-5.91%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%22M12%20.69L8.69%204H4v4.69L.69%2012L4%2015.31V20h4.69L12%2023.31l1-1v-4.48l3.24%203.24l1.42-1.41L13%2015v-2h2l4.66%204.66l1.41-1.42L17.83%2013H22v-2h-4.17l3.24-3.24l-1.41-1.42L15%2011h-2V9l4.66-4.66l-1.42-1.41L13%206.17V1.69m-2%204.4v2.04c-1.76.46-3%202.05-3%203.87a4.01%204.01%200%200%200%203%203.87v2.04A6%206%200%200%201%206%2012c0-2.93%202.11-5.43%205-5.91%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/sun-snowflake.svg?color=%231a73e8&size=48