nest found savings icon

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

Name
nest-found-savings-sharp
Set
Material Symbols
Style
Sharp
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-3H3V2h18v18h-6zm0-7q2.15 0 3.575-1.5T17 11V6h-5Q9.975 6 8.488 7.425T7 11q0 .75.213 1.425t.587 1.25l-1.1 1.1l1.35 1.35l1.025-1q.675.425 1.4.65T12 16m-2.75-3.775l3.3-3.3l1.425 1.4l-3.4 3.325z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNestFoundSavingsSharp(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-3H3V2h18v18h-6zm0-7q2.15 0 3.575-1.5T17 11V6h-5Q9.975 6 8.488 7.425T7 11q0 .75.213 1.425t.587 1.25l-1.1 1.1l1.35 1.35l1.025-1q.675.425 1.4.65T12 16m-2.75-3.775l3.3-3.3l1.425 1.4l-3.4 3.325z"/></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-3H3V2h18v18h-6zm0-7q2.15 0 3.575-1.5T17 11V6h-5Q9.975 6 8.488 7.425T7 11q0 .75.213 1.425t.587 1.25l-1.1 1.1l1.35 1.35l1.025-1q.675.425 1.4.65T12 16m-2.75-3.775l3.3-3.3l1.425 1.4l-3.4 3.325z"/></svg>
</template>

CSS

.icon-nest-found-savings-sharp {
  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-3H3V2h18v18h-6zm0-7q2.15%200%203.575-1.5T17%2011V6h-5Q9.975%206%208.488%207.425T7%2011q0%20.75.213%201.425t.587%201.25l-1.1%201.1l1.35%201.35l1.025-1q.675.425%201.4.65T12%2016m-2.75-3.775l3.3-3.3l1.425%201.4l-3.4%203.325z%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-3H3V2h18v18h-6zm0-7q2.15%200%203.575-1.5T17%2011V6h-5Q9.975%206%208.488%207.425T7%2011q0%20.75.213%201.425t.587%201.25l-1.1%201.1l1.35%201.35l1.025-1q.675.425%201.4.65T12%2016m-2.75-3.775l3.3-3.3l1.425%201.4l-3.4%203.325z%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-sharp.svg?color=%231a73e8&size=48