temperature icon

temperature-bold-duotone from Solar by 480 Design · Bold Duotone · Weather · CC-BY-4.0 Attribution required.

Name
temperature-bold-duotone
Set
Solar
Style
Bold Duotone
Category
Weather
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More weather icons from Solar

Use the temperature icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.5 16.5C17.5 19.5376 15.0376 22 12 22C8.96243 22 6.5 19.5376 6.5 16.5C6.5 14.7636 7.30465 13.2152 8.56141 12.2072C8.82505 11.9957 9 11.6857 9 11.3477V5C9 3.34315 10.3431 2 12 2C13.6569 2 15 3.34315 15 5V11.3477C15 11.6857 15.1749 11.9957 15.4386 12.2072C16.6954 13.2152 17.5 14.7636 17.5 16.5Z" opacity=".5"/><path d="M12.75 5C12.75 4.58579 12.4142 4.25 12 4.25C11.5858 4.25 11.25 4.58579 11.25 5V13.3804C11.25 13.8172 10.9527 14.1876 10.592 14.4339C9.93273 14.8841 9.5 15.6415 9.5 16.5C9.5 17.8807 10.6193 19 12 19C13.3807 19 14.5 17.8807 14.5 16.5C14.5 15.6415 14.0673 14.8841 13.408 14.4339C13.0473 14.1876 12.75 13.8172 12.75 13.3804V5Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarTemperatureBoldDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.5 16.5C17.5 19.5376 15.0376 22 12 22C8.96243 22 6.5 19.5376 6.5 16.5C6.5 14.7636 7.30465 13.2152 8.56141 12.2072C8.82505 11.9957 9 11.6857 9 11.3477V5C9 3.34315 10.3431 2 12 2C13.6569 2 15 3.34315 15 5V11.3477C15 11.6857 15.1749 11.9957 15.4386 12.2072C16.6954 13.2152 17.5 14.7636 17.5 16.5Z" opacity=".5"/><path d="M12.75 5C12.75 4.58579 12.4142 4.25 12 4.25C11.5858 4.25 11.25 4.58579 11.25 5V13.3804C11.25 13.8172 10.9527 14.1876 10.592 14.4339C9.93273 14.8841 9.5 15.6415 9.5 16.5C9.5 17.8807 10.6193 19 12 19C13.3807 19 14.5 17.8807 14.5 16.5C14.5 15.6415 14.0673 14.8841 13.408 14.4339C13.0473 14.1876 12.75 13.8172 12.75 13.3804V5Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.5 16.5C17.5 19.5376 15.0376 22 12 22C8.96243 22 6.5 19.5376 6.5 16.5C6.5 14.7636 7.30465 13.2152 8.56141 12.2072C8.82505 11.9957 9 11.6857 9 11.3477V5C9 3.34315 10.3431 2 12 2C13.6569 2 15 3.34315 15 5V11.3477C15 11.6857 15.1749 11.9957 15.4386 12.2072C16.6954 13.2152 17.5 14.7636 17.5 16.5Z" opacity=".5"/><path d="M12.75 5C12.75 4.58579 12.4142 4.25 12 4.25C11.5858 4.25 11.25 4.58579 11.25 5V13.3804C11.25 13.8172 10.9527 14.1876 10.592 14.4339C9.93273 14.8841 9.5 15.6415 9.5 16.5C9.5 17.8807 10.6193 19 12 19C13.3807 19 14.5 17.8807 14.5 16.5C14.5 15.6415 14.0673 14.8841 13.408 14.4339C13.0473 14.1876 12.75 13.8172 12.75 13.3804V5Z"/></g></svg>
</template>

CSS

.icon-temperature-bold-duotone {
  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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M17.5%2016.5C17.5%2019.5376%2015.0376%2022%2012%2022C8.96243%2022%206.5%2019.5376%206.5%2016.5C6.5%2014.7636%207.30465%2013.2152%208.56141%2012.2072C8.82505%2011.9957%209%2011.6857%209%2011.3477V5C9%203.34315%2010.3431%202%2012%202C13.6569%202%2015%203.34315%2015%205V11.3477C15%2011.6857%2015.1749%2011.9957%2015.4386%2012.2072C16.6954%2013.2152%2017.5%2014.7636%2017.5%2016.5Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12.75%205C12.75%204.58579%2012.4142%204.25%2012%204.25C11.5858%204.25%2011.25%204.58579%2011.25%205V13.3804C11.25%2013.8172%2010.9527%2014.1876%2010.592%2014.4339C9.93273%2014.8841%209.5%2015.6415%209.5%2016.5C9.5%2017.8807%2010.6193%2019%2012%2019C13.3807%2019%2014.5%2017.8807%2014.5%2016.5C14.5%2015.6415%2014.0673%2014.8841%2013.408%2014.4339C13.0473%2014.1876%2012.75%2013.8172%2012.75%2013.3804V5Z%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M17.5%2016.5C17.5%2019.5376%2015.0376%2022%2012%2022C8.96243%2022%206.5%2019.5376%206.5%2016.5C6.5%2014.7636%207.30465%2013.2152%208.56141%2012.2072C8.82505%2011.9957%209%2011.6857%209%2011.3477V5C9%203.34315%2010.3431%202%2012%202C13.6569%202%2015%203.34315%2015%205V11.3477C15%2011.6857%2015.1749%2011.9957%2015.4386%2012.2072C16.6954%2013.2152%2017.5%2014.7636%2017.5%2016.5Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12.75%205C12.75%204.58579%2012.4142%204.25%2012%204.25C11.5858%204.25%2011.25%204.58579%2011.25%205V13.3804C11.25%2013.8172%2010.9527%2014.1876%2010.592%2014.4339C9.93273%2014.8841%209.5%2015.6415%209.5%2016.5C9.5%2017.8807%2010.6193%2019%2012%2019C13.3807%2019%2014.5%2017.8807%2014.5%2016.5C14.5%2015.6415%2014.0673%2014.8841%2013.408%2014.4339C13.0473%2014.1876%2012.75%2013.8172%2012.75%2013.3804V5Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/temperature-bold-duotone.svg?color=%231a73e8&size=48