card-bold from Solar by 480 Design · Bold · Money · CC-BY-4.0 Attribution required.

Name
card-bold
Set
Solar
Style
Bold
Category
Money
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More money icons from Solar

Use the card 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.0002 4H10.0002C6.22893 4 4.34331 4 3.17174 5.17157C2.32819 6.01511 2.09201 7.22882 2.02588 9.25H21.9744C21.9083 7.22882 21.6721 6.01511 20.8286 5.17157C19.657 4 17.7714 4 14.0002 4Z"/><path fill-rule="evenodd" d="M22 12C22 15.7712 21.9997 17.6566 20.8281 18.8281C19.6566 19.9997 17.7712 20 14 20H10C6.22876 20 4.34345 19.9997 3.17188 18.8281C2.0003 17.6566 2 15.7712 2 12C2 11.5581 2.00007 11.142 2.00195 10.75H21.998C21.9999 11.142 22 11.5581 22 12ZM6 15.25C5.58579 15.25 5.25 15.5858 5.25 16C5.25 16.4142 5.58579 16.75 6 16.75H10C10.4142 16.75 10.75 16.4142 10.75 16C10.75 15.5858 10.4142 15.25 10 15.25H6ZM12.5 15.25C12.0858 15.25 11.75 15.5858 11.75 16C11.75 16.4142 12.0858 16.75 12.5 16.75H14C14.4142 16.75 14.75 16.4142 14.75 16C14.75 15.5858 14.4142 15.25 14 15.25H12.5Z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarCardBold(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.0002 4H10.0002C6.22893 4 4.34331 4 3.17174 5.17157C2.32819 6.01511 2.09201 7.22882 2.02588 9.25H21.9744C21.9083 7.22882 21.6721 6.01511 20.8286 5.17157C19.657 4 17.7714 4 14.0002 4Z"/><path fillRule="evenodd" d="M22 12C22 15.7712 21.9997 17.6566 20.8281 18.8281C19.6566 19.9997 17.7712 20 14 20H10C6.22876 20 4.34345 19.9997 3.17188 18.8281C2.0003 17.6566 2 15.7712 2 12C2 11.5581 2.00007 11.142 2.00195 10.75H21.998C21.9999 11.142 22 11.5581 22 12ZM6 15.25C5.58579 15.25 5.25 15.5858 5.25 16C5.25 16.4142 5.58579 16.75 6 16.75H10C10.4142 16.75 10.75 16.4142 10.75 16C10.75 15.5858 10.4142 15.25 10 15.25H6ZM12.5 15.25C12.0858 15.25 11.75 15.5858 11.75 16C11.75 16.4142 12.0858 16.75 12.5 16.75H14C14.4142 16.75 14.75 16.4142 14.75 16C14.75 15.5858 14.4142 15.25 14 15.25H12.5Z" clipRule="evenodd"/></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.0002 4H10.0002C6.22893 4 4.34331 4 3.17174 5.17157C2.32819 6.01511 2.09201 7.22882 2.02588 9.25H21.9744C21.9083 7.22882 21.6721 6.01511 20.8286 5.17157C19.657 4 17.7714 4 14.0002 4Z"/><path fill-rule="evenodd" d="M22 12C22 15.7712 21.9997 17.6566 20.8281 18.8281C19.6566 19.9997 17.7712 20 14 20H10C6.22876 20 4.34345 19.9997 3.17188 18.8281C2.0003 17.6566 2 15.7712 2 12C2 11.5581 2.00007 11.142 2.00195 10.75H21.998C21.9999 11.142 22 11.5581 22 12ZM6 15.25C5.58579 15.25 5.25 15.5858 5.25 16C5.25 16.4142 5.58579 16.75 6 16.75H10C10.4142 16.75 10.75 16.4142 10.75 16C10.75 15.5858 10.4142 15.25 10 15.25H6ZM12.5 15.25C12.0858 15.25 11.75 15.5858 11.75 16C11.75 16.4142 12.0858 16.75 12.5 16.75H14C14.4142 16.75 14.75 16.4142 14.75 16C14.75 15.5858 14.4142 15.25 14 15.25H12.5Z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-card-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%22M14.0002%204H10.0002C6.22893%204%204.34331%204%203.17174%205.17157C2.32819%206.01511%202.09201%207.22882%202.02588%209.25H21.9744C21.9083%207.22882%2021.6721%206.01511%2020.8286%205.17157C19.657%204%2017.7714%204%2014.0002%204Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M22%2012C22%2015.7712%2021.9997%2017.6566%2020.8281%2018.8281C19.6566%2019.9997%2017.7712%2020%2014%2020H10C6.22876%2020%204.34345%2019.9997%203.17188%2018.8281C2.0003%2017.6566%202%2015.7712%202%2012C2%2011.5581%202.00007%2011.142%202.00195%2010.75H21.998C21.9999%2011.142%2022%2011.5581%2022%2012ZM6%2015.25C5.58579%2015.25%205.25%2015.5858%205.25%2016C5.25%2016.4142%205.58579%2016.75%206%2016.75H10C10.4142%2016.75%2010.75%2016.4142%2010.75%2016C10.75%2015.5858%2010.4142%2015.25%2010%2015.25H6ZM12.5%2015.25C12.0858%2015.25%2011.75%2015.5858%2011.75%2016C11.75%2016.4142%2012.0858%2016.75%2012.5%2016.75H14C14.4142%2016.75%2014.75%2016.4142%2014.75%2016C14.75%2015.5858%2014.4142%2015.25%2014%2015.25H12.5Z%22%20clip-rule%3D%22evenodd%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.0002%204H10.0002C6.22893%204%204.34331%204%203.17174%205.17157C2.32819%206.01511%202.09201%207.22882%202.02588%209.25H21.9744C21.9083%207.22882%2021.6721%206.01511%2020.8286%205.17157C19.657%204%2017.7714%204%2014.0002%204Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M22%2012C22%2015.7712%2021.9997%2017.6566%2020.8281%2018.8281C19.6566%2019.9997%2017.7712%2020%2014%2020H10C6.22876%2020%204.34345%2019.9997%203.17188%2018.8281C2.0003%2017.6566%202%2015.7712%202%2012C2%2011.5581%202.00007%2011.142%202.00195%2010.75H21.998C21.9999%2011.142%2022%2011.5581%2022%2012ZM6%2015.25C5.58579%2015.25%205.25%2015.5858%205.25%2016C5.25%2016.4142%205.58579%2016.75%206%2016.75H10C10.4142%2016.75%2010.75%2016.4142%2010.75%2016C10.75%2015.5858%2010.4142%2015.25%2010%2015.25H6ZM12.5%2015.25C12.0858%2015.25%2011.75%2015.5858%2011.75%2016C11.75%2016.4142%2012.0858%2016.75%2012.5%2016.75H14C14.4142%2016.75%2014.75%2016.4142%2014.75%2016C14.75%2015.5858%2014.4142%2015.25%2014%2015.25H12.5Z%22%20clip-rule%3D%22evenodd%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/card-bold.svg?color=%231a73e8&size=48