Pingodoce Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pingodoce 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/345833.svg" alt="Pingodoce icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345833.svg" alt="Pingodoce icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345833.svg" alt="Pingodoce icon" :width="24" :height="24" />
CSS background
.icon-pingodoce {
background-image: url('https://proicons.com/icon/345833.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>.r{fill:#fff;}.s{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect id="c" class="s" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path id="d" class="s" d="M11.0756,18.4165c0,1.1986.9716,2.1702,2.1702,2.1702h0c1.1986,0,2.1702-.9716,2.1702-2.1702v-1.4106c0-1.1986-.9716-2.1702-2.1702-2.1702h0c-1.1986,0-2.1702.9716-2.1702,2.1702"/><line id="e" class="s" x1="11.0756" y1="14.8357" x2="11.0756" y2="23.5165"/><circle id="f" class="r" cx="17.6722" cy="12.3068" r=".75"/><line id="g" class="s" x1="17.6722" y1="14.9775" x2="17.6722" y2="20.7549"/><path id="h" class="s" d="M24.5782,20.8134v-3.6589c0-1.2247-.9928-2.2175-2.2175-2.2175h0c-1.2247,0-2.2175.9928-2.2175,2.2175"/><line id="i" class="s" x1="20.1431" y1="20.8134" x2="20.1431" y2="14.9369"/><path id="j" class="s" d="M31.188,14.8512v6.5106c0,1.1986-.9716,2.1702-2.1702,2.1702h0c-.5993,0-1.1418-.2429-1.5345-.6356"/><rect id="k" class="s" x="26.8476" y="14.8512" width="4.3404" height="5.751" rx="2.1702" ry="2.1702"/><path id="l" class="s" d="M33.3165,17.1135c0-1.2176.9871-2.2047,2.2047-2.2047s2.2047.9871,2.2047,2.2047v1.4331c0,1.2176-.9871,2.2047-2.2047,2.2047s-2.2047-.9871-2.2047-2.2047v-1.4331Z"/><path id="m" class="s" d="M18.6188,29.1121c0-1.1832.9591-2.1423,2.1423-2.1423s2.1423.9591,2.1423,2.1423v1.3925c0,1.1832-.9591,2.1423-2.1423,2.1423s-2.1423-.9591-2.1423-2.1423v-1.3925Z"/><path id="n" class="s" d="M16.606,29.1537c0-1.181-.9574-2.1383-2.1383-2.1383h0c-1.181,0-2.1383.9574-2.1383,2.1383v1.3899c0,1.181.9574,2.1383,2.1383,2.1383h0c1.181,0,2.1383-.9574,2.1383-2.1383"/><line id="o" class="s" x1="16.606" y1="32.6819" x2="16.606" y2="24.1285"/><path id="p" class="s" d="M28.6327,31.5451c-.3594.6273-1.0354,1.05-1.8102,1.05h0c-1.1514,0-2.0847-.9334-2.0847-2.0847v-1.3551c0-1.1513.9334-2.0847,2.0847-2.0847h0c.7733,0,1.4483.421,1.8081,1.0464"/><path id="q" class="s" d="M34.4699,31.5571c-.3712.6497-1.0708,1.0877-1.8727,1.0877h0c-1.1903,0-2.1553-.965-2.1553-2.1553v-1.4009c0-1.1903.9649-2.1553,2.1553-2.1553h0c1.1903,0,2.1553.965,2.1553,2.1553v.7005h-4.3106"/></svg>
Copied!