thermometer sun icon

thermometer-sun-duotone from Keyline Icons by Keyline Icons · Duotone · MIT Free for personal and commercial use.

Name
thermometer-sun-duotone
Set
Keyline Icons
Style
Duotone
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 sun 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="M13.5 5C13.5 2.7909 15.2909 1 17.5 1C19.7091 1 21.5 2.7909 21.5 5L21.5 13.7251C22.4634 14.7459 23 16.0964 23 17.5C23 20.5376 20.5376 23 17.5 23C14.4624 23 12 20.5376 12 17.5C12 16.0964 12.5366 14.7459 13.5 13.7251L13.5 5Z" stroke="none"/><path d="M10.5 12.4495C10.3355 12.4831 10.1679 12.5 10 12.5C8.6193 12.5 7.5 11.3807 7.5 10C7.5 8.6193 8.6193 7.5 10 7.5C10.1679 7.5 10.3355 7.5169 10.5 7.5505M5.4038 14.5962L4.3431 15.6569M3.5 10L2 10M5.4038 5.4038L4.3431 4.3431M10 3.5L10 2"/><path fill="currentColor" d="M19 17.5C19 18.3284 18.3284 19 17.5 19C16.6716 19 16 18.3284 16 17.5C16 16.6716 16.6716 16 17.5 16C18.3284 16 19 16.6716 19 17.5Z" stroke="none"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsThermometerSunDuotone(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="M13.5 5C13.5 2.7909 15.2909 1 17.5 1C19.7091 1 21.5 2.7909 21.5 5L21.5 13.7251C22.4634 14.7459 23 16.0964 23 17.5C23 20.5376 20.5376 23 17.5 23C14.4624 23 12 20.5376 12 17.5C12 16.0964 12.5366 14.7459 13.5 13.7251L13.5 5Z" stroke="none"/><path d="M10.5 12.4495C10.3355 12.4831 10.1679 12.5 10 12.5C8.6193 12.5 7.5 11.3807 7.5 10C7.5 8.6193 8.6193 7.5 10 7.5C10.1679 7.5 10.3355 7.5169 10.5 7.5505M5.4038 14.5962L4.3431 15.6569M3.5 10L2 10M5.4038 5.4038L4.3431 4.3431M10 3.5L10 2"/><path fill="currentColor" d="M19 17.5C19 18.3284 18.3284 19 17.5 19C16.6716 19 16 18.3284 16 17.5C16 16.6716 16.6716 16 17.5 16C18.3284 16 19 16.6716 19 17.5Z" stroke="none"/></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="M13.5 5C13.5 2.7909 15.2909 1 17.5 1C19.7091 1 21.5 2.7909 21.5 5L21.5 13.7251C22.4634 14.7459 23 16.0964 23 17.5C23 20.5376 20.5376 23 17.5 23C14.4624 23 12 20.5376 12 17.5C12 16.0964 12.5366 14.7459 13.5 13.7251L13.5 5Z" stroke="none"/><path d="M10.5 12.4495C10.3355 12.4831 10.1679 12.5 10 12.5C8.6193 12.5 7.5 11.3807 7.5 10C7.5 8.6193 8.6193 7.5 10 7.5C10.1679 7.5 10.3355 7.5169 10.5 7.5505M5.4038 14.5962L4.3431 15.6569M3.5 10L2 10M5.4038 5.4038L4.3431 4.3431M10 3.5L10 2"/><path fill="currentColor" d="M19 17.5C19 18.3284 18.3284 19 17.5 19C16.6716 19 16 18.3284 16 17.5C16 16.6716 16.6716 16 17.5 16C18.3284 16 19 16.6716 19 17.5Z" stroke="none"/></g></svg>
</template>

CSS

.icon-thermometer-sun-duotone {
  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%22M13.5%205C13.5%202.7909%2015.2909%201%2017.5%201C19.7091%201%2021.5%202.7909%2021.5%205L21.5%2013.7251C22.4634%2014.7459%2023%2016.0964%2023%2017.5C23%2020.5376%2020.5376%2023%2017.5%2023C14.4624%2023%2012%2020.5376%2012%2017.5C12%2016.0964%2012.5366%2014.7459%2013.5%2013.7251L13.5%205Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M10.5%2012.4495C10.3355%2012.4831%2010.1679%2012.5%2010%2012.5C8.6193%2012.5%207.5%2011.3807%207.5%2010C7.5%208.6193%208.6193%207.5%2010%207.5C10.1679%207.5%2010.3355%207.5169%2010.5%207.5505M5.4038%2014.5962L4.3431%2015.6569M3.5%2010L2%2010M5.4038%205.4038L4.3431%204.3431M10%203.5L10%202%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%2017.5C19%2018.3284%2018.3284%2019%2017.5%2019C16.6716%2019%2016%2018.3284%2016%2017.5C16%2016.6716%2016.6716%2016%2017.5%2016C18.3284%2016%2019%2016.6716%2019%2017.5Z%22%20stroke%3D%22none%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%22M13.5%205C13.5%202.7909%2015.2909%201%2017.5%201C19.7091%201%2021.5%202.7909%2021.5%205L21.5%2013.7251C22.4634%2014.7459%2023%2016.0964%2023%2017.5C23%2020.5376%2020.5376%2023%2017.5%2023C14.4624%2023%2012%2020.5376%2012%2017.5C12%2016.0964%2012.5366%2014.7459%2013.5%2013.7251L13.5%205Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M10.5%2012.4495C10.3355%2012.4831%2010.1679%2012.5%2010%2012.5C8.6193%2012.5%207.5%2011.3807%207.5%2010C7.5%208.6193%208.6193%207.5%2010%207.5C10.1679%207.5%2010.3355%207.5169%2010.5%207.5505M5.4038%2014.5962L4.3431%2015.6569M3.5%2010L2%2010M5.4038%205.4038L4.3431%204.3431M10%203.5L10%202%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19%2017.5C19%2018.3284%2018.3284%2019%2017.5%2019C16.6716%2019%2016%2018.3284%2016%2017.5C16%2016.6716%2016.6716%2016%2017.5%2016C18.3284%2016%2019%2016.6716%2019%2017.5Z%22%20stroke%3D%22none%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-sun-duotone.svg?color=%231a73e8&size=48