brightness contrast icon

brightness-contrast from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
brightness-contrast
Set
Carbon
Style
Outline
Category
Actions
Viewbox
32×32
License
Apache 2.0

More actions icons from Carbon

Use the brightness contrast icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15 2h2v3h-2zm12 13h3v2h-3zM15 27h2v3h-2zM2 15h3v2H2zm3.45-8.117L6.864 5.47l2.122 2.12L7.57 9.004zM23 7.581l2.12-2.121l1.414 1.414l-2.121 2.122zm.002 16.835l1.414-1.414l2.122 2.122l-1.414 1.414zM5.47 25.13L7.59 23L9 24.42l-2.12 2.12zM16 8a8 8 0 1 0 8 8a8 8 0 0 0-8-8m0 14a6 6 0 0 1 0-12Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonBrightnessContrast(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15 2h2v3h-2zm12 13h3v2h-3zM15 27h2v3h-2zM2 15h3v2H2zm3.45-8.117L6.864 5.47l2.122 2.12L7.57 9.004zM23 7.581l2.12-2.121l1.414 1.414l-2.121 2.122zm.002 16.835l1.414-1.414l2.122 2.122l-1.414 1.414zM5.47 25.13L7.59 23L9 24.42l-2.12 2.12zM16 8a8 8 0 1 0 8 8a8 8 0 0 0-8-8m0 14a6 6 0 0 1 0-12Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15 2h2v3h-2zm12 13h3v2h-3zM15 27h2v3h-2zM2 15h3v2H2zm3.45-8.117L6.864 5.47l2.122 2.12L7.57 9.004zM23 7.581l2.12-2.121l1.414 1.414l-2.121 2.122zm.002 16.835l1.414-1.414l2.122 2.122l-1.414 1.414zM5.47 25.13L7.59 23L9 24.42l-2.12 2.12zM16 8a8 8 0 1 0 8 8a8 8 0 0 0-8-8m0 14a6 6 0 0 1 0-12Z"/></svg>
</template>

CSS

.icon-brightness-contrast {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%202h2v3h-2zm12%2013h3v2h-3zM15%2027h2v3h-2zM2%2015h3v2H2zm3.45-8.117L6.864%205.47l2.122%202.12L7.57%209.004zM23%207.581l2.12-2.121l1.414%201.414l-2.121%202.122zm.002%2016.835l1.414-1.414l2.122%202.122l-1.414%201.414zM5.47%2025.13L7.59%2023L9%2024.42l-2.12%202.12zM16%208a8%208%200%201%200%208%208a8%208%200%200%200-8-8m0%2014a6%206%200%200%201%200-12Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15%202h2v3h-2zm12%2013h3v2h-3zM15%2027h2v3h-2zM2%2015h3v2H2zm3.45-8.117L6.864%205.47l2.122%202.12L7.57%209.004zM23%207.581l2.12-2.121l1.414%201.414l-2.121%202.122zm.002%2016.835l1.414-1.414l2.122%202.122l-1.414%201.414zM5.47%2025.13L7.59%2023L9%2024.42l-2.12%202.12zM16%208a8%208%200%201%200%208%208a8%208%200%200%200-8-8m0%2014a6%206%200%200%201%200-12Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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