credit card search icon
credit-card-search from Unicons by Iconscout · Line · Shopping · Apache-2.0 Free for personal and commercial use.
- Name
- credit-card-search
- Set
- Unicons
- Style
- Line
- Category
- Shopping
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More shopping icons from Unicons
Use the credit card search icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 17.57a4.3 4.3 0 1 0-3.67 2.06a4.37 4.37 0 0 0 2.24-.63l1.72 1.73a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42ZM18 17a2.37 2.37 0 0 1-3.27 0a2.32 2.32 0 0 1 0-3.27a2.31 2.31 0 0 1 3.27 0A2.32 2.32 0 0 1 18 17m1-14H5a3 3 0 0 0-3 3v9a3 3 0 0 0 3 3h4a1 1 0 0 0 0-2H5a1 1 0 0 1-1-1V9h16v1a1 1 0 0 0 2 0V6a3 3 0 0 0-3-3m1 4H4V6a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1Zm-10 4H7a1 1 0 0 0 0 2h3a1 1 0 0 0 0-2"/></svg>
React
import type { SVGProps } from "react";
export function UilCreditCardSearch(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 17.57a4.3 4.3 0 1 0-3.67 2.06a4.37 4.37 0 0 0 2.24-.63l1.72 1.73a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42ZM18 17a2.37 2.37 0 0 1-3.27 0a2.32 2.32 0 0 1 0-3.27a2.31 2.31 0 0 1 3.27 0A2.32 2.32 0 0 1 18 17m1-14H5a3 3 0 0 0-3 3v9a3 3 0 0 0 3 3h4a1 1 0 0 0 0-2H5a1 1 0 0 1-1-1V9h16v1a1 1 0 0 0 2 0V6a3 3 0 0 0-3-3m1 4H4V6a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1Zm-10 4H7a1 1 0 0 0 0 2h3a1 1 0 0 0 0-2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 17.57a4.3 4.3 0 1 0-3.67 2.06a4.37 4.37 0 0 0 2.24-.63l1.72 1.73a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42ZM18 17a2.37 2.37 0 0 1-3.27 0a2.32 2.32 0 0 1 0-3.27a2.31 2.31 0 0 1 3.27 0A2.32 2.32 0 0 1 18 17m1-14H5a3 3 0 0 0-3 3v9a3 3 0 0 0 3 3h4a1 1 0 0 0 0-2H5a1 1 0 0 1-1-1V9h16v1a1 1 0 0 0 2 0V6a3 3 0 0 0-3-3m1 4H4V6a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1Zm-10 4H7a1 1 0 0 0 0 2h3a1 1 0 0 0 0-2"/></svg> </template>
CSS
.icon-credit-card-search {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2017.57a4.3%204.3%200%201%200-3.67%202.06a4.37%204.37%200%200%200%202.24-.63l1.72%201.73a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42ZM18%2017a2.37%202.37%200%200%201-3.27%200a2.32%202.32%200%200%201%200-3.27a2.31%202.31%200%200%201%203.27%200A2.32%202.32%200%200%201%2018%2017m1-14H5a3%203%200%200%200-3%203v9a3%203%200%200%200%203%203h4a1%201%200%200%200%200-2H5a1%201%200%200%201-1-1V9h16v1a1%201%200%200%200%202%200V6a3%203%200%200%200-3-3m1%204H4V6a1%201%200%200%201%201-1h14a1%201%200%200%201%201%201Zm-10%204H7a1%201%200%200%200%200%202h3a1%201%200%200%200%200-2%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%2017.57a4.3%204.3%200%201%200-3.67%202.06a4.37%204.37%200%200%200%202.24-.63l1.72%201.73a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42ZM18%2017a2.37%202.37%200%200%201-3.27%200a2.32%202.32%200%200%201%200-3.27a2.31%202.31%200%200%201%203.27%200A2.32%202.32%200%200%201%2018%2017m1-14H5a3%203%200%200%200-3%203v9a3%203%200%200%200%203%203h4a1%201%200%200%200%200-2H5a1%201%200%200%201-1-1V9h16v1a1%201%200%200%200%202%200V6a3%203%200%200%200-3-3m1%204H4V6a1%201%200%200%201%201-1h14a1%201%200%200%201%201%201Zm-10%204H7a1%201%200%200%200%200%202h3a1%201%200%200%200%200-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/credit-card-search.svg?color=%231a73e8&size=48