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

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

3 other variants in Material Symbols

The same icon in other sets

More images icons from Material Symbols

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="M4.825 15h1.2l.65-1.8h2.8l.65 1.8h1.2l-2.6-7h-1.3zm2.2-2.8l1-2.9h.1l1 2.9zm1.05 6.8q-2.925 0-4.962-2.037T1.075 12t2.038-4.962T8.075 5q1.875 0 3.463.925t2.537 2.525l-.1-.45h1.2l1.2 5.1h.05l1.45-5.1h1.1l1.45 5.1h.1l1.2-5.1h1.2l-1.85 7h-1.15l-1.5-5.25h-.05L16.925 15h-1.15l-.7-2.9q0 2.875-2.05 4.888T8.075 19m0-2q2.075 0 3.538-1.463T13.075 12t-1.462-3.537T8.075 7T4.538 8.463T3.075 12t1.463 3.538T8.075 17m0-5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsWbAutoOutline(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="M4.825 15h1.2l.65-1.8h2.8l.65 1.8h1.2l-2.6-7h-1.3zm2.2-2.8l1-2.9h.1l1 2.9zm1.05 6.8q-2.925 0-4.962-2.037T1.075 12t2.038-4.962T8.075 5q1.875 0 3.463.925t2.537 2.525l-.1-.45h1.2l1.2 5.1h.05l1.45-5.1h1.1l1.45 5.1h.1l1.2-5.1h1.2l-1.85 7h-1.15l-1.5-5.25h-.05L16.925 15h-1.15l-.7-2.9q0 2.875-2.05 4.888T8.075 19m0-2q2.075 0 3.538-1.463T13.075 12t-1.462-3.537T8.075 7T4.538 8.463T3.075 12t1.463 3.538T8.075 17m0-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="M4.825 15h1.2l.65-1.8h2.8l.65 1.8h1.2l-2.6-7h-1.3zm2.2-2.8l1-2.9h.1l1 2.9zm1.05 6.8q-2.925 0-4.962-2.037T1.075 12t2.038-4.962T8.075 5q1.875 0 3.463.925t2.537 2.525l-.1-.45h1.2l1.2 5.1h.05l1.45-5.1h1.1l1.45 5.1h.1l1.2-5.1h1.2l-1.85 7h-1.15l-1.5-5.25h-.05L16.925 15h-1.15l-.7-2.9q0 2.875-2.05 4.888T8.075 19m0-2q2.075 0 3.538-1.463T13.075 12t-1.462-3.537T8.075 7T4.538 8.463T3.075 12t1.463 3.538T8.075 17m0-5"/></svg>
</template>

CSS

.icon-wb-auto-outline {
  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%22M4.825%2015h1.2l.65-1.8h2.8l.65%201.8h1.2l-2.6-7h-1.3zm2.2-2.8l1-2.9h.1l1%202.9zm1.05%206.8q-2.925%200-4.962-2.037T1.075%2012t2.038-4.962T8.075%205q1.875%200%203.463.925t2.537%202.525l-.1-.45h1.2l1.2%205.1h.05l1.45-5.1h1.1l1.45%205.1h.1l1.2-5.1h1.2l-1.85%207h-1.15l-1.5-5.25h-.05L16.925%2015h-1.15l-.7-2.9q0%202.875-2.05%204.888T8.075%2019m0-2q2.075%200%203.538-1.463T13.075%2012t-1.462-3.537T8.075%207T4.538%208.463T3.075%2012t1.463%203.538T8.075%2017m0-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%22M4.825%2015h1.2l.65-1.8h2.8l.65%201.8h1.2l-2.6-7h-1.3zm2.2-2.8l1-2.9h.1l1%202.9zm1.05%206.8q-2.925%200-4.962-2.037T1.075%2012t2.038-4.962T8.075%205q1.875%200%203.463.925t2.537%202.525l-.1-.45h1.2l1.2%205.1h.05l1.45-5.1h1.1l1.45%205.1h.1l1.2-5.1h1.2l-1.85%207h-1.15l-1.5-5.25h-.05L16.925%2015h-1.15l-.7-2.9q0%202.875-2.05%204.888T8.075%2019m0-2q2.075%200%203.538-1.463T13.075%2012t-1.462-3.537T8.075%207T4.538%208.463T3.075%2012t1.463%203.538T8.075%2017m0-5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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