macro off icon
macro-off-outline-rounded from Material Symbols Light by Google · Outline Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- macro-off-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
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.475-.253.98-.412q.505-.16 1.022-.235q.187-.025.332.034t.276.19t.19.275t.033.332q-.056.485-.235 1.025t-.412.977M16.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.032m.7.7q-1.023.967-2.297 1.556q-1.274.588-2.603.588q0-1.329.588-2.603t1.556-2.297l-2.35-2.35q-.727-.075-1.279-.552t-.78-1.167q-.126.057-.274.07t-.292.012q-.985 0-1.664-.672q-.678-.673-.678-1.65q0-.22.047-.421t.128-.412L3.094 4.896q-.146-.146-.156-.347t.156-.366q.165-.166.357-.166t.357.166l16.384 16.384q.146.146.153.344t-.158.364t-.357.166t-.357-.166zM13.394 2.874q.617.47.852 1.23q.144-.038.292-.051t.293-.012q.964 0 1.64.675q.677.675.677 1.648q0 .45-.172.87q-.172.418-.464.766q.286.367.461.78t.175.857q0 .961-.655 1.633q-.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-2.673-1.863-4.693t-4.385-2.518q-.218-.05-.414.015t-.332.202t-.202.32t-.016.401q.53 2.523 2.509 4.398q1.98 1.875 4.703 1.875m-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 MaterialSymbolsLightMacroOffOutlineRounded(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.475-.253.98-.412q.505-.16 1.022-.235q.187-.025.332.034t.276.19t.19.275t.033.332q-.056.485-.235 1.025t-.412.977M16.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.032m.7.7q-1.023.967-2.297 1.556q-1.274.588-2.603.588q0-1.329.588-2.603t1.556-2.297l-2.35-2.35q-.727-.075-1.279-.552t-.78-1.167q-.126.057-.274.07t-.292.012q-.985 0-1.664-.672q-.678-.673-.678-1.65q0-.22.047-.421t.128-.412L3.094 4.896q-.146-.146-.156-.347t.156-.366q.165-.166.357-.166t.357.166l16.384 16.384q.146.146.153.344t-.158.364t-.357.166t-.357-.166zM13.394 2.874q.617.47.852 1.23q.144-.038.292-.051t.293-.012q.964 0 1.64.675q.677.675.677 1.648q0 .45-.172.87q-.172.418-.464.766q.286.367.461.78t.175.857q0 .961-.655 1.633q-.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-2.673-1.863-4.693t-4.385-2.518q-.218-.05-.414.015t-.332.202t-.202.32t-.016.401q.53 2.523 2.509 4.398q1.98 1.875 4.703 1.875m-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.475-.253.98-.412q.505-.16 1.022-.235q.187-.025.332.034t.276.19t.19.275t.033.332q-.056.485-.235 1.025t-.412.977M16.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.032m.7.7q-1.023.967-2.297 1.556q-1.274.588-2.603.588q0-1.329.588-2.603t1.556-2.297l-2.35-2.35q-.727-.075-1.279-.552t-.78-1.167q-.126.057-.274.07t-.292.012q-.985 0-1.664-.672q-.678-.673-.678-1.65q0-.22.047-.421t.128-.412L3.094 4.896q-.146-.146-.156-.347t.156-.366q.165-.166.357-.166t.357.166l16.384 16.384q.146.146.153.344t-.158.364t-.357.166t-.357-.166zM13.394 2.874q.617.47.852 1.23q.144-.038.292-.051t.293-.012q.964 0 1.64.675q.677.675.677 1.648q0 .45-.172.87q-.172.418-.464.766q.286.367.461.78t.175.857q0 .961-.655 1.633q-.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-2.673-1.863-4.693t-4.385-2.518q-.218-.05-.414.015t-.332.202t-.202.32t-.016.401q.53 2.523 2.509 4.398q1.98 1.875 4.703 1.875m-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-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%22m18.735%2016.298l-2.187-2.186q.475-.253.98-.412q.505-.16%201.022-.235q.187-.025.332.034t.276.19t.19.275t.033.332q-.056.485-.235%201.025t-.412.977M16.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.032m.7.7q-1.023.967-2.297%201.556q-1.274.588-2.603.588q0-1.329.588-2.603t1.556-2.297l-2.35-2.35q-.727-.075-1.279-.552t-.78-1.167q-.126.057-.274.07t-.292.012q-.985%200-1.664-.672q-.678-.673-.678-1.65q0-.22.047-.421t.128-.412L3.094%204.896q-.146-.146-.156-.347t.156-.366q.165-.166.357-.166t.357.166l16.384%2016.384q.146.146.153.344t-.158.364t-.357.166t-.357-.166zM13.394%202.874q.617.47.852%201.23q.144-.038.292-.051t.293-.012q.964%200%201.64.675q.677.675.677%201.648q0%20.45-.172.87q-.172.418-.464.766q.286.367.461.78t.175.857q0%20.961-.655%201.633q-.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-2.673-1.863-4.693t-4.385-2.518q-.218-.05-.414.015t-.332.202t-.202.32t-.016.401q.53%202.523%202.509%204.398q1.98%201.875%204.703%201.875m-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.475-.253.98-.412q.505-.16%201.022-.235q.187-.025.332.034t.276.19t.19.275t.033.332q-.056.485-.235%201.025t-.412.977M16.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.032m.7.7q-1.023.967-2.297%201.556q-1.274.588-2.603.588q0-1.329.588-2.603t1.556-2.297l-2.35-2.35q-.727-.075-1.279-.552t-.78-1.167q-.126.057-.274.07t-.292.012q-.985%200-1.664-.672q-.678-.673-.678-1.65q0-.22.047-.421t.128-.412L3.094%204.896q-.146-.146-.156-.347t.156-.366q.165-.166.357-.166t.357.166l16.384%2016.384q.146.146.153.344t-.158.364t-.357.166t-.357-.166zM13.394%202.874q.617.47.852%201.23q.144-.038.292-.051t.293-.012q.964%200%201.64.675q.677.675.677%201.648q0%20.45-.172.87q-.172.418-.464.766q.286.367.461.78t.175.857q0%20.961-.655%201.633q-.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-2.673-1.863-4.693t-4.385-2.518q-.218-.05-.414.015t-.332.202t-.202.32t-.016.401q.53%202.523%202.509%204.398q1.98%201.875%204.703%201.875m-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-rounded.svg?color=%231a73e8&size=48