Consumidor Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Consumidor 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/338543.svg" alt="Consumidor icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338543.svg" alt="Consumidor icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338543.svg" alt="Consumidor icon" :width="24" :height="24" />
CSS background
.icon-consumidor {
background-image: url('https://proicons.com/icon/338543.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="M20.0735,29.3111v-11.6219h3.78c2.1662,0,3.9223,1.7561,3.9223,3.9223s-1.7561,3.9223-3.9223,3.9223h-3.78"/><path class="b" d="M9.6454,28.0029c.6996.8819,1.7838,1.3692,2.9078,1.3071h1.7448c1.6046,0,2.9054-1.3008,2.9054-2.9054s-1.3008-2.9054-2.9054-2.9054h-1.89c-1.6046.0094-2.9131-1.2838-2.9225-2.8884-.0094-1.6046,1.2838-2.9131,2.8884-2.9225.0114,0,.0227,0,.0341,0h1.7448c1.1355-.1291,2.2508.3724,2.9079,1.3075"/><path class="b" d="M38.5,25.4611c0,2.1681-1.7576,3.9257-3.9257,3.9257s-3.9257-1.7576-3.9257-3.9257v-3.9222c-.0081-2.1581,1.7347-3.9142,3.8928-3.9223.011,0,.0219,0,.0329,0,2.0914.0025,3.7849,1.6999,3.7824,3.7914,0,.0437-.0009.0873-.0024.1309"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!