soil temperature field icon
soil-temperature-field from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- soil-temperature-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
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 temperature field icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11 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 5h14v2H2zm23 4a4.986 4.986 0 0 1-3-8.98V15a3 3 0 0 1 6 0v6.02A4.986 4.986 0 0 1 25 30m0-16a1 1 0 0 0-1 1v7.13l-.497.29A2.97 2.97 0 0 0 22 25a3 3 0 0 0 6 0a2.97 2.97 0 0 0-1.503-2.581L26 22.13V15a1 1 0 0 0-1-1"/></svg>
React
import type { SVGProps } from "react";
export function CarbonSoilTemperatureField(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="M11 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 5h14v2H2zm23 4a4.986 4.986 0 0 1-3-8.98V15a3 3 0 0 1 6 0v6.02A4.986 4.986 0 0 1 25 30m0-16a1 1 0 0 0-1 1v7.13l-.497.29A2.97 2.97 0 0 0 22 25a3 3 0 0 0 6 0a2.97 2.97 0 0 0-1.503-2.581L26 22.13V15a1 1 0 0 0-1-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11 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 5h14v2H2zm23 4a4.986 4.986 0 0 1-3-8.98V15a3 3 0 0 1 6 0v6.02A4.986 4.986 0 0 1 25 30m0-16a1 1 0 0 0-1 1v7.13l-.497.29A2.97 2.97 0 0 0 22 25a3 3 0 0 0 6 0a2.97 2.97 0 0 0-1.503-2.581L26 22.13V15a1 1 0 0 0-1-1"/></svg> </template>
CSS
.icon-soil-temperature-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%22M11%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%205h14v2H2zm23%204a4.986%204.986%200%200%201-3-8.98V15a3%203%200%200%201%206%200v6.02A4.986%204.986%200%200%201%2025%2030m0-16a1%201%200%200%200-1%201v7.13l-.497.29A2.97%202.97%200%200%200%2022%2025a3%203%200%200%200%206%200a2.97%202.97%200%200%200-1.503-2.581L26%2022.13V15a1%201%200%200%200-1-1%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%22M11%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%205h14v2H2zm23%204a4.986%204.986%200%200%201-3-8.98V15a3%203%200%200%201%206%200v6.02A4.986%204.986%200%200%201%2025%2030m0-16a1%201%200%200%200-1%201v7.13l-.497.29A2.97%202.97%200%200%200%2022%2025a3%203%200%200%200%206%200a2.97%202.97%200%200%200-1.503-2.581L26%2022.13V15a1%201%200%200%200-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/soil-temperature-field.svg?color=%231a73e8&size=48