dry-outline-sharp from Material Symbols by Google · Outline Sharp · Household · Apache-2.0 Free for personal and commercial use.

Name
dry-outline-sharp
Set
Material Symbols
Style
Outline Sharp
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="M14.975 8q.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 8zm0 14H2V10.975l9.625-6.25L13.25 6.35L11.3 9.5H20v2H7.7l1.925-3.1L4 12.05V20h15zm-7-7v-2h10v2zm0 3.5v-2h9v2zm-4-3.05"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDryOutlineSharp(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="M14.975 8q.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 8zm0 14H2V10.975l9.625-6.25L13.25 6.35L11.3 9.5H20v2H7.7l1.925-3.1L4 12.05V20h15zm-7-7v-2h10v2zm0 3.5v-2h9v2zm-4-3.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="M14.975 8q.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 8zm0 14H2V10.975l9.625-6.25L13.25 6.35L11.3 9.5H20v2H7.7l1.925-3.1L4 12.05V20h15zm-7-7v-2h10v2zm0 3.5v-2h9v2zm-4-3.05"/></svg>
</template>

CSS

.icon-dry-outline-sharp {
  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%22M14.975%208q.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%208zm0%2014H2V10.975l9.625-6.25L13.25%206.35L11.3%209.5H20v2H7.7l1.925-3.1L4%2012.05V20h15zm-7-7v-2h10v2zm0%203.5v-2h9v2zm-4-3.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%22M14.975%208q.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%208zm0%2014H2V10.975l9.625-6.25L13.25%206.35L11.3%209.5H20v2H7.7l1.925-3.1L4%2012.05V20h15zm-7-7v-2h10v2zm0%203.5v-2h9v2zm-4-3.05%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/dry-outline-sharp.svg?color=%231a73e8&size=48