squarespace icon

squarespace from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
squarespace
Set
Jam Icons
Style
Outline
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Jam Icons

Use the squarespace icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -4 24 24"><path fill="currentColor" d="M3.305 7.16L9.3 1.134a3.837 3.837 0 0 1 5.447 0a.987.987 0 0 1-.027 1.365a.96.96 0 0 1-1.363 0l-.09-.105a1.92 1.92 0 0 0-2.606.11l-6.128 6.16c-.403.374-1.013.374-1.388-.004a.97.97 0 0 1 .161-1.5zm13.456.131a.96.96 0 0 0-1.493.163L9.3 13.456a1.92 1.92 0 0 1-2.724 0l-.027-.005a.96.96 0 0 0-1.362 0a.97.97 0 0 0 .154 1.496a3.84 3.84 0 0 0 5.32-.123l6.101-6.164a.97.97 0 0 0 0-1.369zm-9.37 3.976a.97.97 0 0 0-.161 1.5c.375.377.984.377 1.388.004l6.128-6.161a1.92 1.92 0 0 1 2.723 0a1.94 1.94 0 0 1 0 2.738l-5.81 5.87a1.92 1.92 0 0 0 2.723 0l4.45-4.5a3.89 3.89 0 0 0 0-5.477a3.84 3.84 0 0 0-5.448 0L7.39 11.267zm-.816-.55l6.1-6.164a.97.97 0 0 0 0-1.369a.96.96 0 0 0-1.492.163L5.213 9.35a1.92 1.92 0 0 1-2.723 0a1.94 1.94 0 0 1 0-2.739L8.301.742a1.92 1.92 0 0 0-2.724 0l-4.449 4.5a3.887 3.887 0 0 0 0 5.475a3.836 3.836 0 0 0 5.447 0"/></svg>

React

import type { SVGProps } from "react";

export function JamSquarespace(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -4 24 24"><path fill="currentColor" d="M3.305 7.16L9.3 1.134a3.837 3.837 0 0 1 5.447 0a.987.987 0 0 1-.027 1.365a.96.96 0 0 1-1.363 0l-.09-.105a1.92 1.92 0 0 0-2.606.11l-6.128 6.16c-.403.374-1.013.374-1.388-.004a.97.97 0 0 1 .161-1.5zm13.456.131a.96.96 0 0 0-1.493.163L9.3 13.456a1.92 1.92 0 0 1-2.724 0l-.027-.005a.96.96 0 0 0-1.362 0a.97.97 0 0 0 .154 1.496a3.84 3.84 0 0 0 5.32-.123l6.101-6.164a.97.97 0 0 0 0-1.369zm-9.37 3.976a.97.97 0 0 0-.161 1.5c.375.377.984.377 1.388.004l6.128-6.161a1.92 1.92 0 0 1 2.723 0a1.94 1.94 0 0 1 0 2.738l-5.81 5.87a1.92 1.92 0 0 0 2.723 0l4.45-4.5a3.89 3.89 0 0 0 0-5.477a3.84 3.84 0 0 0-5.448 0L7.39 11.267zm-.816-.55l6.1-6.164a.97.97 0 0 0 0-1.369a.96.96 0 0 0-1.492.163L5.213 9.35a1.92 1.92 0 0 1-2.723 0a1.94 1.94 0 0 1 0-2.739L8.301.742a1.92 1.92 0 0 0-2.724 0l-4.449 4.5a3.887 3.887 0 0 0 0 5.475a3.836 3.836 0 0 0 5.447 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -4 24 24"><path fill="currentColor" d="M3.305 7.16L9.3 1.134a3.837 3.837 0 0 1 5.447 0a.987.987 0 0 1-.027 1.365a.96.96 0 0 1-1.363 0l-.09-.105a1.92 1.92 0 0 0-2.606.11l-6.128 6.16c-.403.374-1.013.374-1.388-.004a.97.97 0 0 1 .161-1.5zm13.456.131a.96.96 0 0 0-1.493.163L9.3 13.456a1.92 1.92 0 0 1-2.724 0l-.027-.005a.96.96 0 0 0-1.362 0a.97.97 0 0 0 .154 1.496a3.84 3.84 0 0 0 5.32-.123l6.101-6.164a.97.97 0 0 0 0-1.369zm-9.37 3.976a.97.97 0 0 0-.161 1.5c.375.377.984.377 1.388.004l6.128-6.161a1.92 1.92 0 0 1 2.723 0a1.94 1.94 0 0 1 0 2.738l-5.81 5.87a1.92 1.92 0 0 0 2.723 0l4.45-4.5a3.89 3.89 0 0 0 0-5.477a3.84 3.84 0 0 0-5.448 0L7.39 11.267zm-.816-.55l6.1-6.164a.97.97 0 0 0 0-1.369a.96.96 0 0 0-1.492.163L5.213 9.35a1.92 1.92 0 0 1-2.723 0a1.94 1.94 0 0 1 0-2.739L8.301.742a1.92 1.92 0 0 0-2.724 0l-4.449 4.5a3.887 3.887 0 0 0 0 5.475a3.836 3.836 0 0 0 5.447 0"/></svg>
</template>

CSS

.icon-squarespace {
  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-4%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.305%207.16L9.3%201.134a3.837%203.837%200%200%201%205.447%200a.987.987%200%200%201-.027%201.365a.96.96%200%200%201-1.363%200l-.09-.105a1.92%201.92%200%200%200-2.606.11l-6.128%206.16c-.403.374-1.013.374-1.388-.004a.97.97%200%200%201%20.161-1.5zm13.456.131a.96.96%200%200%200-1.493.163L9.3%2013.456a1.92%201.92%200%200%201-2.724%200l-.027-.005a.96.96%200%200%200-1.362%200a.97.97%200%200%200%20.154%201.496a3.84%203.84%200%200%200%205.32-.123l6.101-6.164a.97.97%200%200%200%200-1.369zm-9.37%203.976a.97.97%200%200%200-.161%201.5c.375.377.984.377%201.388.004l6.128-6.161a1.92%201.92%200%200%201%202.723%200a1.94%201.94%200%200%201%200%202.738l-5.81%205.87a1.92%201.92%200%200%200%202.723%200l4.45-4.5a3.89%203.89%200%200%200%200-5.477a3.84%203.84%200%200%200-5.448%200L7.39%2011.267zm-.816-.55l6.1-6.164a.97.97%200%200%200%200-1.369a.96.96%200%200%200-1.492.163L5.213%209.35a1.92%201.92%200%200%201-2.723%200a1.94%201.94%200%200%201%200-2.739L8.301.742a1.92%201.92%200%200%200-2.724%200l-4.449%204.5a3.887%203.887%200%200%200%200%205.475a3.836%203.836%200%200%200%205.447%200%22%2F%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-4%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.305%207.16L9.3%201.134a3.837%203.837%200%200%201%205.447%200a.987.987%200%200%201-.027%201.365a.96.96%200%200%201-1.363%200l-.09-.105a1.92%201.92%200%200%200-2.606.11l-6.128%206.16c-.403.374-1.013.374-1.388-.004a.97.97%200%200%201%20.161-1.5zm13.456.131a.96.96%200%200%200-1.493.163L9.3%2013.456a1.92%201.92%200%200%201-2.724%200l-.027-.005a.96.96%200%200%200-1.362%200a.97.97%200%200%200%20.154%201.496a3.84%203.84%200%200%200%205.32-.123l6.101-6.164a.97.97%200%200%200%200-1.369zm-9.37%203.976a.97.97%200%200%200-.161%201.5c.375.377.984.377%201.388.004l6.128-6.161a1.92%201.92%200%200%201%202.723%200a1.94%201.94%200%200%201%200%202.738l-5.81%205.87a1.92%201.92%200%200%200%202.723%200l4.45-4.5a3.89%203.89%200%200%200%200-5.477a3.84%203.84%200%200%200-5.448%200L7.39%2011.267zm-.816-.55l6.1-6.164a.97.97%200%200%200%200-1.369a.96.96%200%200%200-1.492.163L5.213%209.35a1.92%201.92%200%200%201-2.723%200a1.94%201.94%200%200%201%200-2.739L8.301.742a1.92%201.92%200%200%200-2.724%200l-4.449%204.5a3.887%203.887%200%200%200%200%205.475a3.836%203.836%200%200%200%205.447%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/squarespace.svg?color=%231a73e8&size=48