infrared icon
infrared from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- infrared
- Set
- Material Symbols Light
- 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 Light
The same icon in other sets
More social icons from Material Symbols Light
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="m14.246 20.246l-.713-.713q1.458-1.458 2.289-3.39q.832-1.931.832-4.143t-.832-4.143t-2.29-3.39l.714-.713q1.592 1.592 2.5 3.707T17.654 12t-.908 4.54t-2.5 3.706m-2.402-2.402l-.713-.713q.984-.985 1.561-2.3q.577-1.316.577-2.831t-.577-2.83t-1.561-2.3l.713-.714q1.12 1.119 1.772 2.617q.653 1.498.653 3.227t-.653 3.227q-.652 1.498-1.772 2.617m-2.382-2.383l-.714-.713q.53-.53.834-1.237q.303-.705.303-1.511t-.303-1.511t-.834-1.237l.714-.713q.665.665 1.044 1.553T10.885 12t-.38 1.908t-1.043 1.554M5.019 19.5v-15h1v6q.614.02 1.047.453q.434.434.434 1.047t-.434 1.047t-1.047.453v6z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightInfrared(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="m14.246 20.246l-.713-.713q1.458-1.458 2.289-3.39q.832-1.931.832-4.143t-.832-4.143t-2.29-3.39l.714-.713q1.592 1.592 2.5 3.707T17.654 12t-.908 4.54t-2.5 3.706m-2.402-2.402l-.713-.713q.984-.985 1.561-2.3q.577-1.316.577-2.831t-.577-2.83t-1.561-2.3l.713-.714q1.12 1.119 1.772 2.617q.653 1.498.653 3.227t-.653 3.227q-.652 1.498-1.772 2.617m-2.382-2.383l-.714-.713q.53-.53.834-1.237q.303-.705.303-1.511t-.303-1.511t-.834-1.237l.714-.713q.665.665 1.044 1.553T10.885 12t-.38 1.908t-1.043 1.554M5.019 19.5v-15h1v6q.614.02 1.047.453q.434.434.434 1.047t-.434 1.047t-1.047.453v6z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.246 20.246l-.713-.713q1.458-1.458 2.289-3.39q.832-1.931.832-4.143t-.832-4.143t-2.29-3.39l.714-.713q1.592 1.592 2.5 3.707T17.654 12t-.908 4.54t-2.5 3.706m-2.402-2.402l-.713-.713q.984-.985 1.561-2.3q.577-1.316.577-2.831t-.577-2.83t-1.561-2.3l.713-.714q1.12 1.119 1.772 2.617q.653 1.498.653 3.227t-.653 3.227q-.652 1.498-1.772 2.617m-2.382-2.383l-.714-.713q.53-.53.834-1.237q.303-.705.303-1.511t-.303-1.511t-.834-1.237l.714-.713q.665.665 1.044 1.553T10.885 12t-.38 1.908t-1.043 1.554M5.019 19.5v-15h1v6q.614.02 1.047.453q.434.434.434 1.047t-.434 1.047t-1.047.453v6z"/></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%22m14.246%2020.246l-.713-.713q1.458-1.458%202.289-3.39q.832-1.931.832-4.143t-.832-4.143t-2.29-3.39l.714-.713q1.592%201.592%202.5%203.707T17.654%2012t-.908%204.54t-2.5%203.706m-2.402-2.402l-.713-.713q.984-.985%201.561-2.3q.577-1.316.577-2.831t-.577-2.83t-1.561-2.3l.713-.714q1.12%201.119%201.772%202.617q.653%201.498.653%203.227t-.653%203.227q-.652%201.498-1.772%202.617m-2.382-2.383l-.714-.713q.53-.53.834-1.237q.303-.705.303-1.511t-.303-1.511t-.834-1.237l.714-.713q.665.665%201.044%201.553T10.885%2012t-.38%201.908t-1.043%201.554M5.019%2019.5v-15h1v6q.614.02%201.047.453q.434.434.434%201.047t-.434%201.047t-1.047.453v6z%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%22m14.246%2020.246l-.713-.713q1.458-1.458%202.289-3.39q.832-1.931.832-4.143t-.832-4.143t-2.29-3.39l.714-.713q1.592%201.592%202.5%203.707T17.654%2012t-.908%204.54t-2.5%203.706m-2.402-2.402l-.713-.713q.984-.985%201.561-2.3q.577-1.316.577-2.831t-.577-2.83t-1.561-2.3l.713-.714q1.12%201.119%201.772%202.617q.653%201.498.653%203.227t-.653%203.227q-.652%201.498-1.772%202.617m-2.382-2.383l-.714-.713q.53-.53.834-1.237q.303-.705.303-1.511t-.303-1.511t-.834-1.237l.714-.713q.665.665%201.044%201.553T10.885%2012t-.38%201.908t-1.043%201.554M5.019%2019.5v-15h1v6q.614.02%201.047.453q.434.434.434%201.047t-.434%201.047t-1.047.453v6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/infrared.svg?color=%231a73e8&size=48