nest sunblock icon

nest-sunblock-rounded from Material Symbols by Google · Rounded · Home · Apache-2.0 Free for personal and commercial use.

Name
nest-sunblock-rounded
Set
Material Symbols
Style
Rounded
Category
Home
Viewbox
24×24
License
Apache 2.0
Aliases
nest-sunblock-outline-rounded

2 other variants in Material Symbols

The same icon in other sets

More home icons from Material Symbols

Use the nest sunblock icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 6V5q0-.425.288-.712T3 4t.713.288T4 5v1q0 .425-.288.713T3 7t-.712-.288T2 6m0 13v-1q0-.425.288-.712T3 17t.713.288T4 18v1q0 .425-.288.713T3 20t-.712-.288T2 19M8.675 7.75l-.725.725q-.3.3-.712.3t-.713-.3t-.3-.712t.3-.713l.725-.725q.3-.3.713-.3t.712.3t.3.712t-.3.713m-1.425 9.9l-.725-.7q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l.725.725q.3.3.3.7t-.3.7t-.712.3t-.713-.3M14 11l-1.2-1.6q-.25-.35-.2-.75T13 8t.75-.2t.65.4l2.4 3.2q.375.5.1 1.05T16 13H9q-.425 0-.712-.288T8 12t.288-.712T9 11zm6.5 8q-.625 0-1.062-.437T19 17.5v-11q0-.625.438-1.062T20.5 5t1.063.438T22 6.5v11q0 .625-.437 1.063T20.5 19M2 16v-2q.825 0 1.413-.587T4 12t-.587-1.412T2 10V8q1.65 0 2.825 1.175T6 12t-1.175 2.825T2 16"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNestSunblockRounded(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="M2 6V5q0-.425.288-.712T3 4t.713.288T4 5v1q0 .425-.288.713T3 7t-.712-.288T2 6m0 13v-1q0-.425.288-.712T3 17t.713.288T4 18v1q0 .425-.288.713T3 20t-.712-.288T2 19M8.675 7.75l-.725.725q-.3.3-.712.3t-.713-.3t-.3-.712t.3-.713l.725-.725q.3-.3.713-.3t.712.3t.3.712t-.3.713m-1.425 9.9l-.725-.7q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l.725.725q.3.3.3.7t-.3.7t-.712.3t-.713-.3M14 11l-1.2-1.6q-.25-.35-.2-.75T13 8t.75-.2t.65.4l2.4 3.2q.375.5.1 1.05T16 13H9q-.425 0-.712-.288T8 12t.288-.712T9 11zm6.5 8q-.625 0-1.062-.437T19 17.5v-11q0-.625.438-1.062T20.5 5t1.063.438T22 6.5v11q0 .625-.437 1.063T20.5 19M2 16v-2q.825 0 1.413-.587T4 12t-.587-1.412T2 10V8q1.65 0 2.825 1.175T6 12t-1.175 2.825T2 16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 6V5q0-.425.288-.712T3 4t.713.288T4 5v1q0 .425-.288.713T3 7t-.712-.288T2 6m0 13v-1q0-.425.288-.712T3 17t.713.288T4 18v1q0 .425-.288.713T3 20t-.712-.288T2 19M8.675 7.75l-.725.725q-.3.3-.712.3t-.713-.3t-.3-.712t.3-.713l.725-.725q.3-.3.713-.3t.712.3t.3.712t-.3.713m-1.425 9.9l-.725-.7q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l.725.725q.3.3.3.7t-.3.7t-.712.3t-.713-.3M14 11l-1.2-1.6q-.25-.35-.2-.75T13 8t.75-.2t.65.4l2.4 3.2q.375.5.1 1.05T16 13H9q-.425 0-.712-.288T8 12t.288-.712T9 11zm6.5 8q-.625 0-1.062-.437T19 17.5v-11q0-.625.438-1.062T20.5 5t1.063.438T22 6.5v11q0 .625-.437 1.063T20.5 19M2 16v-2q.825 0 1.413-.587T4 12t-.587-1.412T2 10V8q1.65 0 2.825 1.175T6 12t-1.175 2.825T2 16"/></svg>
</template>

CSS

.icon-nest-sunblock-rounded {
  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%22M2%206V5q0-.425.288-.712T3%204t.713.288T4%205v1q0%20.425-.288.713T3%207t-.712-.288T2%206m0%2013v-1q0-.425.288-.712T3%2017t.713.288T4%2018v1q0%20.425-.288.713T3%2020t-.712-.288T2%2019M8.675%207.75l-.725.725q-.3.3-.712.3t-.713-.3t-.3-.712t.3-.713l.725-.725q.3-.3.713-.3t.712.3t.3.712t-.3.713m-1.425%209.9l-.725-.7q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l.725.725q.3.3.3.7t-.3.7t-.712.3t-.713-.3M14%2011l-1.2-1.6q-.25-.35-.2-.75T13%208t.75-.2t.65.4l2.4%203.2q.375.5.1%201.05T16%2013H9q-.425%200-.712-.288T8%2012t.288-.712T9%2011zm6.5%208q-.625%200-1.062-.437T19%2017.5v-11q0-.625.438-1.062T20.5%205t1.063.438T22%206.5v11q0%20.625-.437%201.063T20.5%2019M2%2016v-2q.825%200%201.413-.587T4%2012t-.587-1.412T2%2010V8q1.65%200%202.825%201.175T6%2012t-1.175%202.825T2%2016%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%22M2%206V5q0-.425.288-.712T3%204t.713.288T4%205v1q0%20.425-.288.713T3%207t-.712-.288T2%206m0%2013v-1q0-.425.288-.712T3%2017t.713.288T4%2018v1q0%20.425-.288.713T3%2020t-.712-.288T2%2019M8.675%207.75l-.725.725q-.3.3-.712.3t-.713-.3t-.3-.712t.3-.713l.725-.725q.3-.3.713-.3t.712.3t.3.712t-.3.713m-1.425%209.9l-.725-.7q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l.725.725q.3.3.3.7t-.3.7t-.712.3t-.713-.3M14%2011l-1.2-1.6q-.25-.35-.2-.75T13%208t.75-.2t.65.4l2.4%203.2q.375.5.1%201.05T16%2013H9q-.425%200-.712-.288T8%2012t.288-.712T9%2011zm6.5%208q-.625%200-1.062-.437T19%2017.5v-11q0-.625.438-1.062T20.5%205t1.063.438T22%206.5v11q0%20.625-.437%201.063T20.5%2019M2%2016v-2q.825%200%201.413-.587T4%2012t-.587-1.412T2%2010V8q1.65%200%202.825%201.175T6%2012t-1.175%202.825T2%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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