Coindcx Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Coindcx 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/338451.svg" alt="Coindcx icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338451.svg" alt="Coindcx icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338451.svg" alt="Coindcx icon" :width="24" :height="24" />
CSS background
.icon-coindcx {
background-image: url('https://proicons.com/icon/338451.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.d{fill:#fff;stroke-width:0px;}</style></defs><path id="b" class="c" d="M5.5,19.6v18.9c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4H9.5c-2.2091,0-4,1.7909-4,4v10.1"/><line class="c" x1="29.8044" y1="24.2003" x2="36.7999" y2="34.7596"/><line class="c" x1="36.7999" y1="24.2003" x2="29.8044" y2="34.7596"/><path class="c" d="M11.2001,34.7596v-10.5593h2.3758c2.5514,0,4.6197,2.0683,4.6197,4.6197v1.3199c0,2.5514-2.0683,4.6197-4.6197,4.6197h-2.3758Z"/><rect class="c" x="19.3096" y="13.3471" width="5.6899" height="7.5391" rx="2.845" ry="2.845"/><line class="c" x1="28.0547" y1="13.2404" x2="28.0547" y2="20.7796"/><path class="c" d="M16.5154,19.4533c-.4904.8561-1.413,1.4329-2.4704,1.4329h0c-1.5712,0-2.845-1.2737-2.845-2.845v-1.8492c0-1.5712,1.2737-2.845,2.845-2.845h0c1.0553,0,1.9764.5746,2.4675,1.428"/><path class="c" d="M36.7999,20.8862v-4.6942c0-1.5712-1.2737-2.845-2.845-2.845h0c-1.5712,0-2.845,1.2737-2.845,2.845v4.6942"/><line class="c" x1="31.11" y1="16.1921" x2="31.11" y2="13.3471"/><path class="c" d="M27.9425,31.2186v.0433c0,1.9318-1.566,3.4978-3.4978,3.4978h0c-1.9318,0-3.4978-1.566-3.4978-3.4978v-3.5638c0-1.9318,1.566-3.4978,3.4978-3.4978h0c1.9318,0,3.4977,1.566,3.4977,3.4978v.0433"/><circle class="d" cx="28.0547" cy="10.8729" r=".75"/></svg>
Copied!