twotone flourescent icon

twotone-flourescent from Google Material Icons by Material Design Authors · Baseline · Device · Apache-2.0 Free for personal and commercial use.

Name
twotone-flourescent
Set
Google Material Icons
Style
Baseline
Category
Device
Viewbox
24×24
License
Apache 2.0

More device icons from Google Material Icons

Use the twotone flourescent icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 11h10v2H7z" opacity=".3"/><path fill="currentColor" d="M5 15h14V9H5zm2-4h10v2H7zm4-9h2v3h-2zm6.286 4.399l1.79-1.803l1.42 1.41l-1.79 1.802zM11 19h2v3h-2zm6.29-1.29l1.79 1.8l1.42-1.42l-1.8-1.79zM3.495 6.01l1.407-1.408L6.69 6.391L5.284 7.798zm-.003 12.066l1.803-1.79l1.409 1.42l-1.803 1.79z"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneFlourescent(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="M7 11h10v2H7z" opacity=".3"/><path fill="currentColor" d="M5 15h14V9H5zm2-4h10v2H7zm4-9h2v3h-2zm6.286 4.399l1.79-1.803l1.42 1.41l-1.79 1.802zM11 19h2v3h-2zm6.29-1.29l1.79 1.8l1.42-1.42l-1.8-1.79zM3.495 6.01l1.407-1.408L6.69 6.391L5.284 7.798zm-.003 12.066l1.803-1.79l1.409 1.42l-1.803 1.79z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 11h10v2H7z" opacity=".3"/><path fill="currentColor" d="M5 15h14V9H5zm2-4h10v2H7zm4-9h2v3h-2zm6.286 4.399l1.79-1.803l1.42 1.41l-1.79 1.802zM11 19h2v3h-2zm6.29-1.29l1.79 1.8l1.42-1.42l-1.8-1.79zM3.495 6.01l1.407-1.408L6.69 6.391L5.284 7.798zm-.003 12.066l1.803-1.79l1.409 1.42l-1.803 1.79z"/></svg>
</template>

CSS

.icon-twotone-flourescent {
  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%22M7%2011h10v2H7z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%2015h14V9H5zm2-4h10v2H7zm4-9h2v3h-2zm6.286%204.399l1.79-1.803l1.42%201.41l-1.79%201.802zM11%2019h2v3h-2zm6.29-1.29l1.79%201.8l1.42-1.42l-1.8-1.79zM3.495%206.01l1.407-1.408L6.69%206.391L5.284%207.798zm-.003%2012.066l1.803-1.79l1.409%201.42l-1.803%201.79z%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%22M7%2011h10v2H7z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%2015h14V9H5zm2-4h10v2H7zm4-9h2v3h-2zm6.286%204.399l1.79-1.803l1.42%201.41l-1.79%201.802zM11%2019h2v3h-2zm6.29-1.29l1.79%201.8l1.42-1.42l-1.8-1.79zM3.495%206.01l1.407-1.408L6.69%206.391L5.284%207.798zm-.003%2012.066l1.803-1.79l1.409%201.42l-1.803%201.79z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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