money-off from Material Symbols by Google · Regular · Business · Apache-2.0 Free for personal and commercial use.

Name
money-off
Set
Material Symbols
Style
Regular
Category
Business
Viewbox
24×24
License
Apache 2.0
Aliases
money-off-outline, money-off-outline-sharp, money-off-sharp

1 other variant in Material Symbols

The same icon in other sets

More business icons from Material Symbols

Use the money off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.35 8.55q-.3-.75-.887-1.175T12.05 6.95q-.45 0-.875.125t-.775.475L8.95 6.1q.35-.35.95-.638T11 5.1V3h2v2.05q1.125.225 1.975.913T16.25 7.75zM19.8 22.6L15.2 18q-.375.375-1.025.613T13 18.9V21h-2v-2.15q-1.4-.35-2.337-1.275T7.3 15.25l2-.8q.3 1.05 1.013 1.8T12.2 17q.45 0 .825-.112t.725-.338L1.4 4.2l1.4-1.4l18.4 18.4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMoneyOff(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="M14.35 8.55q-.3-.75-.887-1.175T12.05 6.95q-.45 0-.875.125t-.775.475L8.95 6.1q.35-.35.95-.638T11 5.1V3h2v2.05q1.125.225 1.975.913T16.25 7.75zM19.8 22.6L15.2 18q-.375.375-1.025.613T13 18.9V21h-2v-2.15q-1.4-.35-2.337-1.275T7.3 15.25l2-.8q.3 1.05 1.013 1.8T12.2 17q.45 0 .825-.112t.725-.338L1.4 4.2l1.4-1.4l18.4 18.4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.35 8.55q-.3-.75-.887-1.175T12.05 6.95q-.45 0-.875.125t-.775.475L8.95 6.1q.35-.35.95-.638T11 5.1V3h2v2.05q1.125.225 1.975.913T16.25 7.75zM19.8 22.6L15.2 18q-.375.375-1.025.613T13 18.9V21h-2v-2.15q-1.4-.35-2.337-1.275T7.3 15.25l2-.8q.3 1.05 1.013 1.8T12.2 17q.45 0 .825-.112t.725-.338L1.4 4.2l1.4-1.4l18.4 18.4z"/></svg>
</template>

CSS

.icon-money-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%22M14.35%208.55q-.3-.75-.887-1.175T12.05%206.95q-.45%200-.875.125t-.775.475L8.95%206.1q.35-.35.95-.638T11%205.1V3h2v2.05q1.125.225%201.975.913T16.25%207.75zM19.8%2022.6L15.2%2018q-.375.375-1.025.613T13%2018.9V21h-2v-2.15q-1.4-.35-2.337-1.275T7.3%2015.25l2-.8q.3%201.05%201.013%201.8T12.2%2017q.45%200%20.825-.112t.725-.338L1.4%204.2l1.4-1.4l18.4%2018.4z%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%22M14.35%208.55q-.3-.75-.887-1.175T12.05%206.95q-.45%200-.875.125t-.775.475L8.95%206.1q.35-.35.95-.638T11%205.1V3h2v2.05q1.125.225%201.975.913T16.25%207.75zM19.8%2022.6L15.2%2018q-.375.375-1.025.613T13%2018.9V21h-2v-2.15q-1.4-.35-2.337-1.275T7.3%2015.25l2-.8q.3%201.05%201.013%201.8T12.2%2017q.45%200%20.825-.112t.725-.338L1.4%204.2l1.4-1.4l18.4%2018.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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