infrared from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
infrared
Set
Material Symbols
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
infrared-outline, infrared-outline-sharp, infrared-sharp

1 other variant in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the infrared icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.9 21.9l-1.425-1.425q1.65-1.65 2.588-3.812T18 12t-.937-4.663t-2.588-3.812L15.9 2.1q1.9 1.9 3 4.438T20 12t-1.1 5.463t-3 4.437m-2.825-2.825L11.65 17.65q1.1-1.1 1.725-2.55T14 12t-.625-3.1t-1.725-2.55l1.425-1.425q1.35 1.35 2.138 3.175T16 12t-.788 3.9t-2.137 3.175M10.25 16.25l-1.425-1.425q.55-.55.863-1.275T10 12t-.312-1.55t-.863-1.275L10.25 7.75q.8.8 1.275 1.9T12 12t-.475 2.35t-1.275 1.9M4 20V4h2v6q.825 0 1.413.588T8 12t-.587 1.413T6 14v6z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsInfrared(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.9 21.9l-1.425-1.425q1.65-1.65 2.588-3.812T18 12t-.937-4.663t-2.588-3.812L15.9 2.1q1.9 1.9 3 4.438T20 12t-1.1 5.463t-3 4.437m-2.825-2.825L11.65 17.65q1.1-1.1 1.725-2.55T14 12t-.625-3.1t-1.725-2.55l1.425-1.425q1.35 1.35 2.138 3.175T16 12t-.788 3.9t-2.137 3.175M10.25 16.25l-1.425-1.425q.55-.55.863-1.275T10 12t-.312-1.55t-.863-1.275L10.25 7.75q.8.8 1.275 1.9T12 12t-.475 2.35t-1.275 1.9M4 20V4h2v6q.825 0 1.413.588T8 12t-.587 1.413T6 14v6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.9 21.9l-1.425-1.425q1.65-1.65 2.588-3.812T18 12t-.937-4.663t-2.588-3.812L15.9 2.1q1.9 1.9 3 4.438T20 12t-1.1 5.463t-3 4.437m-2.825-2.825L11.65 17.65q1.1-1.1 1.725-2.55T14 12t-.625-3.1t-1.725-2.55l1.425-1.425q1.35 1.35 2.138 3.175T16 12t-.788 3.9t-2.137 3.175M10.25 16.25l-1.425-1.425q.55-.55.863-1.275T10 12t-.312-1.55t-.863-1.275L10.25 7.75q.8.8 1.275 1.9T12 12t-.475 2.35t-1.275 1.9M4 20V4h2v6q.825 0 1.413.588T8 12t-.587 1.413T6 14v6z"/></svg>
</template>

CSS

.icon-infrared {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m15.9%2021.9l-1.425-1.425q1.65-1.65%202.588-3.812T18%2012t-.937-4.663t-2.588-3.812L15.9%202.1q1.9%201.9%203%204.438T20%2012t-1.1%205.463t-3%204.437m-2.825-2.825L11.65%2017.65q1.1-1.1%201.725-2.55T14%2012t-.625-3.1t-1.725-2.55l1.425-1.425q1.35%201.35%202.138%203.175T16%2012t-.788%203.9t-2.137%203.175M10.25%2016.25l-1.425-1.425q.55-.55.863-1.275T10%2012t-.312-1.55t-.863-1.275L10.25%207.75q.8.8%201.275%201.9T12%2012t-.475%202.35t-1.275%201.9M4%2020V4h2v6q.825%200%201.413.588T8%2012t-.587%201.413T6%2014v6z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m15.9%2021.9l-1.425-1.425q1.65-1.65%202.588-3.812T18%2012t-.937-4.663t-2.588-3.812L15.9%202.1q1.9%201.9%203%204.438T20%2012t-1.1%205.463t-3%204.437m-2.825-2.825L11.65%2017.65q1.1-1.1%201.725-2.55T14%2012t-.625-3.1t-1.725-2.55l1.425-1.425q1.35%201.35%202.138%203.175T16%2012t-.788%203.9t-2.137%203.175M10.25%2016.25l-1.425-1.425q.55-.55.863-1.275T10%2012t-.312-1.55t-.863-1.275L10.25%207.75q.8.8%201.275%201.9T12%2012t-.475%202.35t-1.275%201.9M4%2020V4h2v6q.825%200%201.413.588T8%2012t-.587%201.413T6%2014v6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/infrared.svg?color=%231a73e8&size=48