cards icon
cards from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- cards
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All cards icons →More newicons icons from Reicon
Use the cards 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 stroke-miterlimit="10" d="M2 12.61h17"/><path d="M19 10.28v7.15c-.03 2.85-.81 3.57-3.78 3.57H5.78C2.76 21 2 20.25 2 17.27v-6.99c0-2.7.63-3.57 3-3.71c.24-.01.5-.02.78-.02h9.44c3.02 0 3.78.75 3.78 3.73"/><path d="M22 6.73v6.99c0 2.7-.63 3.57-3 3.71v-7.15c0-2.98-.76-3.73-3.78-3.73H5.78c-.28 0-.54.01-.78.02C5.03 3.72 5.81 3 8.78 3h9.44C21.24 3 22 3.75 22 6.73"/><path stroke-miterlimit="10" d="M5.25 17.81h1.72m2.14 0h3.44"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconCards(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 strokeMiterlimit="10" d="M2 12.61h17"/><path d="M19 10.28v7.15c-.03 2.85-.81 3.57-3.78 3.57H5.78C2.76 21 2 20.25 2 17.27v-6.99c0-2.7.63-3.57 3-3.71c.24-.01.5-.02.78-.02h9.44c3.02 0 3.78.75 3.78 3.73"/><path d="M22 6.73v6.99c0 2.7-.63 3.57-3 3.71v-7.15c0-2.98-.76-3.73-3.78-3.73H5.78c-.28 0-.54.01-.78.02C5.03 3.72 5.81 3 8.78 3h9.44C21.24 3 22 3.75 22 6.73"/><path strokeMiterlimit="10" d="M5.25 17.81h1.72m2.14 0h3.44"/></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 stroke-miterlimit="10" d="M2 12.61h17"/><path d="M19 10.28v7.15c-.03 2.85-.81 3.57-3.78 3.57H5.78C2.76 21 2 20.25 2 17.27v-6.99c0-2.7.63-3.57 3-3.71c.24-.01.5-.02.78-.02h9.44c3.02 0 3.78.75 3.78 3.73"/><path d="M22 6.73v6.99c0 2.7-.63 3.57-3 3.71v-7.15c0-2.98-.76-3.73-3.78-3.73H5.78c-.28 0-.54.01-.78.02C5.03 3.72 5.81 3 8.78 3h9.44C21.24 3 22 3.75 22 6.73"/><path stroke-miterlimit="10" d="M5.25 17.81h1.72m2.14 0h3.44"/></g></svg> </template>
CSS
.icon-cards {
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%20stroke-miterlimit%3D%2210%22%20d%3D%22M2%2012.61h17%22%2F%3E%3Cpath%20d%3D%22M19%2010.28v7.15c-.03%202.85-.81%203.57-3.78%203.57H5.78C2.76%2021%202%2020.25%202%2017.27v-6.99c0-2.7.63-3.57%203-3.71c.24-.01.5-.02.78-.02h9.44c3.02%200%203.78.75%203.78%203.73%22%2F%3E%3Cpath%20d%3D%22M22%206.73v6.99c0%202.7-.63%203.57-3%203.71v-7.15c0-2.98-.76-3.73-3.78-3.73H5.78c-.28%200-.54.01-.78.02C5.03%203.72%205.81%203%208.78%203h9.44C21.24%203%2022%203.75%2022%206.73%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M5.25%2017.81h1.72m2.14%200h3.44%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%20stroke-miterlimit%3D%2210%22%20d%3D%22M2%2012.61h17%22%2F%3E%3Cpath%20d%3D%22M19%2010.28v7.15c-.03%202.85-.81%203.57-3.78%203.57H5.78C2.76%2021%202%2020.25%202%2017.27v-6.99c0-2.7.63-3.57%203-3.71c.24-.01.5-.02.78-.02h9.44c3.02%200%203.78.75%203.78%203.73%22%2F%3E%3Cpath%20d%3D%22M22%206.73v6.99c0%202.7-.63%203.57-3%203.71v-7.15c0-2.98-.76-3.73-3.78-3.73H5.78c-.28%200-.54.01-.78.02C5.03%203.72%205.81%203%208.78%203h9.44C21.24%203%2022%203.75%2022%206.73%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M5.25%2017.81h1.72m2.14%200h3.44%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/cards.svg?color=%231a73e8&size=48