money check alt icon
money-check-alt from Line Awesome by Icons8 · Line · Payments & Shopping · Apache-2.0 Free for personal and commercial use.
- Name
- money-check-alt
- Set
- Line Awesome
- Style
- Line
- Category
- Payments & Shopping
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- money-check-alt-solid
The same icon in other sets
More payments & shopping icons from Line Awesome
Use the money check alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2 7v18h28V7zm2 2h24v14H4zm2 2v2h10v-2zm16 0v1.063c-1.125.187-2 1.14-2 2.312c0 .754.418 1.445 1.094 1.781L24 17.625a.357.357 0 0 1-.375.375h-1.25a.357.357 0 0 1-.375-.375V17h-2v.625c0 1.172.875 2.125 2 2.313V21h2v-1.063c1.125-.187 2-1.14 2-2.312c0-.754-.418-1.441-1.094-1.781L22 14.375c0-.223.152-.375.375-.375h1.25c.223 0 .375.152.375.375V15h2v-.625c0-1.172-.875-2.125-2-2.313V11zM6 14v2h7v-2zm2.5 3c-.605 0-1.031.344-1.313.656c-.28.313-.488.66-.656 1.032C6.195 19.433 6 20.238 6 21h2c0-.32.156-1.016.375-1.5c.063-.14.125-.188.188-.281c.074.101.128.168.218.312c.145.235.305.516.5.782c.196.265.434.703 1.188.718c.594.012.777-.203.969-.343c.19-.141.324-.274.468-.407c.098-.09.176-.156.25-.218c.028.039.137.105.688.343c.668.293 1.68.594 3.156.594v-2c-1.23 0-1.871-.2-2.344-.406S12.824 18 12 18c-.602 0-.754.234-.938.375c-.164.125-.277.258-.406.375c-.058-.094-.086-.14-.156-.25a4.7 4.7 0 0 0-.656-.875C9.554 17.332 9.098 17 8.5 17"/></svg>
React
import type { SVGProps } from "react";
export function LaMoneyCheckAlt(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2 7v18h28V7zm2 2h24v14H4zm2 2v2h10v-2zm16 0v1.063c-1.125.187-2 1.14-2 2.312c0 .754.418 1.445 1.094 1.781L24 17.625a.357.357 0 0 1-.375.375h-1.25a.357.357 0 0 1-.375-.375V17h-2v.625c0 1.172.875 2.125 2 2.313V21h2v-1.063c1.125-.187 2-1.14 2-2.312c0-.754-.418-1.441-1.094-1.781L22 14.375c0-.223.152-.375.375-.375h1.25c.223 0 .375.152.375.375V15h2v-.625c0-1.172-.875-2.125-2-2.313V11zM6 14v2h7v-2zm2.5 3c-.605 0-1.031.344-1.313.656c-.28.313-.488.66-.656 1.032C6.195 19.433 6 20.238 6 21h2c0-.32.156-1.016.375-1.5c.063-.14.125-.188.188-.281c.074.101.128.168.218.312c.145.235.305.516.5.782c.196.265.434.703 1.188.718c.594.012.777-.203.969-.343c.19-.141.324-.274.468-.407c.098-.09.176-.156.25-.218c.028.039.137.105.688.343c.668.293 1.68.594 3.156.594v-2c-1.23 0-1.871-.2-2.344-.406S12.824 18 12 18c-.602 0-.754.234-.938.375c-.164.125-.277.258-.406.375c-.058-.094-.086-.14-.156-.25a4.7 4.7 0 0 0-.656-.875C9.554 17.332 9.098 17 8.5 17"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2 7v18h28V7zm2 2h24v14H4zm2 2v2h10v-2zm16 0v1.063c-1.125.187-2 1.14-2 2.312c0 .754.418 1.445 1.094 1.781L24 17.625a.357.357 0 0 1-.375.375h-1.25a.357.357 0 0 1-.375-.375V17h-2v.625c0 1.172.875 2.125 2 2.313V21h2v-1.063c1.125-.187 2-1.14 2-2.312c0-.754-.418-1.441-1.094-1.781L22 14.375c0-.223.152-.375.375-.375h1.25c.223 0 .375.152.375.375V15h2v-.625c0-1.172-.875-2.125-2-2.313V11zM6 14v2h7v-2zm2.5 3c-.605 0-1.031.344-1.313.656c-.28.313-.488.66-.656 1.032C6.195 19.433 6 20.238 6 21h2c0-.32.156-1.016.375-1.5c.063-.14.125-.188.188-.281c.074.101.128.168.218.312c.145.235.305.516.5.782c.196.265.434.703 1.188.718c.594.012.777-.203.969-.343c.19-.141.324-.274.468-.407c.098-.09.176-.156.25-.218c.028.039.137.105.688.343c.668.293 1.68.594 3.156.594v-2c-1.23 0-1.871-.2-2.344-.406S12.824 18 12 18c-.602 0-.754.234-.938.375c-.164.125-.277.258-.406.375c-.058-.094-.086-.14-.156-.25a4.7 4.7 0 0 0-.656-.875C9.554 17.332 9.098 17 8.5 17"/></svg> </template>
CSS
.icon-money-check-alt {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%207v18h28V7zm2%202h24v14H4zm2%202v2h10v-2zm16%200v1.063c-1.125.187-2%201.14-2%202.312c0%20.754.418%201.445%201.094%201.781L24%2017.625a.357.357%200%200%201-.375.375h-1.25a.357.357%200%200%201-.375-.375V17h-2v.625c0%201.172.875%202.125%202%202.313V21h2v-1.063c1.125-.187%202-1.14%202-2.312c0-.754-.418-1.441-1.094-1.781L22%2014.375c0-.223.152-.375.375-.375h1.25c.223%200%20.375.152.375.375V15h2v-.625c0-1.172-.875-2.125-2-2.313V11zM6%2014v2h7v-2zm2.5%203c-.605%200-1.031.344-1.313.656c-.28.313-.488.66-.656%201.032C6.195%2019.433%206%2020.238%206%2021h2c0-.32.156-1.016.375-1.5c.063-.14.125-.188.188-.281c.074.101.128.168.218.312c.145.235.305.516.5.782c.196.265.434.703%201.188.718c.594.012.777-.203.969-.343c.19-.141.324-.274.468-.407c.098-.09.176-.156.25-.218c.028.039.137.105.688.343c.668.293%201.68.594%203.156.594v-2c-1.23%200-1.871-.2-2.344-.406S12.824%2018%2012%2018c-.602%200-.754.234-.938.375c-.164.125-.277.258-.406.375c-.058-.094-.086-.14-.156-.25a4.7%204.7%200%200%200-.656-.875C9.554%2017.332%209.098%2017%208.5%2017%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%207v18h28V7zm2%202h24v14H4zm2%202v2h10v-2zm16%200v1.063c-1.125.187-2%201.14-2%202.312c0%20.754.418%201.445%201.094%201.781L24%2017.625a.357.357%200%200%201-.375.375h-1.25a.357.357%200%200%201-.375-.375V17h-2v.625c0%201.172.875%202.125%202%202.313V21h2v-1.063c1.125-.187%202-1.14%202-2.312c0-.754-.418-1.441-1.094-1.781L22%2014.375c0-.223.152-.375.375-.375h1.25c.223%200%20.375.152.375.375V15h2v-.625c0-1.172-.875-2.125-2-2.313V11zM6%2014v2h7v-2zm2.5%203c-.605%200-1.031.344-1.313.656c-.28.313-.488.66-.656%201.032C6.195%2019.433%206%2020.238%206%2021h2c0-.32.156-1.016.375-1.5c.063-.14.125-.188.188-.281c.074.101.128.168.218.312c.145.235.305.516.5.782c.196.265.434.703%201.188.718c.594.012.777-.203.969-.343c.19-.141.324-.274.468-.407c.098-.09.176-.156.25-.218c.028.039.137.105.688.343c.668.293%201.68.594%203.156.594v-2c-1.23%200-1.871-.2-2.344-.406S12.824%2018%2012%2018c-.602%200-.754.234-.938.375c-.164.125-.277.258-.406.375c-.058-.094-.086-.14-.156-.25a4.7%204.7%200%200%200-.656-.875C9.554%2017.332%209.098%2017%208.5%2017%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/money-check-alt.svg?color=%231a73e8&size=48