Squarespace Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Squarespace 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/347801.svg" alt="Squarespace icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347801.svg" alt="Squarespace icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347801.svg" alt="Squarespace icon" :width="24" :height="24" />
CSS background
.icon-squarespace {
background-image: url('https://proicons.com/icon/347801.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M36.8779,25.171l-11.7069,11.7069c-2.5862,2.5862-6.7792,2.5862-9.3654,0"/><path class="b" d="M20.488,32.1949l11.7069-11.7069c2.5862-2.5862,6.7792-2.5862,9.3654,0s2.5862,6.7792,0,9.3654l-9.3654,9.3654"/><path class="b" d="M11.1221,22.829l11.7069-11.7069c2.5862-2.5862,6.7792-2.5862,9.3654,0"/><path class="b" d="M27.512,15.8051l-11.7069,11.7069c-2.5862,2.5862-6.7792,2.5862-9.3654,0-2.5862-2.5862-2.5862-6.7792,0-9.3654l9.3654-9.3654"/></svg>
Copied!