nest-mini-outline from Material Symbols by Google · Outline · Home · Apache-2.0 Free for personal and commercial use.

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

1 other variant in Material Symbols

The same icon in other sets

More home icons from Material Symbols

Use the nest mini icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.213 13.713Q8.5 13.425 8.5 13t-.288-.712T7.5 12t-.712.288T6.5 13t.288.713T7.5 14t.713-.288M10.5 14q.425 0 .713-.288T11.5 13t-.288-.712T10.5 12t-.712.288T9.5 13t.288.713t.712.287m3 0q.425 0 .713-.288T14.5 13t-.288-.712T13.5 12t-.712.288T12.5 13t.288.713t.712.287m3.713-.288q.287-.287.287-.712t-.288-.712T16.5 12t-.712.288T15.5 13t.288.713t.712.287t.713-.288m-8.726 7.576q-1.637-.713-2.85-1.925t-1.925-2.85T3 13q0-3.45 2.288-6.012T11 4.05V1q0-.425.288-.712T12 0t.713.288T13 1v3.05q3.425.375 5.713 2.938T21 13q0 1.875-.712 3.513t-1.925 2.85t-2.85 1.925T12 22t-3.512-.712m8.475-3.325Q19 15.925 19 13t-2.037-4.962T12 6T7.038 8.038T5 13t2.038 4.963T12 20t4.963-2.037M12 13"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNestMiniOutline(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.213 13.713Q8.5 13.425 8.5 13t-.288-.712T7.5 12t-.712.288T6.5 13t.288.713T7.5 14t.713-.288M10.5 14q.425 0 .713-.288T11.5 13t-.288-.712T10.5 12t-.712.288T9.5 13t.288.713t.712.287m3 0q.425 0 .713-.288T14.5 13t-.288-.712T13.5 12t-.712.288T12.5 13t.288.713t.712.287m3.713-.288q.287-.287.287-.712t-.288-.712T16.5 12t-.712.288T15.5 13t.288.713t.712.287t.713-.288m-8.726 7.576q-1.637-.713-2.85-1.925t-1.925-2.85T3 13q0-3.45 2.288-6.012T11 4.05V1q0-.425.288-.712T12 0t.713.288T13 1v3.05q3.425.375 5.713 2.938T21 13q0 1.875-.712 3.513t-1.925 2.85t-2.85 1.925T12 22t-3.512-.712m8.475-3.325Q19 15.925 19 13t-2.037-4.962T12 6T7.038 8.038T5 13t2.038 4.963T12 20t4.963-2.037M12 13"/></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.213 13.713Q8.5 13.425 8.5 13t-.288-.712T7.5 12t-.712.288T6.5 13t.288.713T7.5 14t.713-.288M10.5 14q.425 0 .713-.288T11.5 13t-.288-.712T10.5 12t-.712.288T9.5 13t.288.713t.712.287m3 0q.425 0 .713-.288T14.5 13t-.288-.712T13.5 12t-.712.288T12.5 13t.288.713t.712.287m3.713-.288q.287-.287.287-.712t-.288-.712T16.5 12t-.712.288T15.5 13t.288.713t.712.287t.713-.288m-8.726 7.576q-1.637-.713-2.85-1.925t-1.925-2.85T3 13q0-3.45 2.288-6.012T11 4.05V1q0-.425.288-.712T12 0t.713.288T13 1v3.05q3.425.375 5.713 2.938T21 13q0 1.875-.712 3.513t-1.925 2.85t-2.85 1.925T12 22t-3.512-.712m8.475-3.325Q19 15.925 19 13t-2.037-4.962T12 6T7.038 8.038T5 13t2.038 4.963T12 20t4.963-2.037M12 13"/></svg>
</template>

CSS

.icon-nest-mini-outline {
  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.213%2013.713Q8.5%2013.425%208.5%2013t-.288-.712T7.5%2012t-.712.288T6.5%2013t.288.713T7.5%2014t.713-.288M10.5%2014q.425%200%20.713-.288T11.5%2013t-.288-.712T10.5%2012t-.712.288T9.5%2013t.288.713t.712.287m3%200q.425%200%20.713-.288T14.5%2013t-.288-.712T13.5%2012t-.712.288T12.5%2013t.288.713t.712.287m3.713-.288q.287-.287.287-.712t-.288-.712T16.5%2012t-.712.288T15.5%2013t.288.713t.712.287t.713-.288m-8.726%207.576q-1.637-.713-2.85-1.925t-1.925-2.85T3%2013q0-3.45%202.288-6.012T11%204.05V1q0-.425.288-.712T12%200t.713.288T13%201v3.05q3.425.375%205.713%202.938T21%2013q0%201.875-.712%203.513t-1.925%202.85t-2.85%201.925T12%2022t-3.512-.712m8.475-3.325Q19%2015.925%2019%2013t-2.037-4.962T12%206T7.038%208.038T5%2013t2.038%204.963T12%2020t4.963-2.037M12%2013%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.213%2013.713Q8.5%2013.425%208.5%2013t-.288-.712T7.5%2012t-.712.288T6.5%2013t.288.713T7.5%2014t.713-.288M10.5%2014q.425%200%20.713-.288T11.5%2013t-.288-.712T10.5%2012t-.712.288T9.5%2013t.288.713t.712.287m3%200q.425%200%20.713-.288T14.5%2013t-.288-.712T13.5%2012t-.712.288T12.5%2013t.288.713t.712.287m3.713-.288q.287-.287.287-.712t-.288-.712T16.5%2012t-.712.288T15.5%2013t.288.713t.712.287t.713-.288m-8.726%207.576q-1.637-.713-2.85-1.925t-1.925-2.85T3%2013q0-3.45%202.288-6.012T11%204.05V1q0-.425.288-.712T12%200t.713.288T13%201v3.05q3.425.375%205.713%202.938T21%2013q0%201.875-.712%203.513t-1.925%202.85t-2.85%201.925T12%2022t-3.512-.712m8.475-3.325Q19%2015.925%2019%2013t-2.037-4.962T12%206T7.038%208.038T5%2013t2.038%204.963T12%2020t4.963-2.037M12%2013%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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