money safe icon

money-safe from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
money-safe
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the money safe icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M13 2h-2C6.757 2 4.636 2 3.318 3.318S2 6.758 2 11s0 6.364 1.318 7.682S6.758 20 11 20h2c4.243 0 6.364 0 7.682-1.318S22 15.242 22 11s0-6.364-1.318-7.682S17.242 2 13 2Z"/><path stroke-linecap="round" d="M17 15c1-.53 1-1.385 1-3.094v-1.812C18 8.385 18 7.53 17 7m1 15v-2M6 22v-2"/><path stroke-linecap="round" stroke-linejoin="round" d="M9.5 13a2.01 2.01 0 0 0 2.02-2c0-1.105-.904-2-2.02-2m0 4a2.01 2.01 0 0 1-2.02-2c0-1.105.904-2 2.02-2m0 4v2m0-6V7m-1.75 5L6 13m7-4l-1.75 1m0 2L13 13M6 9l1.75 1"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsMoneySafe(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M13 2h-2C6.757 2 4.636 2 3.318 3.318S2 6.758 2 11s0 6.364 1.318 7.682S6.758 20 11 20h2c4.243 0 6.364 0 7.682-1.318S22 15.242 22 11s0-6.364-1.318-7.682S17.242 2 13 2Z"/><path strokeLinecap="round" d="M17 15c1-.53 1-1.385 1-3.094v-1.812C18 8.385 18 7.53 17 7m1 15v-2M6 22v-2"/><path strokeLinecap="round" strokeLinejoin="round" d="M9.5 13a2.01 2.01 0 0 0 2.02-2c0-1.105-.904-2-2.02-2m0 4a2.01 2.01 0 0 1-2.02-2c0-1.105.904-2 2.02-2m0 4v2m0-6V7m-1.75 5L6 13m7-4l-1.75 1m0 2L13 13M6 9l1.75 1"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M13 2h-2C6.757 2 4.636 2 3.318 3.318S2 6.758 2 11s0 6.364 1.318 7.682S6.758 20 11 20h2c4.243 0 6.364 0 7.682-1.318S22 15.242 22 11s0-6.364-1.318-7.682S17.242 2 13 2Z"/><path stroke-linecap="round" d="M17 15c1-.53 1-1.385 1-3.094v-1.812C18 8.385 18 7.53 17 7m1 15v-2M6 22v-2"/><path stroke-linecap="round" stroke-linejoin="round" d="M9.5 13a2.01 2.01 0 0 0 2.02-2c0-1.105-.904-2-2.02-2m0 4a2.01 2.01 0 0 1-2.02-2c0-1.105.904-2 2.02-2m0 4v2m0-6V7m-1.75 5L6 13m7-4l-1.75 1m0 2L13 13M6 9l1.75 1"/></g></svg>
</template>

CSS

.icon-money-safe {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M13%202h-2C6.757%202%204.636%202%203.318%203.318S2%206.758%202%2011s0%206.364%201.318%207.682S6.758%2020%2011%2020h2c4.243%200%206.364%200%207.682-1.318S22%2015.242%2022%2011s0-6.364-1.318-7.682S17.242%202%2013%202Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17%2015c1-.53%201-1.385%201-3.094v-1.812C18%208.385%2018%207.53%2017%207m1%2015v-2M6%2022v-2%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9.5%2013a2.01%202.01%200%200%200%202.02-2c0-1.105-.904-2-2.02-2m0%204a2.01%202.01%200%200%201-2.02-2c0-1.105.904-2%202.02-2m0%204v2m0-6V7m-1.75%205L6%2013m7-4l-1.75%201m0%202L13%2013M6%209l1.75%201%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M13%202h-2C6.757%202%204.636%202%203.318%203.318S2%206.758%202%2011s0%206.364%201.318%207.682S6.758%2020%2011%2020h2c4.243%200%206.364%200%207.682-1.318S22%2015.242%2022%2011s0-6.364-1.318-7.682S17.242%202%2013%202Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17%2015c1-.53%201-1.385%201-3.094v-1.812C18%208.385%2018%207.53%2017%207m1%2015v-2M6%2022v-2%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9.5%2013a2.01%202.01%200%200%200%202.02-2c0-1.105-.904-2-2.02-2m0%204a2.01%202.01%200%200%201-2.02-2c0-1.105.904-2%202.02-2m0%204v2m0-6V7m-1.75%205L6%2013m7-4l-1.75%201m0%202L13%2013M6%209l1.75%201%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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