temperature degree celsius icon
temperature-degree-celsius-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- temperature-degree-celsius-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- 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-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 28 28"><path fill="currentColor" d="M4 8.5a2 2 0 1 1 4 0a2 2 0 0 1-4 0M6 5a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7m7.787 3.3C14.851 7.104 16.326 6.5 18 6.5s3.15.605 4.213 1.8c.503.563.928 1.276 1.237 2.146a.81.81 0 0 0 .757.554c.493 0 .86-.462.701-.93c-.37-1.088-.903-2.014-1.575-2.769C21.953 5.753 20.053 5 18 5s-3.954.753-5.333 2.301C11.293 8.843 10.5 11.1 10.5 14s.793 5.157 2.167 6.699C14.047 22.247 15.947 23 18 23s3.954-.753 5.333-2.301a7.6 7.6 0 0 0 1.13-1.69c.236-.48-.138-1.009-.674-1.009a.84.84 0 0 0-.732.464a6 6 0 0 1-.844 1.237C21.149 20.895 19.674 21.5 18 21.5s-3.15-.605-4.213-1.8C12.717 18.5 12 16.634 12 14s.718-4.5 1.787-5.7"/></svg>
React
import type { SVGProps } from "react";
export function FluentTemperatureDegreeCelsius28Regular(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 8.5a2 2 0 1 1 4 0a2 2 0 0 1-4 0M6 5a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7m7.787 3.3C14.851 7.104 16.326 6.5 18 6.5s3.15.605 4.213 1.8c.503.563.928 1.276 1.237 2.146a.81.81 0 0 0 .757.554c.493 0 .86-.462.701-.93c-.37-1.088-.903-2.014-1.575-2.769C21.953 5.753 20.053 5 18 5s-3.954.753-5.333 2.301C11.293 8.843 10.5 11.1 10.5 14s.793 5.157 2.167 6.699C14.047 22.247 15.947 23 18 23s3.954-.753 5.333-2.301a7.6 7.6 0 0 0 1.13-1.69c.236-.48-.138-1.009-.674-1.009a.84.84 0 0 0-.732.464a6 6 0 0 1-.844 1.237C21.149 20.895 19.674 21.5 18 21.5s-3.15-.605-4.213-1.8C12.717 18.5 12 16.634 12 14s.718-4.5 1.787-5.7"/></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 8.5a2 2 0 1 1 4 0a2 2 0 0 1-4 0M6 5a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7m7.787 3.3C14.851 7.104 16.326 6.5 18 6.5s3.15.605 4.213 1.8c.503.563.928 1.276 1.237 2.146a.81.81 0 0 0 .757.554c.493 0 .86-.462.701-.93c-.37-1.088-.903-2.014-1.575-2.769C21.953 5.753 20.053 5 18 5s-3.954.753-5.333 2.301C11.293 8.843 10.5 11.1 10.5 14s.793 5.157 2.167 6.699C14.047 22.247 15.947 23 18 23s3.954-.753 5.333-2.301a7.6 7.6 0 0 0 1.13-1.69c.236-.48-.138-1.009-.674-1.009a.84.84 0 0 0-.732.464a6 6 0 0 1-.844 1.237C21.149 20.895 19.674 21.5 18 21.5s-3.15-.605-4.213-1.8C12.717 18.5 12 16.634 12 14s.718-4.5 1.787-5.7"/></svg> </template>
CSS
.icon-temperature-degree-celsius-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%208.5a2%202%200%201%201%204%200a2%202%200%200%201-4%200M6%205a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7m7.787%203.3C14.851%207.104%2016.326%206.5%2018%206.5s3.15.605%204.213%201.8c.503.563.928%201.276%201.237%202.146a.81.81%200%200%200%20.757.554c.493%200%20.86-.462.701-.93c-.37-1.088-.903-2.014-1.575-2.769C21.953%205.753%2020.053%205%2018%205s-3.954.753-5.333%202.301C11.293%208.843%2010.5%2011.1%2010.5%2014s.793%205.157%202.167%206.699C14.047%2022.247%2015.947%2023%2018%2023s3.954-.753%205.333-2.301a7.6%207.6%200%200%200%201.13-1.69c.236-.48-.138-1.009-.674-1.009a.84.84%200%200%200-.732.464a6%206%200%200%201-.844%201.237C21.149%2020.895%2019.674%2021.5%2018%2021.5s-3.15-.605-4.213-1.8C12.717%2018.5%2012%2016.634%2012%2014s.718-4.5%201.787-5.7%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%208.5a2%202%200%201%201%204%200a2%202%200%200%201-4%200M6%205a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7m7.787%203.3C14.851%207.104%2016.326%206.5%2018%206.5s3.15.605%204.213%201.8c.503.563.928%201.276%201.237%202.146a.81.81%200%200%200%20.757.554c.493%200%20.86-.462.701-.93c-.37-1.088-.903-2.014-1.575-2.769C21.953%205.753%2020.053%205%2018%205s-3.954.753-5.333%202.301C11.293%208.843%2010.5%2011.1%2010.5%2014s.793%205.157%202.167%206.699C14.047%2022.247%2015.947%2023%2018%2023s3.954-.753%205.333-2.301a7.6%207.6%200%200%200%201.13-1.69c.236-.48-.138-1.009-.674-1.009a.84.84%200%200%200-.732.464a6%206%200%200%201-.844%201.237C21.149%2020.895%2019.674%2021.5%2018%2021.5s-3.15-.605-4.213-1.8C12.717%2018.5%2012%2016.634%2012%2014s.718-4.5%201.787-5.7%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-regular.svg?color=%231a73e8&size=48