thermometer full icon
thermometer-full from Line Awesome by Icons8 · Line · Status · Apache-2.0 Free for personal and commercial use.
- Name
- thermometer-full
- Set
- Line Awesome
- Style
- Line
- Category
- Status
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- thermometer-full-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 full 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.469c-1.75 1.27-3 3.207-3 5.531c0 3.855 3.145 7 7 7s7-3.145 7-7c0-2.324-1.25-4.262-3-5.531V14h2v-2h-2v-2h2V8h-2V6h2V4zm2 2h4v10.406l.5.282c1.496.867 2.5 2.46 2.5 4.312c0 2.773-2.227 5-5 5s-5-2.227-5-5c0-1.852 1.004-3.445 2.5-4.313l.5-.28zm1 2v10.188c-1.16.414-2 1.511-2 2.812a3 3 0 0 0 6 0c0-1.3-.84-2.398-2-2.813V8z"/></svg>
React
import type { SVGProps } from "react";
export function LaThermometerFull(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.469c-1.75 1.27-3 3.207-3 5.531c0 3.855 3.145 7 7 7s7-3.145 7-7c0-2.324-1.25-4.262-3-5.531V14h2v-2h-2v-2h2V8h-2V6h2V4zm2 2h4v10.406l.5.282c1.496.867 2.5 2.46 2.5 4.312c0 2.773-2.227 5-5 5s-5-2.227-5-5c0-1.852 1.004-3.445 2.5-4.313l.5-.28zm1 2v10.188c-1.16.414-2 1.511-2 2.812a3 3 0 0 0 6 0c0-1.3-.84-2.398-2-2.813V8z"/></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.469c-1.75 1.27-3 3.207-3 5.531c0 3.855 3.145 7 7 7s7-3.145 7-7c0-2.324-1.25-4.262-3-5.531V14h2v-2h-2v-2h2V8h-2V6h2V4zm2 2h4v10.406l.5.282c1.496.867 2.5 2.46 2.5 4.312c0 2.773-2.227 5-5 5s-5-2.227-5-5c0-1.852 1.004-3.445 2.5-4.313l.5-.28zm1 2v10.188c-1.16.414-2 1.511-2 2.812a3 3 0 0 0 6 0c0-1.3-.84-2.398-2-2.813V8z"/></svg> </template>
CSS
.icon-thermometer-full {
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.469c-1.75%201.27-3%203.207-3%205.531c0%203.855%203.145%207%207%207s7-3.145%207-7c0-2.324-1.25-4.262-3-5.531V14h2v-2h-2v-2h2V8h-2V6h2V4zm2%202h4v10.406l.5.282c1.496.867%202.5%202.46%202.5%204.312c0%202.773-2.227%205-5%205s-5-2.227-5-5c0-1.852%201.004-3.445%202.5-4.313l.5-.28zm1%202v10.188c-1.16.414-2%201.511-2%202.812a3%203%200%200%200%206%200c0-1.3-.84-2.398-2-2.813V8z%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.469c-1.75%201.27-3%203.207-3%205.531c0%203.855%203.145%207%207%207s7-3.145%207-7c0-2.324-1.25-4.262-3-5.531V14h2v-2h-2v-2h2V8h-2V6h2V4zm2%202h4v10.406l.5.282c1.496.867%202.5%202.46%202.5%204.312c0%202.773-2.227%205-5%205s-5-2.227-5-5c0-1.852%201.004-3.445%202.5-4.313l.5-.28zm1%202v10.188c-1.16.414-2%201.511-2%202.812a3%203%200%200%200%206%200c0-1.3-.84-2.398-2-2.813V8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/thermometer-full.svg?color=%231a73e8&size=48