white balance auto icon

white-balance-auto from Material Design Icons by Pictogrammers · Filled · Photography · Apache-2.0 Free for personal and commercial use.

Name
white-balance-auto
Set
Material Design Icons
Style
Filled
Category
Photography
Viewbox
24×24
License
Apache 2.0
Aliases
wb-auto

More photography icons from Material Design Icons

Use the white balance auto icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10.3 16l-.7-2H6.4l-.7 2H3.8L7 7h2l3.2 9M22 7l-1.2 6.29L19.3 7h-1.6l-1.49 6.29L15 7h-.76C12.77 5.17 10.5 4 8 4a8 8 0 0 0-8 8a8 8 0 0 0 8 8c3.13 0 5.84-1.81 7.15-4.43l.1.43H17l1.5-6.1L20 16h1.75l2.05-9M6.85 12.65h2.3L8 9z"/></svg>

React

import type { SVGProps } from "react";

export function MdiWhiteBalanceAuto(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="m10.3 16l-.7-2H6.4l-.7 2H3.8L7 7h2l3.2 9M22 7l-1.2 6.29L19.3 7h-1.6l-1.49 6.29L15 7h-.76C12.77 5.17 10.5 4 8 4a8 8 0 0 0-8 8a8 8 0 0 0 8 8c3.13 0 5.84-1.81 7.15-4.43l.1.43H17l1.5-6.1L20 16h1.75l2.05-9M6.85 12.65h2.3L8 9z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10.3 16l-.7-2H6.4l-.7 2H3.8L7 7h2l3.2 9M22 7l-1.2 6.29L19.3 7h-1.6l-1.49 6.29L15 7h-.76C12.77 5.17 10.5 4 8 4a8 8 0 0 0-8 8a8 8 0 0 0 8 8c3.13 0 5.84-1.81 7.15-4.43l.1.43H17l1.5-6.1L20 16h1.75l2.05-9M6.85 12.65h2.3L8 9z"/></svg>
</template>

CSS

.icon-white-balance-auto {
  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%22m10.3%2016l-.7-2H6.4l-.7%202H3.8L7%207h2l3.2%209M22%207l-1.2%206.29L19.3%207h-1.6l-1.49%206.29L15%207h-.76C12.77%205.17%2010.5%204%208%204a8%208%200%200%200-8%208a8%208%200%200%200%208%208c3.13%200%205.84-1.81%207.15-4.43l.1.43H17l1.5-6.1L20%2016h1.75l2.05-9M6.85%2012.65h2.3L8%209z%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%22m10.3%2016l-.7-2H6.4l-.7%202H3.8L7%207h2l3.2%209M22%207l-1.2%206.29L19.3%207h-1.6l-1.49%206.29L15%207h-.76C12.77%205.17%2010.5%204%208%204a8%208%200%200%200-8%208a8%208%200%200%200%208%208c3.13%200%205.84-1.81%207.15-4.43l.1.43H17l1.5-6.1L20%2016h1.75l2.05-9M6.85%2012.65h2.3L8%209z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/white-balance-auto.svg?color=%231a73e8&size=48