macro off icon
macro-off-rounded from Material Symbols by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- macro-off-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More images icons from Material Symbols
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="m19.85 17.375l-3.225-3.225q.725-.425 1.538-.7t1.637-.35q.225-.025.438.063t.362.237t.238.363t.062.437q-.075.85-.35 1.65t-.7 1.525m-2.7 3q-1.1.775-2.412 1.2T12 22q0-1.425.425-2.738t1.2-2.412L11.775 15q-.9-.075-1.625-.6T9.1 13.05q-.125 0-.225.012t-.225.013q-1.325 0-2.238-.913T5.5 9.925q0-.275.038-.525t.137-.5l-3.6-3.6q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17 17q.3.3.288.7t-.313.7t-.712.3t-.713-.3zm-3.4-18.837q.8.537 1.15 1.412q.125 0 .225-.012t.225-.013q1.3 0 2.213.925t.912 2.225q0 .525-.162 1.012T17.8 8q.325.425.5.913t.175 1.012q0 1.25-.837 2.162t-2.088.988l-2.725-2.725q.725-.275 1.2-.912T14.5 8q0-1.05-.725-1.775T12 5.5q-.8 0-1.437.475t-.913 1.2L6.375 3.9q.525-.55 1.25-.775T9.1 2.95q.35-.875 1.15-1.412T12 1t1.75.538M12 22q0-3.5-2.113-5.837T4.426 13.25q-.275-.05-.5.025t-.4.25t-.25.388t-.025.487q.625 3.35 2.913 5.475T12 22"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsMacroOffRounded(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.85 17.375l-3.225-3.225q.725-.425 1.538-.7t1.637-.35q.225-.025.438.063t.362.237t.238.363t.062.437q-.075.85-.35 1.65t-.7 1.525m-2.7 3q-1.1.775-2.412 1.2T12 22q0-1.425.425-2.738t1.2-2.412L11.775 15q-.9-.075-1.625-.6T9.1 13.05q-.125 0-.225.012t-.225.013q-1.325 0-2.238-.913T5.5 9.925q0-.275.038-.525t.137-.5l-3.6-3.6q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17 17q.3.3.288.7t-.313.7t-.712.3t-.713-.3zm-3.4-18.837q.8.537 1.15 1.412q.125 0 .225-.012t.225-.013q1.3 0 2.213.925t.912 2.225q0 .525-.162 1.012T17.8 8q.325.425.5.913t.175 1.012q0 1.25-.837 2.162t-2.088.988l-2.725-2.725q.725-.275 1.2-.912T14.5 8q0-1.05-.725-1.775T12 5.5q-.8 0-1.437.475t-.913 1.2L6.375 3.9q.525-.55 1.25-.775T9.1 2.95q.35-.875 1.15-1.412T12 1t1.75.538M12 22q0-3.5-2.113-5.837T4.426 13.25q-.275-.05-.5.025t-.4.25t-.25.388t-.025.487q.625 3.35 2.913 5.475T12 22"/></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.85 17.375l-3.225-3.225q.725-.425 1.538-.7t1.637-.35q.225-.025.438.063t.362.237t.238.363t.062.437q-.075.85-.35 1.65t-.7 1.525m-2.7 3q-1.1.775-2.412 1.2T12 22q0-1.425.425-2.738t1.2-2.412L11.775 15q-.9-.075-1.625-.6T9.1 13.05q-.125 0-.225.012t-.225.013q-1.325 0-2.238-.913T5.5 9.925q0-.275.038-.525t.137-.5l-3.6-3.6q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17 17q.3.3.288.7t-.313.7t-.712.3t-.713-.3zm-3.4-18.837q.8.537 1.15 1.412q.125 0 .225-.012t.225-.013q1.3 0 2.213.925t.912 2.225q0 .525-.162 1.012T17.8 8q.325.425.5.913t.175 1.012q0 1.25-.837 2.162t-2.088.988l-2.725-2.725q.725-.275 1.2-.912T14.5 8q0-1.05-.725-1.775T12 5.5q-.8 0-1.437.475t-.913 1.2L6.375 3.9q.525-.55 1.25-.775T9.1 2.95q.35-.875 1.15-1.412T12 1t1.75.538M12 22q0-3.5-2.113-5.837T4.426 13.25q-.275-.05-.5.025t-.4.25t-.25.388t-.025.487q.625 3.35 2.913 5.475T12 22"/></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%22m19.85%2017.375l-3.225-3.225q.725-.425%201.538-.7t1.637-.35q.225-.025.438.063t.362.237t.238.363t.062.437q-.075.85-.35%201.65t-.7%201.525m-2.7%203q-1.1.775-2.412%201.2T12%2022q0-1.425.425-2.738t1.2-2.412L11.775%2015q-.9-.075-1.625-.6T9.1%2013.05q-.125%200-.225.012t-.225.013q-1.325%200-2.238-.913T5.5%209.925q0-.275.038-.525t.137-.5l-3.6-3.6q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17%2017q.3.3.288.7t-.313.7t-.712.3t-.713-.3zm-3.4-18.837q.8.537%201.15%201.412q.125%200%20.225-.012t.225-.013q1.3%200%202.213.925t.912%202.225q0%20.525-.162%201.012T17.8%208q.325.425.5.913t.175%201.012q0%201.25-.837%202.162t-2.088.988l-2.725-2.725q.725-.275%201.2-.912T14.5%208q0-1.05-.725-1.775T12%205.5q-.8%200-1.437.475t-.913%201.2L6.375%203.9q.525-.55%201.25-.775T9.1%202.95q.35-.875%201.15-1.412T12%201t1.75.538M12%2022q0-3.5-2.113-5.837T4.426%2013.25q-.275-.05-.5.025t-.4.25t-.25.388t-.025.487q.625%203.35%202.913%205.475T12%2022%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.85%2017.375l-3.225-3.225q.725-.425%201.538-.7t1.637-.35q.225-.025.438.063t.362.237t.238.363t.062.437q-.075.85-.35%201.65t-.7%201.525m-2.7%203q-1.1.775-2.412%201.2T12%2022q0-1.425.425-2.738t1.2-2.412L11.775%2015q-.9-.075-1.625-.6T9.1%2013.05q-.125%200-.225.012t-.225.013q-1.325%200-2.238-.913T5.5%209.925q0-.275.038-.525t.137-.5l-3.6-3.6q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3l17%2017q.3.3.288.7t-.313.7t-.712.3t-.713-.3zm-3.4-18.837q.8.537%201.15%201.412q.125%200%20.225-.012t.225-.013q1.3%200%202.213.925t.912%202.225q0%20.525-.162%201.012T17.8%208q.325.425.5.913t.175%201.012q0%201.25-.837%202.162t-2.088.988l-2.725-2.725q.725-.275%201.2-.912T14.5%208q0-1.05-.725-1.775T12%205.5q-.8%200-1.437.475t-.913%201.2L6.375%203.9q.525-.55%201.25-.775T9.1%202.95q.35-.875%201.15-1.412T12%201t1.75.538M12%2022q0-3.5-2.113-5.837T4.426%2013.25q-.275-.05-.5.025t-.4.25t-.25.388t-.025.487q.625%203.35%202.913%205.475T12%2022%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/macro-off-rounded.svg?color=%231a73e8&size=48