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

Name
nest-protect
Set
Material Symbols
Style
Regular
Category
Home
Viewbox
24×24
License
Apache 2.0
Aliases
nest-protect-outline, nest-protect-outline-rounded, nest-protect-outline-sharp, nest-protect-rounded, nest-protect-sharp

The same icon in other sets

More home icons from Material Symbols

Use the nest protect icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 21q-2.1 0-3.55-1.45T3 16V8q0-2.1 1.45-3.55T8 3h8q2.1 0 3.55 1.45T21 8v8q0 2.1-1.45 3.55T16 21zm0-2h8q1.275 0 2.138-.862T19 16V8q0-1.275-.862-2.137T16 5H8q-1.275 0-2.137.863T5 8v8q0 1.275.863 2.138T8 19m4-2q-2.1 0-3.55-1.45T7 12t1.45-3.55T12 7t3.55 1.45T17 12t-1.45 3.55T12 17m0-2q1.275 0 2.138-.862T15 12t-.862-2.137T12 9t-2.137.863T9 12t.863 2.138T12 15"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNestProtect(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="M8 21q-2.1 0-3.55-1.45T3 16V8q0-2.1 1.45-3.55T8 3h8q2.1 0 3.55 1.45T21 8v8q0 2.1-1.45 3.55T16 21zm0-2h8q1.275 0 2.138-.862T19 16V8q0-1.275-.862-2.137T16 5H8q-1.275 0-2.137.863T5 8v8q0 1.275.863 2.138T8 19m4-2q-2.1 0-3.55-1.45T7 12t1.45-3.55T12 7t3.55 1.45T17 12t-1.45 3.55T12 17m0-2q1.275 0 2.138-.862T15 12t-.862-2.137T12 9t-2.137.863T9 12t.863 2.138T12 15"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 21q-2.1 0-3.55-1.45T3 16V8q0-2.1 1.45-3.55T8 3h8q2.1 0 3.55 1.45T21 8v8q0 2.1-1.45 3.55T16 21zm0-2h8q1.275 0 2.138-.862T19 16V8q0-1.275-.862-2.137T16 5H8q-1.275 0-2.137.863T5 8v8q0 1.275.863 2.138T8 19m4-2q-2.1 0-3.55-1.45T7 12t1.45-3.55T12 7t3.55 1.45T17 12t-1.45 3.55T12 17m0-2q1.275 0 2.138-.862T15 12t-.862-2.137T12 9t-2.137.863T9 12t.863 2.138T12 15"/></svg>
</template>

CSS

.icon-nest-protect {
  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%22M8%2021q-2.1%200-3.55-1.45T3%2016V8q0-2.1%201.45-3.55T8%203h8q2.1%200%203.55%201.45T21%208v8q0%202.1-1.45%203.55T16%2021zm0-2h8q1.275%200%202.138-.862T19%2016V8q0-1.275-.862-2.137T16%205H8q-1.275%200-2.137.863T5%208v8q0%201.275.863%202.138T8%2019m4-2q-2.1%200-3.55-1.45T7%2012t1.45-3.55T12%207t3.55%201.45T17%2012t-1.45%203.55T12%2017m0-2q1.275%200%202.138-.862T15%2012t-.862-2.137T12%209t-2.137.863T9%2012t.863%202.138T12%2015%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%22M8%2021q-2.1%200-3.55-1.45T3%2016V8q0-2.1%201.45-3.55T8%203h8q2.1%200%203.55%201.45T21%208v8q0%202.1-1.45%203.55T16%2021zm0-2h8q1.275%200%202.138-.862T19%2016V8q0-1.275-.862-2.137T16%205H8q-1.275%200-2.137.863T5%208v8q0%201.275.863%202.138T8%2019m4-2q-2.1%200-3.55-1.45T7%2012t1.45-3.55T12%207t3.55%201.45T17%2012t-1.45%203.55T12%2017m0-2q1.275%200%202.138-.862T15%2012t-.862-2.137T12%209t-2.137.863T9%2012t.863%202.138T12%2015%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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