sharp macro off icon
sharp-macro-off from Google Material Icons by Material Design Authors · Baseline · Device · Apache-2.0 Free for personal and commercial use.
- Name
- sharp-macro-off
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Device
- Viewbox
- 24×24
- License
- Apache 2.0
More device icons from Google Material Icons
baseline-1x-mobiledatabaseline-30fpsbaseline-3g-mobiledatabaseline-4g-mobiledatabaseline-4g-plus-mobiledatabaseline-60fpsbaseline-access-alarmbaseline-access-alarmsbaseline-access-timebaseline-access-time-filledbaseline-ad-unitsbaseline-add-alarmbaseline-add-to-home-screenbaseline-airbaseline-airplane-ticketbaseline-airplanemode-activebaseline-airplanemode-inactivebaseline-aodbaseline-battery-0-barbaseline-battery-1-barbaseline-battery-2-barbaseline-battery-20baseline-battery-3-barbaseline-battery-30
Use the sharp 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.98 17.15A8.9 8.9 0 0 0 21 13c-1.5 0-2.91.37-4.15 1.02zM3 13a9 9 0 0 0 9 9a9 9 0 0 0-9-9m9-7.5A2.5 2.5 0 0 1 14.5 8c0 .99-.58 1.84-1.42 2.25l2.48 2.48c.11.02.23.03.35.03a2.5 2.5 0 0 0 2.5-2.5c0-1-.59-1.85-1.43-2.25c.84-.4 1.43-1.25 1.43-2.25a2.5 2.5 0 0 0-3.92-2.06l.01-.2a2.5 2.5 0 0 0-5 0l.02.19a2.485 2.485 0 0 0-2.93.08l3.16 3.16c.41-.85 1.26-1.43 2.25-1.43"/><path fill="currentColor" d="M2.81 2.81L1.39 4.22l4.64 4.64c-.27.4-.43.87-.43 1.39a2.5 2.5 0 0 0 2.5 2.5c.52 0 .99-.16 1.4-.43l.02.02l-.02.16A2.5 2.5 0 0 0 12 15c.05 0 .1-.01.16-.02l1.64 1.64A8.9 8.9 0 0 0 12 22c2.02 0 3.88-.67 5.38-1.8l2.4 2.4l1.41-1.41z"/></svg>
React
import type { SVGProps } from "react";
export function IcSharpMacroOff(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.98 17.15A8.9 8.9 0 0 0 21 13c-1.5 0-2.91.37-4.15 1.02zM3 13a9 9 0 0 0 9 9a9 9 0 0 0-9-9m9-7.5A2.5 2.5 0 0 1 14.5 8c0 .99-.58 1.84-1.42 2.25l2.48 2.48c.11.02.23.03.35.03a2.5 2.5 0 0 0 2.5-2.5c0-1-.59-1.85-1.43-2.25c.84-.4 1.43-1.25 1.43-2.25a2.5 2.5 0 0 0-3.92-2.06l.01-.2a2.5 2.5 0 0 0-5 0l.02.19a2.485 2.485 0 0 0-2.93.08l3.16 3.16c.41-.85 1.26-1.43 2.25-1.43"/><path fill="currentColor" d="M2.81 2.81L1.39 4.22l4.64 4.64c-.27.4-.43.87-.43 1.39a2.5 2.5 0 0 0 2.5 2.5c.52 0 .99-.16 1.4-.43l.02.02l-.02.16A2.5 2.5 0 0 0 12 15c.05 0 .1-.01.16-.02l1.64 1.64A8.9 8.9 0 0 0 12 22c2.02 0 3.88-.67 5.38-1.8l2.4 2.4l1.41-1.41z"/></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.98 17.15A8.9 8.9 0 0 0 21 13c-1.5 0-2.91.37-4.15 1.02zM3 13a9 9 0 0 0 9 9a9 9 0 0 0-9-9m9-7.5A2.5 2.5 0 0 1 14.5 8c0 .99-.58 1.84-1.42 2.25l2.48 2.48c.11.02.23.03.35.03a2.5 2.5 0 0 0 2.5-2.5c0-1-.59-1.85-1.43-2.25c.84-.4 1.43-1.25 1.43-2.25a2.5 2.5 0 0 0-3.92-2.06l.01-.2a2.5 2.5 0 0 0-5 0l.02.19a2.485 2.485 0 0 0-2.93.08l3.16 3.16c.41-.85 1.26-1.43 2.25-1.43"/><path fill="currentColor" d="M2.81 2.81L1.39 4.22l4.64 4.64c-.27.4-.43.87-.43 1.39a2.5 2.5 0 0 0 2.5 2.5c.52 0 .99-.16 1.4-.43l.02.02l-.02.16A2.5 2.5 0 0 0 12 15c.05 0 .1-.01.16-.02l1.64 1.64A8.9 8.9 0 0 0 12 22c2.02 0 3.88-.67 5.38-1.8l2.4 2.4l1.41-1.41z"/></svg> </template>
CSS
.icon-sharp-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%22M19.98%2017.15A8.9%208.9%200%200%200%2021%2013c-1.5%200-2.91.37-4.15%201.02zM3%2013a9%209%200%200%200%209%209a9%209%200%200%200-9-9m9-7.5A2.5%202.5%200%200%201%2014.5%208c0%20.99-.58%201.84-1.42%202.25l2.48%202.48c.11.02.23.03.35.03a2.5%202.5%200%200%200%202.5-2.5c0-1-.59-1.85-1.43-2.25c.84-.4%201.43-1.25%201.43-2.25a2.5%202.5%200%200%200-3.92-2.06l.01-.2a2.5%202.5%200%200%200-5%200l.02.19a2.485%202.485%200%200%200-2.93.08l3.16%203.16c.41-.85%201.26-1.43%202.25-1.43%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.81%202.81L1.39%204.22l4.64%204.64c-.27.4-.43.87-.43%201.39a2.5%202.5%200%200%200%202.5%202.5c.52%200%20.99-.16%201.4-.43l.02.02l-.02.16A2.5%202.5%200%200%200%2012%2015c.05%200%20.1-.01.16-.02l1.64%201.64A8.9%208.9%200%200%200%2012%2022c2.02%200%203.88-.67%205.38-1.8l2.4%202.4l1.41-1.41z%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.98%2017.15A8.9%208.9%200%200%200%2021%2013c-1.5%200-2.91.37-4.15%201.02zM3%2013a9%209%200%200%200%209%209a9%209%200%200%200-9-9m9-7.5A2.5%202.5%200%200%201%2014.5%208c0%20.99-.58%201.84-1.42%202.25l2.48%202.48c.11.02.23.03.35.03a2.5%202.5%200%200%200%202.5-2.5c0-1-.59-1.85-1.43-2.25c.84-.4%201.43-1.25%201.43-2.25a2.5%202.5%200%200%200-3.92-2.06l.01-.2a2.5%202.5%200%200%200-5%200l.02.19a2.485%202.485%200%200%200-2.93.08l3.16%203.16c.41-.85%201.26-1.43%202.25-1.43%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.81%202.81L1.39%204.22l4.64%204.64c-.27.4-.43.87-.43%201.39a2.5%202.5%200%200%200%202.5%202.5c.52%200%20.99-.16%201.4-.43l.02.02l-.02.16A2.5%202.5%200%200%200%2012%2015c.05%200%20.1-.01.16-.02l1.64%201.64A8.9%208.9%200%200%200%2012%2022c2.02%200%203.88-.67%205.38-1.8l2.4%202.4l1.41-1.41z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/sharp-macro-off.svg?color=%231a73e8&size=48