temperature degree celsius icon
temperature-degree-celsius-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- temperature-degree-celsius-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- 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-48-filledtemperature-degree-celsius-48-regular
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 32 32"><path fill="currentColor" d="M4 9.5a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0M6.5 5a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9m9.602 4.214C14.844 10.68 14 12.93 14 16s.845 5.32 2.102 6.786C17.352 24.243 19.07 25 21 25s3.649-.757 4.898-2.214A7.8 7.8 0 0 0 27.16 20.7c.171-.41.56-.699 1.004-.699c.676 0 1.17.644.922 1.273a9.8 9.8 0 0 1-1.67 2.816C25.77 26.007 23.488 27 21 27s-4.77-.993-6.416-2.911C12.946 22.179 12 19.429 12 16s.946-6.18 2.584-8.089C16.23 5.993 18.512 5 21 5s4.77.993 6.416 2.911a9.8 9.8 0 0 1 1.67 2.816c.247.63-.246 1.273-.922 1.273c-.445 0-.833-.288-1.004-.699a7.8 7.8 0 0 0-1.262-2.087C24.648 7.757 22.93 7 21 7s-3.649.757-4.898 2.214"/></svg>
React
import type { SVGProps } from "react";
export function FluentTemperatureDegreeCelsius32Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 9.5a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0M6.5 5a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9m9.602 4.214C14.844 10.68 14 12.93 14 16s.845 5.32 2.102 6.786C17.352 24.243 19.07 25 21 25s3.649-.757 4.898-2.214A7.8 7.8 0 0 0 27.16 20.7c.171-.41.56-.699 1.004-.699c.676 0 1.17.644.922 1.273a9.8 9.8 0 0 1-1.67 2.816C25.77 26.007 23.488 27 21 27s-4.77-.993-6.416-2.911C12.946 22.179 12 19.429 12 16s.946-6.18 2.584-8.089C16.23 5.993 18.512 5 21 5s4.77.993 6.416 2.911a9.8 9.8 0 0 1 1.67 2.816c.247.63-.246 1.273-.922 1.273c-.445 0-.833-.288-1.004-.699a7.8 7.8 0 0 0-1.262-2.087C24.648 7.757 22.93 7 21 7s-3.649.757-4.898 2.214"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M4 9.5a2.5 2.5 0 1 1 5 0a2.5 2.5 0 0 1-5 0M6.5 5a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9m9.602 4.214C14.844 10.68 14 12.93 14 16s.845 5.32 2.102 6.786C17.352 24.243 19.07 25 21 25s3.649-.757 4.898-2.214A7.8 7.8 0 0 0 27.16 20.7c.171-.41.56-.699 1.004-.699c.676 0 1.17.644.922 1.273a9.8 9.8 0 0 1-1.67 2.816C25.77 26.007 23.488 27 21 27s-4.77-.993-6.416-2.911C12.946 22.179 12 19.429 12 16s.946-6.18 2.584-8.089C16.23 5.993 18.512 5 21 5s4.77.993 6.416 2.911a9.8 9.8 0 0 1 1.67 2.816c.247.63-.246 1.273-.922 1.273c-.445 0-.833-.288-1.004-.699a7.8 7.8 0 0 0-1.262-2.087C24.648 7.757 22.93 7 21 7s-3.649.757-4.898 2.214"/></svg> </template>
CSS
.icon-temperature-degree-celsius-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%209.5a2.5%202.5%200%201%201%205%200a2.5%202.5%200%200%201-5%200M6.5%205a4.5%204.5%200%201%200%200%209a4.5%204.5%200%200%200%200-9m9.602%204.214C14.844%2010.68%2014%2012.93%2014%2016s.845%205.32%202.102%206.786C17.352%2024.243%2019.07%2025%2021%2025s3.649-.757%204.898-2.214A7.8%207.8%200%200%200%2027.16%2020.7c.171-.41.56-.699%201.004-.699c.676%200%201.17.644.922%201.273a9.8%209.8%200%200%201-1.67%202.816C25.77%2026.007%2023.488%2027%2021%2027s-4.77-.993-6.416-2.911C12.946%2022.179%2012%2019.429%2012%2016s.946-6.18%202.584-8.089C16.23%205.993%2018.512%205%2021%205s4.77.993%206.416%202.911a9.8%209.8%200%200%201%201.67%202.816c.247.63-.246%201.273-.922%201.273c-.445%200-.833-.288-1.004-.699a7.8%207.8%200%200%200-1.262-2.087C24.648%207.757%2022.93%207%2021%207s-3.649.757-4.898%202.214%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%209.5a2.5%202.5%200%201%201%205%200a2.5%202.5%200%200%201-5%200M6.5%205a4.5%204.5%200%201%200%200%209a4.5%204.5%200%200%200%200-9m9.602%204.214C14.844%2010.68%2014%2012.93%2014%2016s.845%205.32%202.102%206.786C17.352%2024.243%2019.07%2025%2021%2025s3.649-.757%204.898-2.214A7.8%207.8%200%200%200%2027.16%2020.7c.171-.41.56-.699%201.004-.699c.676%200%201.17.644.922%201.273a9.8%209.8%200%200%201-1.67%202.816C25.77%2026.007%2023.488%2027%2021%2027s-4.77-.993-6.416-2.911C12.946%2022.179%2012%2019.429%2012%2016s.946-6.18%202.584-8.089C16.23%205.993%2018.512%205%2021%205s4.77.993%206.416%202.911a9.8%209.8%200%200%201%201.67%202.816c.247.63-.246%201.273-.922%201.273c-.445%200-.833-.288-1.004-.699a7.8%207.8%200%200%200-1.262-2.087C24.648%207.757%2022.93%207%2021%207s-3.649.757-4.898%202.214%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-32-regular.svg?color=%231a73e8&size=48