round fluorescent icon
round-fluorescent from Google Material Icons by Material Design Authors · Baseline · Device · Apache-2.0 Free for personal and commercial use.
- Name
- round-fluorescent
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Device
- Viewbox
- 24×24
- License
- Apache 2.0
More device icons from Google Material Icons
baseline-1x-mobiledatabaseline-30fpsbaseline-3g-mobiledatabaseline-4g-mobiledatabaseline-4g-plus-mobiledatabaseline-60fpsbaseline-access-alarmbaseline-access-alarmsbaseline-access-timebaseline-access-time-filledbaseline-ad-unitsbaseline-add-alarmbaseline-add-to-home-screenbaseline-airbaseline-airplane-ticketbaseline-airplanemode-activebaseline-airplanemode-inactivebaseline-aodbaseline-battery-0-barbaseline-battery-1-barbaseline-battery-2-barbaseline-battery-20baseline-battery-3-barbaseline-battery-30
Use the round fluorescent icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 15h10c1.1 0 2-.9 2-2v-2c0-1.1-.9-2-2-2H7c-1.1 0-2 .9-2 2v2c0 1.1.9 2 2 2m5-13c-.56 0-1 .45-1 1v1c0 .55.45 1 1 1s1-.45 1-1V3c0-.55-.45-1-1-1m7.79 3.3a.996.996 0 0 0-1.41 0l-.38.38a.996.996 0 1 0 1.41 1.41l.38-.38a.996.996 0 0 0 0-1.41M12 22c.56 0 1-.45 1-1v-1c0-.55-.45-1-1-1s-1 .45-1 1v1c0 .55.45 1 1 1m5.99-3.59l.38.39c.39.39 1.02.39 1.41 0l.01-.01a.996.996 0 0 0 0-1.41L19.4 17a.996.996 0 1 0-1.41 1.41M6 5.69l-.39-.38A.996.996 0 1 0 4.2 6.72l.39.38c.39.39 1.02.39 1.41 0c.38-.39.38-1.03 0-1.41m-1.8 13.1c.39.4 1.03.4 1.42 0L6 18.4a.996.996 0 1 0-1.41-1.41l-.39.39a.996.996 0 0 0 0 1.41"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundFluorescent(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 15h10c1.1 0 2-.9 2-2v-2c0-1.1-.9-2-2-2H7c-1.1 0-2 .9-2 2v2c0 1.1.9 2 2 2m5-13c-.56 0-1 .45-1 1v1c0 .55.45 1 1 1s1-.45 1-1V3c0-.55-.45-1-1-1m7.79 3.3a.996.996 0 0 0-1.41 0l-.38.38a.996.996 0 1 0 1.41 1.41l.38-.38a.996.996 0 0 0 0-1.41M12 22c.56 0 1-.45 1-1v-1c0-.55-.45-1-1-1s-1 .45-1 1v1c0 .55.45 1 1 1m5.99-3.59l.38.39c.39.39 1.02.39 1.41 0l.01-.01a.996.996 0 0 0 0-1.41L19.4 17a.996.996 0 1 0-1.41 1.41M6 5.69l-.39-.38A.996.996 0 1 0 4.2 6.72l.39.38c.39.39 1.02.39 1.41 0c.38-.39.38-1.03 0-1.41m-1.8 13.1c.39.4 1.03.4 1.42 0L6 18.4a.996.996 0 1 0-1.41-1.41l-.39.39a.996.996 0 0 0 0 1.41"/></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 15h10c1.1 0 2-.9 2-2v-2c0-1.1-.9-2-2-2H7c-1.1 0-2 .9-2 2v2c0 1.1.9 2 2 2m5-13c-.56 0-1 .45-1 1v1c0 .55.45 1 1 1s1-.45 1-1V3c0-.55-.45-1-1-1m7.79 3.3a.996.996 0 0 0-1.41 0l-.38.38a.996.996 0 1 0 1.41 1.41l.38-.38a.996.996 0 0 0 0-1.41M12 22c.56 0 1-.45 1-1v-1c0-.55-.45-1-1-1s-1 .45-1 1v1c0 .55.45 1 1 1m5.99-3.59l.38.39c.39.39 1.02.39 1.41 0l.01-.01a.996.996 0 0 0 0-1.41L19.4 17a.996.996 0 1 0-1.41 1.41M6 5.69l-.39-.38A.996.996 0 1 0 4.2 6.72l.39.38c.39.39 1.02.39 1.41 0c.38-.39.38-1.03 0-1.41m-1.8 13.1c.39.4 1.03.4 1.42 0L6 18.4a.996.996 0 1 0-1.41-1.41l-.39.39a.996.996 0 0 0 0 1.41"/></svg> </template>
CSS
.icon-round-fluorescent {
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%2015h10c1.1%200%202-.9%202-2v-2c0-1.1-.9-2-2-2H7c-1.1%200-2%20.9-2%202v2c0%201.1.9%202%202%202m5-13c-.56%200-1%20.45-1%201v1c0%20.55.45%201%201%201s1-.45%201-1V3c0-.55-.45-1-1-1m7.79%203.3a.996.996%200%200%200-1.41%200l-.38.38a.996.996%200%201%200%201.41%201.41l.38-.38a.996.996%200%200%200%200-1.41M12%2022c.56%200%201-.45%201-1v-1c0-.55-.45-1-1-1s-1%20.45-1%201v1c0%20.55.45%201%201%201m5.99-3.59l.38.39c.39.39%201.02.39%201.41%200l.01-.01a.996.996%200%200%200%200-1.41L19.4%2017a.996.996%200%201%200-1.41%201.41M6%205.69l-.39-.38A.996.996%200%201%200%204.2%206.72l.39.38c.39.39%201.02.39%201.41%200c.38-.39.38-1.03%200-1.41m-1.8%2013.1c.39.4%201.03.4%201.42%200L6%2018.4a.996.996%200%201%200-1.41-1.41l-.39.39a.996.996%200%200%200%200%201.41%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%2015h10c1.1%200%202-.9%202-2v-2c0-1.1-.9-2-2-2H7c-1.1%200-2%20.9-2%202v2c0%201.1.9%202%202%202m5-13c-.56%200-1%20.45-1%201v1c0%20.55.45%201%201%201s1-.45%201-1V3c0-.55-.45-1-1-1m7.79%203.3a.996.996%200%200%200-1.41%200l-.38.38a.996.996%200%201%200%201.41%201.41l.38-.38a.996.996%200%200%200%200-1.41M12%2022c.56%200%201-.45%201-1v-1c0-.55-.45-1-1-1s-1%20.45-1%201v1c0%20.55.45%201%201%201m5.99-3.59l.38.39c.39.39%201.02.39%201.41%200l.01-.01a.996.996%200%200%200%200-1.41L19.4%2017a.996.996%200%201%200-1.41%201.41M6%205.69l-.39-.38A.996.996%200%201%200%204.2%206.72l.39.38c.39.39%201.02.39%201.41%200c.38-.39.38-1.03%200-1.41m-1.8%2013.1c.39.4%201.03.4%201.42%200L6%2018.4a.996.996%200%201%200-1.41-1.41l-.39.39a.996.996%200%200%200%200%201.41%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-fluorescent.svg?color=%231a73e8&size=48