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

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

1 other variant in Material Symbols

The same icon in other sets

More home icons from Material Symbols

Use the nest connect icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.538 17.538Q17 16.075 17 14v-4q0-2.075-1.463-3.537T12 5T8.463 6.463T7 10v4q0 2.075 1.463 3.538T12 19t3.538-1.463m-5.663-1.412Q9 15.25 9 14v-4q0-1.25.875-2.125T12 7t2.125.875T15 10v4q0 1.25-.875 2.125T12 17t-2.125-.875m2.838-6.413Q13 9.425 13 9t-.288-.712T12 8t-.712.288T11 9t.288.713T12 10t.713-.288M5 23q-.825 0-1.412-.587T3 21V3q0-.825.588-1.412T5 1h14q.825 0 1.413.588T21 3v18q0 .825-.587 1.413T19 23z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNestConnect(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="M15.538 17.538Q17 16.075 17 14v-4q0-2.075-1.463-3.537T12 5T8.463 6.463T7 10v4q0 2.075 1.463 3.538T12 19t3.538-1.463m-5.663-1.412Q9 15.25 9 14v-4q0-1.25.875-2.125T12 7t2.125.875T15 10v4q0 1.25-.875 2.125T12 17t-2.125-.875m2.838-6.413Q13 9.425 13 9t-.288-.712T12 8t-.712.288T11 9t.288.713T12 10t.713-.288M5 23q-.825 0-1.412-.587T3 21V3q0-.825.588-1.412T5 1h14q.825 0 1.413.588T21 3v18q0 .825-.587 1.413T19 23z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.538 17.538Q17 16.075 17 14v-4q0-2.075-1.463-3.537T12 5T8.463 6.463T7 10v4q0 2.075 1.463 3.538T12 19t3.538-1.463m-5.663-1.412Q9 15.25 9 14v-4q0-1.25.875-2.125T12 7t2.125.875T15 10v4q0 1.25-.875 2.125T12 17t-2.125-.875m2.838-6.413Q13 9.425 13 9t-.288-.712T12 8t-.712.288T11 9t.288.713T12 10t.713-.288M5 23q-.825 0-1.412-.587T3 21V3q0-.825.588-1.412T5 1h14q.825 0 1.413.588T21 3v18q0 .825-.587 1.413T19 23z"/></svg>
</template>

CSS

.icon-nest-connect {
  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%22M15.538%2017.538Q17%2016.075%2017%2014v-4q0-2.075-1.463-3.537T12%205T8.463%206.463T7%2010v4q0%202.075%201.463%203.538T12%2019t3.538-1.463m-5.663-1.412Q9%2015.25%209%2014v-4q0-1.25.875-2.125T12%207t2.125.875T15%2010v4q0%201.25-.875%202.125T12%2017t-2.125-.875m2.838-6.413Q13%209.425%2013%209t-.288-.712T12%208t-.712.288T11%209t.288.713T12%2010t.713-.288M5%2023q-.825%200-1.412-.587T3%2021V3q0-.825.588-1.412T5%201h14q.825%200%201.413.588T21%203v18q0%20.825-.587%201.413T19%2023z%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%22M15.538%2017.538Q17%2016.075%2017%2014v-4q0-2.075-1.463-3.537T12%205T8.463%206.463T7%2010v4q0%202.075%201.463%203.538T12%2019t3.538-1.463m-5.663-1.412Q9%2015.25%209%2014v-4q0-1.25.875-2.125T12%207t2.125.875T15%2010v4q0%201.25-.875%202.125T12%2017t-2.125-.875m2.838-6.413Q13%209.425%2013%209t-.288-.712T12%208t-.712.288T11%209t.288.713T12%2010t.713-.288M5%2023q-.825%200-1.412-.587T3%2021V3q0-.825.588-1.412T5%201h14q.825%200%201.413.588T21%203v18q0%20.825-.587%201.413T19%2023z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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