Cricut Design Space Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cricut Design Space 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/338661.svg" alt="Cricut Design Space icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338661.svg" alt="Cricut Design Space icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338661.svg" alt="Cricut Design Space icon" :width="24" :height="24" />
CSS background
.icon-cricut-design-space {
background-image: url('https://proicons.com/icon/338661.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.e{fill:#fff;stroke-width:0px;}</style></defs><path class="d" d="M12.1,25.6187c-.2625.525-.9625.9625-1.575.9625h0c-1.05,0-1.925-.875-1.925-1.925v-1.225c0-1.05.875-1.925,1.925-1.925h0c.7,0,1.3125.35,1.575.9625"/><path class="d" d="M26.7125,25.6187c-.2625.525-.9625.9625-1.575.9625h0c-1.05,0-1.925-.875-1.925-1.925v-1.225c0-1.05.875-1.925,1.925-1.925h0c.7,0,1.3125.35,1.575.9625"/><circle class="e" cx="19.8875" cy="19.2313" r=".75"/><line class="d" x1="19.8875" y1="21.5063" x2="19.8875" y2="26.5812"/><path class="d" d="M15.1625,23.3438c0-1.05.875-1.925,1.925-1.925h0"/><line class="d" x1="15.1625" y1="21.5063" x2="15.1625" y2="26.5812"/><path class="d" d="M37.7375,19.9312v5.6875c0,.525.35.9625.9625.9625h.2625"/><line class="d" x1="36.6875" y1="21.4188" x2="38.7875" y2="21.4188"/><path class="d" d="M29.6,21.5062v3.15c0,1.05.875,1.925,1.925,1.925h0c1.05,0,1.925-.875,1.925-1.925v-3.15"/><line class="d" x1="33.45" y1="24.7437" x2="33.45" y2="26.5812"/><path id="c" class="d" 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"/></svg>
Copied!