cool to dry icon
cool-to-dry-rounded from Material Symbols Light by Google · Rounded · Home · Apache-2.0 Free for personal and commercial use.
- Name
- cool-to-dry-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Home
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More home icons from Material Symbols Light
activity-zoneairwaveaqaq-indoorarming-countdownarrows-more-downarrows-more-upassistant-on-hubbattery-horiz-000battery-horiz-050battery-horiz-075battery-profilechromecast-2cleaning-bucketclimate-mini-splitdetection-and-zonedetection-and-zone-offdetectordetector-alarmdetector-batterydetector-codetector-offlinedetector-statusdoor-open
Use the cool to dry icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.49 15.596q-.488-.2-.97-.36q-.481-.159-1.024-.159q-.434 0-.829.097t-.782.267q-.16.067-.34.007t-.256-.223q-.068-.165 0-.338q.069-.173.232-.245q.475-.2.973-.325q.499-.125.997-.125q.546 0 1.08.128q.533.128 1.039.328q.488.2.97.36t1.025.16q.434 0 .842-.098q.407-.098.788-.266q.16-.067.354-.006t.261.226q.067.18-.01.353q-.076.172-.261.244q-.477.192-.978.311q-.5.12-1.001.12q-.542 0-1.073-.128t-1.036-.328m0 2.616q-.489-.2-.97-.36q-.482-.16-1.025-.16q-.434 0-.829.098q-.394.097-.782.266q-.16.067-.34.008t-.256-.223q-.068-.166 0-.339q.069-.172.232-.244q.475-.2.973-.325q.499-.125.997-.125q.546 0 1.08.128q.533.128 1.039.328q.488.2.97.359q.482.16 1.025.16q.435 0 .842-.098t.788-.266q.16-.067.354-.005t.261.226q.067.18-.01.352q-.076.173-.261.245q-.477.191-.978.31q-.5.12-1.001.12q-.542 0-1.073-.127q-.53-.128-1.036-.328m0 2.615q-.489-.2-.97-.36q-.482-.16-1.025-.16q-.434 0-.829.098q-.394.097-.782.266q-.16.068-.34.008t-.256-.223q-.068-.165 0-.338q.069-.173.232-.245q.475-.2.973-.325q.499-.125.997-.125q.546 0 1.08.128q.533.128 1.039.328q.488.2.97.36t1.025.159q.435 0 .842-.098t.788-.265q.16-.068.354-.006t.261.226q.067.18-.01.352q-.076.173-.261.245q-.477.192-.978.311q-.5.12-1.001.12q-.542 0-1.073-.128t-1.036-.328M7.042 7.742l4.12-4.025q.186-.18.403-.264T12 3.369t.435.084t.403.264l4.12 4.025q.529.524.917 1.14t.67 1.3q.186.46-.13.877q-.317.416-.851.416h-4.948q-.667 0-1.141.475T11 13.09v4.999q0 .534-.416.86q-.417.326-.901.164q-2.112-.704-3.397-2.482Q5 14.853 5 12.62q0-1.477.536-2.716q.535-1.24 1.506-2.16"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCoolToDryRounded(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="M17.49 15.596q-.488-.2-.97-.36q-.481-.159-1.024-.159q-.434 0-.829.097t-.782.267q-.16.067-.34.007t-.256-.223q-.068-.165 0-.338q.069-.173.232-.245q.475-.2.973-.325q.499-.125.997-.125q.546 0 1.08.128q.533.128 1.039.328q.488.2.97.36t1.025.16q.434 0 .842-.098q.407-.098.788-.266q.16-.067.354-.006t.261.226q.067.18-.01.353q-.076.172-.261.244q-.477.192-.978.311q-.5.12-1.001.12q-.542 0-1.073-.128t-1.036-.328m0 2.616q-.489-.2-.97-.36q-.482-.16-1.025-.16q-.434 0-.829.098q-.394.097-.782.266q-.16.067-.34.008t-.256-.223q-.068-.166 0-.339q.069-.172.232-.244q.475-.2.973-.325q.499-.125.997-.125q.546 0 1.08.128q.533.128 1.039.328q.488.2.97.359q.482.16 1.025.16q.435 0 .842-.098t.788-.266q.16-.067.354-.005t.261.226q.067.18-.01.352q-.076.173-.261.245q-.477.191-.978.31q-.5.12-1.001.12q-.542 0-1.073-.127q-.53-.128-1.036-.328m0 2.615q-.489-.2-.97-.36q-.482-.16-1.025-.16q-.434 0-.829.098q-.394.097-.782.266q-.16.068-.34.008t-.256-.223q-.068-.165 0-.338q.069-.173.232-.245q.475-.2.973-.325q.499-.125.997-.125q.546 0 1.08.128q.533.128 1.039.328q.488.2.97.36t1.025.159q.435 0 .842-.098t.788-.265q.16-.068.354-.006t.261.226q.067.18-.01.352q-.076.173-.261.245q-.477.192-.978.311q-.5.12-1.001.12q-.542 0-1.073-.128t-1.036-.328M7.042 7.742l4.12-4.025q.186-.18.403-.264T12 3.369t.435.084t.403.264l4.12 4.025q.529.524.917 1.14t.67 1.3q.186.46-.13.877q-.317.416-.851.416h-4.948q-.667 0-1.141.475T11 13.09v4.999q0 .534-.416.86q-.417.326-.901.164q-2.112-.704-3.397-2.482Q5 14.853 5 12.62q0-1.477.536-2.716q.535-1.24 1.506-2.16"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.49 15.596q-.488-.2-.97-.36q-.481-.159-1.024-.159q-.434 0-.829.097t-.782.267q-.16.067-.34.007t-.256-.223q-.068-.165 0-.338q.069-.173.232-.245q.475-.2.973-.325q.499-.125.997-.125q.546 0 1.08.128q.533.128 1.039.328q.488.2.97.36t1.025.16q.434 0 .842-.098q.407-.098.788-.266q.16-.067.354-.006t.261.226q.067.18-.01.353q-.076.172-.261.244q-.477.192-.978.311q-.5.12-1.001.12q-.542 0-1.073-.128t-1.036-.328m0 2.616q-.489-.2-.97-.36q-.482-.16-1.025-.16q-.434 0-.829.098q-.394.097-.782.266q-.16.067-.34.008t-.256-.223q-.068-.166 0-.339q.069-.172.232-.244q.475-.2.973-.325q.499-.125.997-.125q.546 0 1.08.128q.533.128 1.039.328q.488.2.97.359q.482.16 1.025.16q.435 0 .842-.098t.788-.266q.16-.067.354-.005t.261.226q.067.18-.01.352q-.076.173-.261.245q-.477.191-.978.31q-.5.12-1.001.12q-.542 0-1.073-.127q-.53-.128-1.036-.328m0 2.615q-.489-.2-.97-.36q-.482-.16-1.025-.16q-.434 0-.829.098q-.394.097-.782.266q-.16.068-.34.008t-.256-.223q-.068-.165 0-.338q.069-.173.232-.245q.475-.2.973-.325q.499-.125.997-.125q.546 0 1.08.128q.533.128 1.039.328q.488.2.97.36t1.025.159q.435 0 .842-.098t.788-.265q.16-.068.354-.006t.261.226q.067.18-.01.352q-.076.173-.261.245q-.477.192-.978.311q-.5.12-1.001.12q-.542 0-1.073-.128t-1.036-.328M7.042 7.742l4.12-4.025q.186-.18.403-.264T12 3.369t.435.084t.403.264l4.12 4.025q.529.524.917 1.14t.67 1.3q.186.46-.13.877q-.317.416-.851.416h-4.948q-.667 0-1.141.475T11 13.09v4.999q0 .534-.416.86q-.417.326-.901.164q-2.112-.704-3.397-2.482Q5 14.853 5 12.62q0-1.477.536-2.716q.535-1.24 1.506-2.16"/></svg> </template>
CSS
.icon-cool-to-dry-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%22M17.49%2015.596q-.488-.2-.97-.36q-.481-.159-1.024-.159q-.434%200-.829.097t-.782.267q-.16.067-.34.007t-.256-.223q-.068-.165%200-.338q.069-.173.232-.245q.475-.2.973-.325q.499-.125.997-.125q.546%200%201.08.128q.533.128%201.039.328q.488.2.97.36t1.025.16q.434%200%20.842-.098q.407-.098.788-.266q.16-.067.354-.006t.261.226q.067.18-.01.353q-.076.172-.261.244q-.477.192-.978.311q-.5.12-1.001.12q-.542%200-1.073-.128t-1.036-.328m0%202.616q-.489-.2-.97-.36q-.482-.16-1.025-.16q-.434%200-.829.098q-.394.097-.782.266q-.16.067-.34.008t-.256-.223q-.068-.166%200-.339q.069-.172.232-.244q.475-.2.973-.325q.499-.125.997-.125q.546%200%201.08.128q.533.128%201.039.328q.488.2.97.359q.482.16%201.025.16q.435%200%20.842-.098t.788-.266q.16-.067.354-.005t.261.226q.067.18-.01.352q-.076.173-.261.245q-.477.191-.978.31q-.5.12-1.001.12q-.542%200-1.073-.127q-.53-.128-1.036-.328m0%202.615q-.489-.2-.97-.36q-.482-.16-1.025-.16q-.434%200-.829.098q-.394.097-.782.266q-.16.068-.34.008t-.256-.223q-.068-.165%200-.338q.069-.173.232-.245q.475-.2.973-.325q.499-.125.997-.125q.546%200%201.08.128q.533.128%201.039.328q.488.2.97.36t1.025.159q.435%200%20.842-.098t.788-.265q.16-.068.354-.006t.261.226q.067.18-.01.352q-.076.173-.261.245q-.477.192-.978.311q-.5.12-1.001.12q-.542%200-1.073-.128t-1.036-.328M7.042%207.742l4.12-4.025q.186-.18.403-.264T12%203.369t.435.084t.403.264l4.12%204.025q.529.524.917%201.14t.67%201.3q.186.46-.13.877q-.317.416-.851.416h-4.948q-.667%200-1.141.475T11%2013.09v4.999q0%20.534-.416.86q-.417.326-.901.164q-2.112-.704-3.397-2.482Q5%2014.853%205%2012.62q0-1.477.536-2.716q.535-1.24%201.506-2.16%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%22M17.49%2015.596q-.488-.2-.97-.36q-.481-.159-1.024-.159q-.434%200-.829.097t-.782.267q-.16.067-.34.007t-.256-.223q-.068-.165%200-.338q.069-.173.232-.245q.475-.2.973-.325q.499-.125.997-.125q.546%200%201.08.128q.533.128%201.039.328q.488.2.97.36t1.025.16q.434%200%20.842-.098q.407-.098.788-.266q.16-.067.354-.006t.261.226q.067.18-.01.353q-.076.172-.261.244q-.477.192-.978.311q-.5.12-1.001.12q-.542%200-1.073-.128t-1.036-.328m0%202.616q-.489-.2-.97-.36q-.482-.16-1.025-.16q-.434%200-.829.098q-.394.097-.782.266q-.16.067-.34.008t-.256-.223q-.068-.166%200-.339q.069-.172.232-.244q.475-.2.973-.325q.499-.125.997-.125q.546%200%201.08.128q.533.128%201.039.328q.488.2.97.359q.482.16%201.025.16q.435%200%20.842-.098t.788-.266q.16-.067.354-.005t.261.226q.067.18-.01.352q-.076.173-.261.245q-.477.191-.978.31q-.5.12-1.001.12q-.542%200-1.073-.127q-.53-.128-1.036-.328m0%202.615q-.489-.2-.97-.36q-.482-.16-1.025-.16q-.434%200-.829.098q-.394.097-.782.266q-.16.068-.34.008t-.256-.223q-.068-.165%200-.338q.069-.173.232-.245q.475-.2.973-.325q.499-.125.997-.125q.546%200%201.08.128q.533.128%201.039.328q.488.2.97.36t1.025.159q.435%200%20.842-.098t.788-.265q.16-.068.354-.006t.261.226q.067.18-.01.352q-.076.173-.261.245q-.477.192-.978.311q-.5.12-1.001.12q-.542%200-1.073-.128t-1.036-.328M7.042%207.742l4.12-4.025q.186-.18.403-.264T12%203.369t.435.084t.403.264l4.12%204.025q.529.524.917%201.14t.67%201.3q.186.46-.13.877q-.317.416-.851.416h-4.948q-.667%200-1.141.475T11%2013.09v4.999q0%20.534-.416.86q-.417.326-.901.164q-2.112-.704-3.397-2.482Q5%2014.853%205%2012.62q0-1.477.536-2.716q.535-1.24%201.506-2.16%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/cool-to-dry-rounded.svg?color=%231a73e8&size=48