Onshape Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Onshape 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/330654.svg" alt="Onshape icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330654.svg" alt="Onshape icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330654.svg" alt="Onshape icon" :width="24" :height="24" />
CSS background
.icon-onshape {
background-image: url('https://proicons.com/icon/330654.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="b" points="13.1747 17.75 13.1747 30.25 24 36.5 34.8253 30.25 34.8253 17.75 24 11.5 13.1747 17.75"/><polygon class="b" points="6.2465 13.75 6.2465 34.25 24 44.5 41.7535 34.25 41.7535 13.75 24 3.5 6.2465 13.75"/><polygon class="b" points="19.6699 21.5 19.6699 26.5 24 29 28.3301 26.5 28.3301 21.5 24 19 19.6699 21.5"/><polygon class="b" points="16.6388 19.75 16.6388 28.25 24 32.5 31.3612 28.25 31.3612 19.75 24 15.5 16.6388 19.75"/><line class="b" x1="34.8253" y1="30.25" x2="34.8253" y2="38.25"/><line class="b" x1="28.3301" y1="26.5" x2="28.3301" y2="30"/><line class="b" x1="24" y1="11.5" x2="30.9282" y2="7.5"/><line class="b" x1="13.1747" y1="30.25" x2="6.2465" y2="26.25"/><line class="b" x1="27.0311" y1="17.25" x2="24" y2="19"/><line class="b" x1="16.6388" y1="24.75" x2="19.6699" y2="26.5"/></svg>
Copied!