money roll icon

money-roll-bold-duotone from Solar by 480 Design · Bold Duotone · Money · CC-BY-4.0 Attribution required.

Name
money-roll-bold-duotone
Set
Solar
Style
Bold Duotone
Category
Money
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More money icons from Solar

Use the money roll icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14.25 18.9999H15.75C18.0674 18.9946 19.3075 18.9376 20.2223 18.3263C20.659 18.0345 21.034 17.6595 21.3259 17.2227C22 16.2138 22 14.8094 22 12.0004C22 9.1915 22 7.78704 21.3259 6.77815C21.034 6.34139 20.659 5.96638 20.2223 5.67455C19.3075 5.06329 18.0674 5.00629 15.75 5.00098H14.25V9H15C16.6569 9 18 10.3431 18 12C18 13.6569 16.6569 15 15 15H14.25V18.9999Z"/><path d="M9.75 18.9999V15H9C7.34315 15 6 13.6569 6 12C6 10.3431 7.34315 9 9 9H9.75V5.00098H8.25C5.93257 5.00629 4.69253 5.06329 3.77772 5.67455C3.34096 5.96639 2.96596 6.34139 2.67412 6.77815C2 7.78704 2 9.19151 2 12.0004C2 14.8094 2 16.2138 2.67412 17.2227C2.96596 17.6595 3.34096 18.0345 3.77772 18.3263C4.69253 18.9376 5.93258 18.9946 8.25 18.9999H9.75Z"/><path d="M9.75 19L14.25 19V5H9.75V19Z" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarMoneyRollBoldDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14.25 18.9999H15.75C18.0674 18.9946 19.3075 18.9376 20.2223 18.3263C20.659 18.0345 21.034 17.6595 21.3259 17.2227C22 16.2138 22 14.8094 22 12.0004C22 9.1915 22 7.78704 21.3259 6.77815C21.034 6.34139 20.659 5.96638 20.2223 5.67455C19.3075 5.06329 18.0674 5.00629 15.75 5.00098H14.25V9H15C16.6569 9 18 10.3431 18 12C18 13.6569 16.6569 15 15 15H14.25V18.9999Z"/><path d="M9.75 18.9999V15H9C7.34315 15 6 13.6569 6 12C6 10.3431 7.34315 9 9 9H9.75V5.00098H8.25C5.93257 5.00629 4.69253 5.06329 3.77772 5.67455C3.34096 5.96639 2.96596 6.34139 2.67412 6.77815C2 7.78704 2 9.19151 2 12.0004C2 14.8094 2 16.2138 2.67412 17.2227C2.96596 17.6595 3.34096 18.0345 3.77772 18.3263C4.69253 18.9376 5.93258 18.9946 8.25 18.9999H9.75Z"/><path d="M9.75 19L14.25 19V5H9.75V19Z" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14.25 18.9999H15.75C18.0674 18.9946 19.3075 18.9376 20.2223 18.3263C20.659 18.0345 21.034 17.6595 21.3259 17.2227C22 16.2138 22 14.8094 22 12.0004C22 9.1915 22 7.78704 21.3259 6.77815C21.034 6.34139 20.659 5.96638 20.2223 5.67455C19.3075 5.06329 18.0674 5.00629 15.75 5.00098H14.25V9H15C16.6569 9 18 10.3431 18 12C18 13.6569 16.6569 15 15 15H14.25V18.9999Z"/><path d="M9.75 18.9999V15H9C7.34315 15 6 13.6569 6 12C6 10.3431 7.34315 9 9 9H9.75V5.00098H8.25C5.93257 5.00629 4.69253 5.06329 3.77772 5.67455C3.34096 5.96639 2.96596 6.34139 2.67412 6.77815C2 7.78704 2 9.19151 2 12.0004C2 14.8094 2 16.2138 2.67412 17.2227C2.96596 17.6595 3.34096 18.0345 3.77772 18.3263C4.69253 18.9376 5.93258 18.9946 8.25 18.9999H9.75Z"/><path d="M9.75 19L14.25 19V5H9.75V19Z" opacity=".5"/></g></svg>
</template>

CSS

.icon-money-roll-bold-duotone {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M14.25%2018.9999H15.75C18.0674%2018.9946%2019.3075%2018.9376%2020.2223%2018.3263C20.659%2018.0345%2021.034%2017.6595%2021.3259%2017.2227C22%2016.2138%2022%2014.8094%2022%2012.0004C22%209.1915%2022%207.78704%2021.3259%206.77815C21.034%206.34139%2020.659%205.96638%2020.2223%205.67455C19.3075%205.06329%2018.0674%205.00629%2015.75%205.00098H14.25V9H15C16.6569%209%2018%2010.3431%2018%2012C18%2013.6569%2016.6569%2015%2015%2015H14.25V18.9999Z%22%2F%3E%3Cpath%20d%3D%22M9.75%2018.9999V15H9C7.34315%2015%206%2013.6569%206%2012C6%2010.3431%207.34315%209%209%209H9.75V5.00098H8.25C5.93257%205.00629%204.69253%205.06329%203.77772%205.67455C3.34096%205.96639%202.96596%206.34139%202.67412%206.77815C2%207.78704%202%209.19151%202%2012.0004C2%2014.8094%202%2016.2138%202.67412%2017.2227C2.96596%2017.6595%203.34096%2018.0345%203.77772%2018.3263C4.69253%2018.9376%205.93258%2018.9946%208.25%2018.9999H9.75Z%22%2F%3E%3Cpath%20d%3D%22M9.75%2019L14.25%2019V5H9.75V19Z%22%20opacity%3D%22.5%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%22currentColor%22%3E%3Cpath%20d%3D%22M14.25%2018.9999H15.75C18.0674%2018.9946%2019.3075%2018.9376%2020.2223%2018.3263C20.659%2018.0345%2021.034%2017.6595%2021.3259%2017.2227C22%2016.2138%2022%2014.8094%2022%2012.0004C22%209.1915%2022%207.78704%2021.3259%206.77815C21.034%206.34139%2020.659%205.96638%2020.2223%205.67455C19.3075%205.06329%2018.0674%205.00629%2015.75%205.00098H14.25V9H15C16.6569%209%2018%2010.3431%2018%2012C18%2013.6569%2016.6569%2015%2015%2015H14.25V18.9999Z%22%2F%3E%3Cpath%20d%3D%22M9.75%2018.9999V15H9C7.34315%2015%206%2013.6569%206%2012C6%2010.3431%207.34315%209%209%209H9.75V5.00098H8.25C5.93257%205.00629%204.69253%205.06329%203.77772%205.67455C3.34096%205.96639%202.96596%206.34139%202.67412%206.77815C2%207.78704%202%209.19151%202%2012.0004C2%2014.8094%202%2016.2138%202.67412%2017.2227C2.96596%2017.6595%203.34096%2018.0345%203.77772%2018.3263C4.69253%2018.9376%205.93258%2018.9946%208.25%2018.9999H9.75Z%22%2F%3E%3Cpath%20d%3D%22M9.75%2019L14.25%2019V5H9.75V19Z%22%20opacity%3D%22.5%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/money-roll-bold-duotone.svg?color=%231a73e8&size=48