Mobilfizetes Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mobilfizetes 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/343989.svg" alt="Mobilfizetes icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343989.svg" alt="Mobilfizetes icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343989.svg" alt="Mobilfizetes icon" :width="24" :height="24" />
CSS background
.icon-mobilfizetes {
background-image: url('https://proicons.com/icon/343989.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M14.4052,5.1136c-.7146,0-1.375.3811-1.7324,1l-3.0566,5.2949,3.6348,6.2949-3.6348,6.2969,3.6348,6.2969-3.6348,6.2949,3.0566,5.2949c.3574.6189,1.0178,1.0001,1.7324,1h19.5c.7146,0,1.375-.3811,1.7324-1l9.75-16.887c.3572-.6188.3572-1.3812,0-2l-9.75-16.887c-.3574-.6189-1.0178-1.0001-1.7324-1H14.4052v.0006Z"/><path class="b" d="M13.2502,17.7043h7.2699l3.635,6.2959-3.635,6.2959h-7.2699l-3.6346-6.2959H2.3445"/></svg>
Copied!