soil moisture field icon

soil-moisture-field from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.

Name
soil-moisture-field
Set
Carbon
Style
Outline
Category
Planning
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More planning icons from Carbon

Use the soil moisture field icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24.5 30a5.202 5.202 0 0 1-4.626-8.08l3.616-5.382a1.217 1.217 0 0 1 2.02 0l3.55 5.277a5.5 5.5 0 0 1 .94 2.936A5.385 5.385 0 0 1 24.5 30m0-11.38l-2.936 4.367A3.208 3.208 0 0 0 24.5 28a3.386 3.386 0 0 0 3.5-3.249a3.44 3.44 0 0 0-.63-1.867ZM11 16v-5h1a4.005 4.005 0 0 0 4-4V4h-3a3.98 3.98 0 0 0-2.747 1.107A6 6 0 0 0 5 2H2v3a6.007 6.007 0 0 0 6 6h1v5H2v2h14v-2Zm2-10h1v1a2 2 0 0 1-2 2h-1V8a2 2 0 0 1 2-2M8 9a4.005 4.005 0 0 1-4-4V4h1a4.005 4.005 0 0 1 4 4v1ZM2 21h14v2H2zm0 5h14v2H2z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonSoilMoistureField(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24.5 30a5.202 5.202 0 0 1-4.626-8.08l3.616-5.382a1.217 1.217 0 0 1 2.02 0l3.55 5.277a5.5 5.5 0 0 1 .94 2.936A5.385 5.385 0 0 1 24.5 30m0-11.38l-2.936 4.367A3.208 3.208 0 0 0 24.5 28a3.386 3.386 0 0 0 3.5-3.249a3.44 3.44 0 0 0-.63-1.867ZM11 16v-5h1a4.005 4.005 0 0 0 4-4V4h-3a3.98 3.98 0 0 0-2.747 1.107A6 6 0 0 0 5 2H2v3a6.007 6.007 0 0 0 6 6h1v5H2v2h14v-2Zm2-10h1v1a2 2 0 0 1-2 2h-1V8a2 2 0 0 1 2-2M8 9a4.005 4.005 0 0 1-4-4V4h1a4.005 4.005 0 0 1 4 4v1ZM2 21h14v2H2zm0 5h14v2H2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24.5 30a5.202 5.202 0 0 1-4.626-8.08l3.616-5.382a1.217 1.217 0 0 1 2.02 0l3.55 5.277a5.5 5.5 0 0 1 .94 2.936A5.385 5.385 0 0 1 24.5 30m0-11.38l-2.936 4.367A3.208 3.208 0 0 0 24.5 28a3.386 3.386 0 0 0 3.5-3.249a3.44 3.44 0 0 0-.63-1.867ZM11 16v-5h1a4.005 4.005 0 0 0 4-4V4h-3a3.98 3.98 0 0 0-2.747 1.107A6 6 0 0 0 5 2H2v3a6.007 6.007 0 0 0 6 6h1v5H2v2h14v-2Zm2-10h1v1a2 2 0 0 1-2 2h-1V8a2 2 0 0 1 2-2M8 9a4.005 4.005 0 0 1-4-4V4h1a4.005 4.005 0 0 1 4 4v1ZM2 21h14v2H2zm0 5h14v2H2z"/></svg>
</template>

CSS

.icon-soil-moisture-field {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24.5%2030a5.202%205.202%200%200%201-4.626-8.08l3.616-5.382a1.217%201.217%200%200%201%202.02%200l3.55%205.277a5.5%205.5%200%200%201%20.94%202.936A5.385%205.385%200%200%201%2024.5%2030m0-11.38l-2.936%204.367A3.208%203.208%200%200%200%2024.5%2028a3.386%203.386%200%200%200%203.5-3.249a3.44%203.44%200%200%200-.63-1.867ZM11%2016v-5h1a4.005%204.005%200%200%200%204-4V4h-3a3.98%203.98%200%200%200-2.747%201.107A6%206%200%200%200%205%202H2v3a6.007%206.007%200%200%200%206%206h1v5H2v2h14v-2Zm2-10h1v1a2%202%200%200%201-2%202h-1V8a2%202%200%200%201%202-2M8%209a4.005%204.005%200%200%201-4-4V4h1a4.005%204.005%200%200%201%204%204v1ZM2%2021h14v2H2zm0%205h14v2H2z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24.5%2030a5.202%205.202%200%200%201-4.626-8.08l3.616-5.382a1.217%201.217%200%200%201%202.02%200l3.55%205.277a5.5%205.5%200%200%201%20.94%202.936A5.385%205.385%200%200%201%2024.5%2030m0-11.38l-2.936%204.367A3.208%203.208%200%200%200%2024.5%2028a3.386%203.386%200%200%200%203.5-3.249a3.44%203.44%200%200%200-.63-1.867ZM11%2016v-5h1a4.005%204.005%200%200%200%204-4V4h-3a3.98%203.98%200%200%200-2.747%201.107A6%206%200%200%200%205%202H2v3a6.007%206.007%200%200%200%206%206h1v5H2v2h14v-2Zm2-10h1v1a2%202%200%200%201-2%202h-1V8a2%202%200%200%201%202-2M8%209a4.005%204.005%200%200%201-4-4V4h1a4.005%204.005%200%200%201%204%204v1ZM2%2021h14v2H2zm0%205h14v2H2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/soil-moisture-field.svg?color=%231a73e8&size=48