credit card freeze icon
credit-card-freeze from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- credit-card-freeze
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the credit card freeze 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-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M22 9c-.037-2.252-.21-3.553-1.044-4.487a4.4 4.4 0 0 0-.555-.522C19.146 3 17.266 3 13.506 3h-3.002c-3.76 0-5.64 0-6.896.99a4.4 4.4 0 0 0-.555.523C2 5.693 2 7.463 2 11s0 5.306 1.053 6.487q.254.284.555.522C4.864 19 6.744 19 10.504 19h.996"/><path d="M2 8h20"/><path stroke-linecap="round" d="M18 13v1.778m0 0v4.444m0-4.444L19.5 14m-1.5.778L16.5 14m1.5 5.222V21m0-1.778L16.5 20m1.5-.778l1.5.778m2.5-3h-1.778m0 0h-4.444m4.444 0L21 18.5m-.778-1.5L21 15.5M15.778 17H14m1.778 0L15 15.5m.778 1.5L15 18.5"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsCreditCardFreeze(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" strokeLinejoin="round" strokeWidth="1.5"><path strokeLinecap="round" d="M22 9c-.037-2.252-.21-3.553-1.044-4.487a4.4 4.4 0 0 0-.555-.522C19.146 3 17.266 3 13.506 3h-3.002c-3.76 0-5.64 0-6.896.99a4.4 4.4 0 0 0-.555.523C2 5.693 2 7.463 2 11s0 5.306 1.053 6.487q.254.284.555.522C4.864 19 6.744 19 10.504 19h.996"/><path d="M2 8h20"/><path strokeLinecap="round" d="M18 13v1.778m0 0v4.444m0-4.444L19.5 14m-1.5.778L16.5 14m1.5 5.222V21m0-1.778L16.5 20m1.5-.778l1.5.778m2.5-3h-1.778m0 0h-4.444m4.444 0L21 18.5m-.778-1.5L21 15.5M15.778 17H14m1.778 0L15 15.5m.778 1.5L15 18.5"/></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-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M22 9c-.037-2.252-.21-3.553-1.044-4.487a4.4 4.4 0 0 0-.555-.522C19.146 3 17.266 3 13.506 3h-3.002c-3.76 0-5.64 0-6.896.99a4.4 4.4 0 0 0-.555.523C2 5.693 2 7.463 2 11s0 5.306 1.053 6.487q.254.284.555.522C4.864 19 6.744 19 10.504 19h.996"/><path d="M2 8h20"/><path stroke-linecap="round" d="M18 13v1.778m0 0v4.444m0-4.444L19.5 14m-1.5.778L16.5 14m1.5 5.222V21m0-1.778L16.5 20m1.5-.778l1.5.778m2.5-3h-1.778m0 0h-4.444m4.444 0L21 18.5m-.778-1.5L21 15.5M15.778 17H14m1.778 0L15 15.5m.778 1.5L15 18.5"/></g></svg> </template>
CSS
.icon-credit-card-freeze {
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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%209c-.037-2.252-.21-3.553-1.044-4.487a4.4%204.4%200%200%200-.555-.522C19.146%203%2017.266%203%2013.506%203h-3.002c-3.76%200-5.64%200-6.896.99a4.4%204.4%200%200%200-.555.523C2%205.693%202%207.463%202%2011s0%205.306%201.053%206.487q.254.284.555.522C4.864%2019%206.744%2019%2010.504%2019h.996%22%2F%3E%3Cpath%20d%3D%22M2%208h20%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18%2013v1.778m0%200v4.444m0-4.444L19.5%2014m-1.5.778L16.5%2014m1.5%205.222V21m0-1.778L16.5%2020m1.5-.778l1.5.778m2.5-3h-1.778m0%200h-4.444m4.444%200L21%2018.5m-.778-1.5L21%2015.5M15.778%2017H14m1.778%200L15%2015.5m.778%201.5L15%2018.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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%209c-.037-2.252-.21-3.553-1.044-4.487a4.4%204.4%200%200%200-.555-.522C19.146%203%2017.266%203%2013.506%203h-3.002c-3.76%200-5.64%200-6.896.99a4.4%204.4%200%200%200-.555.523C2%205.693%202%207.463%202%2011s0%205.306%201.053%206.487q.254.284.555.522C4.864%2019%206.744%2019%2010.504%2019h.996%22%2F%3E%3Cpath%20d%3D%22M2%208h20%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18%2013v1.778m0%200v4.444m0-4.444L19.5%2014m-1.5.778L16.5%2014m1.5%205.222V21m0-1.778L16.5%2020m1.5-.778l1.5.778m2.5-3h-1.778m0%200h-4.444m4.444%200L21%2018.5m-.778-1.5L21%2015.5M15.778%2017H14m1.778%200L15%2015.5m.778%201.5L15%2018.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/hugeicons/credit-card-freeze.svg?color=%231a73e8&size=48