temperature arrow up icon
temperature-arrow-up from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- temperature-arrow-up
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome Solid
Use the temperature arrow up icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M128.5 160c0-53 43-96 96-96s96 43 96 96v164.7c29.5 26.4 48 64.7 48 107.3c0 79.5-64.5 144-144 144s-144-64.5-144-144c0-42.6 18.5-81 48-107.3zm96 336c35.3 0 64-28.7 64-64c0-26.9-16.5-49.9-40-59.3V160c0-13.3-10.7-24-24-24s-24 10.7-24 24v212.7c-23.5 9.5-40 32.5-40 59.3c0 35.3 28.7 64 64 64M503.1 73.4l64 64c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-9.4-9.4V352c0 17.7-14.3 32-32 32s-32-14.3-32-32V173.3l-9.4 9.4c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l64-64c6-6 14.1-9.4 22.6-9.4s16.6 3.4 22.6 9.4z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidTemperatureArrowUp(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M128.5 160c0-53 43-96 96-96s96 43 96 96v164.7c29.5 26.4 48 64.7 48 107.3c0 79.5-64.5 144-144 144s-144-64.5-144-144c0-42.6 18.5-81 48-107.3zm96 336c35.3 0 64-28.7 64-64c0-26.9-16.5-49.9-40-59.3V160c0-13.3-10.7-24-24-24s-24 10.7-24 24v212.7c-23.5 9.5-40 32.5-40 59.3c0 35.3 28.7 64 64 64M503.1 73.4l64 64c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-9.4-9.4V352c0 17.7-14.3 32-32 32s-32-14.3-32-32V173.3l-9.4 9.4c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l64-64c6-6 14.1-9.4 22.6-9.4s16.6 3.4 22.6 9.4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M128.5 160c0-53 43-96 96-96s96 43 96 96v164.7c29.5 26.4 48 64.7 48 107.3c0 79.5-64.5 144-144 144s-144-64.5-144-144c0-42.6 18.5-81 48-107.3zm96 336c35.3 0 64-28.7 64-64c0-26.9-16.5-49.9-40-59.3V160c0-13.3-10.7-24-24-24s-24 10.7-24 24v212.7c-23.5 9.5-40 32.5-40 59.3c0 35.3 28.7 64 64 64M503.1 73.4l64 64c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-9.4-9.4V352c0 17.7-14.3 32-32 32s-32-14.3-32-32V173.3l-9.4 9.4c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l64-64c6-6 14.1-9.4 22.6-9.4s16.6 3.4 22.6 9.4z"/></svg> </template>
CSS
.icon-temperature-arrow-up {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128.5%20160c0-53%2043-96%2096-96s96%2043%2096%2096v164.7c29.5%2026.4%2048%2064.7%2048%20107.3c0%2079.5-64.5%20144-144%20144s-144-64.5-144-144c0-42.6%2018.5-81%2048-107.3zm96%20336c35.3%200%2064-28.7%2064-64c0-26.9-16.5-49.9-40-59.3V160c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v212.7c-23.5%209.5-40%2032.5-40%2059.3c0%2035.3%2028.7%2064%2064%2064M503.1%2073.4l64%2064c12.5%2012.5%2012.5%2032.8%200%2045.3s-32.8%2012.5-45.3%200l-9.4-9.4V352c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32V173.3l-9.4%209.4c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3l64-64c6-6%2014.1-9.4%2022.6-9.4s16.6%203.4%2022.6%209.4z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128.5%20160c0-53%2043-96%2096-96s96%2043%2096%2096v164.7c29.5%2026.4%2048%2064.7%2048%20107.3c0%2079.5-64.5%20144-144%20144s-144-64.5-144-144c0-42.6%2018.5-81%2048-107.3zm96%20336c35.3%200%2064-28.7%2064-64c0-26.9-16.5-49.9-40-59.3V160c0-13.3-10.7-24-24-24s-24%2010.7-24%2024v212.7c-23.5%209.5-40%2032.5-40%2059.3c0%2035.3%2028.7%2064%2064%2064M503.1%2073.4l64%2064c12.5%2012.5%2012.5%2032.8%200%2045.3s-32.8%2012.5-45.3%200l-9.4-9.4V352c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32V173.3l-9.4%209.4c-12.5%2012.5-32.8%2012.5-45.3%200s-12.5-32.8%200-45.3l64-64c6-6%2014.1-9.4%2022.6-9.4s16.6%203.4%2022.6%209.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/temperature-arrow-up.svg?color=%231a73e8&size=48