Calces Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Calces 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/337663.svg" alt="Calces icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337663.svg" alt="Calces icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337663.svg" alt="Calces icon" :width="24" :height="24" />
CSS background
.icon-calces {
background-image: url('https://proicons.com/icon/337663.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>.o{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="o" d="M38.5006,5.4992H9.4994c-2.2001,0-4.0002,1.8001-4.0002,4.0002v29.0013c0,2.2001,1.8001,4.0002,4.0002,4.0002h29.0013c2.2001,0,4.0002-1.8001,4.0002-4.0002V9.4994c0-2.2001-1.8001-4.0002-4.0002-4.0002Z"/><rect id="d" class="o" x="7.8551" y="8.5002" width="32.2897" height="16.1936"/><rect id="e" class="o" x="7.8551" y="29.1446" width="7.7296" height="3.8646"/><rect id="f" class="o" x="32.4152" y="29.1446" width="7.7296" height="3.8646"/><circle id="g" class="o" cx="24" cy="31.0769" r="4"/><rect id="h" class="o" x="7.8551" y="36.9065" width="5.0002" height="3.0002"/><rect id="i" class="o" x="16.9521" y="36.9065" width="4.9995" height="2.9995"/><rect id="j" class="o" x="26.0483" y="36.9065" width="5.0003" height="3.0003"/><rect id="k" class="o" x="35.1451" y="36.9065" width="4.9997" height="2.9997"/><g id="l"><g id="m"><path id="n" class="o" d="M9.7491,21.6704c0,.5154.5878.8912,1.2931.8912.6701,0,1.0933-.7194,1.2461-2.4803l.2234-2.6736c.1058-1.2992.529-4.3271.6701-4.9177.1998-.816.6583-1.8576,1.7751-1.8576.7053,0,1.2931.3758,1.2931.8912,0,.3221-.1947.6753-.4298.6753"/></g></g><line class="o" x1="37.2011" y1="16.5729" x2="34.1021" y2="20.6791"/><line class="o" x1="37.2011" y1="20.6791" x2="34.1021" y2="16.5729"/><line class="o" x1="25.0302" y1="16.5729" x2="21.9312" y2="20.6791"/><line class="o" x1="25.0302" y1="20.6791" x2="21.9312" y2="16.5729"/><path class="o" d="M20.9166,14.6979s-1.5495,1.7611-1.5495,3.9318,1.5495,3.9318,1.5495,3.9318"/><path class="o" d="M26.0447,14.6979s1.5495,1.7611,1.5495,3.9318-1.5495,3.9318-1.5495,3.9318"/><path class="o" d="M32.2702,18.1224c0-.8558-.6937-1.5495-1.5495-1.5495h0c-.8558,0-1.5495.6937-1.5495,1.5495v1.0072c0,.8558.6937,1.5495,1.5495,1.5495h0c.8558,0,1.5495-.6937,1.5495-1.5495"/><line class="o" x1="32.2702" y1="20.6791" x2="32.2702" y2="14.4811"/><path class="o" d="M16.2296,20.6791v-5.1133c0-.599.4856-1.0846,1.0846-1.0846h0c.5338,0,.8671.1581,1.0956.4538"/><line class="o" x1="15.3109" y1="16.5729" x2="17.4802" y2="16.5729"/></svg>
Copied!