temperature icon
temperature from Reicon by REICON · Outline · Weather · MIT Free for personal and commercial use.
- Name
- temperature
- Set
- Reicon
- Style
- Outline
- 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"><path fill="currentColor" fill-rule="evenodd" d="M8.25 5a3.75 3.75 0 1 1 7.5 0v6.348c0 .072.04.18.158.274a6.25 6.25 0 1 1-7.816 0c.118-.095.158-.202.158-.274zM12 2.75A2.25 2.25 0 0 0 9.75 5v6.348c0 .603-.31 1.116-.72 1.444a4.75 4.75 0 1 0 5.939 0c-.409-.328-.719-.84-.719-1.444V5A2.25 2.25 0 0 0 12 2.75m0 1.5a.75.75 0 0 1 .75.75v8.337a3.251 3.251 0 1 1-1.5 0V5a.75.75 0 0 1 .75-.75m0 10.5a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconTemperature(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" fillRule="evenodd" d="M8.25 5a3.75 3.75 0 1 1 7.5 0v6.348c0 .072.04.18.158.274a6.25 6.25 0 1 1-7.816 0c.118-.095.158-.202.158-.274zM12 2.75A2.25 2.25 0 0 0 9.75 5v6.348c0 .603-.31 1.116-.72 1.444a4.75 4.75 0 1 0 5.939 0c-.409-.328-.719-.84-.719-1.444V5A2.25 2.25 0 0 0 12 2.75m0 1.5a.75.75 0 0 1 .75.75v8.337a3.251 3.251 0 1 1-1.5 0V5a.75.75 0 0 1 .75-.75m0 10.5a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M8.25 5a3.75 3.75 0 1 1 7.5 0v6.348c0 .072.04.18.158.274a6.25 6.25 0 1 1-7.816 0c.118-.095.158-.202.158-.274zM12 2.75A2.25 2.25 0 0 0 9.75 5v6.348c0 .603-.31 1.116-.72 1.444a4.75 4.75 0 1 0 5.939 0c-.409-.328-.719-.84-.719-1.444V5A2.25 2.25 0 0 0 12 2.75m0 1.5a.75.75 0 0 1 .75.75v8.337a3.251 3.251 0 1 1-1.5 0V5a.75.75 0 0 1 .75-.75m0 10.5a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5" clip-rule="evenodd"/></svg> </template>
CSS
.icon-temperature {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M8.25%205a3.75%203.75%200%201%201%207.5%200v6.348c0%20.072.04.18.158.274a6.25%206.25%200%201%201-7.816%200c.118-.095.158-.202.158-.274zM12%202.75A2.25%202.25%200%200%200%209.75%205v6.348c0%20.603-.31%201.116-.72%201.444a4.75%204.75%200%201%200%205.939%200c-.409-.328-.719-.84-.719-1.444V5A2.25%202.25%200%200%200%2012%202.75m0%201.5a.75.75%200%200%201%20.75.75v8.337a3.251%203.251%200%201%201-1.5%200V5a.75.75%200%200%201%20.75-.75m0%2010.5a1.75%201.75%200%201%200%200%203.5a1.75%201.75%200%200%200%200-3.5%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M8.25%205a3.75%203.75%200%201%201%207.5%200v6.348c0%20.072.04.18.158.274a6.25%206.25%200%201%201-7.816%200c.118-.095.158-.202.158-.274zM12%202.75A2.25%202.25%200%200%200%209.75%205v6.348c0%20.603-.31%201.116-.72%201.444a4.75%204.75%200%201%200%205.939%200c-.409-.328-.719-.84-.719-1.444V5A2.25%202.25%200%200%200%2012%202.75m0%201.5a.75.75%200%200%201%20.75.75v8.337a3.251%203.251%200%201%201-1.5%200V5a.75.75%200%200%201%20.75-.75m0%2010.5a1.75%201.75%200%201%200%200%203.5a1.75%201.75%200%200%200%200-3.5%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/temperature.svg?color=%231a73e8&size=48