nest found savings icon

nest-found-savings-outline-rounded from Material Symbols by Google · Outline Rounded · Home · Apache-2.0 Free for personal and commercial use.

Name
nest-found-savings-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Home
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More home icons from Material Symbols

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 20H5q-.825 0-1.412-.587T3 18V4q0-.825.588-1.412T5 2h14q.825 0 1.413.588T21 4v14q0 .825-.587 1.413T19 20h-4l-2.3 2.3q-.3.3-.7.3t-.7-.3zm-4-2h4.8l2.2 2.2l2.2-2.2H19V4H5zm7-2q2.15 0 3.575-1.5T17 11V7q0-.425-.288-.712T16 6h-4Q9.975 6 8.488 7.425T7 11q0 .75.213 1.425t.587 1.25l-.4.4q-.3.3-.3.7t.3.7t.688.288t.712-.288l.375-.35q.6.425 1.313.65T12 16m0-2q-.375 0-.712-.1t-.638-.25l2.6-2.6q.3-.3.3-.712t-.3-.713t-.7-.3t-.7.3l-2.6 2.6q-.125-.275-.187-.587T9 11q0-1.3.9-2.15T12 8h3v3q0 1.25-.875 2.125T12 14m-.4-2.725"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNestFoundSavingsOutlineRounded(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 20H5q-.825 0-1.412-.587T3 18V4q0-.825.588-1.412T5 2h14q.825 0 1.413.588T21 4v14q0 .825-.587 1.413T19 20h-4l-2.3 2.3q-.3.3-.7.3t-.7-.3zm-4-2h4.8l2.2 2.2l2.2-2.2H19V4H5zm7-2q2.15 0 3.575-1.5T17 11V7q0-.425-.288-.712T16 6h-4Q9.975 6 8.488 7.425T7 11q0 .75.213 1.425t.587 1.25l-.4.4q-.3.3-.3.7t.3.7t.688.288t.712-.288l.375-.35q.6.425 1.313.65T12 16m0-2q-.375 0-.712-.1t-.638-.25l2.6-2.6q.3-.3.3-.712t-.3-.713t-.7-.3t-.7.3l-2.6 2.6q-.125-.275-.187-.587T9 11q0-1.3.9-2.15T12 8h3v3q0 1.25-.875 2.125T12 14m-.4-2.725"/></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 20H5q-.825 0-1.412-.587T3 18V4q0-.825.588-1.412T5 2h14q.825 0 1.413.588T21 4v14q0 .825-.587 1.413T19 20h-4l-2.3 2.3q-.3.3-.7.3t-.7-.3zm-4-2h4.8l2.2 2.2l2.2-2.2H19V4H5zm7-2q2.15 0 3.575-1.5T17 11V7q0-.425-.288-.712T16 6h-4Q9.975 6 8.488 7.425T7 11q0 .75.213 1.425t.587 1.25l-.4.4q-.3.3-.3.7t.3.7t.688.288t.712-.288l.375-.35q.6.425 1.313.65T12 16m0-2q-.375 0-.712-.1t-.638-.25l2.6-2.6q.3-.3.3-.712t-.3-.713t-.7-.3t-.7.3l-2.6 2.6q-.125-.275-.187-.587T9 11q0-1.3.9-2.15T12 8h3v3q0 1.25-.875 2.125T12 14m-.4-2.725"/></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%2020H5q-.825%200-1.412-.587T3%2018V4q0-.825.588-1.412T5%202h14q.825%200%201.413.588T21%204v14q0%20.825-.587%201.413T19%2020h-4l-2.3%202.3q-.3.3-.7.3t-.7-.3zm-4-2h4.8l2.2%202.2l2.2-2.2H19V4H5zm7-2q2.15%200%203.575-1.5T17%2011V7q0-.425-.288-.712T16%206h-4Q9.975%206%208.488%207.425T7%2011q0%20.75.213%201.425t.587%201.25l-.4.4q-.3.3-.3.7t.3.7t.688.288t.712-.288l.375-.35q.6.425%201.313.65T12%2016m0-2q-.375%200-.712-.1t-.638-.25l2.6-2.6q.3-.3.3-.712t-.3-.713t-.7-.3t-.7.3l-2.6%202.6q-.125-.275-.187-.587T9%2011q0-1.3.9-2.15T12%208h3v3q0%201.25-.875%202.125T12%2014m-.4-2.725%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%2020H5q-.825%200-1.412-.587T3%2018V4q0-.825.588-1.412T5%202h14q.825%200%201.413.588T21%204v14q0%20.825-.587%201.413T19%2020h-4l-2.3%202.3q-.3.3-.7.3t-.7-.3zm-4-2h4.8l2.2%202.2l2.2-2.2H19V4H5zm7-2q2.15%200%203.575-1.5T17%2011V7q0-.425-.288-.712T16%206h-4Q9.975%206%208.488%207.425T7%2011q0%20.75.213%201.425t.587%201.25l-.4.4q-.3.3-.3.7t.3.7t.688.288t.712-.288l.375-.35q.6.425%201.313.65T12%2016m0-2q-.375%200-.712-.1t-.638-.25l2.6-2.6q.3-.3.3-.712t-.3-.713t-.7-.3t-.7.3l-2.6%202.6q-.125-.275-.187-.587T9%2011q0-1.3.9-2.15T12%208h3v3q0%201.25-.875%202.125T12%2014m-.4-2.725%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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