thermometer icon

thermometer-two-tone from Keyline Icons by Keyline Icons · Two Tone · MIT Free for personal and commercial use.

Name
thermometer-two-tone
Set
Keyline Icons
Style
Two Tone
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

Related icons in Keyline Icons

Use the thermometer icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M16.1716 2.1716C16.9217 1.4214 17.9391 1 19 1C21.2091 1 23 2.7909 23 5C23 6.0609 22.5786 7.0783 21.8284 7.8284L10.4852 19.1716C9.7351 19.9218 8.7177 20.3432 7.6568 20.3432C5.4477 20.3432 3.6568 18.5523 3.6568 16.3432C3.6568 15.2823 4.0782 14.2649 4.8284 13.5148L16.1716 2.1716Z" stroke="none"/><path d="M16.8787 2.8787C17.4413 2.3161 18.2044 2 19 2C20.6569 2 22 3.3431 22 5C22 5.7956 21.6839 6.5587 21.1213 7.1213L9.7781 18.4645C9.2155 19.0271 8.4525 19.3432 7.6568 19.3432C6 19.3432 4.6568 18 4.6568 16.3432C4.6568 15.5475 4.9729 14.7845 5.5355 14.2219L16.8787 2.8787ZM5.5355 18.4645L2 22M16.1716 3.5858L17.5858 5M13.3431 6.4142L14.7574 7.8284M10.5147 9.2426L11.9289 10.6569"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsThermometerTwoTone(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" fillOpacity=".4" d="M16.1716 2.1716C16.9217 1.4214 17.9391 1 19 1C21.2091 1 23 2.7909 23 5C23 6.0609 22.5786 7.0783 21.8284 7.8284L10.4852 19.1716C9.7351 19.9218 8.7177 20.3432 7.6568 20.3432C5.4477 20.3432 3.6568 18.5523 3.6568 16.3432C3.6568 15.2823 4.0782 14.2649 4.8284 13.5148L16.1716 2.1716Z" stroke="none"/><path d="M16.8787 2.8787C17.4413 2.3161 18.2044 2 19 2C20.6569 2 22 3.3431 22 5C22 5.7956 21.6839 6.5587 21.1213 7.1213L9.7781 18.4645C9.2155 19.0271 8.4525 19.3432 7.6568 19.3432C6 19.3432 4.6568 18 4.6568 16.3432C4.6568 15.5475 4.9729 14.7845 5.5355 14.2219L16.8787 2.8787ZM5.5355 18.4645L2 22M16.1716 3.5858L17.5858 5M13.3431 6.4142L14.7574 7.8284M10.5147 9.2426L11.9289 10.6569"/></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" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M16.1716 2.1716C16.9217 1.4214 17.9391 1 19 1C21.2091 1 23 2.7909 23 5C23 6.0609 22.5786 7.0783 21.8284 7.8284L10.4852 19.1716C9.7351 19.9218 8.7177 20.3432 7.6568 20.3432C5.4477 20.3432 3.6568 18.5523 3.6568 16.3432C3.6568 15.2823 4.0782 14.2649 4.8284 13.5148L16.1716 2.1716Z" stroke="none"/><path d="M16.8787 2.8787C17.4413 2.3161 18.2044 2 19 2C20.6569 2 22 3.3431 22 5C22 5.7956 21.6839 6.5587 21.1213 7.1213L9.7781 18.4645C9.2155 19.0271 8.4525 19.3432 7.6568 19.3432C6 19.3432 4.6568 18 4.6568 16.3432C4.6568 15.5475 4.9729 14.7845 5.5355 14.2219L16.8787 2.8787ZM5.5355 18.4645L2 22M16.1716 3.5858L17.5858 5M13.3431 6.4142L14.7574 7.8284M10.5147 9.2426L11.9289 10.6569"/></g></svg>
</template>

CSS

.icon-thermometer-two-tone {
  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%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M16.1716%202.1716C16.9217%201.4214%2017.9391%201%2019%201C21.2091%201%2023%202.7909%2023%205C23%206.0609%2022.5786%207.0783%2021.8284%207.8284L10.4852%2019.1716C9.7351%2019.9218%208.7177%2020.3432%207.6568%2020.3432C5.4477%2020.3432%203.6568%2018.5523%203.6568%2016.3432C3.6568%2015.2823%204.0782%2014.2649%204.8284%2013.5148L16.1716%202.1716Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M16.8787%202.8787C17.4413%202.3161%2018.2044%202%2019%202C20.6569%202%2022%203.3431%2022%205C22%205.7956%2021.6839%206.5587%2021.1213%207.1213L9.7781%2018.4645C9.2155%2019.0271%208.4525%2019.3432%207.6568%2019.3432C6%2019.3432%204.6568%2018%204.6568%2016.3432C4.6568%2015.5475%204.9729%2014.7845%205.5355%2014.2219L16.8787%202.8787ZM5.5355%2018.4645L2%2022M16.1716%203.5858L17.5858%205M13.3431%206.4142L14.7574%207.8284M10.5147%209.2426L11.9289%2010.6569%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%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M16.1716%202.1716C16.9217%201.4214%2017.9391%201%2019%201C21.2091%201%2023%202.7909%2023%205C23%206.0609%2022.5786%207.0783%2021.8284%207.8284L10.4852%2019.1716C9.7351%2019.9218%208.7177%2020.3432%207.6568%2020.3432C5.4477%2020.3432%203.6568%2018.5523%203.6568%2016.3432C3.6568%2015.2823%204.0782%2014.2649%204.8284%2013.5148L16.1716%202.1716Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M16.8787%202.8787C17.4413%202.3161%2018.2044%202%2019%202C20.6569%202%2022%203.3431%2022%205C22%205.7956%2021.6839%206.5587%2021.1213%207.1213L9.7781%2018.4645C9.2155%2019.0271%208.4525%2019.3432%207.6568%2019.3432C6%2019.3432%204.6568%2018%204.6568%2016.3432C4.6568%2015.5475%204.9729%2014.7845%205.5355%2014.2219L16.8787%202.8787ZM5.5355%2018.4645L2%2022M16.1716%203.5858L17.5858%205M13.3431%206.4142L14.7574%207.8284M10.5147%209.2426L11.9289%2010.6569%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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