receipt verification icon
receipt-verification from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.
- Name
- receipt-verification
- Set
- Carbon
- Style
- Outline
- Category
- Enterprise
- Viewbox
- 32×32
- License
- Apache 2.0
More enterprise icons from Carbon
accountaiai-agentai-agent-detachedai-business-impact-assessmentai-enabled-edtai-enabled-pdlcai-generateai-governance-lifecycleai-governance-trackedai-governance-untrackedai-labelai-launchai-observabilityai-recommendappleapple-dashautoscalingbank-vaultbasketballbatbee-batbinding-connectorblock-storage
Use the receipt verification icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25 2H7c-1.1 0-2 .9-2 2v25c0 .55.45 1 1 1h1c.31 0 .61-.15.8-.4l2.2-2.93l2.2 2.93a1 1 0 0 0 .73.4H13v-2.67l-2.2-2.93c-.38-.5-1.22-.5-1.6 0L7 27.33V4h18v14h2V4c0-1.1-.9-2-2-2m1.54 18.54L20 27.09l-2.79-2.8l-1.42 1.42l3.5 3.5c.2.19.45.29.71.29s.51-.1.71-.29l7.25-7.25zM21 16v2h2v-2zM9 16v2h8v-2zm12-4v2h2v-2zM9 12v2h8v-2zm0-4v2h14V8z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonReceiptVerification(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25 2H7c-1.1 0-2 .9-2 2v25c0 .55.45 1 1 1h1c.31 0 .61-.15.8-.4l2.2-2.93l2.2 2.93a1 1 0 0 0 .73.4H13v-2.67l-2.2-2.93c-.38-.5-1.22-.5-1.6 0L7 27.33V4h18v14h2V4c0-1.1-.9-2-2-2m1.54 18.54L20 27.09l-2.79-2.8l-1.42 1.42l3.5 3.5c.2.19.45.29.71.29s.51-.1.71-.29l7.25-7.25zM21 16v2h2v-2zM9 16v2h8v-2zm12-4v2h2v-2zM9 12v2h8v-2zm0-4v2h14V8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M25 2H7c-1.1 0-2 .9-2 2v25c0 .55.45 1 1 1h1c.31 0 .61-.15.8-.4l2.2-2.93l2.2 2.93a1 1 0 0 0 .73.4H13v-2.67l-2.2-2.93c-.38-.5-1.22-.5-1.6 0L7 27.33V4h18v14h2V4c0-1.1-.9-2-2-2m1.54 18.54L20 27.09l-2.79-2.8l-1.42 1.42l3.5 3.5c.2.19.45.29.71.29s.51-.1.71-.29l7.25-7.25zM21 16v2h2v-2zM9 16v2h8v-2zm12-4v2h2v-2zM9 12v2h8v-2zm0-4v2h14V8z"/></svg> </template>
CSS
.icon-receipt-verification {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25%202H7c-1.1%200-2%20.9-2%202v25c0%20.55.45%201%201%201h1c.31%200%20.61-.15.8-.4l2.2-2.93l2.2%202.93a1%201%200%200%200%20.73.4H13v-2.67l-2.2-2.93c-.38-.5-1.22-.5-1.6%200L7%2027.33V4h18v14h2V4c0-1.1-.9-2-2-2m1.54%2018.54L20%2027.09l-2.79-2.8l-1.42%201.42l3.5%203.5c.2.19.45.29.71.29s.51-.1.71-.29l7.25-7.25zM21%2016v2h2v-2zM9%2016v2h8v-2zm12-4v2h2v-2zM9%2012v2h8v-2zm0-4v2h14V8z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25%202H7c-1.1%200-2%20.9-2%202v25c0%20.55.45%201%201%201h1c.31%200%20.61-.15.8-.4l2.2-2.93l2.2%202.93a1%201%200%200%200%20.73.4H13v-2.67l-2.2-2.93c-.38-.5-1.22-.5-1.6%200L7%2027.33V4h18v14h2V4c0-1.1-.9-2-2-2m1.54%2018.54L20%2027.09l-2.79-2.8l-1.42%201.42l3.5%203.5c.2.19.45.29.71.29s.51-.1.71-.29l7.25-7.25zM21%2016v2h2v-2zM9%2016v2h8v-2zm12-4v2h2v-2zM9%2012v2h8v-2zm0-4v2h14V8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/receipt-verification.svg?color=%231a73e8&size=48