money bag icon
money-bag-outline from Health Icons by Resolve to Save Lives · Outline · Objects · MIT Free for personal and commercial use.
- Name
- money-bag-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Objects
- Viewbox
- 48×48
- License
- MIT
- Aliases
- money-bag2x-outline
1 other variant in Health Icons
The same icon in other sets
More objects icons from Health Icons
Use the money bag icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M28.772 24.667A4 4 0 0 0 25 22v-1h-2v1a4 4 0 1 0 0 8v4c-.87 0-1.611-.555-1.887-1.333a1 1 0 1 0-1.885.666A4 4 0 0 0 23 36v1h2v-1a4 4 0 0 0 0-8v-4a2 2 0 0 1 1.886 1.333a1 1 0 1 0 1.886-.666M23 24a2 2 0 1 0 0 4zm2 10a2 2 0 1 0 0-4z"/><path d="M13.153 8.621C15.607 7.42 19.633 6 24.039 6c4.314 0 8.234 1.361 10.675 2.546l.138.067c.736.364 1.33.708 1.748.987L32.906 15C41.422 23.706 48 41.997 24.039 41.997S6.479 24.038 15.069 15l-3.67-5.4c.283-.185.642-.4 1.07-.628q.318-.171.684-.35m17.379 6.307l2.957-4.323c-2.75.198-6.022.844-9.172 1.756c-2.25.65-4.75.551-7.065.124a25 25 0 0 1-1.737-.386l1.92 2.827c4.115 1.465 8.981 1.465 13.097.002M16.28 16.63c4.815 1.86 10.602 1.86 15.417-.002a29.3 29.3 0 0 1 4.988 7.143c1.352 2.758 2.088 5.515 1.968 7.891c-.116 2.293-1.018 4.252-3.078 5.708c-2.147 1.517-5.758 2.627-11.537 2.627c-5.785 0-9.413-1.091-11.58-2.591c-2.075-1.437-2.986-3.37-3.115-5.632c-.135-2.35.585-5.093 1.932-7.87c1.285-2.648 3.078-5.197 5.005-7.274m-1.15-6.714c.8.238 1.636.445 2.484.602c2.15.396 4.306.454 6.146-.079a54 54 0 0 1 6.53-1.471C28.45 8.414 26.298 8 24.038 8c-3.445 0-6.658.961-8.908 1.916"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsMoneyBagOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M28.772 24.667A4 4 0 0 0 25 22v-1h-2v1a4 4 0 1 0 0 8v4c-.87 0-1.611-.555-1.887-1.333a1 1 0 1 0-1.885.666A4 4 0 0 0 23 36v1h2v-1a4 4 0 0 0 0-8v-4a2 2 0 0 1 1.886 1.333a1 1 0 1 0 1.886-.666M23 24a2 2 0 1 0 0 4zm2 10a2 2 0 1 0 0-4z"/><path d="M13.153 8.621C15.607 7.42 19.633 6 24.039 6c4.314 0 8.234 1.361 10.675 2.546l.138.067c.736.364 1.33.708 1.748.987L32.906 15C41.422 23.706 48 41.997 24.039 41.997S6.479 24.038 15.069 15l-3.67-5.4c.283-.185.642-.4 1.07-.628q.318-.171.684-.35m17.379 6.307l2.957-4.323c-2.75.198-6.022.844-9.172 1.756c-2.25.65-4.75.551-7.065.124a25 25 0 0 1-1.737-.386l1.92 2.827c4.115 1.465 8.981 1.465 13.097.002M16.28 16.63c4.815 1.86 10.602 1.86 15.417-.002a29.3 29.3 0 0 1 4.988 7.143c1.352 2.758 2.088 5.515 1.968 7.891c-.116 2.293-1.018 4.252-3.078 5.708c-2.147 1.517-5.758 2.627-11.537 2.627c-5.785 0-9.413-1.091-11.58-2.591c-2.075-1.437-2.986-3.37-3.115-5.632c-.135-2.35.585-5.093 1.932-7.87c1.285-2.648 3.078-5.197 5.005-7.274m-1.15-6.714c.8.238 1.636.445 2.484.602c2.15.396 4.306.454 6.146-.079a54 54 0 0 1 6.53-1.471C28.45 8.414 26.298 8 24.038 8c-3.445 0-6.658.961-8.908 1.916"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M28.772 24.667A4 4 0 0 0 25 22v-1h-2v1a4 4 0 1 0 0 8v4c-.87 0-1.611-.555-1.887-1.333a1 1 0 1 0-1.885.666A4 4 0 0 0 23 36v1h2v-1a4 4 0 0 0 0-8v-4a2 2 0 0 1 1.886 1.333a1 1 0 1 0 1.886-.666M23 24a2 2 0 1 0 0 4zm2 10a2 2 0 1 0 0-4z"/><path d="M13.153 8.621C15.607 7.42 19.633 6 24.039 6c4.314 0 8.234 1.361 10.675 2.546l.138.067c.736.364 1.33.708 1.748.987L32.906 15C41.422 23.706 48 41.997 24.039 41.997S6.479 24.038 15.069 15l-3.67-5.4c.283-.185.642-.4 1.07-.628q.318-.171.684-.35m17.379 6.307l2.957-4.323c-2.75.198-6.022.844-9.172 1.756c-2.25.65-4.75.551-7.065.124a25 25 0 0 1-1.737-.386l1.92 2.827c4.115 1.465 8.981 1.465 13.097.002M16.28 16.63c4.815 1.86 10.602 1.86 15.417-.002a29.3 29.3 0 0 1 4.988 7.143c1.352 2.758 2.088 5.515 1.968 7.891c-.116 2.293-1.018 4.252-3.078 5.708c-2.147 1.517-5.758 2.627-11.537 2.627c-5.785 0-9.413-1.091-11.58-2.591c-2.075-1.437-2.986-3.37-3.115-5.632c-.135-2.35.585-5.093 1.932-7.87c1.285-2.648 3.078-5.197 5.005-7.274m-1.15-6.714c.8.238 1.636.445 2.484.602c2.15.396 4.306.454 6.146-.079a54 54 0 0 1 6.53-1.471C28.45 8.414 26.298 8 24.038 8c-3.445 0-6.658.961-8.908 1.916"/></g></svg> </template>
CSS
.icon-money-bag-outline {
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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M28.772%2024.667A4%204%200%200%200%2025%2022v-1h-2v1a4%204%200%201%200%200%208v4c-.87%200-1.611-.555-1.887-1.333a1%201%200%201%200-1.885.666A4%204%200%200%200%2023%2036v1h2v-1a4%204%200%200%200%200-8v-4a2%202%200%200%201%201.886%201.333a1%201%200%201%200%201.886-.666M23%2024a2%202%200%201%200%200%204zm2%2010a2%202%200%201%200%200-4z%22%2F%3E%3Cpath%20d%3D%22M13.153%208.621C15.607%207.42%2019.633%206%2024.039%206c4.314%200%208.234%201.361%2010.675%202.546l.138.067c.736.364%201.33.708%201.748.987L32.906%2015C41.422%2023.706%2048%2041.997%2024.039%2041.997S6.479%2024.038%2015.069%2015l-3.67-5.4c.283-.185.642-.4%201.07-.628q.318-.171.684-.35m17.379%206.307l2.957-4.323c-2.75.198-6.022.844-9.172%201.756c-2.25.65-4.75.551-7.065.124a25%2025%200%200%201-1.737-.386l1.92%202.827c4.115%201.465%208.981%201.465%2013.097.002M16.28%2016.63c4.815%201.86%2010.602%201.86%2015.417-.002a29.3%2029.3%200%200%201%204.988%207.143c1.352%202.758%202.088%205.515%201.968%207.891c-.116%202.293-1.018%204.252-3.078%205.708c-2.147%201.517-5.758%202.627-11.537%202.627c-5.785%200-9.413-1.091-11.58-2.591c-2.075-1.437-2.986-3.37-3.115-5.632c-.135-2.35.585-5.093%201.932-7.87c1.285-2.648%203.078-5.197%205.005-7.274m-1.15-6.714c.8.238%201.636.445%202.484.602c2.15.396%204.306.454%206.146-.079a54%2054%200%200%201%206.53-1.471C28.45%208.414%2026.298%208%2024.038%208c-3.445%200-6.658.961-8.908%201.916%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M28.772%2024.667A4%204%200%200%200%2025%2022v-1h-2v1a4%204%200%201%200%200%208v4c-.87%200-1.611-.555-1.887-1.333a1%201%200%201%200-1.885.666A4%204%200%200%200%2023%2036v1h2v-1a4%204%200%200%200%200-8v-4a2%202%200%200%201%201.886%201.333a1%201%200%201%200%201.886-.666M23%2024a2%202%200%201%200%200%204zm2%2010a2%202%200%201%200%200-4z%22%2F%3E%3Cpath%20d%3D%22M13.153%208.621C15.607%207.42%2019.633%206%2024.039%206c4.314%200%208.234%201.361%2010.675%202.546l.138.067c.736.364%201.33.708%201.748.987L32.906%2015C41.422%2023.706%2048%2041.997%2024.039%2041.997S6.479%2024.038%2015.069%2015l-3.67-5.4c.283-.185.642-.4%201.07-.628q.318-.171.684-.35m17.379%206.307l2.957-4.323c-2.75.198-6.022.844-9.172%201.756c-2.25.65-4.75.551-7.065.124a25%2025%200%200%201-1.737-.386l1.92%202.827c4.115%201.465%208.981%201.465%2013.097.002M16.28%2016.63c4.815%201.86%2010.602%201.86%2015.417-.002a29.3%2029.3%200%200%201%204.988%207.143c1.352%202.758%202.088%205.515%201.968%207.891c-.116%202.293-1.018%204.252-3.078%205.708c-2.147%201.517-5.758%202.627-11.537%202.627c-5.785%200-9.413-1.091-11.58-2.591c-2.075-1.437-2.986-3.37-3.115-5.632c-.135-2.35.585-5.093%201.932-7.87c1.285-2.648%203.078-5.197%205.005-7.274m-1.15-6.714c.8.238%201.636.445%202.484.602c2.15.396%204.306.454%206.146-.079a54%2054%200%200%201%206.53-1.471C28.45%208.414%2026.298%208%2024.038%208c-3.445%200-6.658.961-8.908%201.916%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/money-bag-outline.svg?color=%231a73e8&size=48