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

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

3 other variants in Material Symbols

The same icon in other sets

More images icons from Material Symbols

Use the macro off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m19.85 17.375l-3.225-3.225q.975-.55 2.075-.85T21 13q0 1.2-.3 2.3t-.85 2.075m-4.15 1.55l-.625-.625q-.2.3-.35.6t-.275.65q.35-.125.65-.275t.6-.35m5.5 2.65L19.775 23l-2.625-2.625q-1.1.775-2.413 1.2T12 22q0-1.425.425-2.738t1.2-2.412L11.775 15q-.9-.075-1.625-.6T9.1 13.05q-.125 0-.225.012t-.225.013q-1.325 0-2.238-.913T5.5 9.925q0-.275.038-.525t.137-.5l-4.3-4.3L2.8 3.175zM13.75 1.538q.8.537 1.15 1.412q.125 0 .225-.012t.225-.013q1.3 0 2.213.925t.912 2.225q0 .525-.162 1.012T17.8 8q.325.425.5.913t.175 1.012q0 1.25-.837 2.162t-2.088.988l-4.3-4.3L9.275 6.8q.15-.325.35-.6t.475-.5l-.8-.575q-.125-.1-.288-.15t-.362-.05q-.25 0-.475.1t-.375.3L6.375 3.9q.525-.55 1.25-.775T9.1 2.95q.35-.875 1.15-1.412T12 1t1.75.538m1.6 9.537q.475 0 .813-.337t.337-.813q0-.35-.187-.612t-.488-.413l-.875-.425q-.05.275-.15.538t-.225.487t-.3.425t-.375.375l.8.575q.125.1.288.15t.362.05m-.4-3.55l.875-.425q.3-.15.475-.425t.175-.6q0-.475-.325-.812t-.8-.338q-.2 0-.35.05t-.3.15l-.825.575q.2.175.388.375t.312.425t.225.488t.15.537M10.975 5.2q.25-.1.5-.15T12 5t.525.05t.5.15l.125-1.1q.05-.45-.312-.775T12 3t-.837.325t-.313.775zM12 9q.425 0 .713-.288T13 8t-.288-.712T12 7t-.712.288T11 8t.288.713T12 9m0 13q0-1.85-.712-3.488T9.35 15.65t-2.863-1.937T3 13q0 1.85.713 3.488T5.65 19.35t2.863 1.938T12 22m-2.45-2.45q-1.425-.525-2.5-1.6t-1.6-2.5q1.425.525 2.5 1.6t1.6 2.5m0 0"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMacroOffOutline(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.85 17.375l-3.225-3.225q.975-.55 2.075-.85T21 13q0 1.2-.3 2.3t-.85 2.075m-4.15 1.55l-.625-.625q-.2.3-.35.6t-.275.65q.35-.125.65-.275t.6-.35m5.5 2.65L19.775 23l-2.625-2.625q-1.1.775-2.413 1.2T12 22q0-1.425.425-2.738t1.2-2.412L11.775 15q-.9-.075-1.625-.6T9.1 13.05q-.125 0-.225.012t-.225.013q-1.325 0-2.238-.913T5.5 9.925q0-.275.038-.525t.137-.5l-4.3-4.3L2.8 3.175zM13.75 1.538q.8.537 1.15 1.412q.125 0 .225-.012t.225-.013q1.3 0 2.213.925t.912 2.225q0 .525-.162 1.012T17.8 8q.325.425.5.913t.175 1.012q0 1.25-.837 2.162t-2.088.988l-4.3-4.3L9.275 6.8q.15-.325.35-.6t.475-.5l-.8-.575q-.125-.1-.288-.15t-.362-.05q-.25 0-.475.1t-.375.3L6.375 3.9q.525-.55 1.25-.775T9.1 2.95q.35-.875 1.15-1.412T12 1t1.75.538m1.6 9.537q.475 0 .813-.337t.337-.813q0-.35-.187-.612t-.488-.413l-.875-.425q-.05.275-.15.538t-.225.487t-.3.425t-.375.375l.8.575q.125.1.288.15t.362.05m-.4-3.55l.875-.425q.3-.15.475-.425t.175-.6q0-.475-.325-.812t-.8-.338q-.2 0-.35.05t-.3.15l-.825.575q.2.175.388.375t.312.425t.225.488t.15.537M10.975 5.2q.25-.1.5-.15T12 5t.525.05t.5.15l.125-1.1q.05-.45-.312-.775T12 3t-.837.325t-.313.775zM12 9q.425 0 .713-.288T13 8t-.288-.712T12 7t-.712.288T11 8t.288.713T12 9m0 13q0-1.85-.712-3.488T9.35 15.65t-2.863-1.937T3 13q0 1.85.713 3.488T5.65 19.35t2.863 1.938T12 22m-2.45-2.45q-1.425-.525-2.5-1.6t-1.6-2.5q1.425.525 2.5 1.6t1.6 2.5m0 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="m19.85 17.375l-3.225-3.225q.975-.55 2.075-.85T21 13q0 1.2-.3 2.3t-.85 2.075m-4.15 1.55l-.625-.625q-.2.3-.35.6t-.275.65q.35-.125.65-.275t.6-.35m5.5 2.65L19.775 23l-2.625-2.625q-1.1.775-2.413 1.2T12 22q0-1.425.425-2.738t1.2-2.412L11.775 15q-.9-.075-1.625-.6T9.1 13.05q-.125 0-.225.012t-.225.013q-1.325 0-2.238-.913T5.5 9.925q0-.275.038-.525t.137-.5l-4.3-4.3L2.8 3.175zM13.75 1.538q.8.537 1.15 1.412q.125 0 .225-.012t.225-.013q1.3 0 2.213.925t.912 2.225q0 .525-.162 1.012T17.8 8q.325.425.5.913t.175 1.012q0 1.25-.837 2.162t-2.088.988l-4.3-4.3L9.275 6.8q.15-.325.35-.6t.475-.5l-.8-.575q-.125-.1-.288-.15t-.362-.05q-.25 0-.475.1t-.375.3L6.375 3.9q.525-.55 1.25-.775T9.1 2.95q.35-.875 1.15-1.412T12 1t1.75.538m1.6 9.537q.475 0 .813-.337t.337-.813q0-.35-.187-.612t-.488-.413l-.875-.425q-.05.275-.15.538t-.225.487t-.3.425t-.375.375l.8.575q.125.1.288.15t.362.05m-.4-3.55l.875-.425q.3-.15.475-.425t.175-.6q0-.475-.325-.812t-.8-.338q-.2 0-.35.05t-.3.15l-.825.575q.2.175.388.375t.312.425t.225.488t.15.537M10.975 5.2q.25-.1.5-.15T12 5t.525.05t.5.15l.125-1.1q.05-.45-.312-.775T12 3t-.837.325t-.313.775zM12 9q.425 0 .713-.288T13 8t-.288-.712T12 7t-.712.288T11 8t.288.713T12 9m0 13q0-1.85-.712-3.488T9.35 15.65t-2.863-1.937T3 13q0 1.85.713 3.488T5.65 19.35t2.863 1.938T12 22m-2.45-2.45q-1.425-.525-2.5-1.6t-1.6-2.5q1.425.525 2.5 1.6t1.6 2.5m0 0"/></svg>
</template>

CSS

.icon-macro-off-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%22m19.85%2017.375l-3.225-3.225q.975-.55%202.075-.85T21%2013q0%201.2-.3%202.3t-.85%202.075m-4.15%201.55l-.625-.625q-.2.3-.35.6t-.275.65q.35-.125.65-.275t.6-.35m5.5%202.65L19.775%2023l-2.625-2.625q-1.1.775-2.413%201.2T12%2022q0-1.425.425-2.738t1.2-2.412L11.775%2015q-.9-.075-1.625-.6T9.1%2013.05q-.125%200-.225.012t-.225.013q-1.325%200-2.238-.913T5.5%209.925q0-.275.038-.525t.137-.5l-4.3-4.3L2.8%203.175zM13.75%201.538q.8.537%201.15%201.412q.125%200%20.225-.012t.225-.013q1.3%200%202.213.925t.912%202.225q0%20.525-.162%201.012T17.8%208q.325.425.5.913t.175%201.012q0%201.25-.837%202.162t-2.088.988l-4.3-4.3L9.275%206.8q.15-.325.35-.6t.475-.5l-.8-.575q-.125-.1-.288-.15t-.362-.05q-.25%200-.475.1t-.375.3L6.375%203.9q.525-.55%201.25-.775T9.1%202.95q.35-.875%201.15-1.412T12%201t1.75.538m1.6%209.537q.475%200%20.813-.337t.337-.813q0-.35-.187-.612t-.488-.413l-.875-.425q-.05.275-.15.538t-.225.487t-.3.425t-.375.375l.8.575q.125.1.288.15t.362.05m-.4-3.55l.875-.425q.3-.15.475-.425t.175-.6q0-.475-.325-.812t-.8-.338q-.2%200-.35.05t-.3.15l-.825.575q.2.175.388.375t.312.425t.225.488t.15.537M10.975%205.2q.25-.1.5-.15T12%205t.525.05t.5.15l.125-1.1q.05-.45-.312-.775T12%203t-.837.325t-.313.775zM12%209q.425%200%20.713-.288T13%208t-.288-.712T12%207t-.712.288T11%208t.288.713T12%209m0%2013q0-1.85-.712-3.488T9.35%2015.65t-2.863-1.937T3%2013q0%201.85.713%203.488T5.65%2019.35t2.863%201.938T12%2022m-2.45-2.45q-1.425-.525-2.5-1.6t-1.6-2.5q1.425.525%202.5%201.6t1.6%202.5m0%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%22m19.85%2017.375l-3.225-3.225q.975-.55%202.075-.85T21%2013q0%201.2-.3%202.3t-.85%202.075m-4.15%201.55l-.625-.625q-.2.3-.35.6t-.275.65q.35-.125.65-.275t.6-.35m5.5%202.65L19.775%2023l-2.625-2.625q-1.1.775-2.413%201.2T12%2022q0-1.425.425-2.738t1.2-2.412L11.775%2015q-.9-.075-1.625-.6T9.1%2013.05q-.125%200-.225.012t-.225.013q-1.325%200-2.238-.913T5.5%209.925q0-.275.038-.525t.137-.5l-4.3-4.3L2.8%203.175zM13.75%201.538q.8.537%201.15%201.412q.125%200%20.225-.012t.225-.013q1.3%200%202.213.925t.912%202.225q0%20.525-.162%201.012T17.8%208q.325.425.5.913t.175%201.012q0%201.25-.837%202.162t-2.088.988l-4.3-4.3L9.275%206.8q.15-.325.35-.6t.475-.5l-.8-.575q-.125-.1-.288-.15t-.362-.05q-.25%200-.475.1t-.375.3L6.375%203.9q.525-.55%201.25-.775T9.1%202.95q.35-.875%201.15-1.412T12%201t1.75.538m1.6%209.537q.475%200%20.813-.337t.337-.813q0-.35-.187-.612t-.488-.413l-.875-.425q-.05.275-.15.538t-.225.487t-.3.425t-.375.375l.8.575q.125.1.288.15t.362.05m-.4-3.55l.875-.425q.3-.15.475-.425t.175-.6q0-.475-.325-.812t-.8-.338q-.2%200-.35.05t-.3.15l-.825.575q.2.175.388.375t.312.425t.225.488t.15.537M10.975%205.2q.25-.1.5-.15T12%205t.525.05t.5.15l.125-1.1q.05-.45-.312-.775T12%203t-.837.325t-.313.775zM12%209q.425%200%20.713-.288T13%208t-.288-.712T12%207t-.712.288T11%208t.288.713T12%209m0%2013q0-1.85-.712-3.488T9.35%2015.65t-2.863-1.937T3%2013q0%201.85.713%203.488T5.65%2019.35t2.863%201.938T12%2022m-2.45-2.45q-1.425-.525-2.5-1.6t-1.6-2.5q1.425.525%202.5%201.6t1.6%202.5m0%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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