infrared icon
infrared-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- infrared-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- infrared-outline-rounded
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="M19.1 16.938q-.9 2.312-2.475 4.162q-.275.325-.7.363T15.2 21.2t-.275-.737t.3-.788q1.3-1.575 2.038-3.525T18 12t-.737-4.15t-2.038-3.525q-.275-.35-.3-.788T15.2 2.8t.725-.262t.7.362Q18.2 4.75 19.1 7.063T20 12t-.9 4.938m-3.675-1.55q-.575 1.587-1.625 2.887q-.275.35-.7.375t-.725-.275t-.3-.725t.275-.775q.8-1.025 1.225-2.262T14 12t-.425-2.613t-1.225-2.262q-.275-.35-.275-.775t.3-.725t.725-.275t.7.375q1.05 1.3 1.625 2.887T16 12t-.575 3.388m-3.713-1.526q-.287.888-.812 1.613q-.25.35-.663.35t-.712-.3q-.275-.275-.3-.7t.2-.775q.275-.45.425-.962T10 12t-.15-1.088t-.425-.962q-.225-.35-.2-.775t.3-.7q.3-.3.713-.3t.662.35q.525.725.813 1.612T12 12t-.288 1.863m-4.3-.45Q6.826 14 6 14v5q0 .425-.288.713T5 20t-.712-.288T4 19V5q0-.425.288-.712T5 4t.713.288T6 5v5q.825 0 1.413.588T8 12t-.587 1.413"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsInfraredRounded(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="M19.1 16.938q-.9 2.312-2.475 4.162q-.275.325-.7.363T15.2 21.2t-.275-.737t.3-.788q1.3-1.575 2.038-3.525T18 12t-.737-4.15t-2.038-3.525q-.275-.35-.3-.788T15.2 2.8t.725-.262t.7.362Q18.2 4.75 19.1 7.063T20 12t-.9 4.938m-3.675-1.55q-.575 1.587-1.625 2.887q-.275.35-.7.375t-.725-.275t-.3-.725t.275-.775q.8-1.025 1.225-2.262T14 12t-.425-2.613t-1.225-2.262q-.275-.35-.275-.775t.3-.725t.725-.275t.7.375q1.05 1.3 1.625 2.887T16 12t-.575 3.388m-3.713-1.526q-.287.888-.812 1.613q-.25.35-.663.35t-.712-.3q-.275-.275-.3-.7t.2-.775q.275-.45.425-.962T10 12t-.15-1.088t-.425-.962q-.225-.35-.2-.775t.3-.7q.3-.3.713-.3t.662.35q.525.725.813 1.612T12 12t-.288 1.863m-4.3-.45Q6.826 14 6 14v5q0 .425-.288.713T5 20t-.712-.288T4 19V5q0-.425.288-.712T5 4t.713.288T6 5v5q.825 0 1.413.588T8 12t-.587 1.413"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.1 16.938q-.9 2.312-2.475 4.162q-.275.325-.7.363T15.2 21.2t-.275-.737t.3-.788q1.3-1.575 2.038-3.525T18 12t-.737-4.15t-2.038-3.525q-.275-.35-.3-.788T15.2 2.8t.725-.262t.7.362Q18.2 4.75 19.1 7.063T20 12t-.9 4.938m-3.675-1.55q-.575 1.587-1.625 2.887q-.275.35-.7.375t-.725-.275t-.3-.725t.275-.775q.8-1.025 1.225-2.262T14 12t-.425-2.613t-1.225-2.262q-.275-.35-.275-.775t.3-.725t.725-.275t.7.375q1.05 1.3 1.625 2.887T16 12t-.575 3.388m-3.713-1.526q-.287.888-.812 1.613q-.25.35-.663.35t-.712-.3q-.275-.275-.3-.7t.2-.775q.275-.45.425-.962T10 12t-.15-1.088t-.425-.962q-.225-.35-.2-.775t.3-.7q.3-.3.713-.3t.662.35q.525.725.813 1.612T12 12t-.288 1.863m-4.3-.45Q6.826 14 6 14v5q0 .425-.288.713T5 20t-.712-.288T4 19V5q0-.425.288-.712T5 4t.713.288T6 5v5q.825 0 1.413.588T8 12t-.587 1.413"/></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%22M19.1%2016.938q-.9%202.312-2.475%204.162q-.275.325-.7.363T15.2%2021.2t-.275-.737t.3-.788q1.3-1.575%202.038-3.525T18%2012t-.737-4.15t-2.038-3.525q-.275-.35-.3-.788T15.2%202.8t.725-.262t.7.362Q18.2%204.75%2019.1%207.063T20%2012t-.9%204.938m-3.675-1.55q-.575%201.587-1.625%202.887q-.275.35-.7.375t-.725-.275t-.3-.725t.275-.775q.8-1.025%201.225-2.262T14%2012t-.425-2.613t-1.225-2.262q-.275-.35-.275-.775t.3-.725t.725-.275t.7.375q1.05%201.3%201.625%202.887T16%2012t-.575%203.388m-3.713-1.526q-.287.888-.812%201.613q-.25.35-.663.35t-.712-.3q-.275-.275-.3-.7t.2-.775q.275-.45.425-.962T10%2012t-.15-1.088t-.425-.962q-.225-.35-.2-.775t.3-.7q.3-.3.713-.3t.662.35q.525.725.813%201.612T12%2012t-.288%201.863m-4.3-.45Q6.826%2014%206%2014v5q0%20.425-.288.713T5%2020t-.712-.288T4%2019V5q0-.425.288-.712T5%204t.713.288T6%205v5q.825%200%201.413.588T8%2012t-.587%201.413%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%22M19.1%2016.938q-.9%202.312-2.475%204.162q-.275.325-.7.363T15.2%2021.2t-.275-.737t.3-.788q1.3-1.575%202.038-3.525T18%2012t-.737-4.15t-2.038-3.525q-.275-.35-.3-.788T15.2%202.8t.725-.262t.7.362Q18.2%204.75%2019.1%207.063T20%2012t-.9%204.938m-3.675-1.55q-.575%201.587-1.625%202.887q-.275.35-.7.375t-.725-.275t-.3-.725t.275-.775q.8-1.025%201.225-2.262T14%2012t-.425-2.613t-1.225-2.262q-.275-.35-.275-.775t.3-.725t.725-.275t.7.375q1.05%201.3%201.625%202.887T16%2012t-.575%203.388m-3.713-1.526q-.287.888-.812%201.613q-.25.35-.663.35t-.712-.3q-.275-.275-.3-.7t.2-.775q.275-.45.425-.962T10%2012t-.15-1.088t-.425-.962q-.225-.35-.2-.775t.3-.7q.3-.3.713-.3t.662.35q.525.725.813%201.612T12%2012t-.288%201.863m-4.3-.45Q6.826%2014%206%2014v5q0%20.425-.288.713T5%2020t-.712-.288T4%2019V5q0-.425.288-.712T5%204t.713.288T6%205v5q.825%200%201.413.588T8%2012t-.587%201.413%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/infrared-rounded.svg?color=%231a73e8&size=48