temperature degree celsius icon
temperature-degree-celsius-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- temperature-degree-celsius-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- 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-28-filledtemperature-degree-celsius-28-regulartemperature-degree-celsius-32-filledtemperature-degree-celsius-32-regulartemperature-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 24 24"><path fill="currentColor" d="M4 8a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0m1.5-3a3 3 0 1 0 0 6a3 3 0 0 0 0-6m6.847 2.875C11.543 8.775 11 10.146 11 12s.543 3.226 1.347 4.125c.8.895 1.906 1.375 3.153 1.375s2.353-.48 3.153-1.375c.282-.315.532-.688.737-1.12c.141-.296.429-.505.757-.505c.515 0 .89.495.682.966a6.3 6.3 0 0 1-1.058 1.659C18.671 18.355 17.152 19 15.5 19s-3.172-.645-4.271-1.875C10.133 15.899 9.5 14.146 9.5 12s.633-3.9 1.729-5.125C12.329 5.645 13.848 5 15.5 5s3.172.645 4.271 1.875a6.3 6.3 0 0 1 1.058 1.658c.207.472-.167.967-.682.967c-.328 0-.616-.208-.757-.505a4.7 4.7 0 0 0-.737-1.12C17.853 6.98 16.747 6.5 15.5 6.5s-2.353.48-3.153 1.375"/></svg>
React
import type { SVGProps } from "react";
export function FluentTemperatureDegreeCelsius24Regular(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" d="M4 8a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0m1.5-3a3 3 0 1 0 0 6a3 3 0 0 0 0-6m6.847 2.875C11.543 8.775 11 10.146 11 12s.543 3.226 1.347 4.125c.8.895 1.906 1.375 3.153 1.375s2.353-.48 3.153-1.375c.282-.315.532-.688.737-1.12c.141-.296.429-.505.757-.505c.515 0 .89.495.682.966a6.3 6.3 0 0 1-1.058 1.659C18.671 18.355 17.152 19 15.5 19s-3.172-.645-4.271-1.875C10.133 15.899 9.5 14.146 9.5 12s.633-3.9 1.729-5.125C12.329 5.645 13.848 5 15.5 5s3.172.645 4.271 1.875a6.3 6.3 0 0 1 1.058 1.658c.207.472-.167.967-.682.967c-.328 0-.616-.208-.757-.505a4.7 4.7 0 0 0-.737-1.12C17.853 6.98 16.747 6.5 15.5 6.5s-2.353.48-3.153 1.375"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 8a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0m1.5-3a3 3 0 1 0 0 6a3 3 0 0 0 0-6m6.847 2.875C11.543 8.775 11 10.146 11 12s.543 3.226 1.347 4.125c.8.895 1.906 1.375 3.153 1.375s2.353-.48 3.153-1.375c.282-.315.532-.688.737-1.12c.141-.296.429-.505.757-.505c.515 0 .89.495.682.966a6.3 6.3 0 0 1-1.058 1.659C18.671 18.355 17.152 19 15.5 19s-3.172-.645-4.271-1.875C10.133 15.899 9.5 14.146 9.5 12s.633-3.9 1.729-5.125C12.329 5.645 13.848 5 15.5 5s3.172.645 4.271 1.875a6.3 6.3 0 0 1 1.058 1.658c.207.472-.167.967-.682.967c-.328 0-.616-.208-.757-.505a4.7 4.7 0 0 0-.737-1.12C17.853 6.98 16.747 6.5 15.5 6.5s-2.353.48-3.153 1.375"/></svg> </template>
CSS
.icon-temperature-degree-celsius-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%208a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200m1.5-3a3%203%200%201%200%200%206a3%203%200%200%200%200-6m6.847%202.875C11.543%208.775%2011%2010.146%2011%2012s.543%203.226%201.347%204.125c.8.895%201.906%201.375%203.153%201.375s2.353-.48%203.153-1.375c.282-.315.532-.688.737-1.12c.141-.296.429-.505.757-.505c.515%200%20.89.495.682.966a6.3%206.3%200%200%201-1.058%201.659C18.671%2018.355%2017.152%2019%2015.5%2019s-3.172-.645-4.271-1.875C10.133%2015.899%209.5%2014.146%209.5%2012s.633-3.9%201.729-5.125C12.329%205.645%2013.848%205%2015.5%205s3.172.645%204.271%201.875a6.3%206.3%200%200%201%201.058%201.658c.207.472-.167.967-.682.967c-.328%200-.616-.208-.757-.505a4.7%204.7%200%200%200-.737-1.12C17.853%206.98%2016.747%206.5%2015.5%206.5s-2.353.48-3.153%201.375%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%20d%3D%22M4%208a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200m1.5-3a3%203%200%201%200%200%206a3%203%200%200%200%200-6m6.847%202.875C11.543%208.775%2011%2010.146%2011%2012s.543%203.226%201.347%204.125c.8.895%201.906%201.375%203.153%201.375s2.353-.48%203.153-1.375c.282-.315.532-.688.737-1.12c.141-.296.429-.505.757-.505c.515%200%20.89.495.682.966a6.3%206.3%200%200%201-1.058%201.659C18.671%2018.355%2017.152%2019%2015.5%2019s-3.172-.645-4.271-1.875C10.133%2015.899%209.5%2014.146%209.5%2012s.633-3.9%201.729-5.125C12.329%205.645%2013.848%205%2015.5%205s3.172.645%204.271%201.875a6.3%206.3%200%200%201%201.058%201.658c.207.472-.167.967-.682.967c-.328%200-.616-.208-.757-.505a4.7%204.7%200%200%200-.737-1.12C17.853%206.98%2016.747%206.5%2015.5%206.5s-2.353.48-3.153%201.375%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-24-regular.svg?color=%231a73e8&size=48