nest-cam-outdoor from Material Symbols Light by Google · Regular · Home · Apache-2.0 Free for personal and commercial use.

Name
nest-cam-outdoor
Set
Material Symbols Light
Style
Regular
Category
Home
Viewbox
24×24
License
Apache 2.0
Aliases
nest-cam-outdoor-rounded, nest-cam-outdoor-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More home icons from Material Symbols Light

Use the nest cam outdoor icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.88 18.352q-.414.515-1.064.564q-.649.05-1.164-.366l-3.725-3.121q-.611-.506-1.067-1.142q-.456-.637-.68-1.393q-.236.339-.582.53q-.346.192-.752.192H3.27V6.922h1.577q.687 0 1.153.508q.467.507.495 1.232q.72-1.45 2.104-2.268t3.014-.818q.952 0 1.82.342t1.603.952l3.75 3.121q.515.43.568 1.068q.053.64-.376 1.155z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightNestCamOutdoor(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="M13.88 18.352q-.414.515-1.064.564q-.649.05-1.164-.366l-3.725-3.121q-.611-.506-1.067-1.142q-.456-.637-.68-1.393q-.236.339-.582.53q-.346.192-.752.192H3.27V6.922h1.577q.687 0 1.153.508q.467.507.495 1.232q.72-1.45 2.104-2.268t3.014-.818q.952 0 1.82.342t1.603.952l3.75 3.121q.515.43.568 1.068q.053.64-.376 1.155z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.88 18.352q-.414.515-1.064.564q-.649.05-1.164-.366l-3.725-3.121q-.611-.506-1.067-1.142q-.456-.637-.68-1.393q-.236.339-.582.53q-.346.192-.752.192H3.27V6.922h1.577q.687 0 1.153.508q.467.507.495 1.232q.72-1.45 2.104-2.268t3.014-.818q.952 0 1.82.342t1.603.952l3.75 3.121q.515.43.568 1.068q.053.64-.376 1.155z"/></svg>
</template>

CSS

.icon-nest-cam-outdoor {
  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%22M13.88%2018.352q-.414.515-1.064.564q-.649.05-1.164-.366l-3.725-3.121q-.611-.506-1.067-1.142q-.456-.637-.68-1.393q-.236.339-.582.53q-.346.192-.752.192H3.27V6.922h1.577q.687%200%201.153.508q.467.507.495%201.232q.72-1.45%202.104-2.268t3.014-.818q.952%200%201.82.342t1.603.952l3.75%203.121q.515.43.568%201.068q.053.64-.376%201.155z%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%22M13.88%2018.352q-.414.515-1.064.564q-.649.05-1.164-.366l-3.725-3.121q-.611-.506-1.067-1.142q-.456-.637-.68-1.393q-.236.339-.582.53q-.346.192-.752.192H3.27V6.922h1.577q.687%200%201.153.508q.467.507.495%201.232q.72-1.45%202.104-2.268t3.014-.818q.952%200%201.82.342t1.603.952l3.75%203.121q.515.43.568%201.068q.053.64-.376%201.155z%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-cam-outdoor.svg?color=%231a73e8&size=48