macro auto icon
macro-auto-outline-rounded from Material Symbols by Google · Outline Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- macro-auto-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More images icons from Material Symbols
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 15q-1.05 0-1.775-.725T9.5 12.5v-.2q-.3.225-.638.338t-.762.112q-1.05 0-1.775-.725T5.6 10.25q0-.75.4-1.35T7.05 8Q6.4 7.7 6 7.1t-.4-1.35q0-1.05.725-1.775T8.1 3.25q.425 0 .763.112T9.5 3.7v-.2q0-1.05.725-1.775T12 1t1.775.725T14.5 3.5v.2q.225-.175.488-.275t.562-.15l-1.325 3.55q-.325-.6-.912-.962T12 5.5q-1.05 0-1.775.725T9.5 8t.725 1.775T12 10.5q.325 0 .6-.075t.55-.2q.075.525.488.9t.987.375h3.45q-.325.575-.887.913t-1.288.337q-.425 0-.763-.112T14.5 12.3v.2q0 1.05-.725 1.775T12 15m4.975-7.3l-.625 1.825q-.075.2-.262.337t-.413.138q-.375 0-.587-.312T15 9.025L17.8 1.5q.1-.225.288-.363T18.5 1h.575q.225 0 .413.138t.287.362l2.875 7.55q.125.35-.075.65T22 10q-.225 0-.425-.137T21.3 9.5l-.625-1.8zm.45-1.3h2.75L18.85 2.65h-.05zM14.45 19.55q1.425-.525 2.5-1.6t1.6-2.5q-1.425.525-2.5 1.6t-1.6 2.5M12 22q-3.5 0-6.037-2.312T3.05 14q-.05-.425.238-.712T4 13.05q3.375.375 5.688 2.913T12 22m-2.45-2.45q-.525-1.425-1.6-2.5t-2.5-1.6q.525 1.425 1.6 2.5t2.5 1.6M12 22q0-3.5 2.313-6.037T20 13.05q.425-.05.713.238t.237.712q-.375 3.375-2.912 5.688T12 22"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsMacroAutoOutlineRounded(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 15q-1.05 0-1.775-.725T9.5 12.5v-.2q-.3.225-.638.338t-.762.112q-1.05 0-1.775-.725T5.6 10.25q0-.75.4-1.35T7.05 8Q6.4 7.7 6 7.1t-.4-1.35q0-1.05.725-1.775T8.1 3.25q.425 0 .763.112T9.5 3.7v-.2q0-1.05.725-1.775T12 1t1.775.725T14.5 3.5v.2q.225-.175.488-.275t.562-.15l-1.325 3.55q-.325-.6-.912-.962T12 5.5q-1.05 0-1.775.725T9.5 8t.725 1.775T12 10.5q.325 0 .6-.075t.55-.2q.075.525.488.9t.987.375h3.45q-.325.575-.887.913t-1.288.337q-.425 0-.763-.112T14.5 12.3v.2q0 1.05-.725 1.775T12 15m4.975-7.3l-.625 1.825q-.075.2-.262.337t-.413.138q-.375 0-.587-.312T15 9.025L17.8 1.5q.1-.225.288-.363T18.5 1h.575q.225 0 .413.138t.287.362l2.875 7.55q.125.35-.075.65T22 10q-.225 0-.425-.137T21.3 9.5l-.625-1.8zm.45-1.3h2.75L18.85 2.65h-.05zM14.45 19.55q1.425-.525 2.5-1.6t1.6-2.5q-1.425.525-2.5 1.6t-1.6 2.5M12 22q-3.5 0-6.037-2.312T3.05 14q-.05-.425.238-.712T4 13.05q3.375.375 5.688 2.913T12 22m-2.45-2.45q-.525-1.425-1.6-2.5t-2.5-1.6q.525 1.425 1.6 2.5t2.5 1.6M12 22q0-3.5 2.313-6.037T20 13.05q.425-.05.713.238t.237.712q-.375 3.375-2.912 5.688T12 22"/></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 15q-1.05 0-1.775-.725T9.5 12.5v-.2q-.3.225-.638.338t-.762.112q-1.05 0-1.775-.725T5.6 10.25q0-.75.4-1.35T7.05 8Q6.4 7.7 6 7.1t-.4-1.35q0-1.05.725-1.775T8.1 3.25q.425 0 .763.112T9.5 3.7v-.2q0-1.05.725-1.775T12 1t1.775.725T14.5 3.5v.2q.225-.175.488-.275t.562-.15l-1.325 3.55q-.325-.6-.912-.962T12 5.5q-1.05 0-1.775.725T9.5 8t.725 1.775T12 10.5q.325 0 .6-.075t.55-.2q.075.525.488.9t.987.375h3.45q-.325.575-.887.913t-1.288.337q-.425 0-.763-.112T14.5 12.3v.2q0 1.05-.725 1.775T12 15m4.975-7.3l-.625 1.825q-.075.2-.262.337t-.413.138q-.375 0-.587-.312T15 9.025L17.8 1.5q.1-.225.288-.363T18.5 1h.575q.225 0 .413.138t.287.362l2.875 7.55q.125.35-.075.65T22 10q-.225 0-.425-.137T21.3 9.5l-.625-1.8zm.45-1.3h2.75L18.85 2.65h-.05zM14.45 19.55q1.425-.525 2.5-1.6t1.6-2.5q-1.425.525-2.5 1.6t-1.6 2.5M12 22q-3.5 0-6.037-2.312T3.05 14q-.05-.425.238-.712T4 13.05q3.375.375 5.688 2.913T12 22m-2.45-2.45q-.525-1.425-1.6-2.5t-2.5-1.6q.525 1.425 1.6 2.5t2.5 1.6M12 22q0-3.5 2.313-6.037T20 13.05q.425-.05.713.238t.237.712q-.375 3.375-2.912 5.688T12 22"/></svg> </template>
CSS
.icon-macro-auto-outline-rounded {
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%2015q-1.05%200-1.775-.725T9.5%2012.5v-.2q-.3.225-.638.338t-.762.112q-1.05%200-1.775-.725T5.6%2010.25q0-.75.4-1.35T7.05%208Q6.4%207.7%206%207.1t-.4-1.35q0-1.05.725-1.775T8.1%203.25q.425%200%20.763.112T9.5%203.7v-.2q0-1.05.725-1.775T12%201t1.775.725T14.5%203.5v.2q.225-.175.488-.275t.562-.15l-1.325%203.55q-.325-.6-.912-.962T12%205.5q-1.05%200-1.775.725T9.5%208t.725%201.775T12%2010.5q.325%200%20.6-.075t.55-.2q.075.525.488.9t.987.375h3.45q-.325.575-.887.913t-1.288.337q-.425%200-.763-.112T14.5%2012.3v.2q0%201.05-.725%201.775T12%2015m4.975-7.3l-.625%201.825q-.075.2-.262.337t-.413.138q-.375%200-.587-.312T15%209.025L17.8%201.5q.1-.225.288-.363T18.5%201h.575q.225%200%20.413.138t.287.362l2.875%207.55q.125.35-.075.65T22%2010q-.225%200-.425-.137T21.3%209.5l-.625-1.8zm.45-1.3h2.75L18.85%202.65h-.05zM14.45%2019.55q1.425-.525%202.5-1.6t1.6-2.5q-1.425.525-2.5%201.6t-1.6%202.5M12%2022q-3.5%200-6.037-2.312T3.05%2014q-.05-.425.238-.712T4%2013.05q3.375.375%205.688%202.913T12%2022m-2.45-2.45q-.525-1.425-1.6-2.5t-2.5-1.6q.525%201.425%201.6%202.5t2.5%201.6M12%2022q0-3.5%202.313-6.037T20%2013.05q.425-.05.713.238t.237.712q-.375%203.375-2.912%205.688T12%2022%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%2015q-1.05%200-1.775-.725T9.5%2012.5v-.2q-.3.225-.638.338t-.762.112q-1.05%200-1.775-.725T5.6%2010.25q0-.75.4-1.35T7.05%208Q6.4%207.7%206%207.1t-.4-1.35q0-1.05.725-1.775T8.1%203.25q.425%200%20.763.112T9.5%203.7v-.2q0-1.05.725-1.775T12%201t1.775.725T14.5%203.5v.2q.225-.175.488-.275t.562-.15l-1.325%203.55q-.325-.6-.912-.962T12%205.5q-1.05%200-1.775.725T9.5%208t.725%201.775T12%2010.5q.325%200%20.6-.075t.55-.2q.075.525.488.9t.987.375h3.45q-.325.575-.887.913t-1.288.337q-.425%200-.763-.112T14.5%2012.3v.2q0%201.05-.725%201.775T12%2015m4.975-7.3l-.625%201.825q-.075.2-.262.337t-.413.138q-.375%200-.587-.312T15%209.025L17.8%201.5q.1-.225.288-.363T18.5%201h.575q.225%200%20.413.138t.287.362l2.875%207.55q.125.35-.075.65T22%2010q-.225%200-.425-.137T21.3%209.5l-.625-1.8zm.45-1.3h2.75L18.85%202.65h-.05zM14.45%2019.55q1.425-.525%202.5-1.6t1.6-2.5q-1.425.525-2.5%201.6t-1.6%202.5M12%2022q-3.5%200-6.037-2.312T3.05%2014q-.05-.425.238-.712T4%2013.05q3.375.375%205.688%202.913T12%2022m-2.45-2.45q-.525-1.425-1.6-2.5t-2.5-1.6q.525%201.425%201.6%202.5t2.5%201.6M12%2022q0-3.5%202.313-6.037T20%2013.05q.425-.05.713.238t.237.712q-.375%203.375-2.912%205.688T12%2022%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/macro-auto-outline-rounded.svg?color=%231a73e8&size=48