Celsius Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Celsius icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/305349.svg" alt="Celsius icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305349.svg" alt="Celsius icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305349.svg" alt="Celsius icon" :width="24" :height="24" />
CSS background
.icon-celsius {
background-image: url('https://proicons.com/icon/305349.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M323 202c0-72-59-130-130-130S63 130 63 202s58 130 130 130c71 0 130-58 130-130zm-130 62c-35 0-63-28-63-62s28-62 63-62c34 0 62 28 62 62s-28 62-62 62zm578 485c-32 13-65 20-99 20-35 0-68-6-99-20-30-13-57-31-80-54s-41-49-54-80c-14-30-20-63-20-97 0-35 6-68 20-99 13-30 31-57 54-80 23-22 50-40 80-54 31-13 64-20 99-20 34 0 67 7 99 21 32 13 59 32 82 57l84-138c-36-32-78-56-123-73-46-17-94-25-143-25-37 0-73 5-108 14-35 10-68 24-98 42-31 18-58 39-83 64s-47 53-65 84c-18 30-31 63-41 98s-15 71-15 109 5 73 15 108 23 68 41 98c18 31 40 58 65 83s52 47 83 65c30 18 63 32 98 41 35 10 71 15 108 15 49 0 97-9 143-25 45-17 87-42 123-74l-84-138c-23 25-50 44-82 58z"/></svg>
Celsius in other icon packs
Copied!