Temperature Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Temperature 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/319017.svg" alt="Temperature icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319017.svg" alt="Temperature icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319017.svg" alt="Temperature icon" :width="24" :height="24" />
CSS background
.icon-temperature {
background-image: url('https://proicons.com/icon/319017.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><style>.cls-1{fill:none;}</style></defs><title>temperature</title><path d="M13,17.26V6A4,4,0,0,0,5,6V17.26a7,7,0,1,0,8,0ZM9,4a2,2,0,0,1,2,2v7H7V6A2,2,0,0,1,9,4ZM9,28a5,5,0,0,1-2.5-9.33l.5-.28V15h4v3.39l.5.28A5,5,0,0,1,9,28Z" transform="translate(0 0)"/><rect x="20" y="4" width="10" height="2"/><rect x="20" y="10" width="7" height="2"/><rect x="20" y="16" width="10" height="2"/><rect x="20" y="22" width="7" height="2"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/></svg>
Temperature in other icon packs
Copied!