macro auto icon
macro-auto from Material Symbols Light by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.
- Name
- macro-auto
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- macro-auto-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More images icons from Material Symbols Light
Use the macro auto icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 13.462q-.762 0-1.285-.523t-.523-1.285v-.162q-.223.167-.464.251t-.551.084q-.761 0-1.285-.523t-.523-1.285q0-.557.295-.984q.294-.427.77-.65q-.476-.223-.77-.65t-.295-.985q0-.762.523-1.285q.524-.523 1.285-.523q.31 0 .551.084t.464.251v-.162q0-.8.524-1.303q.523-.504 1.284-.504t1.285.504t.523 1.303v.162q.225-.175.487-.256q.263-.08.544-.073l-.787 2.012q-.344-.485-.874-.78T12 5.885q-1.05 0-1.775.725T9.5 8.385t.725 1.775t1.775.725q.344 0 .639-.085t.569-.229q.152.295.439.487t.67.192h1.816q-.23.267-.57.422q-.342.155-.74.155q-.31 0-.551-.084t-.464-.25v.16q0 .763-.523 1.286T12 13.462m2.606-3.712l2.625-6.789h.638l2.675 6.789h-.896l-.761-1.916h-2.681l-.723 1.916zm1.915-2.677h2.058l-.998-2.692h-.05zM12 20.846q0-1.407.636-2.747q.635-1.34 1.687-2.391q1.052-1.052 2.392-1.688t2.747-.635q0 1.407-.636 2.747t-1.687 2.391t-2.392 1.688t-2.747.635m0 0q0-1.407-.636-2.747q-.635-1.34-1.687-2.391q-1.052-1.052-2.391-1.688q-1.34-.635-2.748-.635q0 1.407.636 2.747t1.687 2.391q1.052 1.052 2.392 1.688t2.747.635"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMacroAuto(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="M12 13.462q-.762 0-1.285-.523t-.523-1.285v-.162q-.223.167-.464.251t-.551.084q-.761 0-1.285-.523t-.523-1.285q0-.557.295-.984q.294-.427.77-.65q-.476-.223-.77-.65t-.295-.985q0-.762.523-1.285q.524-.523 1.285-.523q.31 0 .551.084t.464.251v-.162q0-.8.524-1.303q.523-.504 1.284-.504t1.285.504t.523 1.303v.162q.225-.175.487-.256q.263-.08.544-.073l-.787 2.012q-.344-.485-.874-.78T12 5.885q-1.05 0-1.775.725T9.5 8.385t.725 1.775t1.775.725q.344 0 .639-.085t.569-.229q.152.295.439.487t.67.192h1.816q-.23.267-.57.422q-.342.155-.74.155q-.31 0-.551-.084t-.464-.25v.16q0 .763-.523 1.286T12 13.462m2.606-3.712l2.625-6.789h.638l2.675 6.789h-.896l-.761-1.916h-2.681l-.723 1.916zm1.915-2.677h2.058l-.998-2.692h-.05zM12 20.846q0-1.407.636-2.747q.635-1.34 1.687-2.391q1.052-1.052 2.392-1.688t2.747-.635q0 1.407-.636 2.747t-1.687 2.391t-2.392 1.688t-2.747.635m0 0q0-1.407-.636-2.747q-.635-1.34-1.687-2.391q-1.052-1.052-2.391-1.688q-1.34-.635-2.748-.635q0 1.407.636 2.747t1.687 2.391q1.052 1.052 2.392 1.688t2.747.635"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 13.462q-.762 0-1.285-.523t-.523-1.285v-.162q-.223.167-.464.251t-.551.084q-.761 0-1.285-.523t-.523-1.285q0-.557.295-.984q.294-.427.77-.65q-.476-.223-.77-.65t-.295-.985q0-.762.523-1.285q.524-.523 1.285-.523q.31 0 .551.084t.464.251v-.162q0-.8.524-1.303q.523-.504 1.284-.504t1.285.504t.523 1.303v.162q.225-.175.487-.256q.263-.08.544-.073l-.787 2.012q-.344-.485-.874-.78T12 5.885q-1.05 0-1.775.725T9.5 8.385t.725 1.775t1.775.725q.344 0 .639-.085t.569-.229q.152.295.439.487t.67.192h1.816q-.23.267-.57.422q-.342.155-.74.155q-.31 0-.551-.084t-.464-.25v.16q0 .763-.523 1.286T12 13.462m2.606-3.712l2.625-6.789h.638l2.675 6.789h-.896l-.761-1.916h-2.681l-.723 1.916zm1.915-2.677h2.058l-.998-2.692h-.05zM12 20.846q0-1.407.636-2.747q.635-1.34 1.687-2.391q1.052-1.052 2.392-1.688t2.747-.635q0 1.407-.636 2.747t-1.687 2.391t-2.392 1.688t-2.747.635m0 0q0-1.407-.636-2.747q-.635-1.34-1.687-2.391q-1.052-1.052-2.391-1.688q-1.34-.635-2.748-.635q0 1.407.636 2.747t1.687 2.391q1.052 1.052 2.392 1.688t2.747.635"/></svg> </template>
CSS
.icon-macro-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%22M12%2013.462q-.762%200-1.285-.523t-.523-1.285v-.162q-.223.167-.464.251t-.551.084q-.761%200-1.285-.523t-.523-1.285q0-.557.295-.984q.294-.427.77-.65q-.476-.223-.77-.65t-.295-.985q0-.762.523-1.285q.524-.523%201.285-.523q.31%200%20.551.084t.464.251v-.162q0-.8.524-1.303q.523-.504%201.284-.504t1.285.504t.523%201.303v.162q.225-.175.487-.256q.263-.08.544-.073l-.787%202.012q-.344-.485-.874-.78T12%205.885q-1.05%200-1.775.725T9.5%208.385t.725%201.775t1.775.725q.344%200%20.639-.085t.569-.229q.152.295.439.487t.67.192h1.816q-.23.267-.57.422q-.342.155-.74.155q-.31%200-.551-.084t-.464-.25v.16q0%20.763-.523%201.286T12%2013.462m2.606-3.712l2.625-6.789h.638l2.675%206.789h-.896l-.761-1.916h-2.681l-.723%201.916zm1.915-2.677h2.058l-.998-2.692h-.05zM12%2020.846q0-1.407.636-2.747q.635-1.34%201.687-2.391q1.052-1.052%202.392-1.688t2.747-.635q0%201.407-.636%202.747t-1.687%202.391t-2.392%201.688t-2.747.635m0%200q0-1.407-.636-2.747q-.635-1.34-1.687-2.391q-1.052-1.052-2.391-1.688q-1.34-.635-2.748-.635q0%201.407.636%202.747t1.687%202.391q1.052%201.052%202.392%201.688t2.747.635%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%22M12%2013.462q-.762%200-1.285-.523t-.523-1.285v-.162q-.223.167-.464.251t-.551.084q-.761%200-1.285-.523t-.523-1.285q0-.557.295-.984q.294-.427.77-.65q-.476-.223-.77-.65t-.295-.985q0-.762.523-1.285q.524-.523%201.285-.523q.31%200%20.551.084t.464.251v-.162q0-.8.524-1.303q.523-.504%201.284-.504t1.285.504t.523%201.303v.162q.225-.175.487-.256q.263-.08.544-.073l-.787%202.012q-.344-.485-.874-.78T12%205.885q-1.05%200-1.775.725T9.5%208.385t.725%201.775t1.775.725q.344%200%20.639-.085t.569-.229q.152.295.439.487t.67.192h1.816q-.23.267-.57.422q-.342.155-.74.155q-.31%200-.551-.084t-.464-.25v.16q0%20.763-.523%201.286T12%2013.462m2.606-3.712l2.625-6.789h.638l2.675%206.789h-.896l-.761-1.916h-2.681l-.723%201.916zm1.915-2.677h2.058l-.998-2.692h-.05zM12%2020.846q0-1.407.636-2.747q.635-1.34%201.687-2.391q1.052-1.052%202.392-1.688t2.747-.635q0%201.407-.636%202.747t-1.687%202.391t-2.392%201.688t-2.747.635m0%200q0-1.407-.636-2.747q-.635-1.34-1.687-2.391q-1.052-1.052-2.391-1.688q-1.34-.635-2.748-.635q0%201.407.636%202.747t1.687%202.391q1.052%201.052%202.392%201.688t2.747.635%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/macro-auto.svg?color=%231a73e8&size=48