temperature icon

temperature-duotone from Reicon by REICON · Duotone · Weather · MIT Free for personal and commercial use.

Name
temperature-duotone
Set
Reicon
Style
Duotone
Category
Weather
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All temperature icons →

More weather icons from Reicon

Use the temperature icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.5 16.5a5.5 5.5 0 1 1-8.939-4.293c.264-.211.439-.521.439-.86V5a3 3 0 1 1 6 0v6.348c0 .338.175.648.439.86A5.49 5.49 0 0 1 17.5 16.5" opacity=".5"/><path d="M12.75 5a.75.75 0 0 0-1.5 0v8.38c0 .437-.297.808-.658 1.054a2.5 2.5 0 1 0 2.816 0c-.36-.246-.658-.617-.658-1.054z"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconTemperatureDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.5 16.5a5.5 5.5 0 1 1-8.939-4.293c.264-.211.439-.521.439-.86V5a3 3 0 1 1 6 0v6.348c0 .338.175.648.439.86A5.49 5.49 0 0 1 17.5 16.5" opacity=".5"/><path d="M12.75 5a.75.75 0 0 0-1.5 0v8.38c0 .437-.297.808-.658 1.054a2.5 2.5 0 1 0 2.816 0c-.36-.246-.658-.617-.658-1.054z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.5 16.5a5.5 5.5 0 1 1-8.939-4.293c.264-.211.439-.521.439-.86V5a3 3 0 1 1 6 0v6.348c0 .338.175.648.439.86A5.49 5.49 0 0 1 17.5 16.5" opacity=".5"/><path d="M12.75 5a.75.75 0 0 0-1.5 0v8.38c0 .437-.297.808-.658 1.054a2.5 2.5 0 1 0 2.816 0c-.36-.246-.658-.617-.658-1.054z"/></g></svg>
</template>

CSS

.icon-temperature-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%22currentColor%22%3E%3Cpath%20d%3D%22M17.5%2016.5a5.5%205.5%200%201%201-8.939-4.293c.264-.211.439-.521.439-.86V5a3%203%200%201%201%206%200v6.348c0%20.338.175.648.439.86A5.49%205.49%200%200%201%2017.5%2016.5%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12.75%205a.75.75%200%200%200-1.5%200v8.38c0%20.437-.297.808-.658%201.054a2.5%202.5%200%201%200%202.816%200c-.36-.246-.658-.617-.658-1.054z%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%22currentColor%22%3E%3Cpath%20d%3D%22M17.5%2016.5a5.5%205.5%200%201%201-8.939-4.293c.264-.211.439-.521.439-.86V5a3%203%200%201%201%206%200v6.348c0%20.338.175.648.439.86A5.49%205.49%200%200%201%2017.5%2016.5%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12.75%205a.75.75%200%200%200-1.5%200v8.38c0%20.437-.297.808-.658%201.054a2.5%202.5%200%201%200%202.816%200c-.36-.246-.658-.617-.658-1.054z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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