infrared icon
infrared-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- infrared-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- infrared-outline-rounded
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="M16.84 16.274q-.813 1.995-2.215 3.557q-.16.171-.363.199q-.204.028-.37-.138q-.165-.165-.13-.4q.034-.236.194-.413q1.28-1.421 1.99-3.227q.708-1.806.708-3.852t-.709-3.852t-1.99-3.227q-.159-.177-.194-.412q-.034-.236.131-.401q.166-.166.37-.138t.363.2q1.402 1.56 2.215 3.556q.814 1.995.814 4.274t-.814 4.274m-3.107-1.329q-.537 1.376-1.49 2.484q-.16.177-.374.202t-.379-.14t-.146-.37t.16-.38q.838-.968 1.302-2.176q.463-1.21.463-2.565t-.463-2.564t-1.302-2.176q-.14-.177-.16-.381t.146-.37t.38-.14t.372.202q.954 1.108 1.49 2.484T14.27 12t-.536 2.945m-3.136-1.294q-.288.772-.793 1.401q-.135.177-.336.196t-.366-.146q-.14-.14-.156-.354t.113-.39q.391-.489.608-1.088T9.884 12t-.217-1.27t-.608-1.088q-.128-.177-.113-.39t.156-.354q.165-.165.366-.146t.336.196q.505.629.793 1.401T10.885 12t-.288 1.651m-3.53-.604q-.434.434-1.048.453V19q0 .213-.143.357t-.357.143t-.356-.143T5.019 19V5q0-.213.144-.357t.356-.143t.357.143t.143.357v5.5q.614.02 1.047.453q.434.434.434 1.047t-.434 1.047"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightInfraredRounded(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="M16.84 16.274q-.813 1.995-2.215 3.557q-.16.171-.363.199q-.204.028-.37-.138q-.165-.165-.13-.4q.034-.236.194-.413q1.28-1.421 1.99-3.227q.708-1.806.708-3.852t-.709-3.852t-1.99-3.227q-.159-.177-.194-.412q-.034-.236.131-.401q.166-.166.37-.138t.363.2q1.402 1.56 2.215 3.556q.814 1.995.814 4.274t-.814 4.274m-3.107-1.329q-.537 1.376-1.49 2.484q-.16.177-.374.202t-.379-.14t-.146-.37t.16-.38q.838-.968 1.302-2.176q.463-1.21.463-2.565t-.463-2.564t-1.302-2.176q-.14-.177-.16-.381t.146-.37t.38-.14t.372.202q.954 1.108 1.49 2.484T14.27 12t-.536 2.945m-3.136-1.294q-.288.772-.793 1.401q-.135.177-.336.196t-.366-.146q-.14-.14-.156-.354t.113-.39q.391-.489.608-1.088T9.884 12t-.217-1.27t-.608-1.088q-.128-.177-.113-.39t.156-.354q.165-.165.366-.146t.336.196q.505.629.793 1.401T10.885 12t-.288 1.651m-3.53-.604q-.434.434-1.048.453V19q0 .213-.143.357t-.357.143t-.356-.143T5.019 19V5q0-.213.144-.357t.356-.143t.357.143t.143.357v5.5q.614.02 1.047.453q.434.434.434 1.047t-.434 1.047"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.84 16.274q-.813 1.995-2.215 3.557q-.16.171-.363.199q-.204.028-.37-.138q-.165-.165-.13-.4q.034-.236.194-.413q1.28-1.421 1.99-3.227q.708-1.806.708-3.852t-.709-3.852t-1.99-3.227q-.159-.177-.194-.412q-.034-.236.131-.401q.166-.166.37-.138t.363.2q1.402 1.56 2.215 3.556q.814 1.995.814 4.274t-.814 4.274m-3.107-1.329q-.537 1.376-1.49 2.484q-.16.177-.374.202t-.379-.14t-.146-.37t.16-.38q.838-.968 1.302-2.176q.463-1.21.463-2.565t-.463-2.564t-1.302-2.176q-.14-.177-.16-.381t.146-.37t.38-.14t.372.202q.954 1.108 1.49 2.484T14.27 12t-.536 2.945m-3.136-1.294q-.288.772-.793 1.401q-.135.177-.336.196t-.366-.146q-.14-.14-.156-.354t.113-.39q.391-.489.608-1.088T9.884 12t-.217-1.27t-.608-1.088q-.128-.177-.113-.39t.156-.354q.165-.165.366-.146t.336.196q.505.629.793 1.401T10.885 12t-.288 1.651m-3.53-.604q-.434.434-1.048.453V19q0 .213-.143.357t-.357.143t-.356-.143T5.019 19V5q0-.213.144-.357t.356-.143t.357.143t.143.357v5.5q.614.02 1.047.453q.434.434.434 1.047t-.434 1.047"/></svg> </template>
CSS
.icon-infrared-rounded {
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%22M16.84%2016.274q-.813%201.995-2.215%203.557q-.16.171-.363.199q-.204.028-.37-.138q-.165-.165-.13-.4q.034-.236.194-.413q1.28-1.421%201.99-3.227q.708-1.806.708-3.852t-.709-3.852t-1.99-3.227q-.159-.177-.194-.412q-.034-.236.131-.401q.166-.166.37-.138t.363.2q1.402%201.56%202.215%203.556q.814%201.995.814%204.274t-.814%204.274m-3.107-1.329q-.537%201.376-1.49%202.484q-.16.177-.374.202t-.379-.14t-.146-.37t.16-.38q.838-.968%201.302-2.176q.463-1.21.463-2.565t-.463-2.564t-1.302-2.176q-.14-.177-.16-.381t.146-.37t.38-.14t.372.202q.954%201.108%201.49%202.484T14.27%2012t-.536%202.945m-3.136-1.294q-.288.772-.793%201.401q-.135.177-.336.196t-.366-.146q-.14-.14-.156-.354t.113-.39q.391-.489.608-1.088T9.884%2012t-.217-1.27t-.608-1.088q-.128-.177-.113-.39t.156-.354q.165-.165.366-.146t.336.196q.505.629.793%201.401T10.885%2012t-.288%201.651m-3.53-.604q-.434.434-1.048.453V19q0%20.213-.143.357t-.357.143t-.356-.143T5.019%2019V5q0-.213.144-.357t.356-.143t.357.143t.143.357v5.5q.614.02%201.047.453q.434.434.434%201.047t-.434%201.047%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%22M16.84%2016.274q-.813%201.995-2.215%203.557q-.16.171-.363.199q-.204.028-.37-.138q-.165-.165-.13-.4q.034-.236.194-.413q1.28-1.421%201.99-3.227q.708-1.806.708-3.852t-.709-3.852t-1.99-3.227q-.159-.177-.194-.412q-.034-.236.131-.401q.166-.166.37-.138t.363.2q1.402%201.56%202.215%203.556q.814%201.995.814%204.274t-.814%204.274m-3.107-1.329q-.537%201.376-1.49%202.484q-.16.177-.374.202t-.379-.14t-.146-.37t.16-.38q.838-.968%201.302-2.176q.463-1.21.463-2.565t-.463-2.564t-1.302-2.176q-.14-.177-.16-.381t.146-.37t.38-.14t.372.202q.954%201.108%201.49%202.484T14.27%2012t-.536%202.945m-3.136-1.294q-.288.772-.793%201.401q-.135.177-.336.196t-.366-.146q-.14-.14-.156-.354t.113-.39q.391-.489.608-1.088T9.884%2012t-.217-1.27t-.608-1.088q-.128-.177-.113-.39t.156-.354q.165-.165.366-.146t.336.196q.505.629.793%201.401T10.885%2012t-.288%201.651m-3.53-.604q-.434.434-1.048.453V19q0%20.213-.143.357t-.357.143t-.356-.143T5.019%2019V5q0-.213.144-.357t.356-.143t.357.143t.143.357v5.5q.614.02%201.047.453q.434.434.434%201.047t-.434%201.047%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-rounded.svg?color=%231a73e8&size=48