Jd Com Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Jd Com 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/327646.svg" alt="Jd Com icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327646.svg" alt="Jd Com icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327646.svg" alt="Jd Com icon" :width="24" :height="24" />
CSS background
.icon-jd-com {
background-image: url('https://proicons.com/icon/327646.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,.d{fill:none;stroke:#000;stroke-linejoin:round;}.d{stroke-linecap:round;}</style></defs><path class="c" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><path class="d" d="M23.622,22.185c0,.621,1.354,1.155,3.05,1.155,1.607,0,2.983-.378,2.983-1.199,0-1.312-6.033-1.358-6.033.044ZM18.86,18.609c.858.257-.453,2.867-1.297,2.641-1.069-.287.162-2.98,1.297-2.641ZM33.469,21.14c.319-.183-1.331-2.806-1.812-2.469-.142.099,1.599,2.591,1.813,2.469h-.001ZM18,24.25c1.125,3.094,5.469,4.563,8.344,4.563,3.281,0,6.473-1.418,7.188-4.562M17.287,35.072v1.836c4.322.467,7.909.287,10.069-.138v-1.542M17.876,40.151c-.549.969-.665,1.592-.95,2.35M28.571,39.29c.394,1.299.619,2.259.84,3.211M31.709,42.501c-.508-2.04-1.061-2.968-1.436-3.454s-2.21-2.276-2.917-2.276M12.971,42.5c.365-1.742.994-2.626,1.536-3.355s1.845-1.978,2.873-2.265M31.285,16.526c1.099-.926,2.027-1.544,2.591-1.544s1.514.431,2.033,1.525c.519,1.094,1.248,3.025,1.655,3.9s1.871,3.752,1.938,4.734c.094,1.391-1.422,2.625-2.469,2.938-.946.282-1.603-.03-2.294-.164M5.5,27.533c.879-.536,1.82-1.446,2.725-2.83M9.218,19.25c-3.155,7.689.99,16.591,14.204,16.591,7.728,0,12.036-6.436,12.036-11.893,0-5.507-4.774-9.586-12.699-9.586-4.659,0-8.77,1.173-11.203,2.63-1.679-.994-3.425-2.254-3.977-2.121s-1.44,1.503-2.079,2.475"/></svg>
Copied!