twotone brightness 4 icon

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

Name
twotone-brightness-4
Set
Google Material Icons
Style
Baseline
Category
Image
Viewbox
24×24
License
Apache 2.0

More image icons from Google Material Icons

Use the twotone brightness 4 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 9.52V6h-3.52L12 3.52L9.52 6H6v3.52L3.52 12L6 14.48V18h3.52L12 20.48L14.48 18H18v-3.52L20.48 12zM12.29 17c-.74 0-1.45-.17-2.08-.46c1.72-.79 2.92-2.52 2.92-4.54s-1.2-3.75-2.92-4.54c.63-.29 1.34-.46 2.08-.46c2.76 0 5 2.24 5 5s-2.24 5-5 5" opacity=".3"/><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.29 7c-.74 0-1.45.17-2.08.46c1.72.79 2.92 2.53 2.92 4.54s-1.2 3.75-2.92 4.54c.63.29 1.34.46 2.08.46c2.76 0 5-2.24 5-5s-2.24-5-5-5"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneBrightness4(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="M18 9.52V6h-3.52L12 3.52L9.52 6H6v3.52L3.52 12L6 14.48V18h3.52L12 20.48L14.48 18H18v-3.52L20.48 12zM12.29 17c-.74 0-1.45-.17-2.08-.46c1.72-.79 2.92-2.52 2.92-4.54s-1.2-3.75-2.92-4.54c.63-.29 1.34-.46 2.08-.46c2.76 0 5 2.24 5 5s-2.24 5-5 5" opacity=".3"/><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.29 7c-.74 0-1.45.17-2.08.46c1.72.79 2.92 2.53 2.92 4.54s-1.2 3.75-2.92 4.54c.63.29 1.34.46 2.08.46c2.76 0 5-2.24 5-5s-2.24-5-5-5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 9.52V6h-3.52L12 3.52L9.52 6H6v3.52L3.52 12L6 14.48V18h3.52L12 20.48L14.48 18H18v-3.52L20.48 12zM12.29 17c-.74 0-1.45-.17-2.08-.46c1.72-.79 2.92-2.52 2.92-4.54s-1.2-3.75-2.92-4.54c.63-.29 1.34-.46 2.08-.46c2.76 0 5 2.24 5 5s-2.24 5-5 5" opacity=".3"/><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.29 7c-.74 0-1.45.17-2.08.46c1.72.79 2.92 2.53 2.92 4.54s-1.2 3.75-2.92 4.54c.63.29 1.34.46 2.08.46c2.76 0 5-2.24 5-5s-2.24-5-5-5"/></svg>
</template>

CSS

.icon-twotone-brightness-4 {
  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%22M18%209.52V6h-3.52L12%203.52L9.52%206H6v3.52L3.52%2012L6%2014.48V18h3.52L12%2020.48L14.48%2018H18v-3.52L20.48%2012zM12.29%2017c-.74%200-1.45-.17-2.08-.46c1.72-.79%202.92-2.52%202.92-4.54s-1.2-3.75-2.92-4.54c.63-.29%201.34-.46%202.08-.46c2.76%200%205%202.24%205%205s-2.24%205-5%205%22%20opacity%3D%22.3%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.29%207c-.74%200-1.45.17-2.08.46c1.72.79%202.92%202.53%202.92%204.54s-1.2%203.75-2.92%204.54c.63.29%201.34.46%202.08.46c2.76%200%205-2.24%205-5s-2.24-5-5-5%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%22M18%209.52V6h-3.52L12%203.52L9.52%206H6v3.52L3.52%2012L6%2014.48V18h3.52L12%2020.48L14.48%2018H18v-3.52L20.48%2012zM12.29%2017c-.74%200-1.45-.17-2.08-.46c1.72-.79%202.92-2.52%202.92-4.54s-1.2-3.75-2.92-4.54c.63-.29%201.34-.46%202.08-.46c2.76%200%205%202.24%205%205s-2.24%205-5%205%22%20opacity%3D%22.3%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.29%207c-.74%200-1.45.17-2.08.46c1.72.79%202.92%202.53%202.92%204.54s-1.2%203.75-2.92%204.54c.63.29%201.34.46%202.08.46c2.76%200%205-2.24%205-5s-2.24-5-5-5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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