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

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

2 other variants in Material Symbols Light

The same icon in other sets

More home icons from Material Symbols Light

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.5 6.539V5q0-.213.144-.356t.357-.144t.356.144T3.5 5v1.539q0 .212-.144.356t-.357.144t-.356-.144t-.143-.356M2.5 19v-1.538q0-.213.144-.357t.357-.143t.356.143t.143.357V19q0 .213-.144.356t-.357.144t-.356-.144T2.5 19M8.31 7.404l-1.09 1.09q-.147.146-.348.156t-.366-.156t-.166-.357t.166-.356l1.09-1.09q.146-.147.347-.157q.201-.009.367.156q.165.166.165.357t-.165.357m-.714 9.9l-1.09-1.085q-.147-.146-.156-.347t.156-.366t.356-.165t.357.165l1.09 1.09q.147.146.156.345t-.156.363t-.356.165t-.357-.165M15 11.5l-1.796-2.408q-.135-.177-.104-.375q.03-.198.208-.333q.177-.134.375-.103q.198.03.333.207l2.015 2.72q.298.404.077.848t-.723.444H8.519q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143zm5.022 7q-.416 0-.71-.292q-.293-.291-.293-.708v-11q0-.417.291-.708q.291-.292.707-.292t.709.292t.293.708v11q0 .417-.29.708q-.292.292-.707.292m-17.464-3v-1q1.031 0 1.765-.735q.735-.736.735-1.769t-.735-1.764T2.558 9.5v-1q1.458 0 2.479 1.021q1.02 1.021 1.02 2.479t-1.02 2.479Q4.016 15.5 2.557 15.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightNestSunblockRounded(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.5 6.539V5q0-.213.144-.356t.357-.144t.356.144T3.5 5v1.539q0 .212-.144.356t-.357.144t-.356-.144t-.143-.356M2.5 19v-1.538q0-.213.144-.357t.357-.143t.356.143t.143.357V19q0 .213-.144.356t-.357.144t-.356-.144T2.5 19M8.31 7.404l-1.09 1.09q-.147.146-.348.156t-.366-.156t-.166-.357t.166-.356l1.09-1.09q.146-.147.347-.157q.201-.009.367.156q.165.166.165.357t-.165.357m-.714 9.9l-1.09-1.085q-.147-.146-.156-.347t.156-.366t.356-.165t.357.165l1.09 1.09q.147.146.156.345t-.156.363t-.356.165t-.357-.165M15 11.5l-1.796-2.408q-.135-.177-.104-.375q.03-.198.208-.333q.177-.134.375-.103q.198.03.333.207l2.015 2.72q.298.404.077.848t-.723.444H8.519q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143zm5.022 7q-.416 0-.71-.292q-.293-.291-.293-.708v-11q0-.417.291-.708q.291-.292.707-.292t.709.292t.293.708v11q0 .417-.29.708q-.292.292-.707.292m-17.464-3v-1q1.031 0 1.765-.735q.735-.736.735-1.769t-.735-1.764T2.558 9.5v-1q1.458 0 2.479 1.021q1.02 1.021 1.02 2.479t-1.02 2.479Q4.016 15.5 2.557 15.5"/></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.5 6.539V5q0-.213.144-.356t.357-.144t.356.144T3.5 5v1.539q0 .212-.144.356t-.357.144t-.356-.144t-.143-.356M2.5 19v-1.538q0-.213.144-.357t.357-.143t.356.143t.143.357V19q0 .213-.144.356t-.357.144t-.356-.144T2.5 19M8.31 7.404l-1.09 1.09q-.147.146-.348.156t-.366-.156t-.166-.357t.166-.356l1.09-1.09q.146-.147.347-.157q.201-.009.367.156q.165.166.165.357t-.165.357m-.714 9.9l-1.09-1.085q-.147-.146-.156-.347t.156-.366t.356-.165t.357.165l1.09 1.09q.147.146.156.345t-.156.363t-.356.165t-.357-.165M15 11.5l-1.796-2.408q-.135-.177-.104-.375q.03-.198.208-.333q.177-.134.375-.103q.198.03.333.207l2.015 2.72q.298.404.077.848t-.723.444H8.519q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143zm5.022 7q-.416 0-.71-.292q-.293-.291-.293-.708v-11q0-.417.291-.708q.291-.292.707-.292t.709.292t.293.708v11q0 .417-.29.708q-.292.292-.707.292m-17.464-3v-1q1.031 0 1.765-.735q.735-.736.735-1.769t-.735-1.764T2.558 9.5v-1q1.458 0 2.479 1.021q1.02 1.021 1.02 2.479t-1.02 2.479Q4.016 15.5 2.557 15.5"/></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.5%206.539V5q0-.213.144-.356t.357-.144t.356.144T3.5%205v1.539q0%20.212-.144.356t-.357.144t-.356-.144t-.143-.356M2.5%2019v-1.538q0-.213.144-.357t.357-.143t.356.143t.143.357V19q0%20.213-.144.356t-.357.144t-.356-.144T2.5%2019M8.31%207.404l-1.09%201.09q-.147.146-.348.156t-.366-.156t-.166-.357t.166-.356l1.09-1.09q.146-.147.347-.157q.201-.009.367.156q.165.166.165.357t-.165.357m-.714%209.9l-1.09-1.085q-.147-.146-.156-.347t.156-.366t.356-.165t.357.165l1.09%201.09q.147.146.156.345t-.156.363t-.356.165t-.357-.165M15%2011.5l-1.796-2.408q-.135-.177-.104-.375q.03-.198.208-.333q.177-.134.375-.103q.198.03.333.207l2.015%202.72q.298.404.077.848t-.723.444H8.519q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143zm5.022%207q-.416%200-.71-.292q-.293-.291-.293-.708v-11q0-.417.291-.708q.291-.292.707-.292t.709.292t.293.708v11q0%20.417-.29.708q-.292.292-.707.292m-17.464-3v-1q1.031%200%201.765-.735q.735-.736.735-1.769t-.735-1.764T2.558%209.5v-1q1.458%200%202.479%201.021q1.02%201.021%201.02%202.479t-1.02%202.479Q4.016%2015.5%202.557%2015.5%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.5%206.539V5q0-.213.144-.356t.357-.144t.356.144T3.5%205v1.539q0%20.212-.144.356t-.357.144t-.356-.144t-.143-.356M2.5%2019v-1.538q0-.213.144-.357t.357-.143t.356.143t.143.357V19q0%20.213-.144.356t-.357.144t-.356-.144T2.5%2019M8.31%207.404l-1.09%201.09q-.147.146-.348.156t-.366-.156t-.166-.357t.166-.356l1.09-1.09q.146-.147.347-.157q.201-.009.367.156q.165.166.165.357t-.165.357m-.714%209.9l-1.09-1.085q-.147-.146-.156-.347t.156-.366t.356-.165t.357.165l1.09%201.09q.147.146.156.345t-.156.363t-.356.165t-.357-.165M15%2011.5l-1.796-2.408q-.135-.177-.104-.375q.03-.198.208-.333q.177-.134.375-.103q.198.03.333.207l2.015%202.72q.298.404.077.848t-.723.444H8.519q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143zm5.022%207q-.416%200-.71-.292q-.293-.291-.293-.708v-11q0-.417.291-.708q.291-.292.707-.292t.709.292t.293.708v11q0%20.417-.29.708q-.292.292-.707.292m-17.464-3v-1q1.031%200%201.765-.735q.735-.736.735-1.769t-.735-1.764T2.558%209.5v-1q1.458%200%202.479%201.021q1.02%201.021%201.02%202.479t-1.02%202.479Q4.016%2015.5%202.557%2015.5%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-sunblock-rounded.svg?color=%231a73e8&size=48