snowflake-off from Material Design Icons by Pictogrammers · Filled · Weather · Apache-2.0 Free for personal and commercial use.

Name
snowflake-off
Set
Material Design Icons
Style
Filled
Category
Weather
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More weather icons from Material Design Icons

Use the snowflake off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 5.12L9.29 3.41L10.71 2L12 3.29L13.29 2l1.42 1.41L13 5.12v2.26l2.45 1.44l2-1.13l.62-2.33l1.93.52l-.46 1.77l1.77.47l-.52 1.93l-2.33-.62l-2 1.13v2.7L14.5 11.3v-.74l-1.76-1.02l-2.01-2.01l.27-.15zm7.46 9.45l-1.59-.9l2.68 2.68l1.75-.47l-.51-1.93zM13 16.62v2.26l1.7 1.71L13.29 22L12 20.71L10.71 22l-1.42-1.41L11 18.88v-2.26l-2.45-1.44l-2 1.13l-.62 2.33L4 18.12l.47-1.76l-1.77-.47l.52-1.93l2.33.62l2-1.13v-2.89l-2-1.13l-2.33.62l-.52-1.93l1.77-.47L4 5.89L1.11 3l1.28-1.27l19.72 19.73l-1.27 1.27L14.1 16zm-1-1.73l.63-.39l-3.13-3.11v2.05z"/></svg>

React

import type { SVGProps } from "react";

export function MdiSnowflakeOff(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 5.12L9.29 3.41L10.71 2L12 3.29L13.29 2l1.42 1.41L13 5.12v2.26l2.45 1.44l2-1.13l.62-2.33l1.93.52l-.46 1.77l1.77.47l-.52 1.93l-2.33-.62l-2 1.13v2.7L14.5 11.3v-.74l-1.76-1.02l-2.01-2.01l.27-.15zm7.46 9.45l-1.59-.9l2.68 2.68l1.75-.47l-.51-1.93zM13 16.62v2.26l1.7 1.71L13.29 22L12 20.71L10.71 22l-1.42-1.41L11 18.88v-2.26l-2.45-1.44l-2 1.13l-.62 2.33L4 18.12l.47-1.76l-1.77-.47l.52-1.93l2.33.62l2-1.13v-2.89l-2-1.13l-2.33.62l-.52-1.93l1.77-.47L4 5.89L1.11 3l1.28-1.27l19.72 19.73l-1.27 1.27L14.1 16zm-1-1.73l.63-.39l-3.13-3.11v2.05z"/></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 5.12L9.29 3.41L10.71 2L12 3.29L13.29 2l1.42 1.41L13 5.12v2.26l2.45 1.44l2-1.13l.62-2.33l1.93.52l-.46 1.77l1.77.47l-.52 1.93l-2.33-.62l-2 1.13v2.7L14.5 11.3v-.74l-1.76-1.02l-2.01-2.01l.27-.15zm7.46 9.45l-1.59-.9l2.68 2.68l1.75-.47l-.51-1.93zM13 16.62v2.26l1.7 1.71L13.29 22L12 20.71L10.71 22l-1.42-1.41L11 18.88v-2.26l-2.45-1.44l-2 1.13l-.62 2.33L4 18.12l.47-1.76l-1.77-.47l.52-1.93l2.33.62l2-1.13v-2.89l-2-1.13l-2.33.62l-.52-1.93l1.77-.47L4 5.89L1.11 3l1.28-1.27l19.72 19.73l-1.27 1.27L14.1 16zm-1-1.73l.63-.39l-3.13-3.11v2.05z"/></svg>
</template>

CSS

.icon-snowflake-off {
  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%205.12L9.29%203.41L10.71%202L12%203.29L13.29%202l1.42%201.41L13%205.12v2.26l2.45%201.44l2-1.13l.62-2.33l1.93.52l-.46%201.77l1.77.47l-.52%201.93l-2.33-.62l-2%201.13v2.7L14.5%2011.3v-.74l-1.76-1.02l-2.01-2.01l.27-.15zm7.46%209.45l-1.59-.9l2.68%202.68l1.75-.47l-.51-1.93zM13%2016.62v2.26l1.7%201.71L13.29%2022L12%2020.71L10.71%2022l-1.42-1.41L11%2018.88v-2.26l-2.45-1.44l-2%201.13l-.62%202.33L4%2018.12l.47-1.76l-1.77-.47l.52-1.93l2.33.62l2-1.13v-2.89l-2-1.13l-2.33.62l-.52-1.93l1.77-.47L4%205.89L1.11%203l1.28-1.27l19.72%2019.73l-1.27%201.27L14.1%2016zm-1-1.73l.63-.39l-3.13-3.11v2.05z%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%205.12L9.29%203.41L10.71%202L12%203.29L13.29%202l1.42%201.41L13%205.12v2.26l2.45%201.44l2-1.13l.62-2.33l1.93.52l-.46%201.77l1.77.47l-.52%201.93l-2.33-.62l-2%201.13v2.7L14.5%2011.3v-.74l-1.76-1.02l-2.01-2.01l.27-.15zm7.46%209.45l-1.59-.9l2.68%202.68l1.75-.47l-.51-1.93zM13%2016.62v2.26l1.7%201.71L13.29%2022L12%2020.71L10.71%2022l-1.42-1.41L11%2018.88v-2.26l-2.45-1.44l-2%201.13l-.62%202.33L4%2018.12l.47-1.76l-1.77-.47l.52-1.93l2.33.62l2-1.13v-2.89l-2-1.13l-2.33.62l-.52-1.93l1.77-.47L4%205.89L1.11%203l1.28-1.27l19.72%2019.73l-1.27%201.27L14.1%2016zm-1-1.73l.63-.39l-3.13-3.11v2.05z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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