nest cam floodlight icon

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

Name
nest-cam-floodlight
Set
Material Symbols
Style
Regular
Category
Home
Viewbox
24×24
License
Apache 2.0
Aliases
nest-cam-floodlight-rounded

3 other variants in Material Symbols

The same icon in other sets

More home icons from Material Symbols

Use the nest cam floodlight icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 19h2v3h-2zm4.5-1.9l2.1 2.1l-1.4 1.4l-2.1-2.1zM0 0h2q.825 0 1.413.588T4 2v1.7q.8-1.25 2.125-1.975T9.025 1H14q.825 0 1.413.588T16 3v4.275l-1.575-1.55q-1.05-1.05-2.45-1.637t-2.9-.588q-1.425 0-2.762.55T4 5.475v2.3q.675-1.125 2.075-1.95t3-.825q1.2 0 2.325.475T13.375 6.8l3.525 3.525q.575.575.575 1.425t-.575 1.425L11.15 18.9q-.575.575-1.425.575T8.3 18.9l-3.525-3.525q-.225-.225-.413-.45t-.362-.5V16q0 .825-.587 1.413T2 18H0zm17 14h3v2h-3z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsNestCamFloodlight(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 19h2v3h-2zm4.5-1.9l2.1 2.1l-1.4 1.4l-2.1-2.1zM0 0h2q.825 0 1.413.588T4 2v1.7q.8-1.25 2.125-1.975T9.025 1H14q.825 0 1.413.588T16 3v4.275l-1.575-1.55q-1.05-1.05-2.45-1.637t-2.9-.588q-1.425 0-2.762.55T4 5.475v2.3q.675-1.125 2.075-1.95t3-.825q1.2 0 2.325.475T13.375 6.8l3.525 3.525q.575.575.575 1.425t-.575 1.425L11.15 18.9q-.575.575-1.425.575T8.3 18.9l-3.525-3.525q-.225-.225-.413-.45t-.362-.5V16q0 .825-.587 1.413T2 18H0zm17 14h3v2h-3z"/></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 19h2v3h-2zm4.5-1.9l2.1 2.1l-1.4 1.4l-2.1-2.1zM0 0h2q.825 0 1.413.588T4 2v1.7q.8-1.25 2.125-1.975T9.025 1H14q.825 0 1.413.588T16 3v4.275l-1.575-1.55q-1.05-1.05-2.45-1.637t-2.9-.588q-1.425 0-2.762.55T4 5.475v2.3q.675-1.125 2.075-1.95t3-.825q1.2 0 2.325.475T13.375 6.8l3.525 3.525q.575.575.575 1.425t-.575 1.425L11.15 18.9q-.575.575-1.425.575T8.3 18.9l-3.525-3.525q-.225-.225-.413-.45t-.362-.5V16q0 .825-.587 1.413T2 18H0zm17 14h3v2h-3z"/></svg>
</template>

CSS

.icon-nest-cam-floodlight {
  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%2019h2v3h-2zm4.5-1.9l2.1%202.1l-1.4%201.4l-2.1-2.1zM0%200h2q.825%200%201.413.588T4%202v1.7q.8-1.25%202.125-1.975T9.025%201H14q.825%200%201.413.588T16%203v4.275l-1.575-1.55q-1.05-1.05-2.45-1.637t-2.9-.588q-1.425%200-2.762.55T4%205.475v2.3q.675-1.125%202.075-1.95t3-.825q1.2%200%202.325.475T13.375%206.8l3.525%203.525q.575.575.575%201.425t-.575%201.425L11.15%2018.9q-.575.575-1.425.575T8.3%2018.9l-3.525-3.525q-.225-.225-.413-.45t-.362-.5V16q0%20.825-.587%201.413T2%2018H0zm17%2014h3v2h-3z%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%2019h2v3h-2zm4.5-1.9l2.1%202.1l-1.4%201.4l-2.1-2.1zM0%200h2q.825%200%201.413.588T4%202v1.7q.8-1.25%202.125-1.975T9.025%201H14q.825%200%201.413.588T16%203v4.275l-1.575-1.55q-1.05-1.05-2.45-1.637t-2.9-.588q-1.425%200-2.762.55T4%205.475v2.3q.675-1.125%202.075-1.95t3-.825q1.2%200%202.325.475T13.375%206.8l3.525%203.525q.575.575.575%201.425t-.575%201.425L11.15%2018.9q-.575.575-1.425.575T8.3%2018.9l-3.525-3.525q-.225-.225-.413-.45t-.362-.5V16q0%20.825-.587%201.413T2%2018H0zm17%2014h3v2h-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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