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

Name
auto-mode
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

Related icons in Material Design Icons

Use the auto mode icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.8 5.67A9.8 9.8 0 0 1 22 11h-2.06c-.2-1.43-.78-2.78-1.68-3.9zM13 2.05c1.96.19 3.81.95 5.33 2.21L16.9 5.69A8 8 0 0 0 13 4.05zm-2 .01c-1.96.2-3.81.97-5.33 2.21L7.1 5.69A8 8 0 0 1 11 4.06zM4.26 5.67l1.37 1.39v.04A8 8 0 0 0 4 11H2c.21-1.96 1-3.82 2.26-5.33M2 14v5l1.6-1.6C5.38 20.17 8.47 22 12 22c4.82 0 8.87-3.45 9.8-8h-2.05c-.89 3.45-4.03 6-7.75 6c-2.95 0-5.61-1.61-7-4l2-2zm10 3l1.56-3.42L17 12l-3.44-1.56L12 7l-1.57 3.44L7 12l3.43 1.58z"/></svg>

React

import type { SVGProps } from "react";

export function MdiAutoMode(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="M19.8 5.67A9.8 9.8 0 0 1 22 11h-2.06c-.2-1.43-.78-2.78-1.68-3.9zM13 2.05c1.96.19 3.81.95 5.33 2.21L16.9 5.69A8 8 0 0 0 13 4.05zm-2 .01c-1.96.2-3.81.97-5.33 2.21L7.1 5.69A8 8 0 0 1 11 4.06zM4.26 5.67l1.37 1.39v.04A8 8 0 0 0 4 11H2c.21-1.96 1-3.82 2.26-5.33M2 14v5l1.6-1.6C5.38 20.17 8.47 22 12 22c4.82 0 8.87-3.45 9.8-8h-2.05c-.89 3.45-4.03 6-7.75 6c-2.95 0-5.61-1.61-7-4l2-2zm10 3l1.56-3.42L17 12l-3.44-1.56L12 7l-1.57 3.44L7 12l3.43 1.58z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.8 5.67A9.8 9.8 0 0 1 22 11h-2.06c-.2-1.43-.78-2.78-1.68-3.9zM13 2.05c1.96.19 3.81.95 5.33 2.21L16.9 5.69A8 8 0 0 0 13 4.05zm-2 .01c-1.96.2-3.81.97-5.33 2.21L7.1 5.69A8 8 0 0 1 11 4.06zM4.26 5.67l1.37 1.39v.04A8 8 0 0 0 4 11H2c.21-1.96 1-3.82 2.26-5.33M2 14v5l1.6-1.6C5.38 20.17 8.47 22 12 22c4.82 0 8.87-3.45 9.8-8h-2.05c-.89 3.45-4.03 6-7.75 6c-2.95 0-5.61-1.61-7-4l2-2zm10 3l1.56-3.42L17 12l-3.44-1.56L12 7l-1.57 3.44L7 12l3.43 1.58z"/></svg>
</template>

CSS

.icon-auto-mode {
  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%22M19.8%205.67A9.8%209.8%200%200%201%2022%2011h-2.06c-.2-1.43-.78-2.78-1.68-3.9zM13%202.05c1.96.19%203.81.95%205.33%202.21L16.9%205.69A8%208%200%200%200%2013%204.05zm-2%20.01c-1.96.2-3.81.97-5.33%202.21L7.1%205.69A8%208%200%200%201%2011%204.06zM4.26%205.67l1.37%201.39v.04A8%208%200%200%200%204%2011H2c.21-1.96%201-3.82%202.26-5.33M2%2014v5l1.6-1.6C5.38%2020.17%208.47%2022%2012%2022c4.82%200%208.87-3.45%209.8-8h-2.05c-.89%203.45-4.03%206-7.75%206c-2.95%200-5.61-1.61-7-4l2-2zm10%203l1.56-3.42L17%2012l-3.44-1.56L12%207l-1.57%203.44L7%2012l3.43%201.58z%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%22M19.8%205.67A9.8%209.8%200%200%201%2022%2011h-2.06c-.2-1.43-.78-2.78-1.68-3.9zM13%202.05c1.96.19%203.81.95%205.33%202.21L16.9%205.69A8%208%200%200%200%2013%204.05zm-2%20.01c-1.96.2-3.81.97-5.33%202.21L7.1%205.69A8%208%200%200%201%2011%204.06zM4.26%205.67l1.37%201.39v.04A8%208%200%200%200%204%2011H2c.21-1.96%201-3.82%202.26-5.33M2%2014v5l1.6-1.6C5.38%2020.17%208.47%2022%2012%2022c4.82%200%208.87-3.45%209.8-8h-2.05c-.89%203.45-4.03%206-7.75%206c-2.95%200-5.61-1.61-7-4l2-2zm10%203l1.56-3.42L17%2012l-3.44-1.56L12%207l-1.57%203.44L7%2012l3.43%201.58z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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