android bulb icon

android-bulb from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
android-bulb
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the android bulb icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 170.136c25.499 0 49.567 10.025 67.771 28.229C341.975 216.568 352 240.637 352 266.136c0 17.621-4.422 34.031-13.144 48.773-8.339 14.098-20.437 26.036-34.985 34.526L288 358.697V448h-64V358.697l-15.871-9.262C178.442 332.111 160 300.192 160 266.136c0-25.499 10.025-49.567 28.229-67.771s42.272-28.229 67.771-28.229M277.333 32h-42.666v64h42.666V32zm129.063 53.864L368 124.271l29.864 29.865 38.406-38.396-29.874-29.876zm-300.792 0l-29.875 29.875 38.406 38.396L144 124.271l-38.396-38.407zM256 138.136c-70.396 0-128 57.604-128 128 0 46.938 25.604 88.531 64 110.938V480h128V377.073c38.396-22.406 64-62.938 64-110.938 0-70.396-57.604-127.999-128-127.999zm224 106.666h-64v42.667h64v-42.667zm-384 0H32v42.667h64v-42.667z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonAndroidBulb(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 170.136c25.499 0 49.567 10.025 67.771 28.229C341.975 216.568 352 240.637 352 266.136c0 17.621-4.422 34.031-13.144 48.773-8.339 14.098-20.437 26.036-34.985 34.526L288 358.697V448h-64V358.697l-15.871-9.262C178.442 332.111 160 300.192 160 266.136c0-25.499 10.025-49.567 28.229-67.771s42.272-28.229 67.771-28.229M277.333 32h-42.666v64h42.666V32zm129.063 53.864L368 124.271l29.864 29.865 38.406-38.396-29.874-29.876zm-300.792 0l-29.875 29.875 38.406 38.396L144 124.271l-38.396-38.407zM256 138.136c-70.396 0-128 57.604-128 128 0 46.938 25.604 88.531 64 110.938V480h128V377.073c38.396-22.406 64-62.938 64-110.938 0-70.396-57.604-127.999-128-127.999zm224 106.666h-64v42.667h64v-42.667zm-384 0H32v42.667h64v-42.667z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 170.136c25.499 0 49.567 10.025 67.771 28.229C341.975 216.568 352 240.637 352 266.136c0 17.621-4.422 34.031-13.144 48.773-8.339 14.098-20.437 26.036-34.985 34.526L288 358.697V448h-64V358.697l-15.871-9.262C178.442 332.111 160 300.192 160 266.136c0-25.499 10.025-49.567 28.229-67.771s42.272-28.229 67.771-28.229M277.333 32h-42.666v64h42.666V32zm129.063 53.864L368 124.271l29.864 29.865 38.406-38.396-29.874-29.876zm-300.792 0l-29.875 29.875 38.406 38.396L144 124.271l-38.396-38.407zM256 138.136c-70.396 0-128 57.604-128 128 0 46.938 25.604 88.531 64 110.938V480h128V377.073c38.396-22.406 64-62.938 64-110.938 0-70.396-57.604-127.999-128-127.999zm224 106.666h-64v42.667h64v-42.667zm-384 0H32v42.667h64v-42.667z" fill="currentColor"/></svg>
</template>

CSS

.icon-android-bulb {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M256%20170.136c25.499%200%2049.567%2010.025%2067.771%2028.229C341.975%20216.568%20352%20240.637%20352%20266.136c0%2017.621-4.422%2034.031-13.144%2048.773-8.339%2014.098-20.437%2026.036-34.985%2034.526L288%20358.697V448h-64V358.697l-15.871-9.262C178.442%20332.111%20160%20300.192%20160%20266.136c0-25.499%2010.025-49.567%2028.229-67.771s42.272-28.229%2067.771-28.229M277.333%2032h-42.666v64h42.666V32zm129.063%2053.864L368%20124.271l29.864%2029.865%2038.406-38.396-29.874-29.876zm-300.792%200l-29.875%2029.875%2038.406%2038.396L144%20124.271l-38.396-38.407zM256%20138.136c-70.396%200-128%2057.604-128%20128%200%2046.938%2025.604%2088.531%2064%20110.938V480h128V377.073c38.396-22.406%2064-62.938%2064-110.938%200-70.396-57.604-127.999-128-127.999zm224%20106.666h-64v42.667h64v-42.667zm-384%200H32v42.667h64v-42.667z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M256%20170.136c25.499%200%2049.567%2010.025%2067.771%2028.229C341.975%20216.568%20352%20240.637%20352%20266.136c0%2017.621-4.422%2034.031-13.144%2048.773-8.339%2014.098-20.437%2026.036-34.985%2034.526L288%20358.697V448h-64V358.697l-15.871-9.262C178.442%20332.111%20160%20300.192%20160%20266.136c0-25.499%2010.025-49.567%2028.229-67.771s42.272-28.229%2067.771-28.229M277.333%2032h-42.666v64h42.666V32zm129.063%2053.864L368%20124.271l29.864%2029.865%2038.406-38.396-29.874-29.876zm-300.792%200l-29.875%2029.875%2038.406%2038.396L144%20124.271l-38.396-38.407zM256%20138.136c-70.396%200-128%2057.604-128%20128%200%2046.938%2025.604%2088.531%2064%20110.938V480h128V377.073c38.396-22.406%2064-62.938%2064-110.938%200-70.396-57.604-127.999-128-127.999zm224%20106.666h-64v42.667h64v-42.667zm-384%200H32v42.667h64v-42.667z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/android-bulb.svg?color=%231a73e8&size=48