thermometer half icon
thermometer-half from Line Awesome by Icons8 · Line · Status · Apache-2.0 Free for personal and commercial use.
- Name
- thermometer-half
- Set
- Line Awesome
- Style
- Line
- Category
- Status
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- thermometer-half-solid
The same icon in other sets
More status icons from Line Awesome
banbattery-emptybattery-fullbattery-halfbattery-quarterbattery-three-quartersbellbell-slashbell-slash-solidbell-solidcalendarcalendar-altcalendar-alt-solidcalendar-checkcalendar-check-solidcalendar-daycalendar-minuscalendar-minus-solidcalendar-pluscalendar-plus-solidcalendar-solidcalendar-timescalendar-times-solidcalendar-week
Use the thermometer half icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12 4v11.5c-1.8 1.3-3 3.2-3 5.5c0 3.9 3.1 7 7 7s7-3.1 7-7c0-2.3-1.3-4.3-3-5.5V14h2v-2h-2v-2h2V8h-2V6h2V4zm2 2h4v10.4l.5.3c1.5.9 2.5 2.4 2.5 4.3c0 2.8-2.2 5-5 5s-5-2.2-5-5c0-1.9 1-3.4 2.5-4.3l.5-.3zm1 7v5.2c-1.2.4-2 1.5-2 2.8c0 1.7 1.3 3 3 3s3-1.3 3-3c0-1.3-.8-2.4-2-2.8V13z"/></svg>
React
import type { SVGProps } from "react";
export function LaThermometerHalf(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="M12 4v11.5c-1.8 1.3-3 3.2-3 5.5c0 3.9 3.1 7 7 7s7-3.1 7-7c0-2.3-1.3-4.3-3-5.5V14h2v-2h-2v-2h2V8h-2V6h2V4zm2 2h4v10.4l.5.3c1.5.9 2.5 2.4 2.5 4.3c0 2.8-2.2 5-5 5s-5-2.2-5-5c0-1.9 1-3.4 2.5-4.3l.5-.3zm1 7v5.2c-1.2.4-2 1.5-2 2.8c0 1.7 1.3 3 3 3s3-1.3 3-3c0-1.3-.8-2.4-2-2.8V13z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12 4v11.5c-1.8 1.3-3 3.2-3 5.5c0 3.9 3.1 7 7 7s7-3.1 7-7c0-2.3-1.3-4.3-3-5.5V14h2v-2h-2v-2h2V8h-2V6h2V4zm2 2h4v10.4l.5.3c1.5.9 2.5 2.4 2.5 4.3c0 2.8-2.2 5-5 5s-5-2.2-5-5c0-1.9 1-3.4 2.5-4.3l.5-.3zm1 7v5.2c-1.2.4-2 1.5-2 2.8c0 1.7 1.3 3 3 3s3-1.3 3-3c0-1.3-.8-2.4-2-2.8V13z"/></svg> </template>
CSS
.icon-thermometer-half {
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%22M12%204v11.5c-1.8%201.3-3%203.2-3%205.5c0%203.9%203.1%207%207%207s7-3.1%207-7c0-2.3-1.3-4.3-3-5.5V14h2v-2h-2v-2h2V8h-2V6h2V4zm2%202h4v10.4l.5.3c1.5.9%202.5%202.4%202.5%204.3c0%202.8-2.2%205-5%205s-5-2.2-5-5c0-1.9%201-3.4%202.5-4.3l.5-.3zm1%207v5.2c-1.2.4-2%201.5-2%202.8c0%201.7%201.3%203%203%203s3-1.3%203-3c0-1.3-.8-2.4-2-2.8V13z%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%22M12%204v11.5c-1.8%201.3-3%203.2-3%205.5c0%203.9%203.1%207%207%207s7-3.1%207-7c0-2.3-1.3-4.3-3-5.5V14h2v-2h-2v-2h2V8h-2V6h2V4zm2%202h4v10.4l.5.3c1.5.9%202.5%202.4%202.5%204.3c0%202.8-2.2%205-5%205s-5-2.2-5-5c0-1.9%201-3.4%202.5-4.3l.5-.3zm1%207v5.2c-1.2.4-2%201.5-2%202.8c0%201.7%201.3%203%203%203s3-1.3%203-3c0-1.3-.8-2.4-2-2.8V13z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/thermometer-half.svg?color=%231a73e8&size=48