temperature degree celsius icon

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

Name
temperature-degree-celsius-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M4 9a2 2 0 1 1 4 0a2 2 0 0 1-4 0m2-4a4 4 0 1 0 0 8a4 4 0 0 0 0-8m8.653 3.65C13.678 9.753 13 11.495 13 14s.678 4.248 1.653 5.35C15.619 20.441 16.96 21 18.5 21s2.88-.558 3.847-1.65q.3-.34.56-.76c.212-.349.577-.59.986-.59c.727 0 1.235.721.882 1.356q-.405.726-.93 1.319C22.46 22.24 20.55 23 18.5 23s-3.96-.759-5.345-2.325C11.777 19.117 11 16.859 11 14s.777-5.117 2.155-6.675C14.54 5.76 16.45 5 18.5 5s3.96.759 5.345 2.325a7.9 7.9 0 0 1 1.446 2.43c.237.621-.257 1.245-.922 1.245c-.455 0-.848-.302-1.023-.722a5.8 5.8 0 0 0-.999-1.627C21.381 7.558 20.04 7 18.5 7s-2.88.558-3.847 1.65"/></svg>

React

import type { SVGProps } from "react";

export function FluentTemperatureDegreeCelsius28Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M4 9a2 2 0 1 1 4 0a2 2 0 0 1-4 0m2-4a4 4 0 1 0 0 8a4 4 0 0 0 0-8m8.653 3.65C13.678 9.753 13 11.495 13 14s.678 4.248 1.653 5.35C15.619 20.441 16.96 21 18.5 21s2.88-.558 3.847-1.65q.3-.34.56-.76c.212-.349.577-.59.986-.59c.727 0 1.235.721.882 1.356q-.405.726-.93 1.319C22.46 22.24 20.55 23 18.5 23s-3.96-.759-5.345-2.325C11.777 19.117 11 16.859 11 14s.777-5.117 2.155-6.675C14.54 5.76 16.45 5 18.5 5s3.96.759 5.345 2.325a7.9 7.9 0 0 1 1.446 2.43c.237.621-.257 1.245-.922 1.245c-.455 0-.848-.302-1.023-.722a5.8 5.8 0 0 0-.999-1.627C21.381 7.558 20.04 7 18.5 7s-2.88.558-3.847 1.65"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M4 9a2 2 0 1 1 4 0a2 2 0 0 1-4 0m2-4a4 4 0 1 0 0 8a4 4 0 0 0 0-8m8.653 3.65C13.678 9.753 13 11.495 13 14s.678 4.248 1.653 5.35C15.619 20.441 16.96 21 18.5 21s2.88-.558 3.847-1.65q.3-.34.56-.76c.212-.349.577-.59.986-.59c.727 0 1.235.721.882 1.356q-.405.726-.93 1.319C22.46 22.24 20.55 23 18.5 23s-3.96-.759-5.345-2.325C11.777 19.117 11 16.859 11 14s.777-5.117 2.155-6.675C14.54 5.76 16.45 5 18.5 5s3.96.759 5.345 2.325a7.9 7.9 0 0 1 1.446 2.43c.237.621-.257 1.245-.922 1.245c-.455 0-.848-.302-1.023-.722a5.8 5.8 0 0 0-.999-1.627C21.381 7.558 20.04 7 18.5 7s-2.88.558-3.847 1.65"/></svg>
</template>

CSS

.icon-temperature-degree-celsius-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%209a2%202%200%201%201%204%200a2%202%200%200%201-4%200m2-4a4%204%200%201%200%200%208a4%204%200%200%200%200-8m8.653%203.65C13.678%209.753%2013%2011.495%2013%2014s.678%204.248%201.653%205.35C15.619%2020.441%2016.96%2021%2018.5%2021s2.88-.558%203.847-1.65q.3-.34.56-.76c.212-.349.577-.59.986-.59c.727%200%201.235.721.882%201.356q-.405.726-.93%201.319C22.46%2022.24%2020.55%2023%2018.5%2023s-3.96-.759-5.345-2.325C11.777%2019.117%2011%2016.859%2011%2014s.777-5.117%202.155-6.675C14.54%205.76%2016.45%205%2018.5%205s3.96.759%205.345%202.325a7.9%207.9%200%200%201%201.446%202.43c.237.621-.257%201.245-.922%201.245c-.455%200-.848-.302-1.023-.722a5.8%205.8%200%200%200-.999-1.627C21.381%207.558%2020.04%207%2018.5%207s-2.88.558-3.847%201.65%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%209a2%202%200%201%201%204%200a2%202%200%200%201-4%200m2-4a4%204%200%201%200%200%208a4%204%200%200%200%200-8m8.653%203.65C13.678%209.753%2013%2011.495%2013%2014s.678%204.248%201.653%205.35C15.619%2020.441%2016.96%2021%2018.5%2021s2.88-.558%203.847-1.65q.3-.34.56-.76c.212-.349.577-.59.986-.59c.727%200%201.235.721.882%201.356q-.405.726-.93%201.319C22.46%2022.24%2020.55%2023%2018.5%2023s-3.96-.759-5.345-2.325C11.777%2019.117%2011%2016.859%2011%2014s.777-5.117%202.155-6.675C14.54%205.76%2016.45%205%2018.5%205s3.96.759%205.345%202.325a7.9%207.9%200%200%201%201.446%202.43c.237.621-.257%201.245-.922%201.245c-.455%200-.848-.302-1.023-.722a5.8%205.8%200%200%200-.999-1.627C21.381%207.558%2020.04%207%2018.5%207s-2.88.558-3.847%201.65%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-28-filled.svg?color=%231a73e8&size=48