mode-heat-cool-rounded from Material Symbols Light by Google · Rounded · Household · Apache-2.0 Free for personal and commercial use.

Name
mode-heat-cool-rounded
Set
Material Symbols Light
Style
Rounded
Category
Household
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More household icons from Material Symbols Light

Use the mode heat cool icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.525 8.167q.37 0 .708-.13t.615-.349q.125-.117.302-.116t.32.126q.382.323.681.704t.534.833q.142.273.07.577q-.07.304-.288.52L10.96 12.84l-.025-.025l-.026-.026l-1.342-1.331q-.243-.237-.566-.24t-.565.24l-1.37 1.369q-.442.442-.646 1.013q-.203.57-.125 1.187q.027.346-.291.497t-.582-.09q-.234-.193-.447-.443q-.213-.249-.383-.506q-.399-.608-.62-1.32t-.221-1.473q0-2.252 1.089-3.564t2.644-2.709q.23-.196.499-.068q.268.128.268.426v.121q0 .952.659 1.61q.658.66 1.616.66M9 12.313l1.214 1.182q.017.012.028.029t.023.029l-2.03 2.03q-.137.137-.307.134q-.17-.002-.312-.14q-.143-.136-.254-.337q-.112-.2-.112-.504q0-.368.143-.664q.144-.296.38-.532zm4.154 2.548l-1.712 1.711v5.293q0 .213-.143.356q-.143.144-.357.144t-.356-.144t-.144-.356v-4.293l-4.419 4.439q-.14.16-.344.16t-.364-.16t-.16-.354t.16-.354l14.99-14.987q.14-.141.344-.15t.364.15t.16.353t-.16.354l-4.439 4.439h4.292q.214 0 .357.143q.144.143.144.357t-.144.356t-.357.144h-5.311l-1.692 1.692l1.942 1.942h5.062q.213 0 .356.144q.144.143.144.356q0 .214-.144.357q-.143.143-.357.143h-4.061l3.073 3.073q.14.14.15.345q.01.203-.15.363t-.354.16t-.354-.16l-3.073-3.073v4.062q0 .213-.143.356q-.143.144-.357.144q-.213 0-.356-.144q-.144-.143-.144-.357v-5.061z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightModeHeatCoolRounded(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="M10.525 8.167q.37 0 .708-.13t.615-.349q.125-.117.302-.116t.32.126q.382.323.681.704t.534.833q.142.273.07.577q-.07.304-.288.52L10.96 12.84l-.025-.025l-.026-.026l-1.342-1.331q-.243-.237-.566-.24t-.565.24l-1.37 1.369q-.442.442-.646 1.013q-.203.57-.125 1.187q.027.346-.291.497t-.582-.09q-.234-.193-.447-.443q-.213-.249-.383-.506q-.399-.608-.62-1.32t-.221-1.473q0-2.252 1.089-3.564t2.644-2.709q.23-.196.499-.068q.268.128.268.426v.121q0 .952.659 1.61q.658.66 1.616.66M9 12.313l1.214 1.182q.017.012.028.029t.023.029l-2.03 2.03q-.137.137-.307.134q-.17-.002-.312-.14q-.143-.136-.254-.337q-.112-.2-.112-.504q0-.368.143-.664q.144-.296.38-.532zm4.154 2.548l-1.712 1.711v5.293q0 .213-.143.356q-.143.144-.357.144t-.356-.144t-.144-.356v-4.293l-4.419 4.439q-.14.16-.344.16t-.364-.16t-.16-.354t.16-.354l14.99-14.987q.14-.141.344-.15t.364.15t.16.353t-.16.354l-4.439 4.439h4.292q.214 0 .357.143q.144.143.144.357t-.144.356t-.357.144h-5.311l-1.692 1.692l1.942 1.942h5.062q.213 0 .356.144q.144.143.144.356q0 .214-.144.357q-.143.143-.357.143h-4.061l3.073 3.073q.14.14.15.345q.01.203-.15.363t-.354.16t-.354-.16l-3.073-3.073v4.062q0 .213-.143.356q-.143.144-.357.144q-.213 0-.356-.144q-.144-.143-.144-.357v-5.061z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.525 8.167q.37 0 .708-.13t.615-.349q.125-.117.302-.116t.32.126q.382.323.681.704t.534.833q.142.273.07.577q-.07.304-.288.52L10.96 12.84l-.025-.025l-.026-.026l-1.342-1.331q-.243-.237-.566-.24t-.565.24l-1.37 1.369q-.442.442-.646 1.013q-.203.57-.125 1.187q.027.346-.291.497t-.582-.09q-.234-.193-.447-.443q-.213-.249-.383-.506q-.399-.608-.62-1.32t-.221-1.473q0-2.252 1.089-3.564t2.644-2.709q.23-.196.499-.068q.268.128.268.426v.121q0 .952.659 1.61q.658.66 1.616.66M9 12.313l1.214 1.182q.017.012.028.029t.023.029l-2.03 2.03q-.137.137-.307.134q-.17-.002-.312-.14q-.143-.136-.254-.337q-.112-.2-.112-.504q0-.368.143-.664q.144-.296.38-.532zm4.154 2.548l-1.712 1.711v5.293q0 .213-.143.356q-.143.144-.357.144t-.356-.144t-.144-.356v-4.293l-4.419 4.439q-.14.16-.344.16t-.364-.16t-.16-.354t.16-.354l14.99-14.987q.14-.141.344-.15t.364.15t.16.353t-.16.354l-4.439 4.439h4.292q.214 0 .357.143q.144.143.144.357t-.144.356t-.357.144h-5.311l-1.692 1.692l1.942 1.942h5.062q.213 0 .356.144q.144.143.144.356q0 .214-.144.357q-.143.143-.357.143h-4.061l3.073 3.073q.14.14.15.345q.01.203-.15.363t-.354.16t-.354-.16l-3.073-3.073v4.062q0 .213-.143.356q-.143.144-.357.144q-.213 0-.356-.144q-.144-.143-.144-.357v-5.061z"/></svg>
</template>

CSS

.icon-mode-heat-cool-rounded {
  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%22M10.525%208.167q.37%200%20.708-.13t.615-.349q.125-.117.302-.116t.32.126q.382.323.681.704t.534.833q.142.273.07.577q-.07.304-.288.52L10.96%2012.84l-.025-.025l-.026-.026l-1.342-1.331q-.243-.237-.566-.24t-.565.24l-1.37%201.369q-.442.442-.646%201.013q-.203.57-.125%201.187q.027.346-.291.497t-.582-.09q-.234-.193-.447-.443q-.213-.249-.383-.506q-.399-.608-.62-1.32t-.221-1.473q0-2.252%201.089-3.564t2.644-2.709q.23-.196.499-.068q.268.128.268.426v.121q0%20.952.659%201.61q.658.66%201.616.66M9%2012.313l1.214%201.182q.017.012.028.029t.023.029l-2.03%202.03q-.137.137-.307.134q-.17-.002-.312-.14q-.143-.136-.254-.337q-.112-.2-.112-.504q0-.368.143-.664q.144-.296.38-.532zm4.154%202.548l-1.712%201.711v5.293q0%20.213-.143.356q-.143.144-.357.144t-.356-.144t-.144-.356v-4.293l-4.419%204.439q-.14.16-.344.16t-.364-.16t-.16-.354t.16-.354l14.99-14.987q.14-.141.344-.15t.364.15t.16.353t-.16.354l-4.439%204.439h4.292q.214%200%20.357.143q.144.143.144.357t-.144.356t-.357.144h-5.311l-1.692%201.692l1.942%201.942h5.062q.213%200%20.356.144q.144.143.144.356q0%20.214-.144.357q-.143.143-.357.143h-4.061l3.073%203.073q.14.14.15.345q.01.203-.15.363t-.354.16t-.354-.16l-3.073-3.073v4.062q0%20.213-.143.356q-.143.144-.357.144q-.213%200-.356-.144q-.144-.143-.144-.357v-5.061z%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%22M10.525%208.167q.37%200%20.708-.13t.615-.349q.125-.117.302-.116t.32.126q.382.323.681.704t.534.833q.142.273.07.577q-.07.304-.288.52L10.96%2012.84l-.025-.025l-.026-.026l-1.342-1.331q-.243-.237-.566-.24t-.565.24l-1.37%201.369q-.442.442-.646%201.013q-.203.57-.125%201.187q.027.346-.291.497t-.582-.09q-.234-.193-.447-.443q-.213-.249-.383-.506q-.399-.608-.62-1.32t-.221-1.473q0-2.252%201.089-3.564t2.644-2.709q.23-.196.499-.068q.268.128.268.426v.121q0%20.952.659%201.61q.658.66%201.616.66M9%2012.313l1.214%201.182q.017.012.028.029t.023.029l-2.03%202.03q-.137.137-.307.134q-.17-.002-.312-.14q-.143-.136-.254-.337q-.112-.2-.112-.504q0-.368.143-.664q.144-.296.38-.532zm4.154%202.548l-1.712%201.711v5.293q0%20.213-.143.356q-.143.144-.357.144t-.356-.144t-.144-.356v-4.293l-4.419%204.439q-.14.16-.344.16t-.364-.16t-.16-.354t.16-.354l14.99-14.987q.14-.141.344-.15t.364.15t.16.353t-.16.354l-4.439%204.439h4.292q.214%200%20.357.143q.144.143.144.357t-.144.356t-.357.144h-5.311l-1.692%201.692l1.942%201.942h5.062q.213%200%20.356.144q.144.143.144.356q0%20.214-.144.357q-.143.143-.357.143h-4.061l3.073%203.073q.14.14.15.345q.01.203-.15.363t-.354.16t-.354-.16l-3.073-3.073v4.062q0%20.213-.143.356q-.143.144-.357.144q-.213%200-.356-.144q-.144-.143-.144-.357v-5.061z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/mode-heat-cool-rounded.svg?color=%231a73e8&size=48