bxs thermometer icon

bxs-thermometer from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
bxs-thermometer
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT

Related icons in BoxIcons v2

Use the bxs thermometer icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M9 16a3.001 3.001 0 0 0 6 0c0-.353-.072-.686-.184-1H9.184A2.962 2.962 0 0 0 9 16z" fill="currentColor"/><path d="M18 6V4h-3.185A2.995 2.995 0 0 0 12 2c-1.654 0-3 1.346-3 3v5.8A6.027 6.027 0 0 0 6 16c0 3.309 2.691 6 6 6s6-2.691 6-6a6.027 6.027 0 0 0-3-5.2V10h3V8h-3V6h3zm-4.405 6.324A4.033 4.033 0 0 1 16 16c0 2.206-1.794 4-4 4s-4-1.794-4-4c0-1.585.944-3.027 2.405-3.676l.595-.263V5a1 1 0 0 1 2 0v7.061l.595.263z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function BxBxsThermometer(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M9 16a3.001 3.001 0 0 0 6 0c0-.353-.072-.686-.184-1H9.184A2.962 2.962 0 0 0 9 16z" fill="currentColor"/><path d="M18 6V4h-3.185A2.995 2.995 0 0 0 12 2c-1.654 0-3 1.346-3 3v5.8A6.027 6.027 0 0 0 6 16c0 3.309 2.691 6 6 6s6-2.691 6-6a6.027 6.027 0 0 0-3-5.2V10h3V8h-3V6h3zm-4.405 6.324A4.033 4.033 0 0 1 16 16c0 2.206-1.794 4-4 4s-4-1.794-4-4c0-1.585.944-3.027 2.405-3.676l.595-.263V5a1 1 0 0 1 2 0v7.061l.595.263z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M9 16a3.001 3.001 0 0 0 6 0c0-.353-.072-.686-.184-1H9.184A2.962 2.962 0 0 0 9 16z" fill="currentColor"/><path d="M18 6V4h-3.185A2.995 2.995 0 0 0 12 2c-1.654 0-3 1.346-3 3v5.8A6.027 6.027 0 0 0 6 16c0 3.309 2.691 6 6 6s6-2.691 6-6a6.027 6.027 0 0 0-3-5.2V10h3V8h-3V6h3zm-4.405 6.324A4.033 4.033 0 0 1 16 16c0 2.206-1.794 4-4 4s-4-1.794-4-4c0-1.585.944-3.027 2.405-3.676l.595-.263V5a1 1 0 0 1 2 0v7.061l.595.263z" fill="currentColor"/></svg>
</template>

CSS

.icon-bxs-thermometer {
  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%20d%3D%22M9%2016a3.001%203.001%200%200%200%206%200c0-.353-.072-.686-.184-1H9.184A2.962%202.962%200%200%200%209%2016z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M18%206V4h-3.185A2.995%202.995%200%200%200%2012%202c-1.654%200-3%201.346-3%203v5.8A6.027%206.027%200%200%200%206%2016c0%203.309%202.691%206%206%206s6-2.691%206-6a6.027%206.027%200%200%200-3-5.2V10h3V8h-3V6h3zm-4.405%206.324A4.033%204.033%200%200%201%2016%2016c0%202.206-1.794%204-4%204s-4-1.794-4-4c0-1.585.944-3.027%202.405-3.676l.595-.263V5a1%201%200%200%201%202%200v7.061l.595.263z%22%20fill%3D%22currentColor%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%20d%3D%22M9%2016a3.001%203.001%200%200%200%206%200c0-.353-.072-.686-.184-1H9.184A2.962%202.962%200%200%200%209%2016z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M18%206V4h-3.185A2.995%202.995%200%200%200%2012%202c-1.654%200-3%201.346-3%203v5.8A6.027%206.027%200%200%200%206%2016c0%203.309%202.691%206%206%206s6-2.691%206-6a6.027%206.027%200%200%200-3-5.2V10h3V8h-3V6h3zm-4.405%206.324A4.033%204.033%200%200%201%2016%2016c0%202.206-1.794%204-4%204s-4-1.794-4-4c0-1.585.944-3.027%202.405-3.676l.595-.263V5a1%201%200%200%201%202%200v7.061l.595.263z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/bxs-thermometer.svg?color=%231a73e8&size=48