Cartera Electrnica Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cartera Electrnica 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/323478.svg" alt="Cartera Electrnica icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323478.svg" alt="Cartera Electrnica icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323478.svg" alt="Cartera Electrnica icon" :width="24" :height="24" />
CSS background
.icon-cartera-electrnica {
background-image: url('https://proicons.com/icon/323478.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="M37.4312,12.931h-4.5348c-1.5853,0-3.1861.3984-4.4524,1.3521-.934.7034-2.5752,1.1701-4.444,1.1701s-3.51-.4667-4.444-1.1701c-1.2663-.9537-2.8672-1.3521-4.4524-1.3521h-4.5348c-1.5563,0-2.8179,1.2616-2.8179,2.8179v16.5022c0,1.5563,1.2616,2.8179,2.8179,2.8179h26.8624c1.5563,0,2.8179-1.2616,2.8179-2.8179V15.7489c0-1.5563-1.2616-2.8179-2.8179-2.8179Z"/><line class="c" x1="17.5829" y1="19.3466" x2="20.6657" y2="19.3466"/><line class="c" x1="17.5829" y1="28.6534" x2="17.5829" y2="19.3466"/><path class="c" d="M24.1932,24.8143c0-1.285,1.0417-2.3267,2.3267-2.3267h0c1.285,0,2.3267,1.0417,2.3267,2.3267v3.8391"/><line class="c" x1="24.1932" y1="22.4876" x2="24.1932" y2="28.6534"/><path class="c" d="M28.8466,24.8143c0-1.285,1.0417-2.3267,2.3267-2.3267h0c1.285,0,2.3267,1.0417,2.3267,2.3267v3.8391"/><line class="c" x1="22.0514" y1="25.5705" x2="19.7247" y2="25.5705"/><polygon class="c" points="13.426 21.993 13.426 19.3466 16.0724 19.3466 13.426 21.993"/></svg>
Copied!