Cool To Dry icon

Cool To Dry is a Google Material Symbol from the Home category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

cool_to_dry_outlined_fill0_wght400.svg

Cool To Dry icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&icon_names=cool_to_dry" />

<span class="material-symbols-outlined">cool_to_dry</span>

Cool To Dry icon in React

// With the font from the HTML tab:
export function CoolToDryIcon() {
  return (
    <span className="material-symbols-outlined">
      cool_to_dry
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import CoolToDryIcon from "@material-symbols/svg-400/outlined/cool_to_dry.svg?react";

Cool To Dry icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">cool_to_dry</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import CoolToDryIcon from "@material-symbols/svg-400/outlined/cool_to_dry.svg?component"; -->

Cool To Dry icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">cool_to_dry</mat-icon>

Cool To Dry icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.cool_to_dry, fill: 0, weight: 400)

Cool To Dry icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/cool_to_dry.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="M11.25 20.475q-3.025-.275-5.137-2.5T4 12.625q0-1.65 .625-3.062T6.35 7.05l5.65-5.55 5.65 5.55q.95 .95 1.55 2.125t.75 2.55h-1.496q-.129-1.05-.591-1.925T16.65 8.175L12 3.6 7.35 8.175q-.9 .9-1.375 2t-.475 2.45q0 2.5 1.663 4.275T11.25 18.94V20.475Zm.725-9.2Zm1.375 3.975-.5-1.15q.625-.325 1.288-.525t1.373-.2q.564 0 1.102 .138Q17.15 13.65 17.675 13.85q.45 .2 .938 .35t.981 .15q.569 0 1.112-.175Q21.25 14 21.75 13.725l.5 1.15q-.625 .325-1.287 .525t-1.374 .2q-.564 0-1.101-.137Q17.95 15.325 17.425 15.125q-.45-.2-.937-.35t-.982-.15q-.569 0-1.112 .175Q13.85 14.975 13.35 15.25Zm0 3.25-.5-1.15q.625-.325 1.288-.525t1.373-.2q.564 0 1.102 .138Q17.15 16.9 17.675 17.1q.45 .2 .938 .35t.981 .15q.569 0 1.112-.175Q21.25 17.25 21.75 16.975l.5 1.15q-.625 .325-1.287 .525t-1.374 .2q-.564 0-1.101-.137Q17.95 18.575 17.425 18.375q-.45-.2-.937-.35t-.982-.15q-.569 0-1.112 .175Q13.85 18.225 13.35 18.5Zm0 3.25-.5-1.15q.625-.325 1.288-.525t1.373-.2q.564 0 1.102 .138Q17.15 20.15 17.675 20.35q.45 .2 .938 .35t.981 .15q.569 0 1.112-.175Q21.25 20.5 21.75 20.225l.5 1.15q-.625 .325-1.287 .525t-1.374 .2Q19.025 22.1 18.488 21.963 17.95 21.825 17.425 21.625q-.45-.2-.937-.35t-.982-.15q-.569 0-1.112 .175Q13.85 21.475 13.35 21.75Z" />
</vector>

Cool To Dry icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/cool_to_dry.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/svg-400@0.47.5/outlined/cool_to_dry.svg" width="24" height="24" alt="Cool To Dry">

Cool To Dry icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameCool To Dry
Ligaturecool_to_dry
Code pointU+E276
CategoryHome
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/cool_to_dry.svg, cool_to_dry-fill.svg
FlutterSymbols.cool_to_dry
LicenseApache License 2.0 (© Google LLC)

Keywords

homeiconadjustsystemnestsettingpowerupenergydownclimateweather

Related icons