squarespace square icon
squarespace-square from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- squarespace-square
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
Related icons in Jam Icons
Use the squarespace square icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><g fill="currentColor"><path d="M5.987 9.513L9.591 5.89a2.307 2.307 0 0 1 3.275 0a.593.593 0 0 1-.017.82a.577.577 0 0 1-.819 0l-.054-.063a1.153 1.153 0 0 0-1.567.066l-3.684 3.704a.6.6 0 0 1-.835-.002a.584.584 0 0 1 .097-.902m8.09.079a.577.577 0 0 0-.897.098l-3.59 3.608a1.154 1.154 0 0 1-1.637 0l-.016-.003a.577.577 0 0 0-.819 0a.584.584 0 0 0 .092.9c.91.834 2.32.81 3.2-.074l3.667-3.706a.585.585 0 0 0 0-.823m-5.634 2.39a.583.583 0 0 0-.097.902a.6.6 0 0 0 .835.003l3.685-3.705a1.154 1.154 0 0 1 1.637 0a1.17 1.17 0 0 1 0 1.647l-3.493 3.529a1.154 1.154 0 0 0 1.637 0l2.675-2.706a2.34 2.34 0 0 0 0-3.293a2.31 2.31 0 0 0-3.275 0zm-.49-.33l3.668-3.706a.584.584 0 0 0 0-.823a.576.576 0 0 0-.897.098l-3.59 3.608a1.153 1.153 0 0 1-1.637 0a1.17 1.17 0 0 1 0-1.647l3.494-3.528a1.153 1.153 0 0 0-1.638 0L4.678 8.359a2.337 2.337 0 0 0 0 3.293c.905.91 2.371.91 3.275 0"/><path d="M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4"/></g></svg>
React
import type { SVGProps } from "react";
export function JamSquarespaceSquare(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><g fill="currentColor"><path d="M5.987 9.513L9.591 5.89a2.307 2.307 0 0 1 3.275 0a.593.593 0 0 1-.017.82a.577.577 0 0 1-.819 0l-.054-.063a1.153 1.153 0 0 0-1.567.066l-3.684 3.704a.6.6 0 0 1-.835-.002a.584.584 0 0 1 .097-.902m8.09.079a.577.577 0 0 0-.897.098l-3.59 3.608a1.154 1.154 0 0 1-1.637 0l-.016-.003a.577.577 0 0 0-.819 0a.584.584 0 0 0 .092.9c.91.834 2.32.81 3.2-.074l3.667-3.706a.585.585 0 0 0 0-.823m-5.634 2.39a.583.583 0 0 0-.097.902a.6.6 0 0 0 .835.003l3.685-3.705a1.154 1.154 0 0 1 1.637 0a1.17 1.17 0 0 1 0 1.647l-3.493 3.529a1.154 1.154 0 0 0 1.637 0l2.675-2.706a2.34 2.34 0 0 0 0-3.293a2.31 2.31 0 0 0-3.275 0zm-.49-.33l3.668-3.706a.584.584 0 0 0 0-.823a.576.576 0 0 0-.897.098l-3.59 3.608a1.153 1.153 0 0 1-1.637 0a1.17 1.17 0 0 1 0-1.647l3.494-3.528a1.153 1.153 0 0 0-1.638 0L4.678 8.359a2.337 2.337 0 0 0 0 3.293c.905.91 2.371.91 3.275 0"/><path d="M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><g fill="currentColor"><path d="M5.987 9.513L9.591 5.89a2.307 2.307 0 0 1 3.275 0a.593.593 0 0 1-.017.82a.577.577 0 0 1-.819 0l-.054-.063a1.153 1.153 0 0 0-1.567.066l-3.684 3.704a.6.6 0 0 1-.835-.002a.584.584 0 0 1 .097-.902m8.09.079a.577.577 0 0 0-.897.098l-3.59 3.608a1.154 1.154 0 0 1-1.637 0l-.016-.003a.577.577 0 0 0-.819 0a.584.584 0 0 0 .092.9c.91.834 2.32.81 3.2-.074l3.667-3.706a.585.585 0 0 0 0-.823m-5.634 2.39a.583.583 0 0 0-.097.902a.6.6 0 0 0 .835.003l3.685-3.705a1.154 1.154 0 0 1 1.637 0a1.17 1.17 0 0 1 0 1.647l-3.493 3.529a1.154 1.154 0 0 0 1.637 0l2.675-2.706a2.34 2.34 0 0 0 0-3.293a2.31 2.31 0 0 0-3.275 0zm-.49-.33l3.668-3.706a.584.584 0 0 0 0-.823a.576.576 0 0 0-.897.098l-3.59 3.608a1.153 1.153 0 0 1-1.637 0a1.17 1.17 0 0 1 0-1.647l3.494-3.528a1.153 1.153 0 0 0-1.638 0L4.678 8.359a2.337 2.337 0 0 0 0 3.293c.905.91 2.371.91 3.275 0"/><path d="M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4"/></g></svg> </template>
CSS
.icon-squarespace-square {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%22-2%20-2%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M5.987%209.513L9.591%205.89a2.307%202.307%200%200%201%203.275%200a.593.593%200%200%201-.017.82a.577.577%200%200%201-.819%200l-.054-.063a1.153%201.153%200%200%200-1.567.066l-3.684%203.704a.6.6%200%200%201-.835-.002a.584.584%200%200%201%20.097-.902m8.09.079a.577.577%200%200%200-.897.098l-3.59%203.608a1.154%201.154%200%200%201-1.637%200l-.016-.003a.577.577%200%200%200-.819%200a.584.584%200%200%200%20.092.9c.91.834%202.32.81%203.2-.074l3.667-3.706a.585.585%200%200%200%200-.823m-5.634%202.39a.583.583%200%200%200-.097.902a.6.6%200%200%200%20.835.003l3.685-3.705a1.154%201.154%200%200%201%201.637%200a1.17%201.17%200%200%201%200%201.647l-3.493%203.529a1.154%201.154%200%200%200%201.637%200l2.675-2.706a2.34%202.34%200%200%200%200-3.293a2.31%202.31%200%200%200-3.275%200zm-.49-.33l3.668-3.706a.584.584%200%200%200%200-.823a.576.576%200%200%200-.897.098l-3.59%203.608a1.153%201.153%200%200%201-1.637%200a1.17%201.17%200%200%201%200-1.647l3.494-3.528a1.153%201.153%200%200%200-1.638%200L4.678%208.359a2.337%202.337%200%200%200%200%203.293c.905.91%202.371.91%203.275%200%22%2F%3E%3Cpath%20d%3D%22M4%202a2%202%200%200%200-2%202v12a2%202%200%200%200%202%202h12a2%202%200%200%200%202-2V4a2%202%200%200%200-2-2zm0-2h12a4%204%200%200%201%204%204v12a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%22-2%20-2%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M5.987%209.513L9.591%205.89a2.307%202.307%200%200%201%203.275%200a.593.593%200%200%201-.017.82a.577.577%200%200%201-.819%200l-.054-.063a1.153%201.153%200%200%200-1.567.066l-3.684%203.704a.6.6%200%200%201-.835-.002a.584.584%200%200%201%20.097-.902m8.09.079a.577.577%200%200%200-.897.098l-3.59%203.608a1.154%201.154%200%200%201-1.637%200l-.016-.003a.577.577%200%200%200-.819%200a.584.584%200%200%200%20.092.9c.91.834%202.32.81%203.2-.074l3.667-3.706a.585.585%200%200%200%200-.823m-5.634%202.39a.583.583%200%200%200-.097.902a.6.6%200%200%200%20.835.003l3.685-3.705a1.154%201.154%200%200%201%201.637%200a1.17%201.17%200%200%201%200%201.647l-3.493%203.529a1.154%201.154%200%200%200%201.637%200l2.675-2.706a2.34%202.34%200%200%200%200-3.293a2.31%202.31%200%200%200-3.275%200zm-.49-.33l3.668-3.706a.584.584%200%200%200%200-.823a.576.576%200%200%200-.897.098l-3.59%203.608a1.153%201.153%200%200%201-1.637%200a1.17%201.17%200%200%201%200-1.647l3.494-3.528a1.153%201.153%200%200%200-1.638%200L4.678%208.359a2.337%202.337%200%200%200%200%203.293c.905.91%202.371.91%203.275%200%22%2F%3E%3Cpath%20d%3D%22M4%202a2%202%200%200%200-2%202v12a2%202%200%200%200%202%202h12a2%202%200%200%200%202-2V4a2%202%200%200%200-2-2zm0-2h12a4%204%200%200%201%204%204v12a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/squarespace-square.svg?color=%231a73e8&size=48