twotone dry icon
twotone-dry from Google Material Icons by Material Design Authors · Baseline · Places · Apache-2.0 Free for personal and commercial use.
- Name
- twotone-dry
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Places
- Viewbox
- 24×24
- License
- Apache 2.0
More places icons from Google Material Icons
baseline-ac-unitbaseline-airport-shuttlebaseline-all-inclusivebaseline-apartmentbaseline-baby-changing-stationbaseline-backpackbaseline-balconybaseline-bathtubbaseline-beach-accessbaseline-bentobaseline-bungalowbaseline-business-centerbaseline-cabinbaseline-carpenterbaseline-casinobaseline-chaletbaseline-charging-stationbaseline-checkroombaseline-child-carebaseline-child-friendlybaseline-corporate-farebaseline-cottagebaseline-countertopsbaseline-crib
Use the twotone dry icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 21H4c-.55 0-1-.45-1-1v-6c0-.39.23-.64.36-.75L7 9.87V12h3z" opacity=".3"/><path fill="currentColor" d="M20.75 16a1.25 1.25 0 0 0 0-2.5H12v-1h6.75c.69 0 1.25-.56 1.25-1.25c0-.67-.53-1.2-1.18-1.24L8.87 10l1.48-2.6c.09-.17.14-.34.14-.54c0-.26-.09-.5-.26-.7L9.12 5l-7.18 6.8c-.6.56-.94 1.35-.94 2.17V20c0 1.66 1.34 3 3 3h13.75a1.25 1.25 0 0 0 0-2.5H12v-1h7.75a1.25 1.25 0 0 0 0-2.5H12v-1zM10 21H4c-.55 0-1-.45-1-1v-6c0-.39.23-.64.36-.75L7 9.87V12h3zm5.65-16.14l-.07-.07c-.57-.62-.82-1.41-.67-2.2L15 2h-1.89l-.06.43c-.2 1.36.27 2.71 1.3 3.72l.07.06c.57.62.82 1.41.67 2.2l-.11.59h1.91l.06-.43c.21-1.36-.27-2.71-1.3-3.71m4 0l-.07-.07c-.57-.62-.82-1.41-.67-2.2L19 2h-1.89l-.06.43c-.2 1.36.27 2.71 1.3 3.72l.07.06c.57.62.82 1.41.67 2.2l-.11.59h1.91l.06-.43c.21-1.36-.27-2.71-1.3-3.71"/></svg>
React
import type { SVGProps } from "react";
export function IcTwotoneDry(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="M10 21H4c-.55 0-1-.45-1-1v-6c0-.39.23-.64.36-.75L7 9.87V12h3z" opacity=".3"/><path fill="currentColor" d="M20.75 16a1.25 1.25 0 0 0 0-2.5H12v-1h6.75c.69 0 1.25-.56 1.25-1.25c0-.67-.53-1.2-1.18-1.24L8.87 10l1.48-2.6c.09-.17.14-.34.14-.54c0-.26-.09-.5-.26-.7L9.12 5l-7.18 6.8c-.6.56-.94 1.35-.94 2.17V20c0 1.66 1.34 3 3 3h13.75a1.25 1.25 0 0 0 0-2.5H12v-1h7.75a1.25 1.25 0 0 0 0-2.5H12v-1zM10 21H4c-.55 0-1-.45-1-1v-6c0-.39.23-.64.36-.75L7 9.87V12h3zm5.65-16.14l-.07-.07c-.57-.62-.82-1.41-.67-2.2L15 2h-1.89l-.06.43c-.2 1.36.27 2.71 1.3 3.72l.07.06c.57.62.82 1.41.67 2.2l-.11.59h1.91l.06-.43c.21-1.36-.27-2.71-1.3-3.71m4 0l-.07-.07c-.57-.62-.82-1.41-.67-2.2L19 2h-1.89l-.06.43c-.2 1.36.27 2.71 1.3 3.72l.07.06c.57.62.82 1.41.67 2.2l-.11.59h1.91l.06-.43c.21-1.36-.27-2.71-1.3-3.71"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 21H4c-.55 0-1-.45-1-1v-6c0-.39.23-.64.36-.75L7 9.87V12h3z" opacity=".3"/><path fill="currentColor" d="M20.75 16a1.25 1.25 0 0 0 0-2.5H12v-1h6.75c.69 0 1.25-.56 1.25-1.25c0-.67-.53-1.2-1.18-1.24L8.87 10l1.48-2.6c.09-.17.14-.34.14-.54c0-.26-.09-.5-.26-.7L9.12 5l-7.18 6.8c-.6.56-.94 1.35-.94 2.17V20c0 1.66 1.34 3 3 3h13.75a1.25 1.25 0 0 0 0-2.5H12v-1h7.75a1.25 1.25 0 0 0 0-2.5H12v-1zM10 21H4c-.55 0-1-.45-1-1v-6c0-.39.23-.64.36-.75L7 9.87V12h3zm5.65-16.14l-.07-.07c-.57-.62-.82-1.41-.67-2.2L15 2h-1.89l-.06.43c-.2 1.36.27 2.71 1.3 3.72l.07.06c.57.62.82 1.41.67 2.2l-.11.59h1.91l.06-.43c.21-1.36-.27-2.71-1.3-3.71m4 0l-.07-.07c-.57-.62-.82-1.41-.67-2.2L19 2h-1.89l-.06.43c-.2 1.36.27 2.71 1.3 3.72l.07.06c.57.62.82 1.41.67 2.2l-.11.59h1.91l.06-.43c.21-1.36-.27-2.71-1.3-3.71"/></svg> </template>
CSS
.icon-twotone-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%22M10%2021H4c-.55%200-1-.45-1-1v-6c0-.39.23-.64.36-.75L7%209.87V12h3z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.75%2016a1.25%201.25%200%200%200%200-2.5H12v-1h6.75c.69%200%201.25-.56%201.25-1.25c0-.67-.53-1.2-1.18-1.24L8.87%2010l1.48-2.6c.09-.17.14-.34.14-.54c0-.26-.09-.5-.26-.7L9.12%205l-7.18%206.8c-.6.56-.94%201.35-.94%202.17V20c0%201.66%201.34%203%203%203h13.75a1.25%201.25%200%200%200%200-2.5H12v-1h7.75a1.25%201.25%200%200%200%200-2.5H12v-1zM10%2021H4c-.55%200-1-.45-1-1v-6c0-.39.23-.64.36-.75L7%209.87V12h3zm5.65-16.14l-.07-.07c-.57-.62-.82-1.41-.67-2.2L15%202h-1.89l-.06.43c-.2%201.36.27%202.71%201.3%203.72l.07.06c.57.62.82%201.41.67%202.2l-.11.59h1.91l.06-.43c.21-1.36-.27-2.71-1.3-3.71m4%200l-.07-.07c-.57-.62-.82-1.41-.67-2.2L19%202h-1.89l-.06.43c-.2%201.36.27%202.71%201.3%203.72l.07.06c.57.62.82%201.41.67%202.2l-.11.59h1.91l.06-.43c.21-1.36-.27-2.71-1.3-3.71%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%22M10%2021H4c-.55%200-1-.45-1-1v-6c0-.39.23-.64.36-.75L7%209.87V12h3z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.75%2016a1.25%201.25%200%200%200%200-2.5H12v-1h6.75c.69%200%201.25-.56%201.25-1.25c0-.67-.53-1.2-1.18-1.24L8.87%2010l1.48-2.6c.09-.17.14-.34.14-.54c0-.26-.09-.5-.26-.7L9.12%205l-7.18%206.8c-.6.56-.94%201.35-.94%202.17V20c0%201.66%201.34%203%203%203h13.75a1.25%201.25%200%200%200%200-2.5H12v-1h7.75a1.25%201.25%200%200%200%200-2.5H12v-1zM10%2021H4c-.55%200-1-.45-1-1v-6c0-.39.23-.64.36-.75L7%209.87V12h3zm5.65-16.14l-.07-.07c-.57-.62-.82-1.41-.67-2.2L15%202h-1.89l-.06.43c-.2%201.36.27%202.71%201.3%203.72l.07.06c.57.62.82%201.41.67%202.2l-.11.59h1.91l.06-.43c.21-1.36-.27-2.71-1.3-3.71m4%200l-.07-.07c-.57-.62-.82-1.41-.67-2.2L19%202h-1.89l-.06.43c-.2%201.36.27%202.71%201.3%203.72l.07.06c.57.62.82%201.41.67%202.2l-.11.59h1.91l.06-.43c.21-1.36-.27-2.71-1.3-3.71%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-dry.svg?color=%231a73e8&size=48