light flood down icon

light-flood-down from Material Design Icons by Pictogrammers · Filled · Home Automation · Apache-2.0 Free for personal and commercial use.

Name
light-flood-down
Set
Material Design Icons
Style
Filled
Category
Home Automation
Viewbox
24×24
License
Apache 2.0
Aliases
floodlight-down

More home automation icons from Material Design Icons

Use the light flood down icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 11H2V9h6c.55 0 1 .45 1 1s-.45 1-1 1m6.87-6.65l-.37.92l-6.32-.41L6.9 8H8c1.1 0 2 .9 2 2s-.9 2-2 2H5.27l-.86 2.12l4.8 4.12l-.38.92l1.86.76L16.72 5.1zm5.94 1.94l.76 1.85l-2.31.96l-.76-1.85zm-2.03 7.28l2.77 1.15l-.76 1.85L18 15.42zm-2.63 7.66L14.3 22l-.96-2.31l1.85-.76z"/></svg>

React

import type { SVGProps } from "react";

export function MdiLightFloodDown(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="M8 11H2V9h6c.55 0 1 .45 1 1s-.45 1-1 1m6.87-6.65l-.37.92l-6.32-.41L6.9 8H8c1.1 0 2 .9 2 2s-.9 2-2 2H5.27l-.86 2.12l4.8 4.12l-.38.92l1.86.76L16.72 5.1zm5.94 1.94l.76 1.85l-2.31.96l-.76-1.85zm-2.03 7.28l2.77 1.15l-.76 1.85L18 15.42zm-2.63 7.66L14.3 22l-.96-2.31l1.85-.76z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 11H2V9h6c.55 0 1 .45 1 1s-.45 1-1 1m6.87-6.65l-.37.92l-6.32-.41L6.9 8H8c1.1 0 2 .9 2 2s-.9 2-2 2H5.27l-.86 2.12l4.8 4.12l-.38.92l1.86.76L16.72 5.1zm5.94 1.94l.76 1.85l-2.31.96l-.76-1.85zm-2.03 7.28l2.77 1.15l-.76 1.85L18 15.42zm-2.63 7.66L14.3 22l-.96-2.31l1.85-.76z"/></svg>
</template>

CSS

.icon-light-flood-down {
  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%22M8%2011H2V9h6c.55%200%201%20.45%201%201s-.45%201-1%201m6.87-6.65l-.37.92l-6.32-.41L6.9%208H8c1.1%200%202%20.9%202%202s-.9%202-2%202H5.27l-.86%202.12l4.8%204.12l-.38.92l1.86.76L16.72%205.1zm5.94%201.94l.76%201.85l-2.31.96l-.76-1.85zm-2.03%207.28l2.77%201.15l-.76%201.85L18%2015.42zm-2.63%207.66L14.3%2022l-.96-2.31l1.85-.76z%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%22M8%2011H2V9h6c.55%200%201%20.45%201%201s-.45%201-1%201m6.87-6.65l-.37.92l-6.32-.41L6.9%208H8c1.1%200%202%20.9%202%202s-.9%202-2%202H5.27l-.86%202.12l4.8%204.12l-.38.92l1.86.76L16.72%205.1zm5.94%201.94l.76%201.85l-2.31.96l-.76-1.85zm-2.03%207.28l2.77%201.15l-.76%201.85L18%2015.42zm-2.63%207.66L14.3%2022l-.96-2.31l1.85-.76z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/light-flood-down.svg?color=%231a73e8&size=48