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

Name
auto-fix
Set
Material Design Icons
Style
Filled
Category
Photography
Viewbox
24×24
License
Apache 2.0
Aliases
auto-fix-high, magic, wand

The same icon in other sets

More photography icons from Material Design Icons

Use the auto fix icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.5 5.6L5 7l1.4-2.5L5 2l2.5 1.4L10 2L8.6 4.5L10 7zm12 9.8L22 14l-1.4 2.5L22 19l-2.5-1.4L17 19l1.4-2.5L17 14zM22 2l-1.4 2.5L22 7l-2.5-1.4L17 7l1.4-2.5L17 2l2.5 1.4zm-8.66 10.78l2.44-2.44l-2.12-2.12l-2.44 2.44zm1.03-5.49l2.34 2.34c.39.37.39 1.02 0 1.41L5.04 22.71c-.39.39-1.04.39-1.41 0l-2.34-2.34c-.39-.37-.39-1.02 0-1.41L12.96 7.29c.39-.39 1.04-.39 1.41 0"/></svg>

React

import type { SVGProps } from "react";

export function MdiAutoFix(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="M7.5 5.6L5 7l1.4-2.5L5 2l2.5 1.4L10 2L8.6 4.5L10 7zm12 9.8L22 14l-1.4 2.5L22 19l-2.5-1.4L17 19l1.4-2.5L17 14zM22 2l-1.4 2.5L22 7l-2.5-1.4L17 7l1.4-2.5L17 2l2.5 1.4zm-8.66 10.78l2.44-2.44l-2.12-2.12l-2.44 2.44zm1.03-5.49l2.34 2.34c.39.37.39 1.02 0 1.41L5.04 22.71c-.39.39-1.04.39-1.41 0l-2.34-2.34c-.39-.37-.39-1.02 0-1.41L12.96 7.29c.39-.39 1.04-.39 1.41 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.5 5.6L5 7l1.4-2.5L5 2l2.5 1.4L10 2L8.6 4.5L10 7zm12 9.8L22 14l-1.4 2.5L22 19l-2.5-1.4L17 19l1.4-2.5L17 14zM22 2l-1.4 2.5L22 7l-2.5-1.4L17 7l1.4-2.5L17 2l2.5 1.4zm-8.66 10.78l2.44-2.44l-2.12-2.12l-2.44 2.44zm1.03-5.49l2.34 2.34c.39.37.39 1.02 0 1.41L5.04 22.71c-.39.39-1.04.39-1.41 0l-2.34-2.34c-.39-.37-.39-1.02 0-1.41L12.96 7.29c.39-.39 1.04-.39 1.41 0"/></svg>
</template>

CSS

.icon-auto-fix {
  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%22M7.5%205.6L5%207l1.4-2.5L5%202l2.5%201.4L10%202L8.6%204.5L10%207zm12%209.8L22%2014l-1.4%202.5L22%2019l-2.5-1.4L17%2019l1.4-2.5L17%2014zM22%202l-1.4%202.5L22%207l-2.5-1.4L17%207l1.4-2.5L17%202l2.5%201.4zm-8.66%2010.78l2.44-2.44l-2.12-2.12l-2.44%202.44zm1.03-5.49l2.34%202.34c.39.37.39%201.02%200%201.41L5.04%2022.71c-.39.39-1.04.39-1.41%200l-2.34-2.34c-.39-.37-.39-1.02%200-1.41L12.96%207.29c.39-.39%201.04-.39%201.41%200%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%22M7.5%205.6L5%207l1.4-2.5L5%202l2.5%201.4L10%202L8.6%204.5L10%207zm12%209.8L22%2014l-1.4%202.5L22%2019l-2.5-1.4L17%2019l1.4-2.5L17%2014zM22%202l-1.4%202.5L22%207l-2.5-1.4L17%207l1.4-2.5L17%202l2.5%201.4zm-8.66%2010.78l2.44-2.44l-2.12-2.12l-2.44%202.44zm1.03-5.49l2.34%202.34c.39.37.39%201.02%200%201.41L5.04%2022.71c-.39.39-1.04.39-1.41%200l-2.34-2.34c-.39-.37-.39-1.02%200-1.41L12.96%207.29c.39-.39%201.04-.39%201.41%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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