Soil Temperature Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Soil Temperature icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/318902.svg" alt="Soil Temperature icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318902.svg" alt="Soil Temperature icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318902.svg" alt="Soil Temperature icon" :width="24" :height="24" />
CSS background
.icon-soil-temperature {
background-image: url('https://proicons.com/icon/318902.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
</style>
</defs>
<circle cx="5" cy="13" r="1"/>
<circle cx="11" cy="19" r="1"/>
<circle cx="15" cy="25" r="1"/>
<circle cx="17" cy="15" r="1"/>
<circle cx="13" cy="11" r="1"/>
<circle cx="9" cy="27" r="1"/>
<circle cx="3" cy="21" r="1"/>
<path d="M25,30a4.9863,4.9863,0,0,1-3-8.98V15a3,3,0,0,1,6,0v6.02A4.9863,4.9863,0,0,1,25,30Zm0-16a1.0011,1.0011,0,0,0-1,1v7.13l-.4971.2893A2.9676,2.9676,0,0,0,22,25a3,3,0,0,0,6,0,2.9676,2.9676,0,0,0-1.5029-2.5811L26,22.13V15A1.0011,1.0011,0,0,0,25,14Z" transform="translate(0 0)"/>
<rect x="2" y="6" width="28" height="2"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/>
</svg>
Copied!