nest found savings icon
nest-found-savings-outline-rounded from Material Symbols Light by Google · Outline Rounded · Home · Apache-2.0 Free for personal and commercial use.
- Name
- nest-found-savings-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Home
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More home icons from Material Symbols Light
activity-zoneairwaveaqaq-indoorarming-countdownarrows-more-downarrows-more-upassistant-on-hubbattery-horiz-000battery-horiz-050battery-horiz-075battery-profilechromecast-2cleaning-bucketclimate-mini-splitcool-to-drydetection-and-zonedetection-and-zone-offdetectordetector-alarmdetector-batterydetector-codetector-offlinedetector-status
Use the nest found savings icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.423 19H5.615q-.69 0-1.153-.462T4 17.384V4.616q0-.691.463-1.153T5.616 3h12.769q.69 0 1.153.463T20 4.616v12.769q0 .69-.462 1.153T18.384 19h-3.807l-2.012 2.011q-.242.243-.565.243t-.566-.243zm-3.808-1h4.223L12 20.162L14.162 18h4.223q.269 0 .442-.173t.173-.442V4.615q0-.269-.173-.442T18.385 4H5.615q-.269 0-.442.173T5 4.616v12.769q0 .269.173.442t.443.173M12 15.5q1.939 0 3.22-1.356T16.5 11V7.308q0-.348-.23-.578t-.578-.23H12q-1.814 0-3.157 1.28T7.5 11q0 .673.241 1.367q.242.694.694 1.385l-.689.67q-.165.164-.165.353t.165.354t.351.153q.186-.013.357-.172l.682-.62q.62.483 1.38.747q.761.263 1.484.263m0-1q-.567 0-1.136-.206t-.983-.567l3.023-3.023q.165-.166.165-.367t-.165-.366q-.166-.165-.354-.165t-.354.165l-3.042 3.042q-.24-.41-.447-.962Q8.5 11.498 8.5 11q0-1.511 1.044-2.506T12 7.5h3.5V11q0 1.442-1.029 2.471T12 14.5m-.784-2.84"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightNestFoundSavingsOutlineRounded(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="M9.423 19H5.615q-.69 0-1.153-.462T4 17.384V4.616q0-.691.463-1.153T5.616 3h12.769q.69 0 1.153.463T20 4.616v12.769q0 .69-.462 1.153T18.384 19h-3.807l-2.012 2.011q-.242.243-.565.243t-.566-.243zm-3.808-1h4.223L12 20.162L14.162 18h4.223q.269 0 .442-.173t.173-.442V4.615q0-.269-.173-.442T18.385 4H5.615q-.269 0-.442.173T5 4.616v12.769q0 .269.173.442t.443.173M12 15.5q1.939 0 3.22-1.356T16.5 11V7.308q0-.348-.23-.578t-.578-.23H12q-1.814 0-3.157 1.28T7.5 11q0 .673.241 1.367q.242.694.694 1.385l-.689.67q-.165.164-.165.353t.165.354t.351.153q.186-.013.357-.172l.682-.62q.62.483 1.38.747q.761.263 1.484.263m0-1q-.567 0-1.136-.206t-.983-.567l3.023-3.023q.165-.166.165-.367t-.165-.366q-.166-.165-.354-.165t-.354.165l-3.042 3.042q-.24-.41-.447-.962Q8.5 11.498 8.5 11q0-1.511 1.044-2.506T12 7.5h3.5V11q0 1.442-1.029 2.471T12 14.5m-.784-2.84"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.423 19H5.615q-.69 0-1.153-.462T4 17.384V4.616q0-.691.463-1.153T5.616 3h12.769q.69 0 1.153.463T20 4.616v12.769q0 .69-.462 1.153T18.384 19h-3.807l-2.012 2.011q-.242.243-.565.243t-.566-.243zm-3.808-1h4.223L12 20.162L14.162 18h4.223q.269 0 .442-.173t.173-.442V4.615q0-.269-.173-.442T18.385 4H5.615q-.269 0-.442.173T5 4.616v12.769q0 .269.173.442t.443.173M12 15.5q1.939 0 3.22-1.356T16.5 11V7.308q0-.348-.23-.578t-.578-.23H12q-1.814 0-3.157 1.28T7.5 11q0 .673.241 1.367q.242.694.694 1.385l-.689.67q-.165.164-.165.353t.165.354t.351.153q.186-.013.357-.172l.682-.62q.62.483 1.38.747q.761.263 1.484.263m0-1q-.567 0-1.136-.206t-.983-.567l3.023-3.023q.165-.166.165-.367t-.165-.366q-.166-.165-.354-.165t-.354.165l-3.042 3.042q-.24-.41-.447-.962Q8.5 11.498 8.5 11q0-1.511 1.044-2.506T12 7.5h3.5V11q0 1.442-1.029 2.471T12 14.5m-.784-2.84"/></svg> </template>
CSS
.icon-nest-found-savings-outline-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%22M9.423%2019H5.615q-.69%200-1.153-.462T4%2017.384V4.616q0-.691.463-1.153T5.616%203h12.769q.69%200%201.153.463T20%204.616v12.769q0%20.69-.462%201.153T18.384%2019h-3.807l-2.012%202.011q-.242.243-.565.243t-.566-.243zm-3.808-1h4.223L12%2020.162L14.162%2018h4.223q.269%200%20.442-.173t.173-.442V4.615q0-.269-.173-.442T18.385%204H5.615q-.269%200-.442.173T5%204.616v12.769q0%20.269.173.442t.443.173M12%2015.5q1.939%200%203.22-1.356T16.5%2011V7.308q0-.348-.23-.578t-.578-.23H12q-1.814%200-3.157%201.28T7.5%2011q0%20.673.241%201.367q.242.694.694%201.385l-.689.67q-.165.164-.165.353t.165.354t.351.153q.186-.013.357-.172l.682-.62q.62.483%201.38.747q.761.263%201.484.263m0-1q-.567%200-1.136-.206t-.983-.567l3.023-3.023q.165-.166.165-.367t-.165-.366q-.166-.165-.354-.165t-.354.165l-3.042%203.042q-.24-.41-.447-.962Q8.5%2011.498%208.5%2011q0-1.511%201.044-2.506T12%207.5h3.5V11q0%201.442-1.029%202.471T12%2014.5m-.784-2.84%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%22M9.423%2019H5.615q-.69%200-1.153-.462T4%2017.384V4.616q0-.691.463-1.153T5.616%203h12.769q.69%200%201.153.463T20%204.616v12.769q0%20.69-.462%201.153T18.384%2019h-3.807l-2.012%202.011q-.242.243-.565.243t-.566-.243zm-3.808-1h4.223L12%2020.162L14.162%2018h4.223q.269%200%20.442-.173t.173-.442V4.615q0-.269-.173-.442T18.385%204H5.615q-.269%200-.442.173T5%204.616v12.769q0%20.269.173.442t.443.173M12%2015.5q1.939%200%203.22-1.356T16.5%2011V7.308q0-.348-.23-.578t-.578-.23H12q-1.814%200-3.157%201.28T7.5%2011q0%20.673.241%201.367q.242.694.694%201.385l-.689.67q-.165.164-.165.353t.165.354t.351.153q.186-.013.357-.172l.682-.62q.62.483%201.38.747q.761.263%201.484.263m0-1q-.567%200-1.136-.206t-.983-.567l3.023-3.023q.165-.166.165-.367t-.165-.366q-.166-.165-.354-.165t-.354.165l-3.042%203.042q-.24-.41-.447-.962Q8.5%2011.498%208.5%2011q0-1.511%201.044-2.506T12%207.5h3.5V11q0%201.442-1.029%202.471T12%2014.5m-.784-2.84%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/nest-found-savings-outline-rounded.svg?color=%231a73e8&size=48