soil temperature global icon

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

Name
soil-temperature-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

Use the soil temperature 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.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-1m-9 10h-2a11.9 11.9 0 0 1 3.764-8.727l1.373 1.454A9.9 9.9 0 0 0 16 24"/><path fill="currentColor" d="M11 24H9A17.02 17.02 0 0 1 26 7h4v2h-4a15.017 15.017 0 0 0-15 15"/><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 CarbonSoilTemperatureGlobal(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.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-1m-9 10h-2a11.9 11.9 0 0 1 3.764-8.727l1.373 1.454A9.9 9.9 0 0 0 16 24"/><path fill="currentColor" d="M11 24H9A17.02 17.02 0 0 1 26 7h4v2h-4a15.017 15.017 0 0 0-15 15"/><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.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-1m-9 10h-2a11.9 11.9 0 0 1 3.764-8.727l1.373 1.454A9.9 9.9 0 0 0 16 24"/><path fill="currentColor" d="M11 24H9A17.02 17.02 0 0 1 26 7h4v2h-4a15.017 15.017 0 0 0-15 15"/><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-temperature-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.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-1m-9%2010h-2a11.9%2011.9%200%200%201%203.764-8.727l1.373%201.454A9.9%209.9%200%200%200%2016%2024%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%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%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.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-1m-9%2010h-2a11.9%2011.9%200%200%201%203.764-8.727l1.373%201.454A9.9%209.9%200%200%200%2016%2024%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%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%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-temperature-global.svg?color=%231a73e8&size=48