banknote 2 icon

banknote-2-broken from Solar by 480 Design · Broken · Money · CC-BY-4.0 Attribution required.

Name
banknote-2-broken
Set
Solar
Style
Broken
Category
Money
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More money icons from Solar

Use the banknote 2 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 stroke-linecap="round" d="M13 5C15.8284 5 17.2426 5 18.1213 5.87868C19 6.75736 19 8.17157 19 11C19 13.8284 19 15.2426 18.1213 16.1213C17.2426 17 15.8284 17 13 17H8C5.17157 17 3.75736 17 2.87868 16.1213C2 15.2426 2 13.8284 2 11C2 8.17157 2 6.75736 2.87868 5.87868C3.75736 5 5.17157 5 8 5H9"/><path stroke-linecap="round" d="M16.0003 20.0001H11.0003C8.17187 20.0001 6.75766 20.0001 5.87898 19.1214C5.38909 18.6315 5.17233 17.9751 5.07642 17M21.1216 19.1214C22.0003 18.2427 22.0003 16.8285 22.0003 14.0001C22.0003 11.1716 22.0003 9.75741 21.1216 8.87873C20.6317 8.38885 19.9754 8.17208 19.0003 8.07617"/><path d="M13 11C13 12.3807 11.8807 13.5 10.5 13.5C9.11929 13.5 8 12.3807 8 11C8 9.61929 9.11929 8.5 10.5 8.5C11.8807 8.5 13 9.61929 13 11Z"/><path stroke-linecap="round" d="M16 13L16 9"/><path stroke-linecap="round" d="M5 13L5 9"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarBanknote2Broken(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 strokeLinecap="round" d="M13 5C15.8284 5 17.2426 5 18.1213 5.87868C19 6.75736 19 8.17157 19 11C19 13.8284 19 15.2426 18.1213 16.1213C17.2426 17 15.8284 17 13 17H8C5.17157 17 3.75736 17 2.87868 16.1213C2 15.2426 2 13.8284 2 11C2 8.17157 2 6.75736 2.87868 5.87868C3.75736 5 5.17157 5 8 5H9"/><path strokeLinecap="round" d="M16.0003 20.0001H11.0003C8.17187 20.0001 6.75766 20.0001 5.87898 19.1214C5.38909 18.6315 5.17233 17.9751 5.07642 17M21.1216 19.1214C22.0003 18.2427 22.0003 16.8285 22.0003 14.0001C22.0003 11.1716 22.0003 9.75741 21.1216 8.87873C20.6317 8.38885 19.9754 8.17208 19.0003 8.07617"/><path d="M13 11C13 12.3807 11.8807 13.5 10.5 13.5C9.11929 13.5 8 12.3807 8 11C8 9.61929 9.11929 8.5 10.5 8.5C11.8807 8.5 13 9.61929 13 11Z"/><path strokeLinecap="round" d="M16 13L16 9"/><path strokeLinecap="round" d="M5 13L5 9"/></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 stroke-linecap="round" d="M13 5C15.8284 5 17.2426 5 18.1213 5.87868C19 6.75736 19 8.17157 19 11C19 13.8284 19 15.2426 18.1213 16.1213C17.2426 17 15.8284 17 13 17H8C5.17157 17 3.75736 17 2.87868 16.1213C2 15.2426 2 13.8284 2 11C2 8.17157 2 6.75736 2.87868 5.87868C3.75736 5 5.17157 5 8 5H9"/><path stroke-linecap="round" d="M16.0003 20.0001H11.0003C8.17187 20.0001 6.75766 20.0001 5.87898 19.1214C5.38909 18.6315 5.17233 17.9751 5.07642 17M21.1216 19.1214C22.0003 18.2427 22.0003 16.8285 22.0003 14.0001C22.0003 11.1716 22.0003 9.75741 21.1216 8.87873C20.6317 8.38885 19.9754 8.17208 19.0003 8.07617"/><path d="M13 11C13 12.3807 11.8807 13.5 10.5 13.5C9.11929 13.5 8 12.3807 8 11C8 9.61929 9.11929 8.5 10.5 8.5C11.8807 8.5 13 9.61929 13 11Z"/><path stroke-linecap="round" d="M16 13L16 9"/><path stroke-linecap="round" d="M5 13L5 9"/></g></svg>
</template>

CSS

.icon-banknote-2-broken {
  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%20stroke-linecap%3D%22round%22%20d%3D%22M13%205C15.8284%205%2017.2426%205%2018.1213%205.87868C19%206.75736%2019%208.17157%2019%2011C19%2013.8284%2019%2015.2426%2018.1213%2016.1213C17.2426%2017%2015.8284%2017%2013%2017H8C5.17157%2017%203.75736%2017%202.87868%2016.1213C2%2015.2426%202%2013.8284%202%2011C2%208.17157%202%206.75736%202.87868%205.87868C3.75736%205%205.17157%205%208%205H9%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16.0003%2020.0001H11.0003C8.17187%2020.0001%206.75766%2020.0001%205.87898%2019.1214C5.38909%2018.6315%205.17233%2017.9751%205.07642%2017M21.1216%2019.1214C22.0003%2018.2427%2022.0003%2016.8285%2022.0003%2014.0001C22.0003%2011.1716%2022.0003%209.75741%2021.1216%208.87873C20.6317%208.38885%2019.9754%208.17208%2019.0003%208.07617%22%2F%3E%3Cpath%20d%3D%22M13%2011C13%2012.3807%2011.8807%2013.5%2010.5%2013.5C9.11929%2013.5%208%2012.3807%208%2011C8%209.61929%209.11929%208.5%2010.5%208.5C11.8807%208.5%2013%209.61929%2013%2011Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16%2013L16%209%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5%2013L5%209%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%20stroke-linecap%3D%22round%22%20d%3D%22M13%205C15.8284%205%2017.2426%205%2018.1213%205.87868C19%206.75736%2019%208.17157%2019%2011C19%2013.8284%2019%2015.2426%2018.1213%2016.1213C17.2426%2017%2015.8284%2017%2013%2017H8C5.17157%2017%203.75736%2017%202.87868%2016.1213C2%2015.2426%202%2013.8284%202%2011C2%208.17157%202%206.75736%202.87868%205.87868C3.75736%205%205.17157%205%208%205H9%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16.0003%2020.0001H11.0003C8.17187%2020.0001%206.75766%2020.0001%205.87898%2019.1214C5.38909%2018.6315%205.17233%2017.9751%205.07642%2017M21.1216%2019.1214C22.0003%2018.2427%2022.0003%2016.8285%2022.0003%2014.0001C22.0003%2011.1716%2022.0003%209.75741%2021.1216%208.87873C20.6317%208.38885%2019.9754%208.17208%2019.0003%208.07617%22%2F%3E%3Cpath%20d%3D%22M13%2011C13%2012.3807%2011.8807%2013.5%2010.5%2013.5C9.11929%2013.5%208%2012.3807%208%2011C8%209.61929%209.11929%208.5%2010.5%208.5C11.8807%208.5%2013%209.61929%2013%2011Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16%2013L16%209%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5%2013L5%209%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/banknote-2-broken.svg?color=%231a73e8&size=48