lightbulb cfl spiral icon

lightbulb-cfl-spiral from Material Design Icons by Pictogrammers · Filled · Home Automation · Apache-2.0 Free for personal and commercial use.

Name
lightbulb-cfl-spiral
Set
Material Design Icons
Style
Filled
Category
Home Automation
Viewbox
24×24
License
Apache 2.0
Aliases
bulb-cfl-spiral

More home automation icons from Material Design Icons

Use the lightbulb cfl spiral icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 2c-.16 0-.31.03-.45.1l-2 1C7.56 3.66 8 5 9 5c.16 0 .32-.05.45-.1l2-1C12.43 3.36 12 2 11 2m4 2a.96.96 0 0 0-.45.1l-6 3C7.56 7.68 8 9 9 9c.18 0 .32-.05.45-.1l6-3C16.41 5.43 16 4 15 4m0 4c-.16 0-.31.03-.45.1L8.7 11.03c-.5.22-.7.57-.7.97v2H7v3c0 .55.44 1 1 1h8c.55 0 1-.45 1-1v-3h-1v-1c0-.56-.45-1-1-1s-1 .45-1 1v1h-4v-1.38l5.45-2.72C16.42 9.34 16 8 15 8M9 20v1c0 .57.46 1 1 1h4c.56 0 1-.45 1-1v-1"/></svg>

React

import type { SVGProps } from "react";

export function MdiLightbulbCflSpiral(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="M11 2c-.16 0-.31.03-.45.1l-2 1C7.56 3.66 8 5 9 5c.16 0 .32-.05.45-.1l2-1C12.43 3.36 12 2 11 2m4 2a.96.96 0 0 0-.45.1l-6 3C7.56 7.68 8 9 9 9c.18 0 .32-.05.45-.1l6-3C16.41 5.43 16 4 15 4m0 4c-.16 0-.31.03-.45.1L8.7 11.03c-.5.22-.7.57-.7.97v2H7v3c0 .55.44 1 1 1h8c.55 0 1-.45 1-1v-3h-1v-1c0-.56-.45-1-1-1s-1 .45-1 1v1h-4v-1.38l5.45-2.72C16.42 9.34 16 8 15 8M9 20v1c0 .57.46 1 1 1h4c.56 0 1-.45 1-1v-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 2c-.16 0-.31.03-.45.1l-2 1C7.56 3.66 8 5 9 5c.16 0 .32-.05.45-.1l2-1C12.43 3.36 12 2 11 2m4 2a.96.96 0 0 0-.45.1l-6 3C7.56 7.68 8 9 9 9c.18 0 .32-.05.45-.1l6-3C16.41 5.43 16 4 15 4m0 4c-.16 0-.31.03-.45.1L8.7 11.03c-.5.22-.7.57-.7.97v2H7v3c0 .55.44 1 1 1h8c.55 0 1-.45 1-1v-3h-1v-1c0-.56-.45-1-1-1s-1 .45-1 1v1h-4v-1.38l5.45-2.72C16.42 9.34 16 8 15 8M9 20v1c0 .57.46 1 1 1h4c.56 0 1-.45 1-1v-1"/></svg>
</template>

CSS

.icon-lightbulb-cfl-spiral {
  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%22M11%202c-.16%200-.31.03-.45.1l-2%201C7.56%203.66%208%205%209%205c.16%200%20.32-.05.45-.1l2-1C12.43%203.36%2012%202%2011%202m4%202a.96.96%200%200%200-.45.1l-6%203C7.56%207.68%208%209%209%209c.18%200%20.32-.05.45-.1l6-3C16.41%205.43%2016%204%2015%204m0%204c-.16%200-.31.03-.45.1L8.7%2011.03c-.5.22-.7.57-.7.97v2H7v3c0%20.55.44%201%201%201h8c.55%200%201-.45%201-1v-3h-1v-1c0-.56-.45-1-1-1s-1%20.45-1%201v1h-4v-1.38l5.45-2.72C16.42%209.34%2016%208%2015%208M9%2020v1c0%20.57.46%201%201%201h4c.56%200%201-.45%201-1v-1%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%22M11%202c-.16%200-.31.03-.45.1l-2%201C7.56%203.66%208%205%209%205c.16%200%20.32-.05.45-.1l2-1C12.43%203.36%2012%202%2011%202m4%202a.96.96%200%200%200-.45.1l-6%203C7.56%207.68%208%209%209%209c.18%200%20.32-.05.45-.1l6-3C16.41%205.43%2016%204%2015%204m0%204c-.16%200-.31.03-.45.1L8.7%2011.03c-.5.22-.7.57-.7.97v2H7v3c0%20.55.44%201%201%201h8c.55%200%201-.45%201-1v-3h-1v-1c0-.56-.45-1-1-1s-1%20.45-1%201v1h-4v-1.38l5.45-2.72C16.42%209.34%2016%208%2015%208M9%2020v1c0%20.57.46%201%201%201h4c.56%200%201-.45%201-1v-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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