twotone brightness high icon
twotone-brightness-high from Google Material Icons by Material Design Authors · Baseline · Device · Apache-2.0 Free for personal and commercial use.
- Name
- twotone-brightness-high
- 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 twotone brightness high icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-opacity=".3" d="M18 9.52V6h-3.52L12 3.52L9.52 6H6v3.52L3.52 12L6 14.48V18h3.52L12 20.48L14.48 18H18v-3.52L20.48 12zM12 18c-3.31 0-6-2.69-6-6s2.69-6 6-6s6 2.69 6 6s-2.69 6-6 6"/><path fill="currentColor" d="M20 8.69V4h-4.69L12 .69L8.69 4H4v4.69L.69 12L4 15.31V20h4.69L12 23.31L15.31 20H20v-4.69L23.31 12zm-2 5.79V18h-3.52L12 20.48L9.52 18H6v-3.52L3.52 12L6 9.52V6h3.52L12 3.52L14.48 6H18v3.52L20.48 12zM12 6c-3.31 0-6 2.69-6 6s2.69 6 6 6s6-2.69 6-6s-2.69-6-6-6m0 10c-2.21 0-4-1.79-4-4s1.79-4 4-4s4 1.79 4 4s-1.79 4-4 4"/><circle cx="12" cy="12" r="2.5" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IcTwotoneBrightnessHigh(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" fillOpacity=".3" d="M18 9.52V6h-3.52L12 3.52L9.52 6H6v3.52L3.52 12L6 14.48V18h3.52L12 20.48L14.48 18H18v-3.52L20.48 12zM12 18c-3.31 0-6-2.69-6-6s2.69-6 6-6s6 2.69 6 6s-2.69 6-6 6"/><path fill="currentColor" d="M20 8.69V4h-4.69L12 .69L8.69 4H4v4.69L.69 12L4 15.31V20h4.69L12 23.31L15.31 20H20v-4.69L23.31 12zm-2 5.79V18h-3.52L12 20.48L9.52 18H6v-3.52L3.52 12L6 9.52V6h3.52L12 3.52L14.48 6H18v3.52L20.48 12zM12 6c-3.31 0-6 2.69-6 6s2.69 6 6 6s6-2.69 6-6s-2.69-6-6-6m0 10c-2.21 0-4-1.79-4-4s1.79-4 4-4s4 1.79 4 4s-1.79 4-4 4"/><circle cx="12" cy="12" r="2.5" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-opacity=".3" d="M18 9.52V6h-3.52L12 3.52L9.52 6H6v3.52L3.52 12L6 14.48V18h3.52L12 20.48L14.48 18H18v-3.52L20.48 12zM12 18c-3.31 0-6-2.69-6-6s2.69-6 6-6s6 2.69 6 6s-2.69 6-6 6"/><path fill="currentColor" d="M20 8.69V4h-4.69L12 .69L8.69 4H4v4.69L.69 12L4 15.31V20h4.69L12 23.31L15.31 20H20v-4.69L23.31 12zm-2 5.79V18h-3.52L12 20.48L9.52 18H6v-3.52L3.52 12L6 9.52V6h3.52L12 3.52L14.48 6H18v3.52L20.48 12zM12 6c-3.31 0-6 2.69-6 6s2.69 6 6 6s6-2.69 6-6s-2.69-6-6-6m0 10c-2.21 0-4-1.79-4-4s1.79-4 4-4s4 1.79 4 4s-1.79 4-4 4"/><circle cx="12" cy="12" r="2.5" fill="currentColor"/></svg> </template>
CSS
.icon-twotone-brightness-high {
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%20fill-opacity%3D%22.3%22%20d%3D%22M18%209.52V6h-3.52L12%203.52L9.52%206H6v3.52L3.52%2012L6%2014.48V18h3.52L12%2020.48L14.48%2018H18v-3.52L20.48%2012zM12%2018c-3.31%200-6-2.69-6-6s2.69-6%206-6s6%202.69%206%206s-2.69%206-6%206%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%208.69V4h-4.69L12%20.69L8.69%204H4v4.69L.69%2012L4%2015.31V20h4.69L12%2023.31L15.31%2020H20v-4.69L23.31%2012zm-2%205.79V18h-3.52L12%2020.48L9.52%2018H6v-3.52L3.52%2012L6%209.52V6h3.52L12%203.52L14.48%206H18v3.52L20.48%2012zM12%206c-3.31%200-6%202.69-6%206s2.69%206%206%206s6-2.69%206-6s-2.69-6-6-6m0%2010c-2.21%200-4-1.79-4-4s1.79-4%204-4s4%201.79%204%204s-1.79%204-4%204%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%222.5%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.3%22%20d%3D%22M18%209.52V6h-3.52L12%203.52L9.52%206H6v3.52L3.52%2012L6%2014.48V18h3.52L12%2020.48L14.48%2018H18v-3.52L20.48%2012zM12%2018c-3.31%200-6-2.69-6-6s2.69-6%206-6s6%202.69%206%206s-2.69%206-6%206%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%208.69V4h-4.69L12%20.69L8.69%204H4v4.69L.69%2012L4%2015.31V20h4.69L12%2023.31L15.31%2020H20v-4.69L23.31%2012zm-2%205.79V18h-3.52L12%2020.48L9.52%2018H6v-3.52L3.52%2012L6%209.52V6h3.52L12%203.52L14.48%206H18v3.52L20.48%2012zM12%206c-3.31%200-6%202.69-6%206s2.69%206%206%206s6-2.69%206-6s-2.69-6-6-6m0%2010c-2.21%200-4-1.79-4-4s1.79-4%204-4s4%201.79%204%204s-1.79%204-4%204%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%222.5%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/ic/twotone-brightness-high.svg?color=%231a73e8&size=48