soil temperature field icon
soil-temperature-field from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- soil-temperature-field
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the soil temperature field icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor"><path stroke-linejoin="round" stroke-width="1.5" d="M3 3c1.864 0 2.796 0 3.53.304A4 4 0 0 1 8.697 5.47C9 6.204 9 7.136 9 9c-1.864 0-2.796 0-3.53-.304A4 4 0 0 1 3.303 6.53C3 5.796 3 4.864 3 3Zm10 2c-1.242 0-1.864 0-2.354.203c-.653.27-1.172.79-1.443 1.443C9 7.136 9 7.757 9 9c1.242 0 1.864 0 2.354-.203a2.67 2.67 0 0 0 1.443-1.443C13 6.864 13 6.243 13 5Z"/><path stroke-linecap="round" stroke-width="1.5" d="M9 9v5m4 0H3m10 3H3m10 3H3"/><path stroke-linejoin="round" stroke-width="1.3" d="M19 21a3 3 0 0 0 2.365-4.846c-.504-.645-.756-.967-.81-1.125s-.055-.366-.055-.781V10.5a1.5 1.5 0 0 0-3 0v3.748c0 .415 0 .622-.055.78c-.054.159-.306.481-.81 1.126A3 3 0 0 0 19 21Z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsSoilTemperatureField(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor"><path strokeLinejoin="round" strokeWidth="1.5" d="M3 3c1.864 0 2.796 0 3.53.304A4 4 0 0 1 8.697 5.47C9 6.204 9 7.136 9 9c-1.864 0-2.796 0-3.53-.304A4 4 0 0 1 3.303 6.53C3 5.796 3 4.864 3 3Zm10 2c-1.242 0-1.864 0-2.354.203c-.653.27-1.172.79-1.443 1.443C9 7.136 9 7.757 9 9c1.242 0 1.864 0 2.354-.203a2.67 2.67 0 0 0 1.443-1.443C13 6.864 13 6.243 13 5Z"/><path strokeLinecap="round" strokeWidth="1.5" d="M9 9v5m4 0H3m10 3H3m10 3H3"/><path strokeLinejoin="round" strokeWidth="1.3" d="M19 21a3 3 0 0 0 2.365-4.846c-.504-.645-.756-.967-.81-1.125s-.055-.366-.055-.781V10.5a1.5 1.5 0 0 0-3 0v3.748c0 .415 0 .622-.055.78c-.054.159-.306.481-.81 1.126A3 3 0 0 0 19 21Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor"><path stroke-linejoin="round" stroke-width="1.5" d="M3 3c1.864 0 2.796 0 3.53.304A4 4 0 0 1 8.697 5.47C9 6.204 9 7.136 9 9c-1.864 0-2.796 0-3.53-.304A4 4 0 0 1 3.303 6.53C3 5.796 3 4.864 3 3Zm10 2c-1.242 0-1.864 0-2.354.203c-.653.27-1.172.79-1.443 1.443C9 7.136 9 7.757 9 9c1.242 0 1.864 0 2.354-.203a2.67 2.67 0 0 0 1.443-1.443C13 6.864 13 6.243 13 5Z"/><path stroke-linecap="round" stroke-width="1.5" d="M9 9v5m4 0H3m10 3H3m10 3H3"/><path stroke-linejoin="round" stroke-width="1.3" d="M19 21a3 3 0 0 0 2.365-4.846c-.504-.645-.756-.967-.81-1.125s-.055-.366-.055-.781V10.5a1.5 1.5 0 0 0-3 0v3.748c0 .415 0 .622-.055.78c-.054.159-.306.481-.81 1.126A3 3 0 0 0 19 21Z"/></g></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M3%203c1.864%200%202.796%200%203.53.304A4%204%200%200%201%208.697%205.47C9%206.204%209%207.136%209%209c-1.864%200-2.796%200-3.53-.304A4%204%200%200%201%203.303%206.53C3%205.796%203%204.864%203%203Zm10%202c-1.242%200-1.864%200-2.354.203c-.653.27-1.172.79-1.443%201.443C9%207.136%209%207.757%209%209c1.242%200%201.864%200%202.354-.203a2.67%202.67%200%200%200%201.443-1.443C13%206.864%2013%206.243%2013%205Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M9%209v5m4%200H3m10%203H3m10%203H3%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.3%22%20d%3D%22M19%2021a3%203%200%200%200%202.365-4.846c-.504-.645-.756-.967-.81-1.125s-.055-.366-.055-.781V10.5a1.5%201.5%200%200%200-3%200v3.748c0%20.415%200%20.622-.055.78c-.054.159-.306.481-.81%201.126A3%203%200%200%200%2019%2021Z%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M3%203c1.864%200%202.796%200%203.53.304A4%204%200%200%201%208.697%205.47C9%206.204%209%207.136%209%209c-1.864%200-2.796%200-3.53-.304A4%204%200%200%201%203.303%206.53C3%205.796%203%204.864%203%203Zm10%202c-1.242%200-1.864%200-2.354.203c-.653.27-1.172.79-1.443%201.443C9%207.136%209%207.757%209%209c1.242%200%201.864%200%202.354-.203a2.67%202.67%200%200%200%201.443-1.443C13%206.864%2013%206.243%2013%205Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M9%209v5m4%200H3m10%203H3m10%203H3%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.3%22%20d%3D%22M19%2021a3%203%200%200%200%202.365-4.846c-.504-.645-.756-.967-.81-1.125s-.055-.366-.055-.781V10.5a1.5%201.5%200%200%200-3%200v3.748c0%20.415%200%20.622-.055.78c-.054.159-.306.481-.81%201.126A3%203%200%200%200%2019%2021Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/soil-temperature-field.svg?color=%231a73e8&size=48