coin slash icon

coin-slash from Iconoir by Luca Burgio · Regular · Finance · MIT Free for personal and commercial use.

Name
coin-slash
Set
Iconoir
Style
Regular
Category
Finance
Viewbox
24×24
License
MIT
Aliases
no-coin

More finance icons from Iconoir

Use the coin slash 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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M4.623 5.248A9.96 9.96 0 0 0 2 12c0 5.523 4.477 10 10 10a9.96 9.96 0 0 0 6.615-2.5m2.687-3.822A10 10 0 0 0 22 12c0-5.523-4.477-10-10-10c-1.231 0-2.41.223-3.5.63"/><path d="M9 15c.644.86 1.843 1.35 3 1.391c1.114.04 2.19-.336 2.697-1.198M12 16.391V18.5m-2.5-9c0 1.181.852 1.665 1.886 2M15 8.5c-.685-.685-1.891-1.161-3-1.191V5.5M3 3l18 18"/></g></svg>

React

import type { SVGProps } from "react";

export function IconoirCoinSlash(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M4.623 5.248A9.96 9.96 0 0 0 2 12c0 5.523 4.477 10 10 10a9.96 9.96 0 0 0 6.615-2.5m2.687-3.822A10 10 0 0 0 22 12c0-5.523-4.477-10-10-10c-1.231 0-2.41.223-3.5.63"/><path d="M9 15c.644.86 1.843 1.35 3 1.391c1.114.04 2.19-.336 2.697-1.198M12 16.391V18.5m-2.5-9c0 1.181.852 1.665 1.886 2M15 8.5c-.685-.685-1.891-1.161-3-1.191V5.5M3 3l18 18"/></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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M4.623 5.248A9.96 9.96 0 0 0 2 12c0 5.523 4.477 10 10 10a9.96 9.96 0 0 0 6.615-2.5m2.687-3.822A10 10 0 0 0 22 12c0-5.523-4.477-10-10-10c-1.231 0-2.41.223-3.5.63"/><path d="M9 15c.644.86 1.843 1.35 3 1.391c1.114.04 2.19-.336 2.697-1.198M12 16.391V18.5m-2.5-9c0 1.181.852 1.665 1.886 2M15 8.5c-.685-.685-1.891-1.161-3-1.191V5.5M3 3l18 18"/></g></svg>
</template>

CSS

.icon-coin-slash {
  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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M4.623%205.248A9.96%209.96%200%200%200%202%2012c0%205.523%204.477%2010%2010%2010a9.96%209.96%200%200%200%206.615-2.5m2.687-3.822A10%2010%200%200%200%2022%2012c0-5.523-4.477-10-10-10c-1.231%200-2.41.223-3.5.63%22%2F%3E%3Cpath%20d%3D%22M9%2015c.644.86%201.843%201.35%203%201.391c1.114.04%202.19-.336%202.697-1.198M12%2016.391V18.5m-2.5-9c0%201.181.852%201.665%201.886%202M15%208.5c-.685-.685-1.891-1.161-3-1.191V5.5M3%203l18%2018%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M4.623%205.248A9.96%209.96%200%200%200%202%2012c0%205.523%204.477%2010%2010%2010a9.96%209.96%200%200%200%206.615-2.5m2.687-3.822A10%2010%200%200%200%2022%2012c0-5.523-4.477-10-10-10c-1.231%200-2.41.223-3.5.63%22%2F%3E%3Cpath%20d%3D%22M9%2015c.644.86%201.843%201.35%203%201.391c1.114.04%202.19-.336%202.697-1.198M12%2016.391V18.5m-2.5-9c0%201.181.852%201.665%201.886%202M15%208.5c-.685-.685-1.891-1.161-3-1.191V5.5M3%203l18%2018%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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