temperature degree celsius icon

temperature-degree-celsius-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.

Name
temperature-degree-celsius-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
License
MIT

11 other variants in Fluent UI System Icons

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 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-14m15.126 6.07C23.267 16.123 22 19.353 22 24s1.267 7.878 3.126 9.93C26.976 35.97 29.55 37 32.5 37s5.524-1.03 7.374-3.07c.713-.788 1.34-1.749 1.84-2.897c.265-.607.845-1.033 1.507-1.033c1.02 0 1.764.975 1.376 1.92c-.637 1.552-1.478 2.896-2.5 4.024C39.603 38.695 36.177 40 32.5 40s-7.103-1.305-9.597-4.056C20.42 33.203 19 29.183 19 24s1.42-9.203 3.903-11.944C25.397 9.305 28.823 8 32.5 8s7.103 1.305 9.597 4.056c1.022 1.128 1.863 2.472 2.5 4.024c.387.945-.355 1.92-1.376 1.92c-.662 0-1.242-.426-1.506-1.033c-.502-1.148-1.128-2.109-1.841-2.896C38.024 12.03 35.45 11 32.5 11s-5.524 1.03-7.374 3.07"/></svg>

React

import type { SVGProps } from "react";

export function FluentTemperatureDegreeCelsius48Filled(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 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-14m15.126 6.07C23.267 16.123 22 19.353 22 24s1.267 7.878 3.126 9.93C26.976 35.97 29.55 37 32.5 37s5.524-1.03 7.374-3.07c.713-.788 1.34-1.749 1.84-2.897c.265-.607.845-1.033 1.507-1.033c1.02 0 1.764.975 1.376 1.92c-.637 1.552-1.478 2.896-2.5 4.024C39.603 38.695 36.177 40 32.5 40s-7.103-1.305-9.597-4.056C20.42 33.203 19 29.183 19 24s1.42-9.203 3.903-11.944C25.397 9.305 28.823 8 32.5 8s7.103 1.305 9.597 4.056c1.022 1.128 1.863 2.472 2.5 4.024c.387.945-.355 1.92-1.376 1.92c-.662 0-1.242-.426-1.506-1.033c-.502-1.148-1.128-2.109-1.841-2.896C38.024 12.03 35.45 11 32.5 11s-5.524 1.03-7.374 3.07"/></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 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-14m15.126 6.07C23.267 16.123 22 19.353 22 24s1.267 7.878 3.126 9.93C26.976 35.97 29.55 37 32.5 37s5.524-1.03 7.374-3.07c.713-.788 1.34-1.749 1.84-2.897c.265-.607.845-1.033 1.507-1.033c1.02 0 1.764.975 1.376 1.92c-.637 1.552-1.478 2.896-2.5 4.024C39.603 38.695 36.177 40 32.5 40s-7.103-1.305-9.597-4.056C20.42 33.203 19 29.183 19 24s1.42-9.203 3.903-11.944C25.397 9.305 28.823 8 32.5 8s7.103 1.305 9.597 4.056c1.022 1.128 1.863 2.472 2.5 4.024c.387.945-.355 1.92-1.376 1.92c-.662 0-1.242-.426-1.506-1.033c-.502-1.148-1.128-2.109-1.841-2.896C38.024 12.03 35.45 11 32.5 11s-5.524 1.03-7.374 3.07"/></svg>
</template>

CSS

.icon-temperature-degree-celsius-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%22M6%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-14m15.126%206.07C23.267%2016.123%2022%2019.353%2022%2024s1.267%207.878%203.126%209.93C26.976%2035.97%2029.55%2037%2032.5%2037s5.524-1.03%207.374-3.07c.713-.788%201.34-1.749%201.84-2.897c.265-.607.845-1.033%201.507-1.033c1.02%200%201.764.975%201.376%201.92c-.637%201.552-1.478%202.896-2.5%204.024C39.603%2038.695%2036.177%2040%2032.5%2040s-7.103-1.305-9.597-4.056C20.42%2033.203%2019%2029.183%2019%2024s1.42-9.203%203.903-11.944C25.397%209.305%2028.823%208%2032.5%208s7.103%201.305%209.597%204.056c1.022%201.128%201.863%202.472%202.5%204.024c.387.945-.355%201.92-1.376%201.92c-.662%200-1.242-.426-1.506-1.033c-.502-1.148-1.128-2.109-1.841-2.896C38.024%2012.03%2035.45%2011%2032.5%2011s-5.524%201.03-7.374%203.07%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%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-14m15.126%206.07C23.267%2016.123%2022%2019.353%2022%2024s1.267%207.878%203.126%209.93C26.976%2035.97%2029.55%2037%2032.5%2037s5.524-1.03%207.374-3.07c.713-.788%201.34-1.749%201.84-2.897c.265-.607.845-1.033%201.507-1.033c1.02%200%201.764.975%201.376%201.92c-.637%201.552-1.478%202.896-2.5%204.024C39.603%2038.695%2036.177%2040%2032.5%2040s-7.103-1.305-9.597-4.056C20.42%2033.203%2019%2029.183%2019%2024s1.42-9.203%203.903-11.944C25.397%209.305%2028.823%208%2032.5%208s7.103%201.305%209.597%204.056c1.022%201.128%201.863%202.472%202.5%204.024c.387.945-.355%201.92-1.376%201.92c-.662%200-1.242-.426-1.506-1.033c-.502-1.148-1.128-2.109-1.841-2.896C38.024%2012.03%2035.45%2011%2032.5%2011s-5.524%201.03-7.374%203.07%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-filled.svg?color=%231a73e8&size=48