twotone macro off icon

twotone-macro-off from Google Material Icons by Material Design Authors · Baseline · Device · Apache-2.0 Free for personal and commercial use.

Name
twotone-macro-off
Set
Google Material Icons
Style
Baseline
Category
Device
Viewbox
24×24
License
Apache 2.0

More device icons from Google Material Icons

Use the twotone 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="m10.11 5.69l-.81-.56c-.18-.13-.41-.2-.64-.2c-.25 0-.47.1-.66.24l1.39 1.39c.18-.33.43-.63.72-.87m5.72 3.21l-.88-.42c-.12.73-.51 1.36-1.05 1.82l.8.57c.18.13.4.2.64.2c.47 0 .87-.28 1.05-.69c.06-.14.09-.28.09-.44c.01-.45-.25-.84-.65-1.04m-1.94-3.22c.55.46.94 1.1 1.06 1.84l.87-.42c.41-.2.66-.59.66-1.03a1.14 1.14 0 0 0-1.78-.94zM12 5c.36 0 .71.07 1.03.19l.11-1.09C13.12 3.49 12.62 3 12 3s-1.12.49-1.14 1.1l.12 1.09C11.3 5.07 11.64 5 12 5m3.94 13.77l-.71-.71c-.32.47-.59.97-.79 1.5c.54-.2 1.04-.47 1.5-.79m-10.5-3.33a7.04 7.04 0 0 0 4.12 4.12a7.04 7.04 0 0 0-4.12-4.12" opacity=".3"/><path fill="currentColor" d="M8.66 4.93c.24 0 .46.07.64.2l.81.56c-.29.24-.54.54-.72.87l1.66 1.66C11.03 8.14 11 8.08 11 8c0-.55.45-1 1-1s1 .45 1 1s-.45 1-1 1c-.08 0-.14-.03-.22-.04l4.06 4.06a3.13 3.13 0 0 0 2.63-3.09c0-.71-.25-1.39-.67-1.93c.43-.54.67-1.22.67-1.93a3.145 3.145 0 0 0-3.57-3.11C14.44 1.81 13.31 1 12 1s-2.44.81-2.91 1.96a3.13 3.13 0 0 0-2.52.78l1.42 1.42c.2-.13.42-.23.67-.23m7.73 5.45c-.18.41-.58.69-1.05.69c-.24 0-.46-.07-.64-.2l-.8-.57h-.01c.55-.45.94-1.09 1.06-1.83l.88.42c.4.19.66.59.66 1.03c0 .17-.04.32-.1.46m-1.7-5.25c.2-.13.42-.2.65-.2c.63 0 1.14.51 1.14 1.14c0 .44-.25.83-.66 1.03l-.87.42h-.01c-.12-.74-.51-1.38-1.07-1.83zM12 3c.62 0 1.12.49 1.14 1.1l-.11 1.09C12.71 5.07 12.36 5 12 5s-.7.07-1.02.19l-.12-1.09c.02-.61.52-1.1 1.14-1.1m7.98 14.15A8.9 8.9 0 0 0 21 13c-1.5 0-2.91.37-4.15 1.02l1.51 1.51M3 13a9 9 0 0 0 9 9a9 9 0 0 0-9-9m2.44 2.44c1.9.71 3.42 2.22 4.12 4.12a7.04 7.04 0 0 1-4.12-4.12"/><path fill="currentColor" d="M2.81 2.81L1.39 4.22l4.42 4.42c-.19.4-.3.84-.3 1.29a3.147 3.147 0 0 0 3.58 3.11A3.15 3.15 0 0 0 12 15c.05 0 .11-.01.16-.01l1.64 1.64A8.85 8.85 0 0 0 12 22c2.02 0 3.88-.67 5.38-1.8l2.4 2.4l1.41-1.41zm11.63 16.75c.2-.54.47-1.04.79-1.5l.71.71c-.46.32-.96.59-1.5.79"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneMacroOff(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="m10.11 5.69l-.81-.56c-.18-.13-.41-.2-.64-.2c-.25 0-.47.1-.66.24l1.39 1.39c.18-.33.43-.63.72-.87m5.72 3.21l-.88-.42c-.12.73-.51 1.36-1.05 1.82l.8.57c.18.13.4.2.64.2c.47 0 .87-.28 1.05-.69c.06-.14.09-.28.09-.44c.01-.45-.25-.84-.65-1.04m-1.94-3.22c.55.46.94 1.1 1.06 1.84l.87-.42c.41-.2.66-.59.66-1.03a1.14 1.14 0 0 0-1.78-.94zM12 5c.36 0 .71.07 1.03.19l.11-1.09C13.12 3.49 12.62 3 12 3s-1.12.49-1.14 1.1l.12 1.09C11.3 5.07 11.64 5 12 5m3.94 13.77l-.71-.71c-.32.47-.59.97-.79 1.5c.54-.2 1.04-.47 1.5-.79m-10.5-3.33a7.04 7.04 0 0 0 4.12 4.12a7.04 7.04 0 0 0-4.12-4.12" opacity=".3"/><path fill="currentColor" d="M8.66 4.93c.24 0 .46.07.64.2l.81.56c-.29.24-.54.54-.72.87l1.66 1.66C11.03 8.14 11 8.08 11 8c0-.55.45-1 1-1s1 .45 1 1s-.45 1-1 1c-.08 0-.14-.03-.22-.04l4.06 4.06a3.13 3.13 0 0 0 2.63-3.09c0-.71-.25-1.39-.67-1.93c.43-.54.67-1.22.67-1.93a3.145 3.145 0 0 0-3.57-3.11C14.44 1.81 13.31 1 12 1s-2.44.81-2.91 1.96a3.13 3.13 0 0 0-2.52.78l1.42 1.42c.2-.13.42-.23.67-.23m7.73 5.45c-.18.41-.58.69-1.05.69c-.24 0-.46-.07-.64-.2l-.8-.57h-.01c.55-.45.94-1.09 1.06-1.83l.88.42c.4.19.66.59.66 1.03c0 .17-.04.32-.1.46m-1.7-5.25c.2-.13.42-.2.65-.2c.63 0 1.14.51 1.14 1.14c0 .44-.25.83-.66 1.03l-.87.42h-.01c-.12-.74-.51-1.38-1.07-1.83zM12 3c.62 0 1.12.49 1.14 1.1l-.11 1.09C12.71 5.07 12.36 5 12 5s-.7.07-1.02.19l-.12-1.09c.02-.61.52-1.1 1.14-1.1m7.98 14.15A8.9 8.9 0 0 0 21 13c-1.5 0-2.91.37-4.15 1.02l1.51 1.51M3 13a9 9 0 0 0 9 9a9 9 0 0 0-9-9m2.44 2.44c1.9.71 3.42 2.22 4.12 4.12a7.04 7.04 0 0 1-4.12-4.12"/><path fill="currentColor" d="M2.81 2.81L1.39 4.22l4.42 4.42c-.19.4-.3.84-.3 1.29a3.147 3.147 0 0 0 3.58 3.11A3.15 3.15 0 0 0 12 15c.05 0 .11-.01.16-.01l1.64 1.64A8.85 8.85 0 0 0 12 22c2.02 0 3.88-.67 5.38-1.8l2.4 2.4l1.41-1.41zm11.63 16.75c.2-.54.47-1.04.79-1.5l.71.71c-.46.32-.96.59-1.5.79"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10.11 5.69l-.81-.56c-.18-.13-.41-.2-.64-.2c-.25 0-.47.1-.66.24l1.39 1.39c.18-.33.43-.63.72-.87m5.72 3.21l-.88-.42c-.12.73-.51 1.36-1.05 1.82l.8.57c.18.13.4.2.64.2c.47 0 .87-.28 1.05-.69c.06-.14.09-.28.09-.44c.01-.45-.25-.84-.65-1.04m-1.94-3.22c.55.46.94 1.1 1.06 1.84l.87-.42c.41-.2.66-.59.66-1.03a1.14 1.14 0 0 0-1.78-.94zM12 5c.36 0 .71.07 1.03.19l.11-1.09C13.12 3.49 12.62 3 12 3s-1.12.49-1.14 1.1l.12 1.09C11.3 5.07 11.64 5 12 5m3.94 13.77l-.71-.71c-.32.47-.59.97-.79 1.5c.54-.2 1.04-.47 1.5-.79m-10.5-3.33a7.04 7.04 0 0 0 4.12 4.12a7.04 7.04 0 0 0-4.12-4.12" opacity=".3"/><path fill="currentColor" d="M8.66 4.93c.24 0 .46.07.64.2l.81.56c-.29.24-.54.54-.72.87l1.66 1.66C11.03 8.14 11 8.08 11 8c0-.55.45-1 1-1s1 .45 1 1s-.45 1-1 1c-.08 0-.14-.03-.22-.04l4.06 4.06a3.13 3.13 0 0 0 2.63-3.09c0-.71-.25-1.39-.67-1.93c.43-.54.67-1.22.67-1.93a3.145 3.145 0 0 0-3.57-3.11C14.44 1.81 13.31 1 12 1s-2.44.81-2.91 1.96a3.13 3.13 0 0 0-2.52.78l1.42 1.42c.2-.13.42-.23.67-.23m7.73 5.45c-.18.41-.58.69-1.05.69c-.24 0-.46-.07-.64-.2l-.8-.57h-.01c.55-.45.94-1.09 1.06-1.83l.88.42c.4.19.66.59.66 1.03c0 .17-.04.32-.1.46m-1.7-5.25c.2-.13.42-.2.65-.2c.63 0 1.14.51 1.14 1.14c0 .44-.25.83-.66 1.03l-.87.42h-.01c-.12-.74-.51-1.38-1.07-1.83zM12 3c.62 0 1.12.49 1.14 1.1l-.11 1.09C12.71 5.07 12.36 5 12 5s-.7.07-1.02.19l-.12-1.09c.02-.61.52-1.1 1.14-1.1m7.98 14.15A8.9 8.9 0 0 0 21 13c-1.5 0-2.91.37-4.15 1.02l1.51 1.51M3 13a9 9 0 0 0 9 9a9 9 0 0 0-9-9m2.44 2.44c1.9.71 3.42 2.22 4.12 4.12a7.04 7.04 0 0 1-4.12-4.12"/><path fill="currentColor" d="M2.81 2.81L1.39 4.22l4.42 4.42c-.19.4-.3.84-.3 1.29a3.147 3.147 0 0 0 3.58 3.11A3.15 3.15 0 0 0 12 15c.05 0 .11-.01.16-.01l1.64 1.64A8.85 8.85 0 0 0 12 22c2.02 0 3.88-.67 5.38-1.8l2.4 2.4l1.41-1.41zm11.63 16.75c.2-.54.47-1.04.79-1.5l.71.71c-.46.32-.96.59-1.5.79"/></svg>
</template>

CSS

.icon-twotone-macro-off {
  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%22m10.11%205.69l-.81-.56c-.18-.13-.41-.2-.64-.2c-.25%200-.47.1-.66.24l1.39%201.39c.18-.33.43-.63.72-.87m5.72%203.21l-.88-.42c-.12.73-.51%201.36-1.05%201.82l.8.57c.18.13.4.2.64.2c.47%200%20.87-.28%201.05-.69c.06-.14.09-.28.09-.44c.01-.45-.25-.84-.65-1.04m-1.94-3.22c.55.46.94%201.1%201.06%201.84l.87-.42c.41-.2.66-.59.66-1.03a1.14%201.14%200%200%200-1.78-.94zM12%205c.36%200%20.71.07%201.03.19l.11-1.09C13.12%203.49%2012.62%203%2012%203s-1.12.49-1.14%201.1l.12%201.09C11.3%205.07%2011.64%205%2012%205m3.94%2013.77l-.71-.71c-.32.47-.59.97-.79%201.5c.54-.2%201.04-.47%201.5-.79m-10.5-3.33a7.04%207.04%200%200%200%204.12%204.12a7.04%207.04%200%200%200-4.12-4.12%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.66%204.93c.24%200%20.46.07.64.2l.81.56c-.29.24-.54.54-.72.87l1.66%201.66C11.03%208.14%2011%208.08%2011%208c0-.55.45-1%201-1s1%20.45%201%201s-.45%201-1%201c-.08%200-.14-.03-.22-.04l4.06%204.06a3.13%203.13%200%200%200%202.63-3.09c0-.71-.25-1.39-.67-1.93c.43-.54.67-1.22.67-1.93a3.145%203.145%200%200%200-3.57-3.11C14.44%201.81%2013.31%201%2012%201s-2.44.81-2.91%201.96a3.13%203.13%200%200%200-2.52.78l1.42%201.42c.2-.13.42-.23.67-.23m7.73%205.45c-.18.41-.58.69-1.05.69c-.24%200-.46-.07-.64-.2l-.8-.57h-.01c.55-.45.94-1.09%201.06-1.83l.88.42c.4.19.66.59.66%201.03c0%20.17-.04.32-.1.46m-1.7-5.25c.2-.13.42-.2.65-.2c.63%200%201.14.51%201.14%201.14c0%20.44-.25.83-.66%201.03l-.87.42h-.01c-.12-.74-.51-1.38-1.07-1.83zM12%203c.62%200%201.12.49%201.14%201.1l-.11%201.09C12.71%205.07%2012.36%205%2012%205s-.7.07-1.02.19l-.12-1.09c.02-.61.52-1.1%201.14-1.1m7.98%2014.15A8.9%208.9%200%200%200%2021%2013c-1.5%200-2.91.37-4.15%201.02l1.51%201.51M3%2013a9%209%200%200%200%209%209a9%209%200%200%200-9-9m2.44%202.44c1.9.71%203.42%202.22%204.12%204.12a7.04%207.04%200%200%201-4.12-4.12%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.81%202.81L1.39%204.22l4.42%204.42c-.19.4-.3.84-.3%201.29a3.147%203.147%200%200%200%203.58%203.11A3.15%203.15%200%200%200%2012%2015c.05%200%20.11-.01.16-.01l1.64%201.64A8.85%208.85%200%200%200%2012%2022c2.02%200%203.88-.67%205.38-1.8l2.4%202.4l1.41-1.41zm11.63%2016.75c.2-.54.47-1.04.79-1.5l.71.71c-.46.32-.96.59-1.5.79%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%22m10.11%205.69l-.81-.56c-.18-.13-.41-.2-.64-.2c-.25%200-.47.1-.66.24l1.39%201.39c.18-.33.43-.63.72-.87m5.72%203.21l-.88-.42c-.12.73-.51%201.36-1.05%201.82l.8.57c.18.13.4.2.64.2c.47%200%20.87-.28%201.05-.69c.06-.14.09-.28.09-.44c.01-.45-.25-.84-.65-1.04m-1.94-3.22c.55.46.94%201.1%201.06%201.84l.87-.42c.41-.2.66-.59.66-1.03a1.14%201.14%200%200%200-1.78-.94zM12%205c.36%200%20.71.07%201.03.19l.11-1.09C13.12%203.49%2012.62%203%2012%203s-1.12.49-1.14%201.1l.12%201.09C11.3%205.07%2011.64%205%2012%205m3.94%2013.77l-.71-.71c-.32.47-.59.97-.79%201.5c.54-.2%201.04-.47%201.5-.79m-10.5-3.33a7.04%207.04%200%200%200%204.12%204.12a7.04%207.04%200%200%200-4.12-4.12%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.66%204.93c.24%200%20.46.07.64.2l.81.56c-.29.24-.54.54-.72.87l1.66%201.66C11.03%208.14%2011%208.08%2011%208c0-.55.45-1%201-1s1%20.45%201%201s-.45%201-1%201c-.08%200-.14-.03-.22-.04l4.06%204.06a3.13%203.13%200%200%200%202.63-3.09c0-.71-.25-1.39-.67-1.93c.43-.54.67-1.22.67-1.93a3.145%203.145%200%200%200-3.57-3.11C14.44%201.81%2013.31%201%2012%201s-2.44.81-2.91%201.96a3.13%203.13%200%200%200-2.52.78l1.42%201.42c.2-.13.42-.23.67-.23m7.73%205.45c-.18.41-.58.69-1.05.69c-.24%200-.46-.07-.64-.2l-.8-.57h-.01c.55-.45.94-1.09%201.06-1.83l.88.42c.4.19.66.59.66%201.03c0%20.17-.04.32-.1.46m-1.7-5.25c.2-.13.42-.2.65-.2c.63%200%201.14.51%201.14%201.14c0%20.44-.25.83-.66%201.03l-.87.42h-.01c-.12-.74-.51-1.38-1.07-1.83zM12%203c.62%200%201.12.49%201.14%201.1l-.11%201.09C12.71%205.07%2012.36%205%2012%205s-.7.07-1.02.19l-.12-1.09c.02-.61.52-1.1%201.14-1.1m7.98%2014.15A8.9%208.9%200%200%200%2021%2013c-1.5%200-2.91.37-4.15%201.02l1.51%201.51M3%2013a9%209%200%200%200%209%209a9%209%200%200%200-9-9m2.44%202.44c1.9.71%203.42%202.22%204.12%204.12a7.04%207.04%200%200%201-4.12-4.12%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.81%202.81L1.39%204.22l4.42%204.42c-.19.4-.3.84-.3%201.29a3.147%203.147%200%200%200%203.58%203.11A3.15%203.15%200%200%200%2012%2015c.05%200%20.11-.01.16-.01l1.64%201.64A8.85%208.85%200%200%200%2012%2022c2.02%200%203.88-.67%205.38-1.8l2.4%202.4l1.41-1.41zm11.63%2016.75c.2-.54.47-1.04.79-1.5l.71.71c-.46.32-.96.59-1.5.79%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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