nest farsight seasonal icon

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

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

1 other variant in Material Symbols Light

The same icon in other sets

More home icons from Material Symbols Light

Use the nest farsight seasonal icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 7.74q-.546-.382-1.078-.561T9.885 7q-.56 0-1.066.215q-.506.214-.948.656t-.657.958T7 9.885q0 .506.179 1.037q.179.532.561 1.078q-.382.546-.561 1.078T7 14.116q0 .559.215 1.065q.214.506.656.948t.958.656T9.884 17q.506 0 1.038-.179T12 16.26q.546.383 1.078.562q.531.179 1.037.179q.56 0 1.066-.215q.505-.214.948-.656t.656-.958q.215-.515.215-1.055q0-.506-.179-1.038T16.26 12q.383-.546.562-1.078q.179-.531.179-1.037q0-.56-.215-1.066q-.214-.505-.656-.948t-.958-.656Q14.656 7 14.115 7q-.506 0-1.037.179q-.532.179-1.078.562m0 7.3l-.862.607q-.257.183-.547.268Q10.302 16 10 16q-.39 0-.752-.141q-.362-.142-.663-.443q-.283-.283-.434-.645T8 14.02q0-.302.094-.6t.277-.557L8.96 12l-.607-.861q-.183-.258-.267-.548Q8 10.302 8 10q0-.39.141-.752q.142-.362.443-.663q.283-.283.645-.434T9.98 8q.302 0 .6.094t.558.277L12 8.96l.862-.607q.257-.183.547-.267Q13.698 8 14 8q.39 0 .752.141q.362.142.664.443q.282.283.433.645T16 9.98q0 .302-.094.6t-.277.558L15.04 12l.607.862q.183.257.268.547q.084.289.084.591q0 .39-.141.752q-.142.362-.443.664q-.283.282-.645.433t-.75.151q-.302 0-.6-.094t-.557-.277zm.56-2.48q.228-.228.228-.561t-.228-.56t-.56-.228t-.56.228t-.229.56t.228.56t.561.229t.56-.228M12 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12t.71-3.506t1.927-2.857T8.494 3.71Q10.137 3 12 3t3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12t-.71 3.506q-.711 1.642-1.926 2.857q-1.216 1.216-2.858 1.926Q13.864 21 12 21m0-1q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m0-8"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightNestFarsightSeasonalOutline(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 7.74q-.546-.382-1.078-.561T9.885 7q-.56 0-1.066.215q-.506.214-.948.656t-.657.958T7 9.885q0 .506.179 1.037q.179.532.561 1.078q-.382.546-.561 1.078T7 14.116q0 .559.215 1.065q.214.506.656.948t.958.656T9.884 17q.506 0 1.038-.179T12 16.26q.546.383 1.078.562q.531.179 1.037.179q.56 0 1.066-.215q.505-.214.948-.656t.656-.958q.215-.515.215-1.055q0-.506-.179-1.038T16.26 12q.383-.546.562-1.078q.179-.531.179-1.037q0-.56-.215-1.066q-.214-.505-.656-.948t-.958-.656Q14.656 7 14.115 7q-.506 0-1.037.179q-.532.179-1.078.562m0 7.3l-.862.607q-.257.183-.547.268Q10.302 16 10 16q-.39 0-.752-.141q-.362-.142-.663-.443q-.283-.283-.434-.645T8 14.02q0-.302.094-.6t.277-.557L8.96 12l-.607-.861q-.183-.258-.267-.548Q8 10.302 8 10q0-.39.141-.752q.142-.362.443-.663q.283-.283.645-.434T9.98 8q.302 0 .6.094t.558.277L12 8.96l.862-.607q.257-.183.547-.267Q13.698 8 14 8q.39 0 .752.141q.362.142.664.443q.282.283.433.645T16 9.98q0 .302-.094.6t-.277.558L15.04 12l.607.862q.183.257.268.547q.084.289.084.591q0 .39-.141.752q-.142.362-.443.664q-.283.282-.645.433t-.75.151q-.302 0-.6-.094t-.557-.277zm.56-2.48q.228-.228.228-.561t-.228-.56t-.56-.228t-.56.228t-.229.56t.228.56t.561.229t.56-.228M12 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12t.71-3.506t1.927-2.857T8.494 3.71Q10.137 3 12 3t3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12t-.71 3.506q-.711 1.642-1.926 2.857q-1.216 1.216-2.858 1.926Q13.864 21 12 21m0-1q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m0-8"/></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 7.74q-.546-.382-1.078-.561T9.885 7q-.56 0-1.066.215q-.506.214-.948.656t-.657.958T7 9.885q0 .506.179 1.037q.179.532.561 1.078q-.382.546-.561 1.078T7 14.116q0 .559.215 1.065q.214.506.656.948t.958.656T9.884 17q.506 0 1.038-.179T12 16.26q.546.383 1.078.562q.531.179 1.037.179q.56 0 1.066-.215q.505-.214.948-.656t.656-.958q.215-.515.215-1.055q0-.506-.179-1.038T16.26 12q.383-.546.562-1.078q.179-.531.179-1.037q0-.56-.215-1.066q-.214-.505-.656-.948t-.958-.656Q14.656 7 14.115 7q-.506 0-1.037.179q-.532.179-1.078.562m0 7.3l-.862.607q-.257.183-.547.268Q10.302 16 10 16q-.39 0-.752-.141q-.362-.142-.663-.443q-.283-.283-.434-.645T8 14.02q0-.302.094-.6t.277-.557L8.96 12l-.607-.861q-.183-.258-.267-.548Q8 10.302 8 10q0-.39.141-.752q.142-.362.443-.663q.283-.283.645-.434T9.98 8q.302 0 .6.094t.558.277L12 8.96l.862-.607q.257-.183.547-.267Q13.698 8 14 8q.39 0 .752.141q.362.142.664.443q.282.283.433.645T16 9.98q0 .302-.094.6t-.277.558L15.04 12l.607.862q.183.257.268.547q.084.289.084.591q0 .39-.141.752q-.142.362-.443.664q-.283.282-.645.433t-.75.151q-.302 0-.6-.094t-.557-.277zm.56-2.48q.228-.228.228-.561t-.228-.56t-.56-.228t-.56.228t-.229.56t.228.56t.561.229t.56-.228M12 21q-1.864 0-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12t.71-3.506t1.927-2.857T8.494 3.71Q10.137 3 12 3t3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12t-.71 3.506q-.711 1.642-1.926 2.857q-1.216 1.216-2.858 1.926Q13.864 21 12 21m0-1q3.35 0 5.675-2.325T20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20m0-8"/></svg>
</template>

CSS

.icon-nest-farsight-seasonal-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%22M12%207.74q-.546-.382-1.078-.561T9.885%207q-.56%200-1.066.215q-.506.214-.948.656t-.657.958T7%209.885q0%20.506.179%201.037q.179.532.561%201.078q-.382.546-.561%201.078T7%2014.116q0%20.559.215%201.065q.214.506.656.948t.958.656T9.884%2017q.506%200%201.038-.179T12%2016.26q.546.383%201.078.562q.531.179%201.037.179q.56%200%201.066-.215q.505-.214.948-.656t.656-.958q.215-.515.215-1.055q0-.506-.179-1.038T16.26%2012q.383-.546.562-1.078q.179-.531.179-1.037q0-.56-.215-1.066q-.214-.505-.656-.948t-.958-.656Q14.656%207%2014.115%207q-.506%200-1.037.179q-.532.179-1.078.562m0%207.3l-.862.607q-.257.183-.547.268Q10.302%2016%2010%2016q-.39%200-.752-.141q-.362-.142-.663-.443q-.283-.283-.434-.645T8%2014.02q0-.302.094-.6t.277-.557L8.96%2012l-.607-.861q-.183-.258-.267-.548Q8%2010.302%208%2010q0-.39.141-.752q.142-.362.443-.663q.283-.283.645-.434T9.98%208q.302%200%20.6.094t.558.277L12%208.96l.862-.607q.257-.183.547-.267Q13.698%208%2014%208q.39%200%20.752.141q.362.142.664.443q.282.283.433.645T16%209.98q0%20.302-.094.6t-.277.558L15.04%2012l.607.862q.183.257.268.547q.084.289.084.591q0%20.39-.141.752q-.142.362-.443.664q-.283.282-.645.433t-.75.151q-.302%200-.6-.094t-.557-.277zm.56-2.48q.228-.228.228-.561t-.228-.56t-.56-.228t-.56.228t-.229.56t.228.56t.561.229t.56-.228M12%2021q-1.864%200-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3%2013.864%203%2012t.71-3.506t1.927-2.857T8.494%203.71Q10.137%203%2012%203t3.506.71q1.642.711%202.857%201.927q1.216%201.215%201.926%202.857Q21%2010.137%2021%2012t-.71%203.506q-.711%201.642-1.926%202.857q-1.216%201.216-2.858%201.926Q13.864%2021%2012%2021m0-1q3.35%200%205.675-2.325T20%2012t-2.325-5.675T12%204T6.325%206.325T4%2012t2.325%205.675T12%2020m0-8%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%207.74q-.546-.382-1.078-.561T9.885%207q-.56%200-1.066.215q-.506.214-.948.656t-.657.958T7%209.885q0%20.506.179%201.037q.179.532.561%201.078q-.382.546-.561%201.078T7%2014.116q0%20.559.215%201.065q.214.506.656.948t.958.656T9.884%2017q.506%200%201.038-.179T12%2016.26q.546.383%201.078.562q.531.179%201.037.179q.56%200%201.066-.215q.505-.214.948-.656t.656-.958q.215-.515.215-1.055q0-.506-.179-1.038T16.26%2012q.383-.546.562-1.078q.179-.531.179-1.037q0-.56-.215-1.066q-.214-.505-.656-.948t-.958-.656Q14.656%207%2014.115%207q-.506%200-1.037.179q-.532.179-1.078.562m0%207.3l-.862.607q-.257.183-.547.268Q10.302%2016%2010%2016q-.39%200-.752-.141q-.362-.142-.663-.443q-.283-.283-.434-.645T8%2014.02q0-.302.094-.6t.277-.557L8.96%2012l-.607-.861q-.183-.258-.267-.548Q8%2010.302%208%2010q0-.39.141-.752q.142-.362.443-.663q.283-.283.645-.434T9.98%208q.302%200%20.6.094t.558.277L12%208.96l.862-.607q.257-.183.547-.267Q13.698%208%2014%208q.39%200%20.752.141q.362.142.664.443q.282.283.433.645T16%209.98q0%20.302-.094.6t-.277.558L15.04%2012l.607.862q.183.257.268.547q.084.289.084.591q0%20.39-.141.752q-.142.362-.443.664q-.283.282-.645.433t-.75.151q-.302%200-.6-.094t-.557-.277zm.56-2.48q.228-.228.228-.561t-.228-.56t-.56-.228t-.56.228t-.229.56t.228.56t.561.229t.56-.228M12%2021q-1.864%200-3.506-.71q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3%2013.864%203%2012t.71-3.506t1.927-2.857T8.494%203.71Q10.137%203%2012%203t3.506.71q1.642.711%202.857%201.927q1.216%201.215%201.926%202.857Q21%2010.137%2021%2012t-.71%203.506q-.711%201.642-1.926%202.857q-1.216%201.216-2.858%201.926Q13.864%2021%2012%2021m0-1q3.35%200%205.675-2.325T20%2012t-2.325-5.675T12%204T6.325%206.325T4%2012t2.325%205.675T12%2020m0-8%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-farsight-seasonal-outline.svg?color=%231a73e8&size=48