cool to dry icon
cool-to-dry-rounded from Material Symbols by Google · Rounded · Home · Apache-2.0 Free for personal and commercial use.
- Name
- cool-to-dry-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Home
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More home icons from Material Symbols
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.375 15.5q-.45-.2-.913-.35T15.5 15q-.4 0-.775.088t-.725.237q-.275.125-.575.025T13 14.975q-.125-.3 0-.6t.425-.425q.5-.2 1.025-.325t1.05-.125q.575 0 1.138.138t1.087.337q.45.2.913.35t.962.15q.4 0 .775-.087t.725-.238q.275-.125.575-.025t.425.375q.125.3 0 .6t-.425.425q-.5.2-1.025.325t-1.05.125q-.575 0-1.137-.137t-1.088-.338m0 3q-.45-.2-.913-.35T15.5 18q-.4 0-.775.088t-.725.237q-.275.125-.575.025T13 17.975q-.125-.3 0-.6t.425-.425q.5-.2 1.025-.325t1.05-.125q.575 0 1.138.137t1.087.338q.45.2.913.35t.962.15q.4 0 .775-.088t.725-.237q.275-.125.575-.025t.425.375q.125.3 0 .6t-.425.425q-.5.2-1.025.325t-1.05.125q-.575 0-1.137-.137t-1.088-.338m0 3q-.45-.2-.913-.35T15.5 21q-.4 0-.775.088t-.725.237q-.275.125-.575.025T13 20.975q-.125-.3 0-.6t.425-.425q.5-.2 1.025-.325t1.05-.125q.575 0 1.138.137t1.087.338q.45.2.913.35t.962.15q.4 0 .775-.088t.725-.237q.275-.125.575-.025t.425.375q.125.3 0 .6t-.425.425q-.5.2-1.025.325t-1.05.125q-.575 0-1.137-.137t-1.088-.338M6.35 7.05l4.6-4.525q.225-.2.5-.312T12 2.1t.55.113t.5.312l4.6 4.525q.625.6 1.1 1.313t.775 1.512q.225.575-.187 1.088t-1.063.512H13q-.825 0-1.412.588T11 13.475V18.8q0 .65-.513 1.063t-1.112.212q-2.4-.8-3.887-2.85T4 12.6q0-1.65.613-3.062T6.35 7.05"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsCoolToDryRounded(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.375 15.5q-.45-.2-.913-.35T15.5 15q-.4 0-.775.088t-.725.237q-.275.125-.575.025T13 14.975q-.125-.3 0-.6t.425-.425q.5-.2 1.025-.325t1.05-.125q.575 0 1.138.138t1.087.337q.45.2.913.35t.962.15q.4 0 .775-.087t.725-.238q.275-.125.575-.025t.425.375q.125.3 0 .6t-.425.425q-.5.2-1.025.325t-1.05.125q-.575 0-1.137-.137t-1.088-.338m0 3q-.45-.2-.913-.35T15.5 18q-.4 0-.775.088t-.725.237q-.275.125-.575.025T13 17.975q-.125-.3 0-.6t.425-.425q.5-.2 1.025-.325t1.05-.125q.575 0 1.138.137t1.087.338q.45.2.913.35t.962.15q.4 0 .775-.088t.725-.237q.275-.125.575-.025t.425.375q.125.3 0 .6t-.425.425q-.5.2-1.025.325t-1.05.125q-.575 0-1.137-.137t-1.088-.338m0 3q-.45-.2-.913-.35T15.5 21q-.4 0-.775.088t-.725.237q-.275.125-.575.025T13 20.975q-.125-.3 0-.6t.425-.425q.5-.2 1.025-.325t1.05-.125q.575 0 1.138.137t1.087.338q.45.2.913.35t.962.15q.4 0 .775-.088t.725-.237q.275-.125.575-.025t.425.375q.125.3 0 .6t-.425.425q-.5.2-1.025.325t-1.05.125q-.575 0-1.137-.137t-1.088-.338M6.35 7.05l4.6-4.525q.225-.2.5-.312T12 2.1t.55.113t.5.312l4.6 4.525q.625.6 1.1 1.313t.775 1.512q.225.575-.187 1.088t-1.063.512H13q-.825 0-1.412.588T11 13.475V18.8q0 .65-.513 1.063t-1.112.212q-2.4-.8-3.887-2.85T4 12.6q0-1.65.613-3.062T6.35 7.05"/></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.375 15.5q-.45-.2-.913-.35T15.5 15q-.4 0-.775.088t-.725.237q-.275.125-.575.025T13 14.975q-.125-.3 0-.6t.425-.425q.5-.2 1.025-.325t1.05-.125q.575 0 1.138.138t1.087.337q.45.2.913.35t.962.15q.4 0 .775-.087t.725-.238q.275-.125.575-.025t.425.375q.125.3 0 .6t-.425.425q-.5.2-1.025.325t-1.05.125q-.575 0-1.137-.137t-1.088-.338m0 3q-.45-.2-.913-.35T15.5 18q-.4 0-.775.088t-.725.237q-.275.125-.575.025T13 17.975q-.125-.3 0-.6t.425-.425q.5-.2 1.025-.325t1.05-.125q.575 0 1.138.137t1.087.338q.45.2.913.35t.962.15q.4 0 .775-.088t.725-.237q.275-.125.575-.025t.425.375q.125.3 0 .6t-.425.425q-.5.2-1.025.325t-1.05.125q-.575 0-1.137-.137t-1.088-.338m0 3q-.45-.2-.913-.35T15.5 21q-.4 0-.775.088t-.725.237q-.275.125-.575.025T13 20.975q-.125-.3 0-.6t.425-.425q.5-.2 1.025-.325t1.05-.125q.575 0 1.138.137t1.087.338q.45.2.913.35t.962.15q.4 0 .775-.088t.725-.237q.275-.125.575-.025t.425.375q.125.3 0 .6t-.425.425q-.5.2-1.025.325t-1.05.125q-.575 0-1.137-.137t-1.088-.338M6.35 7.05l4.6-4.525q.225-.2.5-.312T12 2.1t.55.113t.5.312l4.6 4.525q.625.6 1.1 1.313t.775 1.512q.225.575-.187 1.088t-1.063.512H13q-.825 0-1.412.588T11 13.475V18.8q0 .65-.513 1.063t-1.112.212q-2.4-.8-3.887-2.85T4 12.6q0-1.65.613-3.062T6.35 7.05"/></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.375%2015.5q-.45-.2-.913-.35T15.5%2015q-.4%200-.775.088t-.725.237q-.275.125-.575.025T13%2014.975q-.125-.3%200-.6t.425-.425q.5-.2%201.025-.325t1.05-.125q.575%200%201.138.138t1.087.337q.45.2.913.35t.962.15q.4%200%20.775-.087t.725-.238q.275-.125.575-.025t.425.375q.125.3%200%20.6t-.425.425q-.5.2-1.025.325t-1.05.125q-.575%200-1.137-.137t-1.088-.338m0%203q-.45-.2-.913-.35T15.5%2018q-.4%200-.775.088t-.725.237q-.275.125-.575.025T13%2017.975q-.125-.3%200-.6t.425-.425q.5-.2%201.025-.325t1.05-.125q.575%200%201.138.137t1.087.338q.45.2.913.35t.962.15q.4%200%20.775-.088t.725-.237q.275-.125.575-.025t.425.375q.125.3%200%20.6t-.425.425q-.5.2-1.025.325t-1.05.125q-.575%200-1.137-.137t-1.088-.338m0%203q-.45-.2-.913-.35T15.5%2021q-.4%200-.775.088t-.725.237q-.275.125-.575.025T13%2020.975q-.125-.3%200-.6t.425-.425q.5-.2%201.025-.325t1.05-.125q.575%200%201.138.137t1.087.338q.45.2.913.35t.962.15q.4%200%20.775-.088t.725-.237q.275-.125.575-.025t.425.375q.125.3%200%20.6t-.425.425q-.5.2-1.025.325t-1.05.125q-.575%200-1.137-.137t-1.088-.338M6.35%207.05l4.6-4.525q.225-.2.5-.312T12%202.1t.55.113t.5.312l4.6%204.525q.625.6%201.1%201.313t.775%201.512q.225.575-.187%201.088t-1.063.512H13q-.825%200-1.412.588T11%2013.475V18.8q0%20.65-.513%201.063t-1.112.212q-2.4-.8-3.887-2.85T4%2012.6q0-1.65.613-3.062T6.35%207.05%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.375%2015.5q-.45-.2-.913-.35T15.5%2015q-.4%200-.775.088t-.725.237q-.275.125-.575.025T13%2014.975q-.125-.3%200-.6t.425-.425q.5-.2%201.025-.325t1.05-.125q.575%200%201.138.138t1.087.337q.45.2.913.35t.962.15q.4%200%20.775-.087t.725-.238q.275-.125.575-.025t.425.375q.125.3%200%20.6t-.425.425q-.5.2-1.025.325t-1.05.125q-.575%200-1.137-.137t-1.088-.338m0%203q-.45-.2-.913-.35T15.5%2018q-.4%200-.775.088t-.725.237q-.275.125-.575.025T13%2017.975q-.125-.3%200-.6t.425-.425q.5-.2%201.025-.325t1.05-.125q.575%200%201.138.137t1.087.338q.45.2.913.35t.962.15q.4%200%20.775-.088t.725-.237q.275-.125.575-.025t.425.375q.125.3%200%20.6t-.425.425q-.5.2-1.025.325t-1.05.125q-.575%200-1.137-.137t-1.088-.338m0%203q-.45-.2-.913-.35T15.5%2021q-.4%200-.775.088t-.725.237q-.275.125-.575.025T13%2020.975q-.125-.3%200-.6t.425-.425q.5-.2%201.025-.325t1.05-.125q.575%200%201.138.137t1.087.338q.45.2.913.35t.962.15q.4%200%20.775-.088t.725-.237q.275-.125.575-.025t.425.375q.125.3%200%20.6t-.425.425q-.5.2-1.025.325t-1.05.125q-.575%200-1.137-.137t-1.088-.338M6.35%207.05l4.6-4.525q.225-.2.5-.312T12%202.1t.55.113t.5.312l4.6%204.525q.625.6%201.1%201.313t.775%201.512q.225.575-.187%201.088t-1.063.512H13q-.825%200-1.412.588T11%2013.475V18.8q0%20.65-.513%201.063t-1.112.212q-2.4-.8-3.887-2.85T4%2012.6q0-1.65.613-3.062T6.35%207.05%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/cool-to-dry-rounded.svg?color=%231a73e8&size=48