wb-auto from Material Symbols Light by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.

Name
wb-auto
Set
Material Symbols Light
Style
Regular
Category
Images
Viewbox
24×24
License
Apache 2.0
Aliases
wb-auto-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More images icons from Material Symbols Light

Use the wb auto icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.364 15h.853l.727-1.992h2.8L10.471 15h.893L8.687 8H8.04zm1.853-2.684L8.294 9.3h.1l1.077 3.016zM8.344 18q-2.502 0-4.25-1.749T2.343 12t1.75-4.251T8.343 6q1.972 0 3.53 1.156q1.559 1.156 2.124 3.025L13.437 8h.892l1.277 5.485h.05L17.106 8h.83l1.45 5.485h.062L20.725 8h.93l-1.772 7h-.842l-1.5-5.634h-.05L16.002 15h-.804l-.97-3.977q.5 2.74-1.29 4.859T8.345 18"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightWbAuto(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="M5.364 15h.853l.727-1.992h2.8L10.471 15h.893L8.687 8H8.04zm1.853-2.684L8.294 9.3h.1l1.077 3.016zM8.344 18q-2.502 0-4.25-1.749T2.343 12t1.75-4.251T8.343 6q1.972 0 3.53 1.156q1.559 1.156 2.124 3.025L13.437 8h.892l1.277 5.485h.05L17.106 8h.83l1.45 5.485h.062L20.725 8h.93l-1.772 7h-.842l-1.5-5.634h-.05L16.002 15h-.804l-.97-3.977q.5 2.74-1.29 4.859T8.345 18"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.364 15h.853l.727-1.992h2.8L10.471 15h.893L8.687 8H8.04zm1.853-2.684L8.294 9.3h.1l1.077 3.016zM8.344 18q-2.502 0-4.25-1.749T2.343 12t1.75-4.251T8.343 6q1.972 0 3.53 1.156q1.559 1.156 2.124 3.025L13.437 8h.892l1.277 5.485h.05L17.106 8h.83l1.45 5.485h.062L20.725 8h.93l-1.772 7h-.842l-1.5-5.634h-.05L16.002 15h-.804l-.97-3.977q.5 2.74-1.29 4.859T8.345 18"/></svg>
</template>

CSS

.icon-wb-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%22M5.364%2015h.853l.727-1.992h2.8L10.471%2015h.893L8.687%208H8.04zm1.853-2.684L8.294%209.3h.1l1.077%203.016zM8.344%2018q-2.502%200-4.25-1.749T2.343%2012t1.75-4.251T8.343%206q1.972%200%203.53%201.156q1.559%201.156%202.124%203.025L13.437%208h.892l1.277%205.485h.05L17.106%208h.83l1.45%205.485h.062L20.725%208h.93l-1.772%207h-.842l-1.5-5.634h-.05L16.002%2015h-.804l-.97-3.977q.5%202.74-1.29%204.859T8.345%2018%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%22M5.364%2015h.853l.727-1.992h2.8L10.471%2015h.893L8.687%208H8.04zm1.853-2.684L8.294%209.3h.1l1.077%203.016zM8.344%2018q-2.502%200-4.25-1.749T2.343%2012t1.75-4.251T8.343%206q1.972%200%203.53%201.156q1.559%201.156%202.124%203.025L13.437%208h.892l1.277%205.485h.05L17.106%208h.83l1.45%205.485h.062L20.725%208h.93l-1.772%207h-.842l-1.5-5.634h-.05L16.002%2015h-.804l-.97-3.977q.5%202.74-1.29%204.859T8.345%2018%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/wb-auto.svg?color=%231a73e8&size=48