voucher icon
voucher from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- voucher
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Use the voucher 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-width="1.5"><path stroke-linejoin="round" d="M4.563 5.558L7.4 8m0 0l3.6 3M7.4 8l-2.895 2.386M7.4 8L11 5m-9-.5a1.5 1.5 0 1 0 3 0a1.5 1.5 0 0 0-3 0m0 7a1.5 1.5 0 1 0 3 0a1.5 1.5 0 0 0-3 0"/><path d="M8 15.077V14m11.846-6.73c.495.14.885.353 1.208.676s.535.713.675 1.208m0 9.692c-.14.495-.352.885-.675 1.208s-.713.535-1.208.675m-9.692 0c-.495-.14-.885-.352-1.208-.675s-.535-.713-.675-1.208M13.923 21h2.154M22 15.077v-2.154M16.077 7h-2.154"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsVoucher(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" strokeWidth="1.5"><path strokeLinejoin="round" d="M4.563 5.558L7.4 8m0 0l3.6 3M7.4 8l-2.895 2.386M7.4 8L11 5m-9-.5a1.5 1.5 0 1 0 3 0a1.5 1.5 0 0 0-3 0m0 7a1.5 1.5 0 1 0 3 0a1.5 1.5 0 0 0-3 0"/><path d="M8 15.077V14m11.846-6.73c.495.14.885.353 1.208.676s.535.713.675 1.208m0 9.692c-.14.495-.352.885-.675 1.208s-.713.535-1.208.675m-9.692 0c-.495-.14-.885-.352-1.208-.675s-.535-.713-.675-1.208M13.923 21h2.154M22 15.077v-2.154M16.077 7h-2.154"/></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-width="1.5"><path stroke-linejoin="round" d="M4.563 5.558L7.4 8m0 0l3.6 3M7.4 8l-2.895 2.386M7.4 8L11 5m-9-.5a1.5 1.5 0 1 0 3 0a1.5 1.5 0 0 0-3 0m0 7a1.5 1.5 0 1 0 3 0a1.5 1.5 0 0 0-3 0"/><path d="M8 15.077V14m11.846-6.73c.495.14.885.353 1.208.676s.535.713.675 1.208m0 9.692c-.14.495-.352.885-.675 1.208s-.713.535-1.208.675m-9.692 0c-.495-.14-.885-.352-1.208-.675s-.535-.713-.675-1.208M13.923 21h2.154M22 15.077v-2.154M16.077 7h-2.154"/></g></svg> </template>
CSS
.icon-voucher {
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-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M4.563%205.558L7.4%208m0%200l3.6%203M7.4%208l-2.895%202.386M7.4%208L11%205m-9-.5a1.5%201.5%200%201%200%203%200a1.5%201.5%200%200%200-3%200m0%207a1.5%201.5%200%201%200%203%200a1.5%201.5%200%200%200-3%200%22%2F%3E%3Cpath%20d%3D%22M8%2015.077V14m11.846-6.73c.495.14.885.353%201.208.676s.535.713.675%201.208m0%209.692c-.14.495-.352.885-.675%201.208s-.713.535-1.208.675m-9.692%200c-.495-.14-.885-.352-1.208-.675s-.535-.713-.675-1.208M13.923%2021h2.154M22%2015.077v-2.154M16.077%207h-2.154%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-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M4.563%205.558L7.4%208m0%200l3.6%203M7.4%208l-2.895%202.386M7.4%208L11%205m-9-.5a1.5%201.5%200%201%200%203%200a1.5%201.5%200%200%200-3%200m0%207a1.5%201.5%200%201%200%203%200a1.5%201.5%200%200%200-3%200%22%2F%3E%3Cpath%20d%3D%22M8%2015.077V14m11.846-6.73c.495.14.885.353%201.208.676s.535.713.675%201.208m0%209.692c-.14.495-.352.885-.675%201.208s-.713.535-1.208.675m-9.692%200c-.495-.14-.885-.352-1.208-.675s-.535-.713-.675-1.208M13.923%2021h2.154M22%2015.077v-2.154M16.077%207h-2.154%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/voucher.svg?color=%231a73e8&size=48