transaction-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.

Name
transaction-outlined
Set
Ant Design Icons
Style
Outlined
Viewbox
1024×1024
License
MIT
Aliases
transaction, transaction-outline

The same icon in other sets

Use the transaction icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M668.6 320c0-4.4-3.6-8-8-8h-54.5c-3 0-5.8 1.7-7.1 4.4l-84.7 168.8H511l-84.7-168.8a8 8 0 0 0-7.1-4.4h-55.7c-1.3 0-2.6.3-3.8 1c-3.9 2.1-5.3 7-3.2 10.8l103.9 191.6h-57c-4.4 0-8 3.6-8 8v27.1c0 4.4 3.6 8 8 8h76v39h-76c-4.4 0-8 3.6-8 8v27.1c0 4.4 3.6 8 8 8h76V704c0 4.4 3.6 8 8 8h49.9c4.4 0 8-3.6 8-8v-63.5h76.3c4.4 0 8-3.6 8-8v-27.1c0-4.4-3.6-8-8-8h-76.3v-39h76.3c4.4 0 8-3.6 8-8v-27.1c0-4.4-3.6-8-8-8H564l103.7-191.6c.5-1.1.9-2.4.9-3.7M157.9 504.2a352.7 352.7 0 0 1 103.5-242.4c32.5-32.5 70.3-58.1 112.4-75.9c43.6-18.4 89.9-27.8 137.6-27.8c47.8 0 94.1 9.3 137.6 27.8c42.1 17.8 79.9 43.4 112.4 75.9c10 10 19.3 20.5 27.9 31.4l-50 39.1a8 8 0 0 0 3 14.1l156.8 38.3c5 1.2 9.9-2.6 9.9-7.7l.8-161.5c0-6.7-7.7-10.5-12.9-6.3l-47.8 37.4C770.7 146.3 648.6 82 511.5 82C277 82 86.3 270.1 82 503.8a8 8 0 0 0 8 8.2h60c4.3 0 7.8-3.5 7.9-7.8M934 512h-60c-4.3 0-7.9 3.5-8 7.8a352.7 352.7 0 0 1-103.5 242.4a352.6 352.6 0 0 1-112.4 75.9c-43.6 18.4-89.9 27.8-137.6 27.8s-94.1-9.3-137.6-27.8a352.6 352.6 0 0 1-112.4-75.9c-10-10-19.3-20.5-27.9-31.4l49.9-39.1a8 8 0 0 0-3-14.1l-156.8-38.3c-5-1.2-9.9 2.6-9.9 7.7l-.8 161.7c0 6.7 7.7 10.5 12.9 6.3l47.8-37.4C253.3 877.7 375.4 942 512.5 942C747 942 937.7 753.9 942 520.2a8 8 0 0 0-8-8.2"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignTransactionOutlined(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M668.6 320c0-4.4-3.6-8-8-8h-54.5c-3 0-5.8 1.7-7.1 4.4l-84.7 168.8H511l-84.7-168.8a8 8 0 0 0-7.1-4.4h-55.7c-1.3 0-2.6.3-3.8 1c-3.9 2.1-5.3 7-3.2 10.8l103.9 191.6h-57c-4.4 0-8 3.6-8 8v27.1c0 4.4 3.6 8 8 8h76v39h-76c-4.4 0-8 3.6-8 8v27.1c0 4.4 3.6 8 8 8h76V704c0 4.4 3.6 8 8 8h49.9c4.4 0 8-3.6 8-8v-63.5h76.3c4.4 0 8-3.6 8-8v-27.1c0-4.4-3.6-8-8-8h-76.3v-39h76.3c4.4 0 8-3.6 8-8v-27.1c0-4.4-3.6-8-8-8H564l103.7-191.6c.5-1.1.9-2.4.9-3.7M157.9 504.2a352.7 352.7 0 0 1 103.5-242.4c32.5-32.5 70.3-58.1 112.4-75.9c43.6-18.4 89.9-27.8 137.6-27.8c47.8 0 94.1 9.3 137.6 27.8c42.1 17.8 79.9 43.4 112.4 75.9c10 10 19.3 20.5 27.9 31.4l-50 39.1a8 8 0 0 0 3 14.1l156.8 38.3c5 1.2 9.9-2.6 9.9-7.7l.8-161.5c0-6.7-7.7-10.5-12.9-6.3l-47.8 37.4C770.7 146.3 648.6 82 511.5 82C277 82 86.3 270.1 82 503.8a8 8 0 0 0 8 8.2h60c4.3 0 7.8-3.5 7.9-7.8M934 512h-60c-4.3 0-7.9 3.5-8 7.8a352.7 352.7 0 0 1-103.5 242.4a352.6 352.6 0 0 1-112.4 75.9c-43.6 18.4-89.9 27.8-137.6 27.8s-94.1-9.3-137.6-27.8a352.6 352.6 0 0 1-112.4-75.9c-10-10-19.3-20.5-27.9-31.4l49.9-39.1a8 8 0 0 0-3-14.1l-156.8-38.3c-5-1.2-9.9 2.6-9.9 7.7l-.8 161.7c0 6.7 7.7 10.5 12.9 6.3l47.8-37.4C253.3 877.7 375.4 942 512.5 942C747 942 937.7 753.9 942 520.2a8 8 0 0 0-8-8.2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M668.6 320c0-4.4-3.6-8-8-8h-54.5c-3 0-5.8 1.7-7.1 4.4l-84.7 168.8H511l-84.7-168.8a8 8 0 0 0-7.1-4.4h-55.7c-1.3 0-2.6.3-3.8 1c-3.9 2.1-5.3 7-3.2 10.8l103.9 191.6h-57c-4.4 0-8 3.6-8 8v27.1c0 4.4 3.6 8 8 8h76v39h-76c-4.4 0-8 3.6-8 8v27.1c0 4.4 3.6 8 8 8h76V704c0 4.4 3.6 8 8 8h49.9c4.4 0 8-3.6 8-8v-63.5h76.3c4.4 0 8-3.6 8-8v-27.1c0-4.4-3.6-8-8-8h-76.3v-39h76.3c4.4 0 8-3.6 8-8v-27.1c0-4.4-3.6-8-8-8H564l103.7-191.6c.5-1.1.9-2.4.9-3.7M157.9 504.2a352.7 352.7 0 0 1 103.5-242.4c32.5-32.5 70.3-58.1 112.4-75.9c43.6-18.4 89.9-27.8 137.6-27.8c47.8 0 94.1 9.3 137.6 27.8c42.1 17.8 79.9 43.4 112.4 75.9c10 10 19.3 20.5 27.9 31.4l-50 39.1a8 8 0 0 0 3 14.1l156.8 38.3c5 1.2 9.9-2.6 9.9-7.7l.8-161.5c0-6.7-7.7-10.5-12.9-6.3l-47.8 37.4C770.7 146.3 648.6 82 511.5 82C277 82 86.3 270.1 82 503.8a8 8 0 0 0 8 8.2h60c4.3 0 7.8-3.5 7.9-7.8M934 512h-60c-4.3 0-7.9 3.5-8 7.8a352.7 352.7 0 0 1-103.5 242.4a352.6 352.6 0 0 1-112.4 75.9c-43.6 18.4-89.9 27.8-137.6 27.8s-94.1-9.3-137.6-27.8a352.6 352.6 0 0 1-112.4-75.9c-10-10-19.3-20.5-27.9-31.4l49.9-39.1a8 8 0 0 0-3-14.1l-156.8-38.3c-5-1.2-9.9 2.6-9.9 7.7l-.8 161.7c0 6.7 7.7 10.5 12.9 6.3l47.8-37.4C253.3 877.7 375.4 942 512.5 942C747 942 937.7 753.9 942 520.2a8 8 0 0 0-8-8.2"/></svg>
</template>

CSS

.icon-transaction-outlined {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M668.6%20320c0-4.4-3.6-8-8-8h-54.5c-3%200-5.8%201.7-7.1%204.4l-84.7%20168.8H511l-84.7-168.8a8%208%200%200%200-7.1-4.4h-55.7c-1.3%200-2.6.3-3.8%201c-3.9%202.1-5.3%207-3.2%2010.8l103.9%20191.6h-57c-4.4%200-8%203.6-8%208v27.1c0%204.4%203.6%208%208%208h76v39h-76c-4.4%200-8%203.6-8%208v27.1c0%204.4%203.6%208%208%208h76V704c0%204.4%203.6%208%208%208h49.9c4.4%200%208-3.6%208-8v-63.5h76.3c4.4%200%208-3.6%208-8v-27.1c0-4.4-3.6-8-8-8h-76.3v-39h76.3c4.4%200%208-3.6%208-8v-27.1c0-4.4-3.6-8-8-8H564l103.7-191.6c.5-1.1.9-2.4.9-3.7M157.9%20504.2a352.7%20352.7%200%200%201%20103.5-242.4c32.5-32.5%2070.3-58.1%20112.4-75.9c43.6-18.4%2089.9-27.8%20137.6-27.8c47.8%200%2094.1%209.3%20137.6%2027.8c42.1%2017.8%2079.9%2043.4%20112.4%2075.9c10%2010%2019.3%2020.5%2027.9%2031.4l-50%2039.1a8%208%200%200%200%203%2014.1l156.8%2038.3c5%201.2%209.9-2.6%209.9-7.7l.8-161.5c0-6.7-7.7-10.5-12.9-6.3l-47.8%2037.4C770.7%20146.3%20648.6%2082%20511.5%2082C277%2082%2086.3%20270.1%2082%20503.8a8%208%200%200%200%208%208.2h60c4.3%200%207.8-3.5%207.9-7.8M934%20512h-60c-4.3%200-7.9%203.5-8%207.8a352.7%20352.7%200%200%201-103.5%20242.4a352.6%20352.6%200%200%201-112.4%2075.9c-43.6%2018.4-89.9%2027.8-137.6%2027.8s-94.1-9.3-137.6-27.8a352.6%20352.6%200%200%201-112.4-75.9c-10-10-19.3-20.5-27.9-31.4l49.9-39.1a8%208%200%200%200-3-14.1l-156.8-38.3c-5-1.2-9.9%202.6-9.9%207.7l-.8%20161.7c0%206.7%207.7%2010.5%2012.9%206.3l47.8-37.4C253.3%20877.7%20375.4%20942%20512.5%20942C747%20942%20937.7%20753.9%20942%20520.2a8%208%200%200%200-8-8.2%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M668.6%20320c0-4.4-3.6-8-8-8h-54.5c-3%200-5.8%201.7-7.1%204.4l-84.7%20168.8H511l-84.7-168.8a8%208%200%200%200-7.1-4.4h-55.7c-1.3%200-2.6.3-3.8%201c-3.9%202.1-5.3%207-3.2%2010.8l103.9%20191.6h-57c-4.4%200-8%203.6-8%208v27.1c0%204.4%203.6%208%208%208h76v39h-76c-4.4%200-8%203.6-8%208v27.1c0%204.4%203.6%208%208%208h76V704c0%204.4%203.6%208%208%208h49.9c4.4%200%208-3.6%208-8v-63.5h76.3c4.4%200%208-3.6%208-8v-27.1c0-4.4-3.6-8-8-8h-76.3v-39h76.3c4.4%200%208-3.6%208-8v-27.1c0-4.4-3.6-8-8-8H564l103.7-191.6c.5-1.1.9-2.4.9-3.7M157.9%20504.2a352.7%20352.7%200%200%201%20103.5-242.4c32.5-32.5%2070.3-58.1%20112.4-75.9c43.6-18.4%2089.9-27.8%20137.6-27.8c47.8%200%2094.1%209.3%20137.6%2027.8c42.1%2017.8%2079.9%2043.4%20112.4%2075.9c10%2010%2019.3%2020.5%2027.9%2031.4l-50%2039.1a8%208%200%200%200%203%2014.1l156.8%2038.3c5%201.2%209.9-2.6%209.9-7.7l.8-161.5c0-6.7-7.7-10.5-12.9-6.3l-47.8%2037.4C770.7%20146.3%20648.6%2082%20511.5%2082C277%2082%2086.3%20270.1%2082%20503.8a8%208%200%200%200%208%208.2h60c4.3%200%207.8-3.5%207.9-7.8M934%20512h-60c-4.3%200-7.9%203.5-8%207.8a352.7%20352.7%200%200%201-103.5%20242.4a352.6%20352.6%200%200%201-112.4%2075.9c-43.6%2018.4-89.9%2027.8-137.6%2027.8s-94.1-9.3-137.6-27.8a352.6%20352.6%200%200%201-112.4-75.9c-10-10-19.3-20.5-27.9-31.4l49.9-39.1a8%208%200%200%200-3-14.1l-156.8-38.3c-5-1.2-9.9%202.6-9.9%207.7l-.8%20161.7c0%206.7%207.7%2010.5%2012.9%206.3l47.8-37.4C253.3%20877.7%20375.4%20942%20512.5%20942C747%20942%20937.7%20753.9%20942%20520.2a8%208%200%200%200-8-8.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/transaction-outlined.svg?color=%231a73e8&size=48