receipt refund icon
receipt-refund-16-solid from HeroIcons by Refactoring UI Inc · Solid 16x16 · MIT Free for personal and commercial use.
- Name
- receipt-refund-16-solid
- Set
- HeroIcons
- Style
- Solid 16x16
- Viewbox
- 16×16
- License
- MIT
3 other variants in HeroIcons
The same icon in other sets
Related icons in HeroIcons
Use the receipt refund icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M5.25 2A2.25 2.25 0 0 0 3 4.25v9a.75.75 0 0 0 1.183.613l1.692-1.195l1.692 1.195a.75.75 0 0 0 .866 0l1.692-1.195l1.693 1.195A.75.75 0 0 0 13 13.25v-9A2.25 2.25 0 0 0 10.75 2zm3.03 3.28a.75.75 0 0 0-1.06-1.06L4.97 6.47a.75.75 0 0 0 0 1.06l2.25 2.25a.75.75 0 0 0 1.06-1.06l-.97-.97h1.315c.76 0 1.375.616 1.375 1.375a.75.75 0 0 0 1.5 0A2.875 2.875 0 0 0 8.625 6.25H7.311z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HeroiconsReceiptRefund16Solid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fillRule="evenodd" d="M5.25 2A2.25 2.25 0 0 0 3 4.25v9a.75.75 0 0 0 1.183.613l1.692-1.195l1.692 1.195a.75.75 0 0 0 .866 0l1.692-1.195l1.693 1.195A.75.75 0 0 0 13 13.25v-9A2.25 2.25 0 0 0 10.75 2zm3.03 3.28a.75.75 0 0 0-1.06-1.06L4.97 6.47a.75.75 0 0 0 0 1.06l2.25 2.25a.75.75 0 0 0 1.06-1.06l-.97-.97h1.315c.76 0 1.375.616 1.375 1.375a.75.75 0 0 0 1.5 0A2.875 2.875 0 0 0 8.625 6.25H7.311z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" fill-rule="evenodd" d="M5.25 2A2.25 2.25 0 0 0 3 4.25v9a.75.75 0 0 0 1.183.613l1.692-1.195l1.692 1.195a.75.75 0 0 0 .866 0l1.692-1.195l1.693 1.195A.75.75 0 0 0 13 13.25v-9A2.25 2.25 0 0 0 10.75 2zm3.03 3.28a.75.75 0 0 0-1.06-1.06L4.97 6.47a.75.75 0 0 0 0 1.06l2.25 2.25a.75.75 0 0 0 1.06-1.06l-.97-.97h1.315c.76 0 1.375.616 1.375 1.375a.75.75 0 0 0 1.5 0A2.875 2.875 0 0 0 8.625 6.25H7.311z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-receipt-refund-16-solid {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5.25%202A2.25%202.25%200%200%200%203%204.25v9a.75.75%200%200%200%201.183.613l1.692-1.195l1.692%201.195a.75.75%200%200%200%20.866%200l1.692-1.195l1.693%201.195A.75.75%200%200%200%2013%2013.25v-9A2.25%202.25%200%200%200%2010.75%202zm3.03%203.28a.75.75%200%200%200-1.06-1.06L4.97%206.47a.75.75%200%200%200%200%201.06l2.25%202.25a.75.75%200%200%200%201.06-1.06l-.97-.97h1.315c.76%200%201.375.616%201.375%201.375a.75.75%200%200%200%201.5%200A2.875%202.875%200%200%200%208.625%206.25H7.311z%22%20clip-rule%3D%22evenodd%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5.25%202A2.25%202.25%200%200%200%203%204.25v9a.75.75%200%200%200%201.183.613l1.692-1.195l1.692%201.195a.75.75%200%200%200%20.866%200l1.692-1.195l1.693%201.195A.75.75%200%200%200%2013%2013.25v-9A2.25%202.25%200%200%200%2010.75%202zm3.03%203.28a.75.75%200%200%200-1.06-1.06L4.97%206.47a.75.75%200%200%200%200%201.06l2.25%202.25a.75.75%200%200%200%201.06-1.06l-.97-.97h1.315c.76%200%201.375.616%201.375%201.375a.75.75%200%200%200%201.5%200A2.875%202.875%200%200%200%208.625%206.25H7.311z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/heroicons/receipt-refund-16-solid.svg?color=%231a73e8&size=48