soil moisture icon
soil-moisture from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- soil-moisture
- Set
- Carbon
- Style
- Outline
- Category
- Planning
- Viewbox
- 32×32
- License
- Apache 2.0
More planning icons from Carbon
accumulation-iceaccumulation-precipitationaccumulation-rainaccumulation-snowagriculture-analyticsairline-digital-gateairline-manage-gatesairline-passenger-careairline-rapid-boardairport-01airport-02airport-locationalarmalarm-addalarm-subtractarray-date-timearray-timearrivalbaggage-claimbarbicyclebootbuoybus
Use the soil moisture 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 28a5.385 5.385 0 0 1-5.5-5.249a5.4 5.4 0 0 1 .874-2.83l3.616-5.383a1.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 28m0-11.38l-2.936 4.367A3.36 3.36 0 0 0 21 22.751a3.51 3.51 0 0 0 7 0a3.44 3.44 0 0 0-.63-1.867Z"/><circle cx="5" cy="13" r="1" fill="currentColor"/><circle cx="11" cy="19" r="1" fill="currentColor"/><circle cx="15" cy="25" r="1" fill="currentColor"/><circle cx="17" cy="15" r="1" fill="currentColor"/><circle cx="13" cy="11" r="1" fill="currentColor"/><circle cx="27" cy="11" r="1" fill="currentColor"/><circle cx="9" cy="27" r="1" fill="currentColor"/><circle cx="3" cy="21" r="1" fill="currentColor"/><path fill="currentColor" d="M2 6h28v2H2z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonSoilMoisture(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 28a5.385 5.385 0 0 1-5.5-5.249a5.4 5.4 0 0 1 .874-2.83l3.616-5.383a1.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 28m0-11.38l-2.936 4.367A3.36 3.36 0 0 0 21 22.751a3.51 3.51 0 0 0 7 0a3.44 3.44 0 0 0-.63-1.867Z"/><circle cx="5" cy="13" r="1" fill="currentColor"/><circle cx="11" cy="19" r="1" fill="currentColor"/><circle cx="15" cy="25" r="1" fill="currentColor"/><circle cx="17" cy="15" r="1" fill="currentColor"/><circle cx="13" cy="11" r="1" fill="currentColor"/><circle cx="27" cy="11" r="1" fill="currentColor"/><circle cx="9" cy="27" r="1" fill="currentColor"/><circle cx="3" cy="21" r="1" fill="currentColor"/><path fill="currentColor" d="M2 6h28v2H2z"/></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 28a5.385 5.385 0 0 1-5.5-5.249a5.4 5.4 0 0 1 .874-2.83l3.616-5.383a1.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 28m0-11.38l-2.936 4.367A3.36 3.36 0 0 0 21 22.751a3.51 3.51 0 0 0 7 0a3.44 3.44 0 0 0-.63-1.867Z"/><circle cx="5" cy="13" r="1" fill="currentColor"/><circle cx="11" cy="19" r="1" fill="currentColor"/><circle cx="15" cy="25" r="1" fill="currentColor"/><circle cx="17" cy="15" r="1" fill="currentColor"/><circle cx="13" cy="11" r="1" fill="currentColor"/><circle cx="27" cy="11" r="1" fill="currentColor"/><circle cx="9" cy="27" r="1" fill="currentColor"/><circle cx="3" cy="21" r="1" fill="currentColor"/><path fill="currentColor" d="M2 6h28v2H2z"/></svg> </template>
CSS
.icon-soil-moisture {
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%2028a5.385%205.385%200%200%201-5.5-5.249a5.4%205.4%200%200%201%20.874-2.83l3.616-5.383a1.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%2028m0-11.38l-2.936%204.367A3.36%203.36%200%200%200%2021%2022.751a3.51%203.51%200%200%200%207%200a3.44%203.44%200%200%200-.63-1.867Z%22%2F%3E%3Ccircle%20cx%3D%225%22%20cy%3D%2213%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2219%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2225%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%2215%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2213%22%20cy%3D%2211%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2227%22%20cy%3D%2211%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%229%22%20cy%3D%2227%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%223%22%20cy%3D%2221%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%206h28v2H2z%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%2028a5.385%205.385%200%200%201-5.5-5.249a5.4%205.4%200%200%201%20.874-2.83l3.616-5.383a1.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%2028m0-11.38l-2.936%204.367A3.36%203.36%200%200%200%2021%2022.751a3.51%203.51%200%200%200%207%200a3.44%203.44%200%200%200-.63-1.867Z%22%2F%3E%3Ccircle%20cx%3D%225%22%20cy%3D%2213%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2219%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2215%22%20cy%3D%2225%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%2215%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2213%22%20cy%3D%2211%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2227%22%20cy%3D%2211%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%229%22%20cy%3D%2227%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%223%22%20cy%3D%2221%22%20r%3D%221%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%206h28v2H2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/soil-moisture.svg?color=%231a73e8&size=48