nest found savings icon

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

Name
nest-found-savings
Set
Material Symbols
Style
Regular
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="m12 23l-3-3H5q-.825 0-1.412-.587T3 18V4q0-.825.588-1.412T5 2h14q.825 0 1.413.588T21 4v14q0 .825-.587 1.413T19 20h-4zm0-7q2.15 0 3.575-1.5T17 11V6h-5Q9.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 16m1.55-5.662q0 .412-.3.712l-1.875 1.875q-.3.3-.712.3t-.713-.3q-.275-.3-.275-.712t.275-.688l1.9-1.9q.3-.3.7-.3t.7.3t.3.713"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNestFoundSavings(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="m12 23l-3-3H5q-.825 0-1.412-.587T3 18V4q0-.825.588-1.412T5 2h14q.825 0 1.413.588T21 4v14q0 .825-.587 1.413T19 20h-4zm0-7q2.15 0 3.575-1.5T17 11V6h-5Q9.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 16m1.55-5.662q0 .412-.3.712l-1.875 1.875q-.3.3-.712.3t-.713-.3q-.275-.3-.275-.712t.275-.688l1.9-1.9q.3-.3.7-.3t.7.3t.3.713"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 23l-3-3H5q-.825 0-1.412-.587T3 18V4q0-.825.588-1.412T5 2h14q.825 0 1.413.588T21 4v14q0 .825-.587 1.413T19 20h-4zm0-7q2.15 0 3.575-1.5T17 11V6h-5Q9.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 16m1.55-5.662q0 .412-.3.712l-1.875 1.875q-.3.3-.712.3t-.713-.3q-.275-.3-.275-.712t.275-.688l1.9-1.9q.3-.3.7-.3t.7.3t.3.713"/></svg>
</template>

CSS

.icon-nest-found-savings {
  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%22m12%2023l-3-3H5q-.825%200-1.412-.587T3%2018V4q0-.825.588-1.412T5%202h14q.825%200%201.413.588T21%204v14q0%20.825-.587%201.413T19%2020h-4zm0-7q2.15%200%203.575-1.5T17%2011V6h-5Q9.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%2016m1.55-5.662q0%20.412-.3.712l-1.875%201.875q-.3.3-.712.3t-.713-.3q-.275-.3-.275-.712t.275-.688l1.9-1.9q.3-.3.7-.3t.7.3t.3.713%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%22m12%2023l-3-3H5q-.825%200-1.412-.587T3%2018V4q0-.825.588-1.412T5%202h14q.825%200%201.413.588T21%204v14q0%20.825-.587%201.413T19%2020h-4zm0-7q2.15%200%203.575-1.5T17%2011V6h-5Q9.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%2016m1.55-5.662q0%20.412-.3.712l-1.875%201.875q-.3.3-.712.3t-.713-.3q-.275-.3-.275-.712t.275-.688l1.9-1.9q.3-.3.7-.3t.7.3t.3.713%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.svg?color=%231a73e8&size=48