wb incandescent icon
wb-incandescent-outline from Material Symbols by Google · Outline · Images · Apache-2.0 Free for personal and commercial use.
- Name
- wb-incandescent-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- wb-incandescent-outline-sharp
3 other variants in Material Symbols
The same icon in other sets
More images icons from Material Symbols
Use the wb incandescent icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 22v-3h2v3zm-9-9v-2h3v2zm17 0v-2h3v2zm-1 6.9l-2.1-2.1l1.4-1.4l2.1 2.1zm-12 0l-1.4-1.4l2.1-2.1l1.4 1.4zm2.463-4.362Q7 14.074 7 12q0-1.2.538-2.238T9 8V3h6v5q.925.725 1.463 1.763T17 12q0 2.075-1.463 3.538T12 17t-3.537-1.463M11 7.1q.25-.05.5-.075T12 7t.5.025t.5.075V5h-2zm1 7.9q1.25 0 2.125-.875T15 12t-.875-2.125T12 9t-2.125.875T9 12t.875 2.125T12 15m0-3"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsWbIncandescentOutline(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 22v-3h2v3zm-9-9v-2h3v2zm17 0v-2h3v2zm-1 6.9l-2.1-2.1l1.4-1.4l2.1 2.1zm-12 0l-1.4-1.4l2.1-2.1l1.4 1.4zm2.463-4.362Q7 14.074 7 12q0-1.2.538-2.238T9 8V3h6v5q.925.725 1.463 1.763T17 12q0 2.075-1.463 3.538T12 17t-3.537-1.463M11 7.1q.25-.05.5-.075T12 7t.5.025t.5.075V5h-2zm1 7.9q1.25 0 2.125-.875T15 12t-.875-2.125T12 9t-2.125.875T9 12t.875 2.125T12 15m0-3"/></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 22v-3h2v3zm-9-9v-2h3v2zm17 0v-2h3v2zm-1 6.9l-2.1-2.1l1.4-1.4l2.1 2.1zm-12 0l-1.4-1.4l2.1-2.1l1.4 1.4zm2.463-4.362Q7 14.074 7 12q0-1.2.538-2.238T9 8V3h6v5q.925.725 1.463 1.763T17 12q0 2.075-1.463 3.538T12 17t-3.537-1.463M11 7.1q.25-.05.5-.075T12 7t.5.025t.5.075V5h-2zm1 7.9q1.25 0 2.125-.875T15 12t-.875-2.125T12 9t-2.125.875T9 12t.875 2.125T12 15m0-3"/></svg> </template>
CSS
.icon-wb-incandescent-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%22M11%2022v-3h2v3zm-9-9v-2h3v2zm17%200v-2h3v2zm-1%206.9l-2.1-2.1l1.4-1.4l2.1%202.1zm-12%200l-1.4-1.4l2.1-2.1l1.4%201.4zm2.463-4.362Q7%2014.074%207%2012q0-1.2.538-2.238T9%208V3h6v5q.925.725%201.463%201.763T17%2012q0%202.075-1.463%203.538T12%2017t-3.537-1.463M11%207.1q.25-.05.5-.075T12%207t.5.025t.5.075V5h-2zm1%207.9q1.25%200%202.125-.875T15%2012t-.875-2.125T12%209t-2.125.875T9%2012t.875%202.125T12%2015m0-3%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%2022v-3h2v3zm-9-9v-2h3v2zm17%200v-2h3v2zm-1%206.9l-2.1-2.1l1.4-1.4l2.1%202.1zm-12%200l-1.4-1.4l2.1-2.1l1.4%201.4zm2.463-4.362Q7%2014.074%207%2012q0-1.2.538-2.238T9%208V3h6v5q.925.725%201.463%201.763T17%2012q0%202.075-1.463%203.538T12%2017t-3.537-1.463M11%207.1q.25-.05.5-.075T12%207t.5.025t.5.075V5h-2zm1%207.9q1.25%200%202.125-.875T15%2012t-.875-2.125T12%209t-2.125.875T9%2012t.875%202.125T12%2015m0-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/wb-incandescent-outline.svg?color=%231a73e8&size=48