money off icon
money-off from Material Symbols Light by Google · Regular · Business · Apache-2.0 Free for personal and commercial use.
- Name
- money-off
- Set
- Material Symbols Light
- 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 Light
The same icon in other sets
More business icons from Material Symbols Light
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.53q-.3-.75-.887-1.174T12.05 6.93q-.45 0-.952.163q-.502.164-.852.572l-.719-.72q.37-.407.921-.656q.552-.25 1.052-.305V4.346h1v1.627q.817.09 1.59.605q.774.514 1.199 1.557zm4.989 12.224l-4.177-4.177q-.414.587-1.16.988q-.746.4-1.502.412v1.639h-1v-1.689q-1.246-.235-1.991-1.025t-1.17-2.075l.961-.377q.32 1.05 1.022 1.8q.703.75 1.878.75q.72 0 1.296-.314q.577-.315.946-.828L3.246 4.662l.708-.708l16.092 16.092z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMoneyOff(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.53q-.3-.75-.887-1.174T12.05 6.93q-.45 0-.952.163q-.502.164-.852.572l-.719-.72q.37-.407.921-.656q.552-.25 1.052-.305V4.346h1v1.627q.817.09 1.59.605q.774.514 1.199 1.557zm4.989 12.224l-4.177-4.177q-.414.587-1.16.988q-.746.4-1.502.412v1.639h-1v-1.689q-1.246-.235-1.991-1.025t-1.17-2.075l.961-.377q.32 1.05 1.022 1.8q.703.75 1.878.75q.72 0 1.296-.314q.577-.315.946-.828L3.246 4.662l.708-.708l16.092 16.092z"/></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.53q-.3-.75-.887-1.174T12.05 6.93q-.45 0-.952.163q-.502.164-.852.572l-.719-.72q.37-.407.921-.656q.552-.25 1.052-.305V4.346h1v1.627q.817.09 1.59.605q.774.514 1.199 1.557zm4.989 12.224l-4.177-4.177q-.414.587-1.16.988q-.746.4-1.502.412v1.639h-1v-1.689q-1.246-.235-1.991-1.025t-1.17-2.075l.961-.377q.32 1.05 1.022 1.8q.703.75 1.878.75q.72 0 1.296-.314q.577-.315.946-.828L3.246 4.662l.708-.708l16.092 16.092z"/></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.53q-.3-.75-.887-1.174T12.05%206.93q-.45%200-.952.163q-.502.164-.852.572l-.719-.72q.37-.407.921-.656q.552-.25%201.052-.305V4.346h1v1.627q.817.09%201.59.605q.774.514%201.199%201.557zm4.989%2012.224l-4.177-4.177q-.414.587-1.16.988q-.746.4-1.502.412v1.639h-1v-1.689q-1.246-.235-1.991-1.025t-1.17-2.075l.961-.377q.32%201.05%201.022%201.8q.703.75%201.878.75q.72%200%201.296-.314q.577-.315.946-.828L3.246%204.662l.708-.708l16.092%2016.092z%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.53q-.3-.75-.887-1.174T12.05%206.93q-.45%200-.952.163q-.502.164-.852.572l-.719-.72q.37-.407.921-.656q.552-.25%201.052-.305V4.346h1v1.627q.817.09%201.59.605q.774.514%201.199%201.557zm4.989%2012.224l-4.177-4.177q-.414.587-1.16.988q-.746.4-1.502.412v1.639h-1v-1.689q-1.246-.235-1.991-1.025t-1.17-2.075l.961-.377q.32%201.05%201.022%201.8q.703.75%201.878.75q.72%200%201.296-.314q.577-.315.946-.828L3.246%204.662l.708-.708l16.092%2016.092z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/money-off.svg?color=%231a73e8&size=48