cool to dry icon
cool-to-dry-outline-rounded from Material Symbols by Google · Outline Rounded · Home · Apache-2.0 Free for personal and commercial use.
- Name
- cool-to-dry-outline-rounded
- Set
- Material Symbols
- Style
- Outline 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="M4 12.6q0-1.65.613-3.062T6.35 7.05l4.6-4.525q.225-.2.5-.312T12 2.1t.55.113t.5.312l4.6 4.525q.725.725 1.263 1.6t.812 1.875q.1.35-.137.613t-.588.337t-.75-.137t-.625-.788t-.562-1.1t-.813-.95L12 4.3L7.75 8.5q-.875.825-1.312 1.863T6 12.6q0 1.9 1.138 3.425t2.887 2.15q.575.2.775.6t.15.75t-.312.588t-.613.137Q7.4 19.575 5.7 17.463T4 12.6m13.375 2.9q-.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-.338"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsCoolToDryOutlineRounded(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="M4 12.6q0-1.65.613-3.062T6.35 7.05l4.6-4.525q.225-.2.5-.312T12 2.1t.55.113t.5.312l4.6 4.525q.725.725 1.263 1.6t.812 1.875q.1.35-.137.613t-.588.337t-.75-.137t-.625-.788t-.562-1.1t-.813-.95L12 4.3L7.75 8.5q-.875.825-1.312 1.863T6 12.6q0 1.9 1.138 3.425t2.887 2.15q.575.2.775.6t.15.75t-.312.588t-.613.137Q7.4 19.575 5.7 17.463T4 12.6m13.375 2.9q-.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-.338"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 12.6q0-1.65.613-3.062T6.35 7.05l4.6-4.525q.225-.2.5-.312T12 2.1t.55.113t.5.312l4.6 4.525q.725.725 1.263 1.6t.812 1.875q.1.35-.137.613t-.588.337t-.75-.137t-.625-.788t-.562-1.1t-.813-.95L12 4.3L7.75 8.5q-.875.825-1.312 1.863T6 12.6q0 1.9 1.138 3.425t2.887 2.15q.575.2.775.6t.15.75t-.312.588t-.613.137Q7.4 19.575 5.7 17.463T4 12.6m13.375 2.9q-.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-.338"/></svg> </template>
CSS
.icon-cool-to-dry-outline-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%22M4%2012.6q0-1.65.613-3.062T6.35%207.05l4.6-4.525q.225-.2.5-.312T12%202.1t.55.113t.5.312l4.6%204.525q.725.725%201.263%201.6t.812%201.875q.1.35-.137.613t-.588.337t-.75-.137t-.625-.788t-.562-1.1t-.813-.95L12%204.3L7.75%208.5q-.875.825-1.312%201.863T6%2012.6q0%201.9%201.138%203.425t2.887%202.15q.575.2.775.6t.15.75t-.312.588t-.613.137Q7.4%2019.575%205.7%2017.463T4%2012.6m13.375%202.9q-.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-.338%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%22M4%2012.6q0-1.65.613-3.062T6.35%207.05l4.6-4.525q.225-.2.5-.312T12%202.1t.55.113t.5.312l4.6%204.525q.725.725%201.263%201.6t.812%201.875q.1.35-.137.613t-.588.337t-.75-.137t-.625-.788t-.562-1.1t-.813-.95L12%204.3L7.75%208.5q-.875.825-1.312%201.863T6%2012.6q0%201.9%201.138%203.425t2.887%202.15q.575.2.775.6t.15.75t-.312.588t-.613.137Q7.4%2019.575%205.7%2017.463T4%2012.6m13.375%202.9q-.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-.338%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-outline-rounded.svg?color=%231a73e8&size=48