round-wb-auto from Google Material Icons by Material Design Authors · Baseline · Image · Apache-2.0 Free for personal and commercial use.

Name
round-wb-auto
Set
Google Material Icons
Style
Baseline
Category
Image
Viewbox
24×24
License
Apache 2.0

More image icons from Google Material Icons

Use the round 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="M6.85 12.65h2.3L8 9zM22.72 7c-.42 0-.77.3-.85.7l-1.07 5.59l-1.31-5.51c-.11-.46-.52-.78-.99-.78s-.88.32-.98.78l-1.31 5.51l-1.07-5.59c-.08-.4-.44-.7-.85-.7c-.01 0-.03.01-.04.01A7.998 7.998 0 0 0 0 12c0 4.42 3.58 8 8 8c3.17 0 5.9-1.85 7.2-4.52a1.104 1.104 0 0 0 2.01-.32L18.5 9.9l1.29 5.26c.12.49.57.84 1.07.84c.52 0 .96-.36 1.08-.86l1.61-7.08A.86.86 0 0 0 22.72 7m-11.79 9c-.38 0-.72-.24-.84-.6L9.6 14H6.4l-.49 1.4c-.13.36-.46.6-.84.6a.888.888 0 0 1-.84-1.19l2.44-6.86C6.87 7.38 7.4 7 8 7s1.13.38 1.34.94l2.44 6.86c.2.59-.23 1.2-.85 1.2"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundWbAuto(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="M6.85 12.65h2.3L8 9zM22.72 7c-.42 0-.77.3-.85.7l-1.07 5.59l-1.31-5.51c-.11-.46-.52-.78-.99-.78s-.88.32-.98.78l-1.31 5.51l-1.07-5.59c-.08-.4-.44-.7-.85-.7c-.01 0-.03.01-.04.01A7.998 7.998 0 0 0 0 12c0 4.42 3.58 8 8 8c3.17 0 5.9-1.85 7.2-4.52a1.104 1.104 0 0 0 2.01-.32L18.5 9.9l1.29 5.26c.12.49.57.84 1.07.84c.52 0 .96-.36 1.08-.86l1.61-7.08A.86.86 0 0 0 22.72 7m-11.79 9c-.38 0-.72-.24-.84-.6L9.6 14H6.4l-.49 1.4c-.13.36-.46.6-.84.6a.888.888 0 0 1-.84-1.19l2.44-6.86C6.87 7.38 7.4 7 8 7s1.13.38 1.34.94l2.44 6.86c.2.59-.23 1.2-.85 1.2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.85 12.65h2.3L8 9zM22.72 7c-.42 0-.77.3-.85.7l-1.07 5.59l-1.31-5.51c-.11-.46-.52-.78-.99-.78s-.88.32-.98.78l-1.31 5.51l-1.07-5.59c-.08-.4-.44-.7-.85-.7c-.01 0-.03.01-.04.01A7.998 7.998 0 0 0 0 12c0 4.42 3.58 8 8 8c3.17 0 5.9-1.85 7.2-4.52a1.104 1.104 0 0 0 2.01-.32L18.5 9.9l1.29 5.26c.12.49.57.84 1.07.84c.52 0 .96-.36 1.08-.86l1.61-7.08A.86.86 0 0 0 22.72 7m-11.79 9c-.38 0-.72-.24-.84-.6L9.6 14H6.4l-.49 1.4c-.13.36-.46.6-.84.6a.888.888 0 0 1-.84-1.19l2.44-6.86C6.87 7.38 7.4 7 8 7s1.13.38 1.34.94l2.44 6.86c.2.59-.23 1.2-.85 1.2"/></svg>
</template>

CSS

.icon-round-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%22M6.85%2012.65h2.3L8%209zM22.72%207c-.42%200-.77.3-.85.7l-1.07%205.59l-1.31-5.51c-.11-.46-.52-.78-.99-.78s-.88.32-.98.78l-1.31%205.51l-1.07-5.59c-.08-.4-.44-.7-.85-.7c-.01%200-.03.01-.04.01A7.998%207.998%200%200%200%200%2012c0%204.42%203.58%208%208%208c3.17%200%205.9-1.85%207.2-4.52a1.104%201.104%200%200%200%202.01-.32L18.5%209.9l1.29%205.26c.12.49.57.84%201.07.84c.52%200%20.96-.36%201.08-.86l1.61-7.08A.86.86%200%200%200%2022.72%207m-11.79%209c-.38%200-.72-.24-.84-.6L9.6%2014H6.4l-.49%201.4c-.13.36-.46.6-.84.6a.888.888%200%200%201-.84-1.19l2.44-6.86C6.87%207.38%207.4%207%208%207s1.13.38%201.34.94l2.44%206.86c.2.59-.23%201.2-.85%201.2%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%22M6.85%2012.65h2.3L8%209zM22.72%207c-.42%200-.77.3-.85.7l-1.07%205.59l-1.31-5.51c-.11-.46-.52-.78-.99-.78s-.88.32-.98.78l-1.31%205.51l-1.07-5.59c-.08-.4-.44-.7-.85-.7c-.01%200-.03.01-.04.01A7.998%207.998%200%200%200%200%2012c0%204.42%203.58%208%208%208c3.17%200%205.9-1.85%207.2-4.52a1.104%201.104%200%200%200%202.01-.32L18.5%209.9l1.29%205.26c.12.49.57.84%201.07.84c.52%200%20.96-.36%201.08-.86l1.61-7.08A.86.86%200%200%200%2022.72%207m-11.79%209c-.38%200-.72-.24-.84-.6L9.6%2014H6.4l-.49%201.4c-.13.36-.46.6-.84.6a.888.888%200%200%201-.84-1.19l2.44-6.86C6.87%207.38%207.4%207%208%207s1.13.38%201.34.94l2.44%206.86c.2.59-.23%201.2-.85%201.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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