fluorescent icon
fluorescent-outline from Material Symbols Light by Google · Outline · Images · Apache-2.0 Free for personal and commercial use.
- Name
- fluorescent-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- fluorescent-outline-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More images icons from Material Symbols Light
Use the fluorescent icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 14.089V9.933h12v4.155zm5.5-9.243V2.462h1v2.384zm6.816 2.608l-.708-.708L19.1 5.254l.708.708zM11.5 21.462v-2.385h1v2.385zm7.6-2.693l-1.492-1.492l.708-.708l1.492 1.493zM5.684 7.454L4.193 5.96l.708-.707l1.492 1.492zM4.9 18.769l-.708-.707l1.493-1.493l.707.708zM7 13.09h10v-2.155H7zm0 0v-2.155z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightFluorescentOutline(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="M6 14.089V9.933h12v4.155zm5.5-9.243V2.462h1v2.384zm6.816 2.608l-.708-.708L19.1 5.254l.708.708zM11.5 21.462v-2.385h1v2.385zm7.6-2.693l-1.492-1.492l.708-.708l1.492 1.493zM5.684 7.454L4.193 5.96l.708-.707l1.492 1.492zM4.9 18.769l-.708-.707l1.493-1.493l.707.708zM7 13.09h10v-2.155H7zm0 0v-2.155z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 14.089V9.933h12v4.155zm5.5-9.243V2.462h1v2.384zm6.816 2.608l-.708-.708L19.1 5.254l.708.708zM11.5 21.462v-2.385h1v2.385zm7.6-2.693l-1.492-1.492l.708-.708l1.492 1.493zM5.684 7.454L4.193 5.96l.708-.707l1.492 1.492zM4.9 18.769l-.708-.707l1.493-1.493l.707.708zM7 13.09h10v-2.155H7zm0 0v-2.155z"/></svg> </template>
CSS
.icon-fluorescent-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%22M6%2014.089V9.933h12v4.155zm5.5-9.243V2.462h1v2.384zm6.816%202.608l-.708-.708L19.1%205.254l.708.708zM11.5%2021.462v-2.385h1v2.385zm7.6-2.693l-1.492-1.492l.708-.708l1.492%201.493zM5.684%207.454L4.193%205.96l.708-.707l1.492%201.492zM4.9%2018.769l-.708-.707l1.493-1.493l.707.708zM7%2013.09h10v-2.155H7zm0%200v-2.155z%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%22M6%2014.089V9.933h12v4.155zm5.5-9.243V2.462h1v2.384zm6.816%202.608l-.708-.708L19.1%205.254l.708.708zM11.5%2021.462v-2.385h1v2.385zm7.6-2.693l-1.492-1.492l.708-.708l1.492%201.493zM5.684%207.454L4.193%205.96l.708-.707l1.492%201.492zM4.9%2018.769l-.708-.707l1.493-1.493l.707.708zM7%2013.09h10v-2.155H7zm0%200v-2.155z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/fluorescent-outline.svg?color=%231a73e8&size=48