money roll icon
money-roll-bold from Solar by 480 Design · Bold · Money · CC-BY-4.0 Attribution required.
- Name
- money-roll-bold
- Set
- Solar
- Style
- Bold
- Category
- Money
- Viewbox
- 24×24
- License
- CC BY 4.0
- Aliases
- wad-of-money-bold
5 other variants in Solar
More money icons from Solar
banknote-2-boldbanknote-boldbill-boldbill-check-boldbill-cross-boldbill-list-boldcard-2-boldcard-boldcard-receive-boldcard-search-boldcard-send-boldcard-transfer-boldcardholder-boldcash-out-bolddollar-bolddollar-minimalistic-boldeuro-boldmoney-bag-boldruble-boldsafe-2-boldsafe-circle-boldsafe-square-boldsale-boldsale-square-bold
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="M8.25 5.00055C5.93257 5.00586 4.69253 5.06286 3.77772 5.67412C3.34096 5.96596 2.96596 6.34096 2.67412 6.77772C2 7.78661 2 9.19108 2 12C2 14.8089 2 16.2134 2.67412 17.2223C2.96596 17.659 3.34096 18.034 3.77772 18.3259C4.69253 18.9371 5.93258 18.9941 8.25 18.9995V14.9055C6.95608 14.5725 6 13.3979 6 12C6 10.6021 6.95608 9.42755 8.25 9.09451V5.00055Z"/><path d="M9.75 19L14.25 19V5H9.75V19Z"/><path d="M15.75 5.00055V9.09451C17.0439 9.42755 18 10.6021 18 12C18 13.3979 17.0439 14.5725 15.75 14.9055V18.9995C18.0674 18.9941 19.3075 18.9371 20.2223 18.3259C20.659 18.034 21.034 17.659 21.3259 17.2223C22 16.2134 22 14.8089 22 12C22 9.19107 22 7.78661 21.3259 6.77772C21.034 6.34096 20.659 5.96595 20.2223 5.67412C19.3075 5.06286 18.0674 5.00586 15.75 5.00055Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarMoneyRollBold(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="M8.25 5.00055C5.93257 5.00586 4.69253 5.06286 3.77772 5.67412C3.34096 5.96596 2.96596 6.34096 2.67412 6.77772C2 7.78661 2 9.19108 2 12C2 14.8089 2 16.2134 2.67412 17.2223C2.96596 17.659 3.34096 18.034 3.77772 18.3259C4.69253 18.9371 5.93258 18.9941 8.25 18.9995V14.9055C6.95608 14.5725 6 13.3979 6 12C6 10.6021 6.95608 9.42755 8.25 9.09451V5.00055Z"/><path d="M9.75 19L14.25 19V5H9.75V19Z"/><path d="M15.75 5.00055V9.09451C17.0439 9.42755 18 10.6021 18 12C18 13.3979 17.0439 14.5725 15.75 14.9055V18.9995C18.0674 18.9941 19.3075 18.9371 20.2223 18.3259C20.659 18.034 21.034 17.659 21.3259 17.2223C22 16.2134 22 14.8089 22 12C22 9.19107 22 7.78661 21.3259 6.77772C21.034 6.34096 20.659 5.96595 20.2223 5.67412C19.3075 5.06286 18.0674 5.00586 15.75 5.00055Z"/></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="M8.25 5.00055C5.93257 5.00586 4.69253 5.06286 3.77772 5.67412C3.34096 5.96596 2.96596 6.34096 2.67412 6.77772C2 7.78661 2 9.19108 2 12C2 14.8089 2 16.2134 2.67412 17.2223C2.96596 17.659 3.34096 18.034 3.77772 18.3259C4.69253 18.9371 5.93258 18.9941 8.25 18.9995V14.9055C6.95608 14.5725 6 13.3979 6 12C6 10.6021 6.95608 9.42755 8.25 9.09451V5.00055Z"/><path d="M9.75 19L14.25 19V5H9.75V19Z"/><path d="M15.75 5.00055V9.09451C17.0439 9.42755 18 10.6021 18 12C18 13.3979 17.0439 14.5725 15.75 14.9055V18.9995C18.0674 18.9941 19.3075 18.9371 20.2223 18.3259C20.659 18.034 21.034 17.659 21.3259 17.2223C22 16.2134 22 14.8089 22 12C22 9.19107 22 7.78661 21.3259 6.77772C21.034 6.34096 20.659 5.96595 20.2223 5.67412C19.3075 5.06286 18.0674 5.00586 15.75 5.00055Z"/></g></svg> </template>
CSS
.icon-money-roll-bold {
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%22M8.25%205.00055C5.93257%205.00586%204.69253%205.06286%203.77772%205.67412C3.34096%205.96596%202.96596%206.34096%202.67412%206.77772C2%207.78661%202%209.19108%202%2012C2%2014.8089%202%2016.2134%202.67412%2017.2223C2.96596%2017.659%203.34096%2018.034%203.77772%2018.3259C4.69253%2018.9371%205.93258%2018.9941%208.25%2018.9995V14.9055C6.95608%2014.5725%206%2013.3979%206%2012C6%2010.6021%206.95608%209.42755%208.25%209.09451V5.00055Z%22%2F%3E%3Cpath%20d%3D%22M9.75%2019L14.25%2019V5H9.75V19Z%22%2F%3E%3Cpath%20d%3D%22M15.75%205.00055V9.09451C17.0439%209.42755%2018%2010.6021%2018%2012C18%2013.3979%2017.0439%2014.5725%2015.75%2014.9055V18.9995C18.0674%2018.9941%2019.3075%2018.9371%2020.2223%2018.3259C20.659%2018.034%2021.034%2017.659%2021.3259%2017.2223C22%2016.2134%2022%2014.8089%2022%2012C22%209.19107%2022%207.78661%2021.3259%206.77772C21.034%206.34096%2020.659%205.96595%2020.2223%205.67412C19.3075%205.06286%2018.0674%205.00586%2015.75%205.00055Z%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%22M8.25%205.00055C5.93257%205.00586%204.69253%205.06286%203.77772%205.67412C3.34096%205.96596%202.96596%206.34096%202.67412%206.77772C2%207.78661%202%209.19108%202%2012C2%2014.8089%202%2016.2134%202.67412%2017.2223C2.96596%2017.659%203.34096%2018.034%203.77772%2018.3259C4.69253%2018.9371%205.93258%2018.9941%208.25%2018.9995V14.9055C6.95608%2014.5725%206%2013.3979%206%2012C6%2010.6021%206.95608%209.42755%208.25%209.09451V5.00055Z%22%2F%3E%3Cpath%20d%3D%22M9.75%2019L14.25%2019V5H9.75V19Z%22%2F%3E%3Cpath%20d%3D%22M15.75%205.00055V9.09451C17.0439%209.42755%2018%2010.6021%2018%2012C18%2013.3979%2017.0439%2014.5725%2015.75%2014.9055V18.9995C18.0674%2018.9941%2019.3075%2018.9371%2020.2223%2018.3259C20.659%2018.034%2021.034%2017.659%2021.3259%2017.2223C22%2016.2134%2022%2014.8089%2022%2012C22%209.19107%2022%207.78661%2021.3259%206.77772C21.034%206.34096%2020.659%205.96595%2020.2223%205.67412C19.3075%205.06286%2018.0674%205.00586%2015.75%205.00055Z%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.svg?color=%231a73e8&size=48