soil moisture global icon
soil-moisture-global from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- soil-moisture-global
- Set
- Carbon
- Style
- Outline
- Category
- Planning
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
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 global icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25 30a4.735 4.735 0 0 1-4.207-7.35l3.368-5.194a1 1 0 0 1 1.678 0l3.315 5.11A4.97 4.97 0 0 1 30 25.223A4.9 4.9 0 0 1 25 30m0-10.163l-2.508 3.866A2.926 2.926 0 1 0 28 25.223a2.96 2.96 0 0 0-.544-1.603ZM11 24H9A17.02 17.02 0 0 1 26 7h4v2h-4a15.017 15.017 0 0 0-15 15"/><path fill="currentColor" d="M16 24h-2a12.014 12.014 0 0 1 12-12h4v2h-4a10.01 10.01 0 0 0-10 10"/><path fill="currentColor" d="M26 2a21.86 21.86 0 0 0-12 3.576A21.86 21.86 0 0 0 2 2v2a19.9 19.9 0 0 1 10.262 2.835a22 22 0 0 0-2.315 2.144A17 17 0 0 0 2 7v2a15 15 0 0 1 6.62 1.537a22 22 0 0 0-1.702 2.537A12 12 0 0 0 2 12v2a9.9 9.9 0 0 1 4 .85A21.9 21.9 0 0 0 4 24h2A20.023 20.023 0 0 1 26 4h4V2Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonSoilMoistureGlobal(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="M25 30a4.735 4.735 0 0 1-4.207-7.35l3.368-5.194a1 1 0 0 1 1.678 0l3.315 5.11A4.97 4.97 0 0 1 30 25.223A4.9 4.9 0 0 1 25 30m0-10.163l-2.508 3.866A2.926 2.926 0 1 0 28 25.223a2.96 2.96 0 0 0-.544-1.603ZM11 24H9A17.02 17.02 0 0 1 26 7h4v2h-4a15.017 15.017 0 0 0-15 15"/><path fill="currentColor" d="M16 24h-2a12.014 12.014 0 0 1 12-12h4v2h-4a10.01 10.01 0 0 0-10 10"/><path fill="currentColor" d="M26 2a21.86 21.86 0 0 0-12 3.576A21.86 21.86 0 0 0 2 2v2a19.9 19.9 0 0 1 10.262 2.835a22 22 0 0 0-2.315 2.144A17 17 0 0 0 2 7v2a15 15 0 0 1 6.62 1.537a22 22 0 0 0-1.702 2.537A12 12 0 0 0 2 12v2a9.9 9.9 0 0 1 4 .85A21.9 21.9 0 0 0 4 24h2A20.023 20.023 0 0 1 26 4h4V2Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25 30a4.735 4.735 0 0 1-4.207-7.35l3.368-5.194a1 1 0 0 1 1.678 0l3.315 5.11A4.97 4.97 0 0 1 30 25.223A4.9 4.9 0 0 1 25 30m0-10.163l-2.508 3.866A2.926 2.926 0 1 0 28 25.223a2.96 2.96 0 0 0-.544-1.603ZM11 24H9A17.02 17.02 0 0 1 26 7h4v2h-4a15.017 15.017 0 0 0-15 15"/><path fill="currentColor" d="M16 24h-2a12.014 12.014 0 0 1 12-12h4v2h-4a10.01 10.01 0 0 0-10 10"/><path fill="currentColor" d="M26 2a21.86 21.86 0 0 0-12 3.576A21.86 21.86 0 0 0 2 2v2a19.9 19.9 0 0 1 10.262 2.835a22 22 0 0 0-2.315 2.144A17 17 0 0 0 2 7v2a15 15 0 0 1 6.62 1.537a22 22 0 0 0-1.702 2.537A12 12 0 0 0 2 12v2a9.9 9.9 0 0 1 4 .85A21.9 21.9 0 0 0 4 24h2A20.023 20.023 0 0 1 26 4h4V2Z"/></svg> </template>
CSS
.icon-soil-moisture-global {
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%22M25%2030a4.735%204.735%200%200%201-4.207-7.35l3.368-5.194a1%201%200%200%201%201.678%200l3.315%205.11A4.97%204.97%200%200%201%2030%2025.223A4.9%204.9%200%200%201%2025%2030m0-10.163l-2.508%203.866A2.926%202.926%200%201%200%2028%2025.223a2.96%202.96%200%200%200-.544-1.603ZM11%2024H9A17.02%2017.02%200%200%201%2026%207h4v2h-4a15.017%2015.017%200%200%200-15%2015%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2024h-2a12.014%2012.014%200%200%201%2012-12h4v2h-4a10.01%2010.01%200%200%200-10%2010%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26%202a21.86%2021.86%200%200%200-12%203.576A21.86%2021.86%200%200%200%202%202v2a19.9%2019.9%200%200%201%2010.262%202.835a22%2022%200%200%200-2.315%202.144A17%2017%200%200%200%202%207v2a15%2015%200%200%201%206.62%201.537a22%2022%200%200%200-1.702%202.537A12%2012%200%200%200%202%2012v2a9.9%209.9%200%200%201%204%20.85A21.9%2021.9%200%200%200%204%2024h2A20.023%2020.023%200%200%201%2026%204h4V2Z%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%22M25%2030a4.735%204.735%200%200%201-4.207-7.35l3.368-5.194a1%201%200%200%201%201.678%200l3.315%205.11A4.97%204.97%200%200%201%2030%2025.223A4.9%204.9%200%200%201%2025%2030m0-10.163l-2.508%203.866A2.926%202.926%200%201%200%2028%2025.223a2.96%202.96%200%200%200-.544-1.603ZM11%2024H9A17.02%2017.02%200%200%201%2026%207h4v2h-4a15.017%2015.017%200%200%200-15%2015%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%2024h-2a12.014%2012.014%200%200%201%2012-12h4v2h-4a10.01%2010.01%200%200%200-10%2010%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26%202a21.86%2021.86%200%200%200-12%203.576A21.86%2021.86%200%200%200%202%202v2a19.9%2019.9%200%200%201%2010.262%202.835a22%2022%200%200%200-2.315%202.144A17%2017%200%200%200%202%207v2a15%2015%200%200%201%206.62%201.537a22%2022%200%200%200-1.702%202.537A12%2012%200%200%200%202%2012v2a9.9%209.9%200%200%201%204%20.85A21.9%2021.9%200%200%200%204%2024h2A20.023%2020.023%200%200%201%2026%204h4V2Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/soil-moisture-global.svg?color=%231a73e8&size=48