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

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

3 other variants in Material Symbols Light

The same icon in other sets

More images icons from Material Symbols Light

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="m18.735 16.298l-2.187-2.186q.687-.339 1.421-.533q.735-.195 1.493-.195q0 .758-.195 1.493q-.194.734-.532 1.421M16.2 18.002l-1.356-1.356q-.604.627-1.033 1.389q-.428.761-.669 1.669q.908-.24 1.67-.67q.761-.428 1.388-1.032m4.346 2.92l-.713.713l-2.933-2.933q-1.023.967-2.297 1.556q-1.274.588-2.603.588q0-1.329.589-2.603t1.555-2.297l-2.35-2.35q-.727-.075-1.278-.552q-.552-.477-.781-1.167q-.125.057-.273.07t-.293.013q-.985 0-1.663-.673q-.679-.673-.679-1.65q0-.22.047-.421t.128-.412L2.741 4.542l.713-.713zM13.394 2.873q.617.47.852 1.23q.144-.039.292-.051t.293-.013q.964 0 1.64.675q.677.675.677 1.648q0 .451-.172.87T16.512 8q.286.367.461.78t.175.856q0 .962-.655 1.634q-.654.672-1.616.69q-.135 0-.26-.01t-.26-.029l-3.126-3.107l-1.36-1.36q.092-.363.302-.687q.21-.323.523-.548l-.704-.786q-.163-.177-.367-.285q-.205-.107-.456-.107q-.346 0-.629.157q-.282.158-.47.435l-.714-.714q.352-.434.855-.66q.504-.224 1.062-.213q.116 0 .24.01q.126.01.24.048q.236-.76.853-1.23T12 2.404t1.394.47m1.437 8.086q.546 0 .935-.39q.388-.39.388-.937q0-.404-.236-.743q-.235-.34-.632-.413L14.2 8.244q-.034.229-.104.447t-.194.424t-.261.368t-.337.298l.704.786q.163.177.367.285q.205.108.456.108M14.2 7.756l1.087-.233q.396-.073.628-.414q.233-.342.233-.745q0-.547-.38-.935t-.937-.389q-.262 0-.458.108t-.365.285l-.71.786q.2.137.34.298t.264.367t.194.425t.104.447m-3.09-1.787q.217-.08.435-.13t.458-.05t.458.05t.43.13l.413-1.25q.165-.511-.255-.913T12 3.404t-1.049.402t-.255.913zm.888 3.127q.465 0 .782-.315q.316-.314.316-.78q0-.464-.315-.78q-.314-.317-.78-.317q-.465 0-.78.314q-.317.315-.317.78t.314.782t.78.316M12 20.846q0-1.408-.636-2.747q-.635-1.34-1.687-2.391q-1.052-1.052-2.392-1.688t-2.747-.636q0 1.408.636 2.748t1.687 2.391t2.392 1.687t2.747.636m-1.142-1.142q-1.964-.525-3.308-1.87q-1.344-1.344-1.87-3.307q1.964.525 3.308 1.87t1.87 3.307m0 0"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMacroOffOutline(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="m18.735 16.298l-2.187-2.186q.687-.339 1.421-.533q.735-.195 1.493-.195q0 .758-.195 1.493q-.194.734-.532 1.421M16.2 18.002l-1.356-1.356q-.604.627-1.033 1.389q-.428.761-.669 1.669q.908-.24 1.67-.67q.761-.428 1.388-1.032m4.346 2.92l-.713.713l-2.933-2.933q-1.023.967-2.297 1.556q-1.274.588-2.603.588q0-1.329.589-2.603t1.555-2.297l-2.35-2.35q-.727-.075-1.278-.552q-.552-.477-.781-1.167q-.125.057-.273.07t-.293.013q-.985 0-1.663-.673q-.679-.673-.679-1.65q0-.22.047-.421t.128-.412L2.741 4.542l.713-.713zM13.394 2.873q.617.47.852 1.23q.144-.039.292-.051t.293-.013q.964 0 1.64.675q.677.675.677 1.648q0 .451-.172.87T16.512 8q.286.367.461.78t.175.856q0 .962-.655 1.634q-.654.672-1.616.69q-.135 0-.26-.01t-.26-.029l-3.126-3.107l-1.36-1.36q.092-.363.302-.687q.21-.323.523-.548l-.704-.786q-.163-.177-.367-.285q-.205-.107-.456-.107q-.346 0-.629.157q-.282.158-.47.435l-.714-.714q.352-.434.855-.66q.504-.224 1.062-.213q.116 0 .24.01q.126.01.24.048q.236-.76.853-1.23T12 2.404t1.394.47m1.437 8.086q.546 0 .935-.39q.388-.39.388-.937q0-.404-.236-.743q-.235-.34-.632-.413L14.2 8.244q-.034.229-.104.447t-.194.424t-.261.368t-.337.298l.704.786q.163.177.367.285q.205.108.456.108M14.2 7.756l1.087-.233q.396-.073.628-.414q.233-.342.233-.745q0-.547-.38-.935t-.937-.389q-.262 0-.458.108t-.365.285l-.71.786q.2.137.34.298t.264.367t.194.425t.104.447m-3.09-1.787q.217-.08.435-.13t.458-.05t.458.05t.43.13l.413-1.25q.165-.511-.255-.913T12 3.404t-1.049.402t-.255.913zm.888 3.127q.465 0 .782-.315q.316-.314.316-.78q0-.464-.315-.78q-.314-.317-.78-.317q-.465 0-.78.314q-.317.315-.317.78t.314.782t.78.316M12 20.846q0-1.408-.636-2.747q-.635-1.34-1.687-2.391q-1.052-1.052-2.392-1.688t-2.747-.636q0 1.408.636 2.748t1.687 2.391t2.392 1.687t2.747.636m-1.142-1.142q-1.964-.525-3.308-1.87q-1.344-1.344-1.87-3.307q1.964.525 3.308 1.87t1.87 3.307m0 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="m18.735 16.298l-2.187-2.186q.687-.339 1.421-.533q.735-.195 1.493-.195q0 .758-.195 1.493q-.194.734-.532 1.421M16.2 18.002l-1.356-1.356q-.604.627-1.033 1.389q-.428.761-.669 1.669q.908-.24 1.67-.67q.761-.428 1.388-1.032m4.346 2.92l-.713.713l-2.933-2.933q-1.023.967-2.297 1.556q-1.274.588-2.603.588q0-1.329.589-2.603t1.555-2.297l-2.35-2.35q-.727-.075-1.278-.552q-.552-.477-.781-1.167q-.125.057-.273.07t-.293.013q-.985 0-1.663-.673q-.679-.673-.679-1.65q0-.22.047-.421t.128-.412L2.741 4.542l.713-.713zM13.394 2.873q.617.47.852 1.23q.144-.039.292-.051t.293-.013q.964 0 1.64.675q.677.675.677 1.648q0 .451-.172.87T16.512 8q.286.367.461.78t.175.856q0 .962-.655 1.634q-.654.672-1.616.69q-.135 0-.26-.01t-.26-.029l-3.126-3.107l-1.36-1.36q.092-.363.302-.687q.21-.323.523-.548l-.704-.786q-.163-.177-.367-.285q-.205-.107-.456-.107q-.346 0-.629.157q-.282.158-.47.435l-.714-.714q.352-.434.855-.66q.504-.224 1.062-.213q.116 0 .24.01q.126.01.24.048q.236-.76.853-1.23T12 2.404t1.394.47m1.437 8.086q.546 0 .935-.39q.388-.39.388-.937q0-.404-.236-.743q-.235-.34-.632-.413L14.2 8.244q-.034.229-.104.447t-.194.424t-.261.368t-.337.298l.704.786q.163.177.367.285q.205.108.456.108M14.2 7.756l1.087-.233q.396-.073.628-.414q.233-.342.233-.745q0-.547-.38-.935t-.937-.389q-.262 0-.458.108t-.365.285l-.71.786q.2.137.34.298t.264.367t.194.425t.104.447m-3.09-1.787q.217-.08.435-.13t.458-.05t.458.05t.43.13l.413-1.25q.165-.511-.255-.913T12 3.404t-1.049.402t-.255.913zm.888 3.127q.465 0 .782-.315q.316-.314.316-.78q0-.464-.315-.78q-.314-.317-.78-.317q-.465 0-.78.314q-.317.315-.317.78t.314.782t.78.316M12 20.846q0-1.408-.636-2.747q-.635-1.34-1.687-2.391q-1.052-1.052-2.392-1.688t-2.747-.636q0 1.408.636 2.748t1.687 2.391t2.392 1.687t2.747.636m-1.142-1.142q-1.964-.525-3.308-1.87q-1.344-1.344-1.87-3.307q1.964.525 3.308 1.87t1.87 3.307m0 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%22m18.735%2016.298l-2.187-2.186q.687-.339%201.421-.533q.735-.195%201.493-.195q0%20.758-.195%201.493q-.194.734-.532%201.421M16.2%2018.002l-1.356-1.356q-.604.627-1.033%201.389q-.428.761-.669%201.669q.908-.24%201.67-.67q.761-.428%201.388-1.032m4.346%202.92l-.713.713l-2.933-2.933q-1.023.967-2.297%201.556q-1.274.588-2.603.588q0-1.329.589-2.603t1.555-2.297l-2.35-2.35q-.727-.075-1.278-.552q-.552-.477-.781-1.167q-.125.057-.273.07t-.293.013q-.985%200-1.663-.673q-.679-.673-.679-1.65q0-.22.047-.421t.128-.412L2.741%204.542l.713-.713zM13.394%202.873q.617.47.852%201.23q.144-.039.292-.051t.293-.013q.964%200%201.64.675q.677.675.677%201.648q0%20.451-.172.87T16.512%208q.286.367.461.78t.175.856q0%20.962-.655%201.634q-.654.672-1.616.69q-.135%200-.26-.01t-.26-.029l-3.126-3.107l-1.36-1.36q.092-.363.302-.687q.21-.323.523-.548l-.704-.786q-.163-.177-.367-.285q-.205-.107-.456-.107q-.346%200-.629.157q-.282.158-.47.435l-.714-.714q.352-.434.855-.66q.504-.224%201.062-.213q.116%200%20.24.01q.126.01.24.048q.236-.76.853-1.23T12%202.404t1.394.47m1.437%208.086q.546%200%20.935-.39q.388-.39.388-.937q0-.404-.236-.743q-.235-.34-.632-.413L14.2%208.244q-.034.229-.104.447t-.194.424t-.261.368t-.337.298l.704.786q.163.177.367.285q.205.108.456.108M14.2%207.756l1.087-.233q.396-.073.628-.414q.233-.342.233-.745q0-.547-.38-.935t-.937-.389q-.262%200-.458.108t-.365.285l-.71.786q.2.137.34.298t.264.367t.194.425t.104.447m-3.09-1.787q.217-.08.435-.13t.458-.05t.458.05t.43.13l.413-1.25q.165-.511-.255-.913T12%203.404t-1.049.402t-.255.913zm.888%203.127q.465%200%20.782-.315q.316-.314.316-.78q0-.464-.315-.78q-.314-.317-.78-.317q-.465%200-.78.314q-.317.315-.317.78t.314.782t.78.316M12%2020.846q0-1.408-.636-2.747q-.635-1.34-1.687-2.391q-1.052-1.052-2.392-1.688t-2.747-.636q0%201.408.636%202.748t1.687%202.391t2.392%201.687t2.747.636m-1.142-1.142q-1.964-.525-3.308-1.87q-1.344-1.344-1.87-3.307q1.964.525%203.308%201.87t1.87%203.307m0%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%22m18.735%2016.298l-2.187-2.186q.687-.339%201.421-.533q.735-.195%201.493-.195q0%20.758-.195%201.493q-.194.734-.532%201.421M16.2%2018.002l-1.356-1.356q-.604.627-1.033%201.389q-.428.761-.669%201.669q.908-.24%201.67-.67q.761-.428%201.388-1.032m4.346%202.92l-.713.713l-2.933-2.933q-1.023.967-2.297%201.556q-1.274.588-2.603.588q0-1.329.589-2.603t1.555-2.297l-2.35-2.35q-.727-.075-1.278-.552q-.552-.477-.781-1.167q-.125.057-.273.07t-.293.013q-.985%200-1.663-.673q-.679-.673-.679-1.65q0-.22.047-.421t.128-.412L2.741%204.542l.713-.713zM13.394%202.873q.617.47.852%201.23q.144-.039.292-.051t.293-.013q.964%200%201.64.675q.677.675.677%201.648q0%20.451-.172.87T16.512%208q.286.367.461.78t.175.856q0%20.962-.655%201.634q-.654.672-1.616.69q-.135%200-.26-.01t-.26-.029l-3.126-3.107l-1.36-1.36q.092-.363.302-.687q.21-.323.523-.548l-.704-.786q-.163-.177-.367-.285q-.205-.107-.456-.107q-.346%200-.629.157q-.282.158-.47.435l-.714-.714q.352-.434.855-.66q.504-.224%201.062-.213q.116%200%20.24.01q.126.01.24.048q.236-.76.853-1.23T12%202.404t1.394.47m1.437%208.086q.546%200%20.935-.39q.388-.39.388-.937q0-.404-.236-.743q-.235-.34-.632-.413L14.2%208.244q-.034.229-.104.447t-.194.424t-.261.368t-.337.298l.704.786q.163.177.367.285q.205.108.456.108M14.2%207.756l1.087-.233q.396-.073.628-.414q.233-.342.233-.745q0-.547-.38-.935t-.937-.389q-.262%200-.458.108t-.365.285l-.71.786q.2.137.34.298t.264.367t.194.425t.104.447m-3.09-1.787q.217-.08.435-.13t.458-.05t.458.05t.43.13l.413-1.25q.165-.511-.255-.913T12%203.404t-1.049.402t-.255.913zm.888%203.127q.465%200%20.782-.315q.316-.314.316-.78q0-.464-.315-.78q-.314-.317-.78-.317q-.465%200-.78.314q-.317.315-.317.78t.314.782t.78.316M12%2020.846q0-1.408-.636-2.747q-.635-1.34-1.687-2.391q-1.052-1.052-2.392-1.688t-2.747-.636q0%201.408.636%202.748t1.687%202.391t2.392%201.687t2.747.636m-1.142-1.142q-1.964-.525-3.308-1.87q-1.344-1.344-1.87-3.307q1.964.525%203.308%201.87t1.87%203.307m0%200%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-off-outline.svg?color=%231a73e8&size=48