lightbulb cfl off icon
lightbulb-cfl-off from Material Design Icons by Pictogrammers · Filled · Home Automation · Apache-2.0 Free for personal and commercial use.
- Name
- lightbulb-cfl-off
- Set
- Material Design Icons
- Style
- Filled
- Category
- Home Automation
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- bulb-cfl-off
More home automation icons from Material Design Icons
air-filterair-humidifierair-humidifier-offair-purifierair-purifier-offalarm-lightalarm-light-offalarm-panelamplifierarrow-oscillatingarrow-oscillating-offawningbalconybathtubbellblindsblinds-horizontalblinds-horizontal-closedblinds-openblinds-verticalblinds-vertical-closedboom-gateboom-gate-upboombox
Use the lightbulb cfl off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 4.47c0-.91-.37-1.77-1-2.42c.17-.05.33-.05.5-.05A2.5 2.5 0 0 1 16 4.5V14h1v1.18l-3-3zm-4 .03c0-.28.22-.5.5-.5s.5.22.5.5v4.68l2 2V4.5a2.5 2.5 0 0 0-5 0v1.68l2 2zM9 21c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-1H9zm11-.28L18.73 22l-4-4H8c-.55 0-1-.45-1-1v-3h1v-2.73l-6-6L3.28 4z"/></svg>
React
import type { SVGProps } from "react";
export function MdiLightbulbCflOff(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="M14 4.47c0-.91-.37-1.77-1-2.42c.17-.05.33-.05.5-.05A2.5 2.5 0 0 1 16 4.5V14h1v1.18l-3-3zm-4 .03c0-.28.22-.5.5-.5s.5.22.5.5v4.68l2 2V4.5a2.5 2.5 0 0 0-5 0v1.68l2 2zM9 21c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-1H9zm11-.28L18.73 22l-4-4H8c-.55 0-1-.45-1-1v-3h1v-2.73l-6-6L3.28 4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14 4.47c0-.91-.37-1.77-1-2.42c.17-.05.33-.05.5-.05A2.5 2.5 0 0 1 16 4.5V14h1v1.18l-3-3zm-4 .03c0-.28.22-.5.5-.5s.5.22.5.5v4.68l2 2V4.5a2.5 2.5 0 0 0-5 0v1.68l2 2zM9 21c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-1H9zm11-.28L18.73 22l-4-4H8c-.55 0-1-.45-1-1v-3h1v-2.73l-6-6L3.28 4z"/></svg> </template>
CSS
.icon-lightbulb-cfl-off {
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%22M14%204.47c0-.91-.37-1.77-1-2.42c.17-.05.33-.05.5-.05A2.5%202.5%200%200%201%2016%204.5V14h1v1.18l-3-3zm-4%20.03c0-.28.22-.5.5-.5s.5.22.5.5v4.68l2%202V4.5a2.5%202.5%200%200%200-5%200v1.68l2%202zM9%2021c0%20.55.45%201%201%201h4c.55%200%201-.45%201-1v-1H9zm11-.28L18.73%2022l-4-4H8c-.55%200-1-.45-1-1v-3h1v-2.73l-6-6L3.28%204z%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%22M14%204.47c0-.91-.37-1.77-1-2.42c.17-.05.33-.05.5-.05A2.5%202.5%200%200%201%2016%204.5V14h1v1.18l-3-3zm-4%20.03c0-.28.22-.5.5-.5s.5.22.5.5v4.68l2%202V4.5a2.5%202.5%200%200%200-5%200v1.68l2%202zM9%2021c0%20.55.45%201%201%201h4c.55%200%201-.45%201-1v-1H9zm11-.28L18.73%2022l-4-4H8c-.55%200-1-.45-1-1v-3h1v-2.73l-6-6L3.28%204z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/lightbulb-cfl-off.svg?color=%231a73e8&size=48