temperature degree celsius icon
temperature-degree-celsius-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- temperature-degree-celsius-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- License
- MIT
11 other variants in Fluent UI System Icons
temperature-degree-celsius-16-filledtemperature-degree-celsius-16-regulartemperature-degree-celsius-20-filledtemperature-degree-celsius-20-regulartemperature-degree-celsius-24-filledtemperature-degree-celsius-24-regulartemperature-degree-celsius-28-filledtemperature-degree-celsius-28-regulartemperature-degree-celsius-32-filledtemperature-degree-celsius-32-regulartemperature-degree-celsius-48-filled
Related icons in Fluent UI System Icons
Use the temperature degree celsius icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M6.5 14.5a4 4 0 1 1 8 0a4 4 0 0 1-8 0m4-6.5a6.5 6.5 0 1 0 0 13a6.5 6.5 0 0 0 0-13m14.134 5.697C22.758 15.847 21.5 19.21 21.5 24s1.258 8.154 3.134 10.303C26.496 36.44 29.074 37.5 32 37.5s5.504-1.062 7.367-3.197c.796-.913 1.482-2.046 2.006-3.414c.2-.522.69-.889 1.25-.889c.837 0 1.45.796 1.16 1.582c-.626 1.702-1.48 3.159-2.532 4.365C38.86 38.687 35.564 40 32 40s-6.86-1.313-9.25-4.053C20.372 33.22 19 29.21 19 24s1.372-9.221 3.75-11.947C25.14 9.313 28.436 8 32 8s6.86 1.314 9.25 4.053c1.052 1.206 1.907 2.663 2.534 4.365c.29.786-.324 1.582-1.162 1.582c-.56 0-1.048-.367-1.249-.89c-.524-1.367-1.21-2.5-2.006-3.413C37.504 11.562 34.926 10.5 32 10.5s-5.504 1.062-7.366 3.197"/></svg>
React
import type { SVGProps } from "react";
export function FluentTemperatureDegreeCelsius48Regular(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="M6.5 14.5a4 4 0 1 1 8 0a4 4 0 0 1-8 0m4-6.5a6.5 6.5 0 1 0 0 13a6.5 6.5 0 0 0 0-13m14.134 5.697C22.758 15.847 21.5 19.21 21.5 24s1.258 8.154 3.134 10.303C26.496 36.44 29.074 37.5 32 37.5s5.504-1.062 7.367-3.197c.796-.913 1.482-2.046 2.006-3.414c.2-.522.69-.889 1.25-.889c.837 0 1.45.796 1.16 1.582c-.626 1.702-1.48 3.159-2.532 4.365C38.86 38.687 35.564 40 32 40s-6.86-1.313-9.25-4.053C20.372 33.22 19 29.21 19 24s1.372-9.221 3.75-11.947C25.14 9.313 28.436 8 32 8s6.86 1.314 9.25 4.053c1.052 1.206 1.907 2.663 2.534 4.365c.29.786-.324 1.582-1.162 1.582c-.56 0-1.048-.367-1.249-.89c-.524-1.367-1.21-2.5-2.006-3.413C37.504 11.562 34.926 10.5 32 10.5s-5.504 1.062-7.366 3.197"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M6.5 14.5a4 4 0 1 1 8 0a4 4 0 0 1-8 0m4-6.5a6.5 6.5 0 1 0 0 13a6.5 6.5 0 0 0 0-13m14.134 5.697C22.758 15.847 21.5 19.21 21.5 24s1.258 8.154 3.134 10.303C26.496 36.44 29.074 37.5 32 37.5s5.504-1.062 7.367-3.197c.796-.913 1.482-2.046 2.006-3.414c.2-.522.69-.889 1.25-.889c.837 0 1.45.796 1.16 1.582c-.626 1.702-1.48 3.159-2.532 4.365C38.86 38.687 35.564 40 32 40s-6.86-1.313-9.25-4.053C20.372 33.22 19 29.21 19 24s1.372-9.221 3.75-11.947C25.14 9.313 28.436 8 32 8s6.86 1.314 9.25 4.053c1.052 1.206 1.907 2.663 2.534 4.365c.29.786-.324 1.582-1.162 1.582c-.56 0-1.048-.367-1.249-.89c-.524-1.367-1.21-2.5-2.006-3.413C37.504 11.562 34.926 10.5 32 10.5s-5.504 1.062-7.366 3.197"/></svg> </template>
CSS
.icon-temperature-degree-celsius-48-regular {
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%22M6.5%2014.5a4%204%200%201%201%208%200a4%204%200%200%201-8%200m4-6.5a6.5%206.5%200%201%200%200%2013a6.5%206.5%200%200%200%200-13m14.134%205.697C22.758%2015.847%2021.5%2019.21%2021.5%2024s1.258%208.154%203.134%2010.303C26.496%2036.44%2029.074%2037.5%2032%2037.5s5.504-1.062%207.367-3.197c.796-.913%201.482-2.046%202.006-3.414c.2-.522.69-.889%201.25-.889c.837%200%201.45.796%201.16%201.582c-.626%201.702-1.48%203.159-2.532%204.365C38.86%2038.687%2035.564%2040%2032%2040s-6.86-1.313-9.25-4.053C20.372%2033.22%2019%2029.21%2019%2024s1.372-9.221%203.75-11.947C25.14%209.313%2028.436%208%2032%208s6.86%201.314%209.25%204.053c1.052%201.206%201.907%202.663%202.534%204.365c.29.786-.324%201.582-1.162%201.582c-.56%200-1.048-.367-1.249-.89c-.524-1.367-1.21-2.5-2.006-3.413C37.504%2011.562%2034.926%2010.5%2032%2010.5s-5.504%201.062-7.366%203.197%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%22M6.5%2014.5a4%204%200%201%201%208%200a4%204%200%200%201-8%200m4-6.5a6.5%206.5%200%201%200%200%2013a6.5%206.5%200%200%200%200-13m14.134%205.697C22.758%2015.847%2021.5%2019.21%2021.5%2024s1.258%208.154%203.134%2010.303C26.496%2036.44%2029.074%2037.5%2032%2037.5s5.504-1.062%207.367-3.197c.796-.913%201.482-2.046%202.006-3.414c.2-.522.69-.889%201.25-.889c.837%200%201.45.796%201.16%201.582c-.626%201.702-1.48%203.159-2.532%204.365C38.86%2038.687%2035.564%2040%2032%2040s-6.86-1.313-9.25-4.053C20.372%2033.22%2019%2029.21%2019%2024s1.372-9.221%203.75-11.947C25.14%209.313%2028.436%208%2032%208s6.86%201.314%209.25%204.053c1.052%201.206%201.907%202.663%202.534%204.365c.29.786-.324%201.582-1.162%201.582c-.56%200-1.048-.367-1.249-.89c-.524-1.367-1.21-2.5-2.006-3.413C37.504%2011.562%2034.926%2010.5%2032%2010.5s-5.504%201.062-7.366%203.197%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/temperature-degree-celsius-48-regular.svg?color=%231a73e8&size=48