nest farsight cool icon

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

Name
nest-farsight-cool-rounded
Set
Material Symbols
Style
Rounded
Category
Home
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More home icons from Material Symbols

Use the nest farsight cool icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.25 12.75v.95L9 15.95q-.225.225-.225.525T9 17t.538.225t.537-.225l1.175-1.175v1.425q0 .325.213.537T12 18t.538-.213t.212-.537v-1.425L13.925 17q.225.225.538.225T15 17t.225-.537t-.225-.538L12.75 13.7v-.95h.925l2.25 2.25q.225.225.538.225T17 15t.225-.537t-.225-.538l-1.2-1.175h1.45q.325 0 .538-.213T18 12t-.213-.537t-.537-.213H15.8l1.175-1.175q.225-.225.238-.537T17 9t-.537-.225t-.538.225l-2.25 2.25h-.925v-.925L15 8.075q.225-.225.225-.525T15 7.025t-.538-.225t-.537.225L12.75 8.2V6.75q0-.325-.213-.538T12 6t-.537.213t-.213.537V8.2L10.05 7q-.225-.225-.525-.225T9 7t-.225.537t.225.538l2.25 2.25v.925h-.95L8.05 9q-.225-.225-.525-.225T7 9t-.225.538t.225.537l1.175 1.175H6.75q-.325 0-.537.213T6 12t.213.538t.537.212h1.425l-1.2 1.2q-.225.225-.225.525t.225.525t.538.225T8.05 15l2.25-2.25zM12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNestFarsightCoolRounded(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="M11.25 12.75v.95L9 15.95q-.225.225-.225.525T9 17t.538.225t.537-.225l1.175-1.175v1.425q0 .325.213.537T12 18t.538-.213t.212-.537v-1.425L13.925 17q.225.225.538.225T15 17t.225-.537t-.225-.538L12.75 13.7v-.95h.925l2.25 2.25q.225.225.538.225T17 15t.225-.537t-.225-.538l-1.2-1.175h1.45q.325 0 .538-.213T18 12t-.213-.537t-.537-.213H15.8l1.175-1.175q.225-.225.238-.537T17 9t-.537-.225t-.538.225l-2.25 2.25h-.925v-.925L15 8.075q.225-.225.225-.525T15 7.025t-.538-.225t-.537.225L12.75 8.2V6.75q0-.325-.213-.538T12 6t-.537.213t-.213.537V8.2L10.05 7q-.225-.225-.525-.225T9 7t-.225.537t.225.538l2.25 2.25v.925h-.95L8.05 9q-.225-.225-.525-.225T7 9t-.225.538t.225.537l1.175 1.175H6.75q-.325 0-.537.213T6 12t.213.538t.537.212h1.425l-1.2 1.2q-.225.225-.225.525t.225.525t.538.225T8.05 15l2.25-2.25zM12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.25 12.75v.95L9 15.95q-.225.225-.225.525T9 17t.538.225t.537-.225l1.175-1.175v1.425q0 .325.213.537T12 18t.538-.213t.212-.537v-1.425L13.925 17q.225.225.538.225T15 17t.225-.537t-.225-.538L12.75 13.7v-.95h.925l2.25 2.25q.225.225.538.225T17 15t.225-.537t-.225-.538l-1.2-1.175h1.45q.325 0 .538-.213T18 12t-.213-.537t-.537-.213H15.8l1.175-1.175q.225-.225.238-.537T17 9t-.537-.225t-.538.225l-2.25 2.25h-.925v-.925L15 8.075q.225-.225.225-.525T15 7.025t-.538-.225t-.537.225L12.75 8.2V6.75q0-.325-.213-.538T12 6t-.537.213t-.213.537V8.2L10.05 7q-.225-.225-.525-.225T9 7t-.225.537t.225.538l2.25 2.25v.925h-.95L8.05 9q-.225-.225-.525-.225T7 9t-.225.538t.225.537l1.175 1.175H6.75q-.325 0-.537.213T6 12t.213.538t.537.212h1.425l-1.2 1.2q-.225.225-.225.525t.225.525t.538.225T8.05 15l2.25-2.25zM12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22"/></svg>
</template>

CSS

.icon-nest-farsight-cool-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%22M11.25%2012.75v.95L9%2015.95q-.225.225-.225.525T9%2017t.538.225t.537-.225l1.175-1.175v1.425q0%20.325.213.537T12%2018t.538-.213t.212-.537v-1.425L13.925%2017q.225.225.538.225T15%2017t.225-.537t-.225-.538L12.75%2013.7v-.95h.925l2.25%202.25q.225.225.538.225T17%2015t.225-.537t-.225-.538l-1.2-1.175h1.45q.325%200%20.538-.213T18%2012t-.213-.537t-.537-.213H15.8l1.175-1.175q.225-.225.238-.537T17%209t-.537-.225t-.538.225l-2.25%202.25h-.925v-.925L15%208.075q.225-.225.225-.525T15%207.025t-.538-.225t-.537.225L12.75%208.2V6.75q0-.325-.213-.538T12%206t-.537.213t-.213.537V8.2L10.05%207q-.225-.225-.525-.225T9%207t-.225.537t.225.538l2.25%202.25v.925h-.95L8.05%209q-.225-.225-.525-.225T7%209t-.225.538t.225.537l1.175%201.175H6.75q-.325%200-.537.213T6%2012t.213.538t.537.212h1.425l-1.2%201.2q-.225.225-.225.525t.225.525t.538.225T8.05%2015l2.25-2.25zM12%2022q-2.075%200-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012t.788-3.9t2.137-3.175T8.1%202.788T12%202t3.9.788t3.175%202.137T21.213%208.1T22%2012t-.788%203.9t-2.137%203.175t-3.175%202.138T12%2022%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%22M11.25%2012.75v.95L9%2015.95q-.225.225-.225.525T9%2017t.538.225t.537-.225l1.175-1.175v1.425q0%20.325.213.537T12%2018t.538-.213t.212-.537v-1.425L13.925%2017q.225.225.538.225T15%2017t.225-.537t-.225-.538L12.75%2013.7v-.95h.925l2.25%202.25q.225.225.538.225T17%2015t.225-.537t-.225-.538l-1.2-1.175h1.45q.325%200%20.538-.213T18%2012t-.213-.537t-.537-.213H15.8l1.175-1.175q.225-.225.238-.537T17%209t-.537-.225t-.538.225l-2.25%202.25h-.925v-.925L15%208.075q.225-.225.225-.525T15%207.025t-.538-.225t-.537.225L12.75%208.2V6.75q0-.325-.213-.538T12%206t-.537.213t-.213.537V8.2L10.05%207q-.225-.225-.525-.225T9%207t-.225.537t.225.538l2.25%202.25v.925h-.95L8.05%209q-.225-.225-.525-.225T7%209t-.225.538t.225.537l1.175%201.175H6.75q-.325%200-.537.213T6%2012t.213.538t.537.212h1.425l-1.2%201.2q-.225.225-.225.525t.225.525t.538.225T8.05%2015l2.25-2.25zM12%2022q-2.075%200-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012t.788-3.9t2.137-3.175T8.1%202.788T12%202t3.9.788t3.175%202.137T21.213%208.1T22%2012t-.788%203.9t-2.137%203.175t-3.175%202.138T12%2022%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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