Paytm For Business Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Paytm For Business 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/345612.svg" alt="Paytm For Business icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345612.svg" alt="Paytm For Business icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345612.svg" alt="Paytm For Business icon" :width="24" :height="24" />
CSS background
.icon-paytm-for-business {
background-image: url('https://proicons.com/icon/345612.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="d" x1="5.5" y1="32.5" x2="34.7843" y2="32.5"/><line class="d" x1="5.5" y1="29.4673" x2="42.5" y2="29.4673"/><polyline class="d" points="31.557 23.533 31.557 15.542 35.557 23.542 39.557 15.554 39.557 23.542"/><path class="d" d="M8.1327,23.5423v-8h2.619c1.4839.0091,2.6794,1.2194,2.6703,2.7032-.009,1.471-1.1993,2.6612-2.6703,2.6703h-2.619"/><line class="d" x1="24.6482" y1="15.5423" x2="29.9482" y2="15.5423"/><line class="d" x1="27.2982" y1="23.5423" x2="27.2982" y2="15.5423"/><path class="d" d="M24.6482,21.7577v2.7c0,1.1046-.8954,2-2,2h0c-.5305.0007-1.0394-.2101-1.4141-.5857"/><path class="d" d="M24.6482,18.4577v3.3c0,1.1046-.8954,2-2,2h0c-1.1046,0-2-.8954-2-2v-3.3"/><path class="d" d="M18.7421,21.5217c0,1.1046-.8954,2-2,2h0c-1.1046,0-2-.8954-2-2v-1.3c0-1.1046.8954-2,2-2h0c1.1046,0,2,.8954,2,2"/><line class="d" x1="18.7421" y1="23.5217" x2="18.7421" y2="18.2217"/><circle class="d" cx="38.5" cy="38.4329" r="7"/><path class="d" d="M39.5285,38.4329c1.1046,0,2,.8954,2,2s-.8954,2-2,2h-3.3v-8h3.3c1.1046,0,2,.8954,2,2s-.8954,2-2,2h0Z"/><line class="d" x1="39.5285" y1="38.4329" x2="36.2285" y2="38.4329"/><path id="c" class="d" d="M42.5008,32.6896V9.4994c0-2.2001-1.8001-4.0002-4.0002-4.0002H9.4994c-2.2001,0-4.0002,1.8001-4.0002,4.0002v29.0012c0,2.2001,1.8001,4.0002,4.0002,4.0002h23.3053"/></svg>
Copied!