temperature degree fahrenheit icon
temperature-degree-fahrenheit-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- temperature-degree-fahrenheit-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- License
- MIT
11 other variants in Fluent UI System Icons
temperature-degree-fahrenheit-16-filledtemperature-degree-fahrenheit-16-regulartemperature-degree-fahrenheit-20-filledtemperature-degree-fahrenheit-20-regulartemperature-degree-fahrenheit-24-filledtemperature-degree-fahrenheit-24-regulartemperature-degree-fahrenheit-28-filledtemperature-degree-fahrenheit-28-regulartemperature-degree-fahrenheit-32-filledtemperature-degree-fahrenheit-32-regulartemperature-degree-fahrenheit-48-regular
Related icons in Fluent UI System Icons
Use the temperature degree fahrenheit icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M8 15a4 4 0 1 1 8 0a4 4 0 0 1-8 0m4-7a7 7 0 1 0 0 14a7 7 0 0 0 0-14m12.5 0A1.5 1.5 0 0 0 23 9.5v29a1.5 1.5 0 0 0 3 0V25h12.5a1.5 1.5 0 0 0 0-3H26V11h14.5a1.5 1.5 0 0 0 0-3z"/></svg>
React
import type { SVGProps } from "react";
export function FluentTemperatureDegreeFahrenheit48Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M8 15a4 4 0 1 1 8 0a4 4 0 0 1-8 0m4-7a7 7 0 1 0 0 14a7 7 0 0 0 0-14m12.5 0A1.5 1.5 0 0 0 23 9.5v29a1.5 1.5 0 0 0 3 0V25h12.5a1.5 1.5 0 0 0 0-3H26V11h14.5a1.5 1.5 0 0 0 0-3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M8 15a4 4 0 1 1 8 0a4 4 0 0 1-8 0m4-7a7 7 0 1 0 0 14a7 7 0 0 0 0-14m12.5 0A1.5 1.5 0 0 0 23 9.5v29a1.5 1.5 0 0 0 3 0V25h12.5a1.5 1.5 0 0 0 0-3H26V11h14.5a1.5 1.5 0 0 0 0-3z"/></svg> </template>
CSS
.icon-temperature-degree-fahrenheit-48-filled {
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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2015a4%204%200%201%201%208%200a4%204%200%200%201-8%200m4-7a7%207%200%201%200%200%2014a7%207%200%200%200%200-14m12.5%200A1.5%201.5%200%200%200%2023%209.5v29a1.5%201.5%200%200%200%203%200V25h12.5a1.5%201.5%200%200%200%200-3H26V11h14.5a1.5%201.5%200%200%200%200-3z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2015a4%204%200%201%201%208%200a4%204%200%200%201-8%200m4-7a7%207%200%201%200%200%2014a7%207%200%200%200%200-14m12.5%200A1.5%201.5%200%200%200%2023%209.5v29a1.5%201.5%200%200%200%203%200V25h12.5a1.5%201.5%200%200%200%200-3H26V11h14.5a1.5%201.5%200%200%200%200-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/temperature-degree-fahrenheit-48-filled.svg?color=%231a73e8&size=48