Transaction Data Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Transaction Data icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/320880.svg" alt="Transaction Data icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320880.svg" alt="Transaction Data icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320880.svg" alt="Transaction Data icon" :width="24" :height="24" />
CSS background
.icon-transaction-data {
background-image: url('https://proicons.com/icon/320880.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 29.1.0, SVG Export Plug-In . SVG Version: 9.03 Build 55587) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="transaction-data_00000039856351155070846710000008305860176779486595_" d="M5.746,26.255L1.491,22l4.255-4.255l0.509,0.51 L2.869,21.64H10v0.721H2.869l3.385,3.385L5.746,26.255z M25,24.36c-1.302,0-2.36-1.059-2.36-2.36s1.059-2.36,2.36-2.36 s2.36,1.059,2.36,2.36S26.302,24.36,25,24.36z M25,20.36c-0.904,0-1.64,0.735-1.64,1.64s0.735,1.64,1.64,1.64s1.64-0.735,1.64-1.64 S25.904,20.36,25,20.36z M15,24.36c-1.301,0-2.36-1.059-2.36-2.36s1.059-2.36,2.36-2.36s2.36,1.059,2.36,2.36S16.301,24.36,15,24.36 z M15,20.36c-0.904,0-1.64,0.735-1.64,1.64s0.736,1.64,1.64,1.64s1.64-0.735,1.64-1.64S15.904,20.36,15,20.36z M30.36,24h-0.72v-4 h0.721L30.36,24L30.36,24z M20.36,24h-0.72v-4h0.721L20.36,24L20.36,24z M26.255,14.254l-0.51-0.509l3.386-3.386H22V9.64h7.131 l-3.386-3.386l0.51-0.509L30.509,10L26.255,14.254z M17,12.36c-1.301,0-2.36-1.059-2.36-2.36S15.699,7.64,17,7.64 c1.302,0,2.36,1.059,2.36,2.36S18.302,12.36,17,12.36z M17,8.36c-0.904,0-1.64,0.736-1.64,1.64s0.736,1.64,1.64,1.64 s1.64-0.736,1.64-1.64S17.904,8.36,17,8.36z M7,12.36c-1.301,0-2.36-1.059-2.36-2.36S5.699,7.64,7,7.64S9.36,8.699,9.36,10 S8.301,12.36,7,12.36z M7,8.36c-0.904,0-1.64,0.736-1.64,1.64S6.096,11.64,7,11.64S8.64,10.904,8.64,10S7.904,8.36,7,8.36z M12.36,12h-0.72V8h0.72V12z M2.36,12H1.64V8h0.72C2.36,8,2.36,12,2.36,12z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!