macro off icon
macro-off-rounded from Material Symbols Light by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- macro-off-rounded
- Set
- Material Symbols Light
- Style
- 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.9 18.702q-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-.978 0-1.66-.673t-.682-1.65q0-.218.047-.42t.128-.413L3.094 4.896q-.146-.146-.155-.347t.155-.366q.166-.166.357-.166t.357.166l16.384 16.384q.147.147.153.345t-.158.363q-.166.166-.357.166t-.357-.166zM13.394 2.874q.617.47.852 1.23q.144-.038.292-.051t.293-.012q.973 0 1.645.675t.672 1.648q0 .448-.172.868T16.512 8q.286.367.461.778q.175.41.175.859q0 .961-.655 1.633q-.654.672-1.616.69q-.135 0-.26-.01t-.26-.029l-1.878-1.879q.706-.16 1.162-.72T14.096 8q0-.896-.6-1.496T12 5.904q-.762 0-1.322.456t-.72 1.161L7.356 4.92q.352-.434.856-.66q.504-.224 1.061-.213q.116 0 .24.01q.126.01.24.048q.236-.76.853-1.23T12 2.404t1.394.47M12 20.846q0-2.673-1.862-4.693t-4.386-2.518q-.217-.05-.413.015q-.197.066-.333.202t-.202.32t-.016.401q.53 2.523 2.509 4.398q1.98 1.875 4.703 1.875"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMacroOffRounded(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.9 18.702q-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-.978 0-1.66-.673t-.682-1.65q0-.218.047-.42t.128-.413L3.094 4.896q-.146-.146-.155-.347t.155-.366q.166-.166.357-.166t.357.166l16.384 16.384q.147.147.153.345t-.158.363q-.166.166-.357.166t-.357-.166zM13.394 2.874q.617.47.852 1.23q.144-.038.292-.051t.293-.012q.973 0 1.645.675t.672 1.648q0 .448-.172.868T16.512 8q.286.367.461.778q.175.41.175.859q0 .961-.655 1.633q-.654.672-1.616.69q-.135 0-.26-.01t-.26-.029l-1.878-1.879q.706-.16 1.162-.72T14.096 8q0-.896-.6-1.496T12 5.904q-.762 0-1.322.456t-.72 1.161L7.356 4.92q.352-.434.856-.66q.504-.224 1.061-.213q.116 0 .24.01q.126.01.24.048q.236-.76.853-1.23T12 2.404t1.394.47M12 20.846q0-2.673-1.862-4.693t-4.386-2.518q-.217-.05-.413.015q-.197.066-.333.202t-.202.32t-.016.401q.53 2.523 2.509 4.398q1.98 1.875 4.703 1.875"/></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.9 18.702q-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-.978 0-1.66-.673t-.682-1.65q0-.218.047-.42t.128-.413L3.094 4.896q-.146-.146-.155-.347t.155-.366q.166-.166.357-.166t.357.166l16.384 16.384q.147.147.153.345t-.158.363q-.166.166-.357.166t-.357-.166zM13.394 2.874q.617.47.852 1.23q.144-.038.292-.051t.293-.012q.973 0 1.645.675t.672 1.648q0 .448-.172.868T16.512 8q.286.367.461.778q.175.41.175.859q0 .961-.655 1.633q-.654.672-1.616.69q-.135 0-.26-.01t-.26-.029l-1.878-1.879q.706-.16 1.162-.72T14.096 8q0-.896-.6-1.496T12 5.904q-.762 0-1.322.456t-.72 1.161L7.356 4.92q.352-.434.856-.66q.504-.224 1.061-.213q.116 0 .24.01q.126.01.24.048q.236-.76.853-1.23T12 2.404t1.394.47M12 20.846q0-2.673-1.862-4.693t-4.386-2.518q-.217-.05-.413.015q-.197.066-.333.202t-.202.32t-.016.401q.53 2.523 2.509 4.398q1.98 1.875 4.703 1.875"/></svg> </template>
CSS
.icon-macro-off-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.9%2018.702q-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-.978%200-1.66-.673t-.682-1.65q0-.218.047-.42t.128-.413L3.094%204.896q-.146-.146-.155-.347t.155-.366q.166-.166.357-.166t.357.166l16.384%2016.384q.147.147.153.345t-.158.363q-.166.166-.357.166t-.357-.166zM13.394%202.874q.617.47.852%201.23q.144-.038.292-.051t.293-.012q.973%200%201.645.675t.672%201.648q0%20.448-.172.868T16.512%208q.286.367.461.778q.175.41.175.859q0%20.961-.655%201.633q-.654.672-1.616.69q-.135%200-.26-.01t-.26-.029l-1.878-1.879q.706-.16%201.162-.72T14.096%208q0-.896-.6-1.496T12%205.904q-.762%200-1.322.456t-.72%201.161L7.356%204.92q.352-.434.856-.66q.504-.224%201.061-.213q.116%200%20.24.01q.126.01.24.048q.236-.76.853-1.23T12%202.404t1.394.47M12%2020.846q0-2.673-1.862-4.693t-4.386-2.518q-.217-.05-.413.015q-.197.066-.333.202t-.202.32t-.016.401q.53%202.523%202.509%204.398q1.98%201.875%204.703%201.875%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.9%2018.702q-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-.978%200-1.66-.673t-.682-1.65q0-.218.047-.42t.128-.413L3.094%204.896q-.146-.146-.155-.347t.155-.366q.166-.166.357-.166t.357.166l16.384%2016.384q.147.147.153.345t-.158.363q-.166.166-.357.166t-.357-.166zM13.394%202.874q.617.47.852%201.23q.144-.038.292-.051t.293-.012q.973%200%201.645.675t.672%201.648q0%20.448-.172.868T16.512%208q.286.367.461.778q.175.41.175.859q0%20.961-.655%201.633q-.654.672-1.616.69q-.135%200-.26-.01t-.26-.029l-1.878-1.879q.706-.16%201.162-.72T14.096%208q0-.896-.6-1.496T12%205.904q-.762%200-1.322.456t-.72%201.161L7.356%204.92q.352-.434.856-.66q.504-.224%201.061-.213q.116%200%20.24.01q.126.01.24.048q.236-.76.853-1.23T12%202.404t1.394.47M12%2020.846q0-2.673-1.862-4.693t-4.386-2.518q-.217-.05-.413.015q-.197.066-.333.202t-.202.32t-.016.401q.53%202.523%202.509%204.398q1.98%201.875%204.703%201.875%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-rounded.svg?color=%231a73e8&size=48