ios cash icon

ios-cash from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
ios-cash
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the ios cash icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M466 355.9H46c-7.7 0-14 6.3-14 14s6.3 14 14 14h420c7.7 0 14-6.3 14-14s-6.3-14-14-14z" fill="currentColor"/><path d="M466 403.9H46c-7.7 0-14 6.3-14 14s6.3 14 14 14h420c7.7 0 14-6.3 14-14s-6.3-14-14-14z" fill="currentColor"/><path d="M444.9 80.1H67.1C47.8 80.1 32 95.9 32 115.2V293c0 19.3 15.8 35.1 35.1 35.1h377.8c19.3 0 35.1-15.8 35.1-35.1V115.2c0-19.3-15.8-35.1-35.1-35.1zM114 296.1H78c-7.7 0-14-6.3-14-14s6.3-14 14-14h36c7.7 0 14 6.3 14 14s-6.3 14-14 14zm0-156H78c-7.7 0-14-6.3-14-14s6.3-14 14-14h36c7.7 0 14 6.3 14 14s-6.3 14-14 14zm142 144c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80zm178 12h-36c-7.7 0-14-6.3-14-14s6.3-14 14-14h36c7.7 0 14 6.3 14 14s-6.3 14-14 14zm0-156h-36c-7.7 0-14-6.3-14-14s6.3-14 14-14h36c7.7 0 14 6.3 14 14s-6.3 14-14 14z" fill="currentColor"/><circle cx="256" cy="206" r="53" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosCash(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M466 355.9H46c-7.7 0-14 6.3-14 14s6.3 14 14 14h420c7.7 0 14-6.3 14-14s-6.3-14-14-14z" fill="currentColor"/><path d="M466 403.9H46c-7.7 0-14 6.3-14 14s6.3 14 14 14h420c7.7 0 14-6.3 14-14s-6.3-14-14-14z" fill="currentColor"/><path d="M444.9 80.1H67.1C47.8 80.1 32 95.9 32 115.2V293c0 19.3 15.8 35.1 35.1 35.1h377.8c19.3 0 35.1-15.8 35.1-35.1V115.2c0-19.3-15.8-35.1-35.1-35.1zM114 296.1H78c-7.7 0-14-6.3-14-14s6.3-14 14-14h36c7.7 0 14 6.3 14 14s-6.3 14-14 14zm0-156H78c-7.7 0-14-6.3-14-14s6.3-14 14-14h36c7.7 0 14 6.3 14 14s-6.3 14-14 14zm142 144c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80zm178 12h-36c-7.7 0-14-6.3-14-14s6.3-14 14-14h36c7.7 0 14 6.3 14 14s-6.3 14-14 14zm0-156h-36c-7.7 0-14-6.3-14-14s6.3-14 14-14h36c7.7 0 14 6.3 14 14s-6.3 14-14 14z" fill="currentColor"/><circle cx="256" cy="206" r="53" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M466 355.9H46c-7.7 0-14 6.3-14 14s6.3 14 14 14h420c7.7 0 14-6.3 14-14s-6.3-14-14-14z" fill="currentColor"/><path d="M466 403.9H46c-7.7 0-14 6.3-14 14s6.3 14 14 14h420c7.7 0 14-6.3 14-14s-6.3-14-14-14z" fill="currentColor"/><path d="M444.9 80.1H67.1C47.8 80.1 32 95.9 32 115.2V293c0 19.3 15.8 35.1 35.1 35.1h377.8c19.3 0 35.1-15.8 35.1-35.1V115.2c0-19.3-15.8-35.1-35.1-35.1zM114 296.1H78c-7.7 0-14-6.3-14-14s6.3-14 14-14h36c7.7 0 14 6.3 14 14s-6.3 14-14 14zm0-156H78c-7.7 0-14-6.3-14-14s6.3-14 14-14h36c7.7 0 14 6.3 14 14s-6.3 14-14 14zm142 144c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80zm178 12h-36c-7.7 0-14-6.3-14-14s6.3-14 14-14h36c7.7 0 14 6.3 14 14s-6.3 14-14 14zm0-156h-36c-7.7 0-14-6.3-14-14s6.3-14 14-14h36c7.7 0 14 6.3 14 14s-6.3 14-14 14z" fill="currentColor"/><circle cx="256" cy="206" r="53" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-cash {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M466%20355.9H46c-7.7%200-14%206.3-14%2014s6.3%2014%2014%2014h420c7.7%200%2014-6.3%2014-14s-6.3-14-14-14z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M466%20403.9H46c-7.7%200-14%206.3-14%2014s6.3%2014%2014%2014h420c7.7%200%2014-6.3%2014-14s-6.3-14-14-14z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M444.9%2080.1H67.1C47.8%2080.1%2032%2095.9%2032%20115.2V293c0%2019.3%2015.8%2035.1%2035.1%2035.1h377.8c19.3%200%2035.1-15.8%2035.1-35.1V115.2c0-19.3-15.8-35.1-35.1-35.1zM114%20296.1H78c-7.7%200-14-6.3-14-14s6.3-14%2014-14h36c7.7%200%2014%206.3%2014%2014s-6.3%2014-14%2014zm0-156H78c-7.7%200-14-6.3-14-14s6.3-14%2014-14h36c7.7%200%2014%206.3%2014%2014s-6.3%2014-14%2014zm142%20144c-44.1%200-80-35.9-80-80s35.9-80%2080-80%2080%2035.9%2080%2080-35.9%2080-80%2080zm178%2012h-36c-7.7%200-14-6.3-14-14s6.3-14%2014-14h36c7.7%200%2014%206.3%2014%2014s-6.3%2014-14%2014zm0-156h-36c-7.7%200-14-6.3-14-14s6.3-14%2014-14h36c7.7%200%2014%206.3%2014%2014s-6.3%2014-14%2014z%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22206%22%20r%3D%2253%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M466%20355.9H46c-7.7%200-14%206.3-14%2014s6.3%2014%2014%2014h420c7.7%200%2014-6.3%2014-14s-6.3-14-14-14z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M466%20403.9H46c-7.7%200-14%206.3-14%2014s6.3%2014%2014%2014h420c7.7%200%2014-6.3%2014-14s-6.3-14-14-14z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M444.9%2080.1H67.1C47.8%2080.1%2032%2095.9%2032%20115.2V293c0%2019.3%2015.8%2035.1%2035.1%2035.1h377.8c19.3%200%2035.1-15.8%2035.1-35.1V115.2c0-19.3-15.8-35.1-35.1-35.1zM114%20296.1H78c-7.7%200-14-6.3-14-14s6.3-14%2014-14h36c7.7%200%2014%206.3%2014%2014s-6.3%2014-14%2014zm0-156H78c-7.7%200-14-6.3-14-14s6.3-14%2014-14h36c7.7%200%2014%206.3%2014%2014s-6.3%2014-14%2014zm142%20144c-44.1%200-80-35.9-80-80s35.9-80%2080-80%2080%2035.9%2080%2080-35.9%2080-80%2080zm178%2012h-36c-7.7%200-14-6.3-14-14s6.3-14%2014-14h36c7.7%200%2014%206.3%2014%2014s-6.3%2014-14%2014zm0-156h-36c-7.7%200-14-6.3-14-14s6.3-14%2014-14h36c7.7%200%2014%206.3%2014%2014s-6.3%2014-14%2014z%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22206%22%20r%3D%2253%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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