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

Name
nest-protect
Set
Material Symbols Light
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 Light

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.25 20q-1.785 0-3.017-1.232T4 15.75v-7.5q0-1.773 1.233-3.011T8.25 4h7.5q1.773 0 3.012 1.239T20 8.25v7.5q0 1.785-1.239 3.018T15.75 20zm0-1h7.5q1.371 0 2.31-.934q.94-.935.94-2.316v-7.5q0-1.371-.94-2.31Q17.122 5 15.75 5h-7.5q-1.381 0-2.316.94Q5 6.879 5 8.25v7.5q0 1.381.934 2.316Q6.87 19 8.25 19m3.745-2.75q-1.787 0-3.016-1.23T7.75 12.009t1.23-3.02t3.012-1.239t3.02 1.234t1.238 3.021t-1.234 3.016t-3.021 1.229m-.002-1q1.378 0 2.318-.932q.939-.933.939-2.311t-.936-2.318t-2.32-.939t-2.314.936t-.93 2.32t.932 2.314t2.311.93"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightNestProtect(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.25 20q-1.785 0-3.017-1.232T4 15.75v-7.5q0-1.773 1.233-3.011T8.25 4h7.5q1.773 0 3.012 1.239T20 8.25v7.5q0 1.785-1.239 3.018T15.75 20zm0-1h7.5q1.371 0 2.31-.934q.94-.935.94-2.316v-7.5q0-1.371-.94-2.31Q17.122 5 15.75 5h-7.5q-1.381 0-2.316.94Q5 6.879 5 8.25v7.5q0 1.381.934 2.316Q6.87 19 8.25 19m3.745-2.75q-1.787 0-3.016-1.23T7.75 12.009t1.23-3.02t3.012-1.239t3.02 1.234t1.238 3.021t-1.234 3.016t-3.021 1.229m-.002-1q1.378 0 2.318-.932q.939-.933.939-2.311t-.936-2.318t-2.32-.939t-2.314.936t-.93 2.32t.932 2.314t2.311.93"/></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.25 20q-1.785 0-3.017-1.232T4 15.75v-7.5q0-1.773 1.233-3.011T8.25 4h7.5q1.773 0 3.012 1.239T20 8.25v7.5q0 1.785-1.239 3.018T15.75 20zm0-1h7.5q1.371 0 2.31-.934q.94-.935.94-2.316v-7.5q0-1.371-.94-2.31Q17.122 5 15.75 5h-7.5q-1.381 0-2.316.94Q5 6.879 5 8.25v7.5q0 1.381.934 2.316Q6.87 19 8.25 19m3.745-2.75q-1.787 0-3.016-1.23T7.75 12.009t1.23-3.02t3.012-1.239t3.02 1.234t1.238 3.021t-1.234 3.016t-3.021 1.229m-.002-1q1.378 0 2.318-.932q.939-.933.939-2.311t-.936-2.318t-2.32-.939t-2.314.936t-.93 2.32t.932 2.314t2.311.93"/></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.25%2020q-1.785%200-3.017-1.232T4%2015.75v-7.5q0-1.773%201.233-3.011T8.25%204h7.5q1.773%200%203.012%201.239T20%208.25v7.5q0%201.785-1.239%203.018T15.75%2020zm0-1h7.5q1.371%200%202.31-.934q.94-.935.94-2.316v-7.5q0-1.371-.94-2.31Q17.122%205%2015.75%205h-7.5q-1.381%200-2.316.94Q5%206.879%205%208.25v7.5q0%201.381.934%202.316Q6.87%2019%208.25%2019m3.745-2.75q-1.787%200-3.016-1.23T7.75%2012.009t1.23-3.02t3.012-1.239t3.02%201.234t1.238%203.021t-1.234%203.016t-3.021%201.229m-.002-1q1.378%200%202.318-.932q.939-.933.939-2.311t-.936-2.318t-2.32-.939t-2.314.936t-.93%202.32t.932%202.314t2.311.93%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.25%2020q-1.785%200-3.017-1.232T4%2015.75v-7.5q0-1.773%201.233-3.011T8.25%204h7.5q1.773%200%203.012%201.239T20%208.25v7.5q0%201.785-1.239%203.018T15.75%2020zm0-1h7.5q1.371%200%202.31-.934q.94-.935.94-2.316v-7.5q0-1.371-.94-2.31Q17.122%205%2015.75%205h-7.5q-1.381%200-2.316.94Q5%206.879%205%208.25v7.5q0%201.381.934%202.316Q6.87%2019%208.25%2019m3.745-2.75q-1.787%200-3.016-1.23T7.75%2012.009t1.23-3.02t3.012-1.239t3.02%201.234t1.238%203.021t-1.234%203.016t-3.021%201.229m-.002-1q1.378%200%202.318-.932q.939-.933.939-2.311t-.936-2.318t-2.32-.939t-2.314.936t-.93%202.32t.932%202.314t2.311.93%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-protect.svg?color=%231a73e8&size=48