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

Name
nest-remote-sharp
Set
Material Symbols
Style
Sharp
Viewbox
24×24
License
Apache 2.0

Related icons in Material Symbols

Use the nest remote icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 7q-.625 0-1.062-.438Q10.5 6.125 10.5 5.5t.438-1.062Q11.375 4 12 4t1.062.438q.438.437.438 1.062t-.438 1.062Q12.625 7 12 7Zm0 16q-2.075 0-3.537-1.462Q7 20.075 7 18V6q0-2.075 1.463-3.538Q9.925 1 12 1t3.538 1.462Q17 3.925 17 6v12q0 2.075-1.462 3.538Q14.075 23 12 23Zm0-15q1.05 0 1.775-.725q.725-.725.725-1.775q0-1.05-.725-1.775Q13.05 3 12 3q-1.05 0-1.775.725Q9.5 4.45 9.5 5.5q0 1.05.725 1.775Q10.95 8 12 8Zm0 13q1.25 0 2.125-.875T15 18V8.825q-.6.55-1.363.863Q12.875 10 12 10t-1.637-.312Q9.6 9.375 9 8.825V18q0 1.25.875 2.125T12 21Zm-1.5-5q-.425 0-.712-.288Q9.5 15.425 9.5 15t.288-.713Q10.075 14 10.5 14t.713.287q.287.288.287.713t-.287.712Q10.925 16 10.5 16Zm0-3q-.425 0-.712-.288Q9.5 12.425 9.5 12t.288-.713Q10.075 11 10.5 11t.713.287q.287.288.287.713t-.287.712Q10.925 13 10.5 13Zm3 0q-.425 0-.712-.288q-.288-.287-.288-.712t.288-.713Q13.075 11 13.5 11t.713.287q.287.288.287.713t-.287.712Q13.925 13 13.5 13Zm0 3q-.425 0-.712-.288q-.288-.287-.288-.712t.288-.713Q13.075 14 13.5 14t.713.287q.287.288.287.713t-.287.712Q13.925 16 13.5 16Zm-3 3q-.425 0-.712-.288Q9.5 18.425 9.5 18t.288-.712Q10.075 17 10.5 17t.713.288q.287.287.287.712t-.287.712Q10.925 19 10.5 19Zm3 0q-.425 0-.712-.288q-.288-.287-.288-.712t.288-.712Q13.075 17 13.5 17t.713.288q.287.287.287.712t-.287.712Q13.925 19 13.5 19Z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNestRemoteSharp(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 7q-.625 0-1.062-.438Q10.5 6.125 10.5 5.5t.438-1.062Q11.375 4 12 4t1.062.438q.438.437.438 1.062t-.438 1.062Q12.625 7 12 7Zm0 16q-2.075 0-3.537-1.462Q7 20.075 7 18V6q0-2.075 1.463-3.538Q9.925 1 12 1t3.538 1.462Q17 3.925 17 6v12q0 2.075-1.462 3.538Q14.075 23 12 23Zm0-15q1.05 0 1.775-.725q.725-.725.725-1.775q0-1.05-.725-1.775Q13.05 3 12 3q-1.05 0-1.775.725Q9.5 4.45 9.5 5.5q0 1.05.725 1.775Q10.95 8 12 8Zm0 13q1.25 0 2.125-.875T15 18V8.825q-.6.55-1.363.863Q12.875 10 12 10t-1.637-.312Q9.6 9.375 9 8.825V18q0 1.25.875 2.125T12 21Zm-1.5-5q-.425 0-.712-.288Q9.5 15.425 9.5 15t.288-.713Q10.075 14 10.5 14t.713.287q.287.288.287.713t-.287.712Q10.925 16 10.5 16Zm0-3q-.425 0-.712-.288Q9.5 12.425 9.5 12t.288-.713Q10.075 11 10.5 11t.713.287q.287.288.287.713t-.287.712Q10.925 13 10.5 13Zm3 0q-.425 0-.712-.288q-.288-.287-.288-.712t.288-.713Q13.075 11 13.5 11t.713.287q.287.288.287.713t-.287.712Q13.925 13 13.5 13Zm0 3q-.425 0-.712-.288q-.288-.287-.288-.712t.288-.713Q13.075 14 13.5 14t.713.287q.287.288.287.713t-.287.712Q13.925 16 13.5 16Zm-3 3q-.425 0-.712-.288Q9.5 18.425 9.5 18t.288-.712Q10.075 17 10.5 17t.713.288q.287.287.287.712t-.287.712Q10.925 19 10.5 19Zm3 0q-.425 0-.712-.288q-.288-.287-.288-.712t.288-.712Q13.075 17 13.5 17t.713.288q.287.287.287.712t-.287.712Q13.925 19 13.5 19Z"/></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 7q-.625 0-1.062-.438Q10.5 6.125 10.5 5.5t.438-1.062Q11.375 4 12 4t1.062.438q.438.437.438 1.062t-.438 1.062Q12.625 7 12 7Zm0 16q-2.075 0-3.537-1.462Q7 20.075 7 18V6q0-2.075 1.463-3.538Q9.925 1 12 1t3.538 1.462Q17 3.925 17 6v12q0 2.075-1.462 3.538Q14.075 23 12 23Zm0-15q1.05 0 1.775-.725q.725-.725.725-1.775q0-1.05-.725-1.775Q13.05 3 12 3q-1.05 0-1.775.725Q9.5 4.45 9.5 5.5q0 1.05.725 1.775Q10.95 8 12 8Zm0 13q1.25 0 2.125-.875T15 18V8.825q-.6.55-1.363.863Q12.875 10 12 10t-1.637-.312Q9.6 9.375 9 8.825V18q0 1.25.875 2.125T12 21Zm-1.5-5q-.425 0-.712-.288Q9.5 15.425 9.5 15t.288-.713Q10.075 14 10.5 14t.713.287q.287.288.287.713t-.287.712Q10.925 16 10.5 16Zm0-3q-.425 0-.712-.288Q9.5 12.425 9.5 12t.288-.713Q10.075 11 10.5 11t.713.287q.287.288.287.713t-.287.712Q10.925 13 10.5 13Zm3 0q-.425 0-.712-.288q-.288-.287-.288-.712t.288-.713Q13.075 11 13.5 11t.713.287q.287.288.287.713t-.287.712Q13.925 13 13.5 13Zm0 3q-.425 0-.712-.288q-.288-.287-.288-.712t.288-.713Q13.075 14 13.5 14t.713.287q.287.288.287.713t-.287.712Q13.925 16 13.5 16Zm-3 3q-.425 0-.712-.288Q9.5 18.425 9.5 18t.288-.712Q10.075 17 10.5 17t.713.288q.287.287.287.712t-.287.712Q10.925 19 10.5 19Zm3 0q-.425 0-.712-.288q-.288-.287-.288-.712t.288-.712Q13.075 17 13.5 17t.713.288q.287.287.287.712t-.287.712Q13.925 19 13.5 19Z"/></svg>
</template>

CSS

.icon-nest-remote-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%207q-.625%200-1.062-.438Q10.5%206.125%2010.5%205.5t.438-1.062Q11.375%204%2012%204t1.062.438q.438.437.438%201.062t-.438%201.062Q12.625%207%2012%207Zm0%2016q-2.075%200-3.537-1.462Q7%2020.075%207%2018V6q0-2.075%201.463-3.538Q9.925%201%2012%201t3.538%201.462Q17%203.925%2017%206v12q0%202.075-1.462%203.538Q14.075%2023%2012%2023Zm0-15q1.05%200%201.775-.725q.725-.725.725-1.775q0-1.05-.725-1.775Q13.05%203%2012%203q-1.05%200-1.775.725Q9.5%204.45%209.5%205.5q0%201.05.725%201.775Q10.95%208%2012%208Zm0%2013q1.25%200%202.125-.875T15%2018V8.825q-.6.55-1.363.863Q12.875%2010%2012%2010t-1.637-.312Q9.6%209.375%209%208.825V18q0%201.25.875%202.125T12%2021Zm-1.5-5q-.425%200-.712-.288Q9.5%2015.425%209.5%2015t.288-.713Q10.075%2014%2010.5%2014t.713.287q.287.288.287.713t-.287.712Q10.925%2016%2010.5%2016Zm0-3q-.425%200-.712-.288Q9.5%2012.425%209.5%2012t.288-.713Q10.075%2011%2010.5%2011t.713.287q.287.288.287.713t-.287.712Q10.925%2013%2010.5%2013Zm3%200q-.425%200-.712-.288q-.288-.287-.288-.712t.288-.713Q13.075%2011%2013.5%2011t.713.287q.287.288.287.713t-.287.712Q13.925%2013%2013.5%2013Zm0%203q-.425%200-.712-.288q-.288-.287-.288-.712t.288-.713Q13.075%2014%2013.5%2014t.713.287q.287.288.287.713t-.287.712Q13.925%2016%2013.5%2016Zm-3%203q-.425%200-.712-.288Q9.5%2018.425%209.5%2018t.288-.712Q10.075%2017%2010.5%2017t.713.288q.287.287.287.712t-.287.712Q10.925%2019%2010.5%2019Zm3%200q-.425%200-.712-.288q-.288-.287-.288-.712t.288-.712Q13.075%2017%2013.5%2017t.713.288q.287.287.287.712t-.287.712Q13.925%2019%2013.5%2019Z%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%207q-.625%200-1.062-.438Q10.5%206.125%2010.5%205.5t.438-1.062Q11.375%204%2012%204t1.062.438q.438.437.438%201.062t-.438%201.062Q12.625%207%2012%207Zm0%2016q-2.075%200-3.537-1.462Q7%2020.075%207%2018V6q0-2.075%201.463-3.538Q9.925%201%2012%201t3.538%201.462Q17%203.925%2017%206v12q0%202.075-1.462%203.538Q14.075%2023%2012%2023Zm0-15q1.05%200%201.775-.725q.725-.725.725-1.775q0-1.05-.725-1.775Q13.05%203%2012%203q-1.05%200-1.775.725Q9.5%204.45%209.5%205.5q0%201.05.725%201.775Q10.95%208%2012%208Zm0%2013q1.25%200%202.125-.875T15%2018V8.825q-.6.55-1.363.863Q12.875%2010%2012%2010t-1.637-.312Q9.6%209.375%209%208.825V18q0%201.25.875%202.125T12%2021Zm-1.5-5q-.425%200-.712-.288Q9.5%2015.425%209.5%2015t.288-.713Q10.075%2014%2010.5%2014t.713.287q.287.288.287.713t-.287.712Q10.925%2016%2010.5%2016Zm0-3q-.425%200-.712-.288Q9.5%2012.425%209.5%2012t.288-.713Q10.075%2011%2010.5%2011t.713.287q.287.288.287.713t-.287.712Q10.925%2013%2010.5%2013Zm3%200q-.425%200-.712-.288q-.288-.287-.288-.712t.288-.713Q13.075%2011%2013.5%2011t.713.287q.287.288.287.713t-.287.712Q13.925%2013%2013.5%2013Zm0%203q-.425%200-.712-.288q-.288-.287-.288-.712t.288-.713Q13.075%2014%2013.5%2014t.713.287q.287.288.287.713t-.287.712Q13.925%2016%2013.5%2016Zm-3%203q-.425%200-.712-.288Q9.5%2018.425%209.5%2018t.288-.712Q10.075%2017%2010.5%2017t.713.288q.287.287.287.712t-.287.712Q10.925%2019%2010.5%2019Zm3%200q-.425%200-.712-.288q-.288-.287-.288-.712t.288-.712Q13.075%2017%2013.5%2017t.713.288q.287.287.287.712t-.287.712Q13.925%2019%2013.5%2019Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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