scratch card icon
scratch-card from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- scratch-card
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Use the scratch card 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="M15 4H9C5.7 4 4.05 4 3.025 5.025S2 7.7 2 11v2c0 3.3 0 4.95 1.025 5.975S5.7 20 9 20h6c3.3 0 4.95 0 5.975-1.025S22 16.3 22 13v-2c0-3.3 0-4.95-1.025-5.975S18.3 4 15 4"/><path d="M21.5 8h-10l1 1.5h9z"/><path stroke-linecap="round" d="M10 11.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsScratchCard(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="M15 4H9C5.7 4 4.05 4 3.025 5.025S2 7.7 2 11v2c0 3.3 0 4.95 1.025 5.975S5.7 20 9 20h6c3.3 0 4.95 0 5.975-1.025S22 16.3 22 13v-2c0-3.3 0-4.95-1.025-5.975S18.3 4 15 4"/><path d="M21.5 8h-10l1 1.5h9z"/><path strokeLinecap="round" d="M10 11.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0"/></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="M15 4H9C5.7 4 4.05 4 3.025 5.025S2 7.7 2 11v2c0 3.3 0 4.95 1.025 5.975S5.7 20 9 20h6c3.3 0 4.95 0 5.975-1.025S22 16.3 22 13v-2c0-3.3 0-4.95-1.025-5.975S18.3 4 15 4"/><path d="M21.5 8h-10l1 1.5h9z"/><path stroke-linecap="round" d="M10 11.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0"/></g></svg> </template>
CSS
.icon-scratch-card {
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%22M15%204H9C5.7%204%204.05%204%203.025%205.025S2%207.7%202%2011v2c0%203.3%200%204.95%201.025%205.975S5.7%2020%209%2020h6c3.3%200%204.95%200%205.975-1.025S22%2016.3%2022%2013v-2c0-3.3%200-4.95-1.025-5.975S18.3%204%2015%204%22%2F%3E%3Cpath%20d%3D%22M21.5%208h-10l1%201.5h9z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%2011.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200%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%22M15%204H9C5.7%204%204.05%204%203.025%205.025S2%207.7%202%2011v2c0%203.3%200%204.95%201.025%205.975S5.7%2020%209%2020h6c3.3%200%204.95%200%205.975-1.025S22%2016.3%2022%2013v-2c0-3.3%200-4.95-1.025-5.975S18.3%204%2015%204%22%2F%3E%3Cpath%20d%3D%22M21.5%208h-10l1%201.5h9z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%2011.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200%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/scratch-card.svg?color=%231a73e8&size=48