temperature high icon

temperature-high-sharp from Keyline Icons by Keyline Icons · Sharp · MIT Free for personal and commercial use.

Name
temperature-high-sharp
Set
Keyline Icons
Style
Sharp
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

Related icons in Keyline Icons

Use the temperature high icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path d="M4 6C4 3.7909 5.7909 2 8 2C10.2091 2 12 3.7909 12 6L12 11.5279C13.2726 12.6661 14 14.2926 14 16C14 19.3137 11.3137 22 8 22C4.6863 22 2 19.3137 2 16C2 14.2926 2.7274 12.6661 4 11.5279L4 6ZM8 16L8 7.5L8 6.5M22 5C22 6.6569 20.6569 8 19 8C17.3431 8 16 6.6569 16 5C16 3.3431 17.3431 2 19 2C20.6569 2 22 3.3431 22 5Z"/><path fill="currentColor" d="M9.5 16C9.5 16.8284 8.8284 17.5 8 17.5C7.1716 17.5 6.5 16.8284 6.5 16C6.5 15.1716 7.1716 14.5 8 14.5C8.8284 14.5 9.5 15.1716 9.5 16Z" stroke="none"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsTemperatureHighSharp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2"><path d="M4 6C4 3.7909 5.7909 2 8 2C10.2091 2 12 3.7909 12 6L12 11.5279C13.2726 12.6661 14 14.2926 14 16C14 19.3137 11.3137 22 8 22C4.6863 22 2 19.3137 2 16C2 14.2926 2.7274 12.6661 4 11.5279L4 6ZM8 16L8 7.5L8 6.5M22 5C22 6.6569 20.6569 8 19 8C17.3431 8 16 6.6569 16 5C16 3.3431 17.3431 2 19 2C20.6569 2 22 3.3431 22 5Z"/><path fill="currentColor" d="M9.5 16C9.5 16.8284 8.8284 17.5 8 17.5C7.1716 17.5 6.5 16.8284 6.5 16C6.5 15.1716 7.1716 14.5 8 14.5C8.8284 14.5 9.5 15.1716 9.5 16Z" stroke="none"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path d="M4 6C4 3.7909 5.7909 2 8 2C10.2091 2 12 3.7909 12 6L12 11.5279C13.2726 12.6661 14 14.2926 14 16C14 19.3137 11.3137 22 8 22C4.6863 22 2 19.3137 2 16C2 14.2926 2.7274 12.6661 4 11.5279L4 6ZM8 16L8 7.5L8 6.5M22 5C22 6.6569 20.6569 8 19 8C17.3431 8 16 6.6569 16 5C16 3.3431 17.3431 2 19 2C20.6569 2 22 3.3431 22 5Z"/><path fill="currentColor" d="M9.5 16C9.5 16.8284 8.8284 17.5 8 17.5C7.1716 17.5 6.5 16.8284 6.5 16C6.5 15.1716 7.1716 14.5 8 14.5C8.8284 14.5 9.5 15.1716 9.5 16Z" stroke="none"/></g></svg>
</template>

CSS

.icon-temperature-high-sharp {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M4%206C4%203.7909%205.7909%202%208%202C10.2091%202%2012%203.7909%2012%206L12%2011.5279C13.2726%2012.6661%2014%2014.2926%2014%2016C14%2019.3137%2011.3137%2022%208%2022C4.6863%2022%202%2019.3137%202%2016C2%2014.2926%202.7274%2012.6661%204%2011.5279L4%206ZM8%2016L8%207.5L8%206.5M22%205C22%206.6569%2020.6569%208%2019%208C17.3431%208%2016%206.6569%2016%205C16%203.3431%2017.3431%202%2019%202C20.6569%202%2022%203.3431%2022%205Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%2016C9.5%2016.8284%208.8284%2017.5%208%2017.5C7.1716%2017.5%206.5%2016.8284%206.5%2016C6.5%2015.1716%207.1716%2014.5%208%2014.5C8.8284%2014.5%209.5%2015.1716%209.5%2016Z%22%20stroke%3D%22none%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M4%206C4%203.7909%205.7909%202%208%202C10.2091%202%2012%203.7909%2012%206L12%2011.5279C13.2726%2012.6661%2014%2014.2926%2014%2016C14%2019.3137%2011.3137%2022%208%2022C4.6863%2022%202%2019.3137%202%2016C2%2014.2926%202.7274%2012.6661%204%2011.5279L4%206ZM8%2016L8%207.5L8%206.5M22%205C22%206.6569%2020.6569%208%2019%208C17.3431%208%2016%206.6569%2016%205C16%203.3431%2017.3431%202%2019%202C20.6569%202%2022%203.3431%2022%205Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.5%2016C9.5%2016.8284%208.8284%2017.5%208%2017.5C7.1716%2017.5%206.5%2016.8284%206.5%2016C6.5%2015.1716%207.1716%2014.5%208%2014.5C8.8284%2014.5%209.5%2015.1716%209.5%2016Z%22%20stroke%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/temperature-high-sharp.svg?color=%231a73e8&size=48