lightbulb alert icon
lightbulb-alert-outline from Material Design Icons by Pictogrammers · Outline · Alert / Error · Apache-2.0 Free for personal and commercial use.
- Name
- lightbulb-alert-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Alert / Error
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- lightbulb-error-outline
1 other variant in Material Design Icons
More alert / error icons from Material Design Icons
airplane-alertalertalert-boxalert-circlealert-circle-checkalert-decagramalert-minusalert-octagonalert-octagramalert-plusalert-removealert-rhombusarchive-alertbattery-alertbattery-alert-bluetoothbattery-alert-variantbattery-charging-wireless-alertbeaker-alertbell-alertbook-alertboom-gate-alertbus-alertcalendar-alertcar-brake-alert
Use the lightbulb alert icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 2c3.9 0 7 3.1 7 7c0 2.4-1.2 4.5-3 5.7V17c0 .6-.4 1-1 1H7c-.6 0-1-.4-1-1v-2.3C4.2 13.5 3 11.4 3 9c0-3.9 3.1-7 7-7M7 21v-1h6v1c0 .6-.4 1-1 1H8c-.6 0-1-.4-1-1m3-17C7.2 4 5 6.2 5 9c0 2.1 1.2 3.8 3 4.6V16h4v-2.4c1.8-.8 3-2.5 3-4.6c0-2.8-2.2-5-5-5m9 8V7h2v6h-2m0 4v-2h2v2z"/></svg>
React
import type { SVGProps } from "react";
export function MdiLightbulbAlertOutline(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="M10 2c3.9 0 7 3.1 7 7c0 2.4-1.2 4.5-3 5.7V17c0 .6-.4 1-1 1H7c-.6 0-1-.4-1-1v-2.3C4.2 13.5 3 11.4 3 9c0-3.9 3.1-7 7-7M7 21v-1h6v1c0 .6-.4 1-1 1H8c-.6 0-1-.4-1-1m3-17C7.2 4 5 6.2 5 9c0 2.1 1.2 3.8 3 4.6V16h4v-2.4c1.8-.8 3-2.5 3-4.6c0-2.8-2.2-5-5-5m9 8V7h2v6h-2m0 4v-2h2v2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 2c3.9 0 7 3.1 7 7c0 2.4-1.2 4.5-3 5.7V17c0 .6-.4 1-1 1H7c-.6 0-1-.4-1-1v-2.3C4.2 13.5 3 11.4 3 9c0-3.9 3.1-7 7-7M7 21v-1h6v1c0 .6-.4 1-1 1H8c-.6 0-1-.4-1-1m3-17C7.2 4 5 6.2 5 9c0 2.1 1.2 3.8 3 4.6V16h4v-2.4c1.8-.8 3-2.5 3-4.6c0-2.8-2.2-5-5-5m9 8V7h2v6h-2m0 4v-2h2v2z"/></svg> </template>
CSS
.icon-lightbulb-alert-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%22M10%202c3.9%200%207%203.1%207%207c0%202.4-1.2%204.5-3%205.7V17c0%20.6-.4%201-1%201H7c-.6%200-1-.4-1-1v-2.3C4.2%2013.5%203%2011.4%203%209c0-3.9%203.1-7%207-7M7%2021v-1h6v1c0%20.6-.4%201-1%201H8c-.6%200-1-.4-1-1m3-17C7.2%204%205%206.2%205%209c0%202.1%201.2%203.8%203%204.6V16h4v-2.4c1.8-.8%203-2.5%203-4.6c0-2.8-2.2-5-5-5m9%208V7h2v6h-2m0%204v-2h2v2z%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%22M10%202c3.9%200%207%203.1%207%207c0%202.4-1.2%204.5-3%205.7V17c0%20.6-.4%201-1%201H7c-.6%200-1-.4-1-1v-2.3C4.2%2013.5%203%2011.4%203%209c0-3.9%203.1-7%207-7M7%2021v-1h6v1c0%20.6-.4%201-1%201H8c-.6%200-1-.4-1-1m3-17C7.2%204%205%206.2%205%209c0%202.1%201.2%203.8%203%204.6V16h4v-2.4c1.8-.8%203-2.5%203-4.6c0-2.8-2.2-5-5-5m9%208V7h2v6h-2m0%204v-2h2v2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/lightbulb-alert-outline.svg?color=%231a73e8&size=48