Mts Pay Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mts Pay 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/329645.svg" alt="Mts Pay icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329645.svg" alt="Mts Pay icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329645.svg" alt="Mts Pay icon" :width="24" :height="24" />
CSS background
.icon-mts-pay {
background-image: url('https://proicons.com/icon/329645.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M40.4541,25.0161l1.3743,10.439c.2378,1.8062-1.0249,3.4518-2.8311,3.6896l-25.268,3.3266c-1.8062.2378-3.4518-1.0249-3.6896-2.8311l-.3555-2.7007"/><path class="c" d="M40.4521,21.8211v12.504c0,1.8218-1.4667,3.2885-3.2885,3.2885H11.6776c-1.8218,0-3.2885-1.4667-3.2885-3.2885v-2.3989"/><path class="c" d="M41.0341,17.1341c.0025.1608-.0067.3239-.0284.4883l-2.0389,15.487c-.2378,1.8062-1.8834,3.0689-3.6896,2.8311l-25.268-3.3266c-1.8062-.2378-3.0689-1.8834-2.8311-3.6896l.315-2.3924"/><path class="c" d="M14.3271,5.6138l24.618,6.5963c1.7598.4715,2.7969,2.2678,2.3253,4.0276l-4.0429,15.088c-.4715,1.7598-2.2678,2.7969-4.0276,2.3253l-24.618-6.5963c-1.7598-.4715-2.7969-2.2678-2.3253-4.0276l4.0429-15.088c.4715-1.7598,2.2678-2.7969,4.0276-2.3253Z"/><path class="c" d="M12.2541,13.3511l1.2222-4.5612,1.0596,5.1779,3.5047-3.9475-1.2216,4.5592"/><line class="c" x1="35.1351" y1="14.5941" x2="38.0931" y2="15.3861"/><line class="c" x1="35.3911" y1="19.5561" x2="36.6141" y2="14.9901"/><path class="c" d="M34.4611,28.9431l-.005.0187c-.2238.8354-1.0674,1.3351-1.8843,1.1162-.8169-.2189-1.2976-1.0735-1.0738-1.9088l.4129-1.5411c.2238-.8354,1.0674-1.3351,1.8843-1.1162.8169.2189,1.2976,1.0735,1.0738,1.9088l-.005.0187"/></svg>
Copied!