squarespace icon

squarespace from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.

Name
squarespace
Set
Line Awesome
Style
Line
Category
Other
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More other icons from Line Awesome

Use the squarespace icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12.941 6a2.4 2.4 0 0 0-1.7.703l-.01.012l-5.82 5.818a4.83 4.83 0 0 0 0 6.82a4.84 4.84 0 0 0 6.83 0l7.67-7.67a1.21 1.21 0 0 0 0-1.708a1.2 1.2 0 0 0-1.7 0l-7.682 7.67c-.94.95-2.47.95-3.41 0c-.47-.47-.7-1.082-.7-1.702s.23-1.239.7-1.709l7.531-7.52A2.42 2.42 0 0 0 12.941 6m6.116.004c-1.234 0-2.467.47-3.407 1.41l-7.68 7.68c-.47.47-.47 1.23 0 1.7s1.24.47 1.71 0l7.67-7.671c.94-.95 2.47-.95 3.41 0c.24.24.54.352.86.352c.3 0 .62-.112.85-.352c.47-.47.47-1.239 0-1.709a4.83 4.83 0 0 0-3.413-1.41m5.119 5.228a4.82 4.82 0 0 0-3.416 1.418l-7.67 7.67c-.47.47-.47 1.24 0 1.71a1.2 1.2 0 0 0 1.7 0l7.68-7.68c.94-.94 2.47-.94 3.41 0c.94.95.94 2.47 0 3.42l-7.53 7.52c.94.94 2.47.94 3.41 0l5.83-5.82a4.829 4.829 0 0 0-3.414-8.238m0 3.625c-.31 0-.62.119-.856.354l-7.67 7.67c-.94.94-2.47.94-3.41 0h-.01a1.2 1.2 0 0 0-1.7 0a1.22 1.22 0 0 0 0 1.709A4.8 4.8 0 0 0 13.94 26a4.8 4.8 0 0 0 3.41-1.41l7.68-7.68a1.203 1.203 0 0 0-.854-2.053"/></svg>

React

import type { SVGProps } from "react";

export function LaSquarespace(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12.941 6a2.4 2.4 0 0 0-1.7.703l-.01.012l-5.82 5.818a4.83 4.83 0 0 0 0 6.82a4.84 4.84 0 0 0 6.83 0l7.67-7.67a1.21 1.21 0 0 0 0-1.708a1.2 1.2 0 0 0-1.7 0l-7.682 7.67c-.94.95-2.47.95-3.41 0c-.47-.47-.7-1.082-.7-1.702s.23-1.239.7-1.709l7.531-7.52A2.42 2.42 0 0 0 12.941 6m6.116.004c-1.234 0-2.467.47-3.407 1.41l-7.68 7.68c-.47.47-.47 1.23 0 1.7s1.24.47 1.71 0l7.67-7.671c.94-.95 2.47-.95 3.41 0c.24.24.54.352.86.352c.3 0 .62-.112.85-.352c.47-.47.47-1.239 0-1.709a4.83 4.83 0 0 0-3.413-1.41m5.119 5.228a4.82 4.82 0 0 0-3.416 1.418l-7.67 7.67c-.47.47-.47 1.24 0 1.71a1.2 1.2 0 0 0 1.7 0l7.68-7.68c.94-.94 2.47-.94 3.41 0c.94.95.94 2.47 0 3.42l-7.53 7.52c.94.94 2.47.94 3.41 0l5.83-5.82a4.829 4.829 0 0 0-3.414-8.238m0 3.625c-.31 0-.62.119-.856.354l-7.67 7.67c-.94.94-2.47.94-3.41 0h-.01a1.2 1.2 0 0 0-1.7 0a1.22 1.22 0 0 0 0 1.709A4.8 4.8 0 0 0 13.94 26a4.8 4.8 0 0 0 3.41-1.41l7.68-7.68a1.203 1.203 0 0 0-.854-2.053"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12.941 6a2.4 2.4 0 0 0-1.7.703l-.01.012l-5.82 5.818a4.83 4.83 0 0 0 0 6.82a4.84 4.84 0 0 0 6.83 0l7.67-7.67a1.21 1.21 0 0 0 0-1.708a1.2 1.2 0 0 0-1.7 0l-7.682 7.67c-.94.95-2.47.95-3.41 0c-.47-.47-.7-1.082-.7-1.702s.23-1.239.7-1.709l7.531-7.52A2.42 2.42 0 0 0 12.941 6m6.116.004c-1.234 0-2.467.47-3.407 1.41l-7.68 7.68c-.47.47-.47 1.23 0 1.7s1.24.47 1.71 0l7.67-7.671c.94-.95 2.47-.95 3.41 0c.24.24.54.352.86.352c.3 0 .62-.112.85-.352c.47-.47.47-1.239 0-1.709a4.83 4.83 0 0 0-3.413-1.41m5.119 5.228a4.82 4.82 0 0 0-3.416 1.418l-7.67 7.67c-.47.47-.47 1.24 0 1.71a1.2 1.2 0 0 0 1.7 0l7.68-7.68c.94-.94 2.47-.94 3.41 0c.94.95.94 2.47 0 3.42l-7.53 7.52c.94.94 2.47.94 3.41 0l5.83-5.82a4.829 4.829 0 0 0-3.414-8.238m0 3.625c-.31 0-.62.119-.856.354l-7.67 7.67c-.94.94-2.47.94-3.41 0h-.01a1.2 1.2 0 0 0-1.7 0a1.22 1.22 0 0 0 0 1.709A4.8 4.8 0 0 0 13.94 26a4.8 4.8 0 0 0 3.41-1.41l7.68-7.68a1.203 1.203 0 0 0-.854-2.053"/></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%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.941%206a2.4%202.4%200%200%200-1.7.703l-.01.012l-5.82%205.818a4.83%204.83%200%200%200%200%206.82a4.84%204.84%200%200%200%206.83%200l7.67-7.67a1.21%201.21%200%200%200%200-1.708a1.2%201.2%200%200%200-1.7%200l-7.682%207.67c-.94.95-2.47.95-3.41%200c-.47-.47-.7-1.082-.7-1.702s.23-1.239.7-1.709l7.531-7.52A2.42%202.42%200%200%200%2012.941%206m6.116.004c-1.234%200-2.467.47-3.407%201.41l-7.68%207.68c-.47.47-.47%201.23%200%201.7s1.24.47%201.71%200l7.67-7.671c.94-.95%202.47-.95%203.41%200c.24.24.54.352.86.352c.3%200%20.62-.112.85-.352c.47-.47.47-1.239%200-1.709a4.83%204.83%200%200%200-3.413-1.41m5.119%205.228a4.82%204.82%200%200%200-3.416%201.418l-7.67%207.67c-.47.47-.47%201.24%200%201.71a1.2%201.2%200%200%200%201.7%200l7.68-7.68c.94-.94%202.47-.94%203.41%200c.94.95.94%202.47%200%203.42l-7.53%207.52c.94.94%202.47.94%203.41%200l5.83-5.82a4.829%204.829%200%200%200-3.414-8.238m0%203.625c-.31%200-.62.119-.856.354l-7.67%207.67c-.94.94-2.47.94-3.41%200h-.01a1.2%201.2%200%200%200-1.7%200a1.22%201.22%200%200%200%200%201.709A4.8%204.8%200%200%200%2013.94%2026a4.8%204.8%200%200%200%203.41-1.41l7.68-7.68a1.203%201.203%200%200%200-.854-2.053%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%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.941%206a2.4%202.4%200%200%200-1.7.703l-.01.012l-5.82%205.818a4.83%204.83%200%200%200%200%206.82a4.84%204.84%200%200%200%206.83%200l7.67-7.67a1.21%201.21%200%200%200%200-1.708a1.2%201.2%200%200%200-1.7%200l-7.682%207.67c-.94.95-2.47.95-3.41%200c-.47-.47-.7-1.082-.7-1.702s.23-1.239.7-1.709l7.531-7.52A2.42%202.42%200%200%200%2012.941%206m6.116.004c-1.234%200-2.467.47-3.407%201.41l-7.68%207.68c-.47.47-.47%201.23%200%201.7s1.24.47%201.71%200l7.67-7.671c.94-.95%202.47-.95%203.41%200c.24.24.54.352.86.352c.3%200%20.62-.112.85-.352c.47-.47.47-1.239%200-1.709a4.83%204.83%200%200%200-3.413-1.41m5.119%205.228a4.82%204.82%200%200%200-3.416%201.418l-7.67%207.67c-.47.47-.47%201.24%200%201.71a1.2%201.2%200%200%200%201.7%200l7.68-7.68c.94-.94%202.47-.94%203.41%200c.94.95.94%202.47%200%203.42l-7.53%207.52c.94.94%202.47.94%203.41%200l5.83-5.82a4.829%204.829%200%200%200-3.414-8.238m0%203.625c-.31%200-.62.119-.856.354l-7.67%207.67c-.94.94-2.47.94-3.41%200h-.01a1.2%201.2%200%200%200-1.7%200a1.22%201.22%200%200%200%200%201.709A4.8%204.8%200%200%200%2013.94%2026a4.8%204.8%200%200%200%203.41-1.41l7.68-7.68a1.203%201.203%200%200%200-.854-2.053%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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