dry icon
dry from Material Symbols by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.
- Name
- dry
- Set
- Material Symbols
- Style
- Regular
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More household icons from Material Symbols
Use the dry icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 22q-1.65 0-2.825-1.175T2 18v-5.4q0-.775.363-1.437t1.012-1.088l8.25-5.35l.5.5q.5.5.588 1.188T12.425 7.7L11.3 9.5H19q.425 0 .713.288T20 10.5t-.288.713T19 11.5h-7V13h9q.425 0 .713.288T22 14t-.288.713T21 15h-9v1.5h8q.425 0 .713.288T21 17.5t-.288.713T20 18.5h-8V20h6q.425 0 .713.288T19 21t-.288.713T18 22zm8.975-14q.125-1.025-.012-1.612t-.738-1.338q-.775-1-1.037-1.925T13.1 1H15q-.2 1.275.125 1.875t.9 1.4q.65.875.85 1.738T16.9 8zM19 8q.125-1.025-.025-1.612t-.75-1.338q-.775-1-1.025-1.925T17.125 1H19q-.2 1.275.125 1.875t.9 1.4q.65.875.85 1.738T20.9 8z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsDry(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="M6 22q-1.65 0-2.825-1.175T2 18v-5.4q0-.775.363-1.437t1.012-1.088l8.25-5.35l.5.5q.5.5.588 1.188T12.425 7.7L11.3 9.5H19q.425 0 .713.288T20 10.5t-.288.713T19 11.5h-7V13h9q.425 0 .713.288T22 14t-.288.713T21 15h-9v1.5h8q.425 0 .713.288T21 17.5t-.288.713T20 18.5h-8V20h6q.425 0 .713.288T19 21t-.288.713T18 22zm8.975-14q.125-1.025-.012-1.612t-.738-1.338q-.775-1-1.037-1.925T13.1 1H15q-.2 1.275.125 1.875t.9 1.4q.65.875.85 1.738T16.9 8zM19 8q.125-1.025-.025-1.612t-.75-1.338q-.775-1-1.025-1.925T17.125 1H19q-.2 1.275.125 1.875t.9 1.4q.65.875.85 1.738T20.9 8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 22q-1.65 0-2.825-1.175T2 18v-5.4q0-.775.363-1.437t1.012-1.088l8.25-5.35l.5.5q.5.5.588 1.188T12.425 7.7L11.3 9.5H19q.425 0 .713.288T20 10.5t-.288.713T19 11.5h-7V13h9q.425 0 .713.288T22 14t-.288.713T21 15h-9v1.5h8q.425 0 .713.288T21 17.5t-.288.713T20 18.5h-8V20h6q.425 0 .713.288T19 21t-.288.713T18 22zm8.975-14q.125-1.025-.012-1.612t-.738-1.338q-.775-1-1.037-1.925T13.1 1H15q-.2 1.275.125 1.875t.9 1.4q.65.875.85 1.738T16.9 8zM19 8q.125-1.025-.025-1.612t-.75-1.338q-.775-1-1.025-1.925T17.125 1H19q-.2 1.275.125 1.875t.9 1.4q.65.875.85 1.738T20.9 8z"/></svg> </template>
CSS
.icon-dry {
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%22M6%2022q-1.65%200-2.825-1.175T2%2018v-5.4q0-.775.363-1.437t1.012-1.088l8.25-5.35l.5.5q.5.5.588%201.188T12.425%207.7L11.3%209.5H19q.425%200%20.713.288T20%2010.5t-.288.713T19%2011.5h-7V13h9q.425%200%20.713.288T22%2014t-.288.713T21%2015h-9v1.5h8q.425%200%20.713.288T21%2017.5t-.288.713T20%2018.5h-8V20h6q.425%200%20.713.288T19%2021t-.288.713T18%2022zm8.975-14q.125-1.025-.012-1.612t-.738-1.338q-.775-1-1.037-1.925T13.1%201H15q-.2%201.275.125%201.875t.9%201.4q.65.875.85%201.738T16.9%208zM19%208q.125-1.025-.025-1.612t-.75-1.338q-.775-1-1.025-1.925T17.125%201H19q-.2%201.275.125%201.875t.9%201.4q.65.875.85%201.738T20.9%208z%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%22M6%2022q-1.65%200-2.825-1.175T2%2018v-5.4q0-.775.363-1.437t1.012-1.088l8.25-5.35l.5.5q.5.5.588%201.188T12.425%207.7L11.3%209.5H19q.425%200%20.713.288T20%2010.5t-.288.713T19%2011.5h-7V13h9q.425%200%20.713.288T22%2014t-.288.713T21%2015h-9v1.5h8q.425%200%20.713.288T21%2017.5t-.288.713T20%2018.5h-8V20h6q.425%200%20.713.288T19%2021t-.288.713T18%2022zm8.975-14q.125-1.025-.012-1.612t-.738-1.338q-.775-1-1.037-1.925T13.1%201H15q-.2%201.275.125%201.875t.9%201.4q.65.875.85%201.738T16.9%208zM19%208q.125-1.025-.025-1.612t-.75-1.338q-.775-1-1.025-1.925T17.125%201H19q-.2%201.275.125%201.875t.9%201.4q.65.875.85%201.738T20.9%208z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/dry.svg?color=%231a73e8&size=48