thermometer add icon
thermometer-add from Material Symbols Light by Google · Regular · Household · Apache-2.0 Free for personal and commercial use.
- Name
- thermometer-add
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- thermometer-add-outline, thermometer-add-outline-sharp, thermometer-add-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More household icons from Material Symbols Light
Use the thermometer add icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.923 10.5v-3h-3v-1h3v-3h1v3h3v1h-3v3zM8.761 20q-1.663 0-2.827-1.164Q4.769 17.67 4.769 16q0-1.084.544-1.987t1.456-1.475V6q0-.846.577-1.423T8.77 4t1.423.577T10.77 6v6.539q.912.57 1.456 1.474T12.769 16q0 1.671-1.172 2.836T8.761 20M7.77 10h2V6q0-.425-.287-.712T8.769 5t-.712.288T7.769 6z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightThermometerAdd(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.923 10.5v-3h-3v-1h3v-3h1v3h3v1h-3v3zM8.761 20q-1.663 0-2.827-1.164Q4.769 17.67 4.769 16q0-1.084.544-1.987t1.456-1.475V6q0-.846.577-1.423T8.77 4t1.423.577T10.77 6v6.539q.912.57 1.456 1.474T12.769 16q0 1.671-1.172 2.836T8.761 20M7.77 10h2V6q0-.425-.287-.712T8.769 5t-.712.288T7.769 6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.923 10.5v-3h-3v-1h3v-3h1v3h3v1h-3v3zM8.761 20q-1.663 0-2.827-1.164Q4.769 17.67 4.769 16q0-1.084.544-1.987t1.456-1.475V6q0-.846.577-1.423T8.77 4t1.423.577T10.77 6v6.539q.912.57 1.456 1.474T12.769 16q0 1.671-1.172 2.836T8.761 20M7.77 10h2V6q0-.425-.287-.712T8.769 5t-.712.288T7.769 6z"/></svg> </template>
CSS
.icon-thermometer-add {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.923%2010.5v-3h-3v-1h3v-3h1v3h3v1h-3v3zM8.761%2020q-1.663%200-2.827-1.164Q4.769%2017.67%204.769%2016q0-1.084.544-1.987t1.456-1.475V6q0-.846.577-1.423T8.77%204t1.423.577T10.77%206v6.539q.912.57%201.456%201.474T12.769%2016q0%201.671-1.172%202.836T8.761%2020M7.77%2010h2V6q0-.425-.287-.712T8.769%205t-.712.288T7.769%206z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.923%2010.5v-3h-3v-1h3v-3h1v3h3v1h-3v3zM8.761%2020q-1.663%200-2.827-1.164Q4.769%2017.67%204.769%2016q0-1.084.544-1.987t1.456-1.475V6q0-.846.577-1.423T8.77%204t1.423.577T10.77%206v6.539q.912.57%201.456%201.474T12.769%2016q0%201.671-1.172%202.836T8.761%2020M7.77%2010h2V6q0-.425-.287-.712T8.769%205t-.712.288T7.769%206z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/thermometer-add.svg?color=%231a73e8&size=48