square letterboxd logo

square-letterboxd from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
square-letterboxd
Set
Font Awesome 6 Brands
Style
Regular
Viewbox
448×512
License
CC BY 4.0

The same logo in other sets

Related icons in Font Awesome 6 Brands

Use the square letterboxd logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M384 32c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96c0-35.3 28.7-64 64-64zM105.1 187C66.4 187 35 218.3 35 257s31.4 70 70.1 70c24.8 0 46.5-12.8 59-32.2l.5-.7l-.4-.6c-6.5-10.6-10.2-23.1-10.2-36.5c0-13.6 3.9-26.3 10.6-37.1c-12.4-19.8-34.4-32.9-59.5-32.9m118.9 0c-24.8 0-46.5 12.8-59 32.2l-.5.7l.4.6c6.5 10.6 10.2 23.1 10.2 36.5c0 13.6-3.9 26.3-10.6 37.1c12.4 19.7 34.4 32.9 59.5 32.9c24.8 0 46.5-12.8 59-32.2l.5-.7l-.4-.6c-6.5-10.6-10.2-23.1-10.2-36.5c0-13.6 3.9-26.3 10.6-37.1c-12.4-19.7-34.4-32.9-59.5-32.9m118.9 0c-24.8 0-46.5 12.8-59 32.2l-.5.7l.4.6c6.5 10.6 10.2 23.1 10.2 36.5c0 13.6-3.9 26.3-10.6 37.1c12.4 19.8 34.4 32.9 59.5 32.9c38.7 0 70.1-31.3 70.1-70s-31.4-70-70.1-70"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsSquareLetterboxd(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M384 32c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96c0-35.3 28.7-64 64-64zM105.1 187C66.4 187 35 218.3 35 257s31.4 70 70.1 70c24.8 0 46.5-12.8 59-32.2l.5-.7l-.4-.6c-6.5-10.6-10.2-23.1-10.2-36.5c0-13.6 3.9-26.3 10.6-37.1c-12.4-19.8-34.4-32.9-59.5-32.9m118.9 0c-24.8 0-46.5 12.8-59 32.2l-.5.7l.4.6c6.5 10.6 10.2 23.1 10.2 36.5c0 13.6-3.9 26.3-10.6 37.1c12.4 19.7 34.4 32.9 59.5 32.9c24.8 0 46.5-12.8 59-32.2l.5-.7l-.4-.6c-6.5-10.6-10.2-23.1-10.2-36.5c0-13.6 3.9-26.3 10.6-37.1c-12.4-19.7-34.4-32.9-59.5-32.9m118.9 0c-24.8 0-46.5 12.8-59 32.2l-.5.7l.4.6c6.5 10.6 10.2 23.1 10.2 36.5c0 13.6-3.9 26.3-10.6 37.1c12.4 19.8 34.4 32.9 59.5 32.9c38.7 0 70.1-31.3 70.1-70s-31.4-70-70.1-70"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M384 32c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V96c0-35.3 28.7-64 64-64zM105.1 187C66.4 187 35 218.3 35 257s31.4 70 70.1 70c24.8 0 46.5-12.8 59-32.2l.5-.7l-.4-.6c-6.5-10.6-10.2-23.1-10.2-36.5c0-13.6 3.9-26.3 10.6-37.1c-12.4-19.8-34.4-32.9-59.5-32.9m118.9 0c-24.8 0-46.5 12.8-59 32.2l-.5.7l.4.6c6.5 10.6 10.2 23.1 10.2 36.5c0 13.6-3.9 26.3-10.6 37.1c12.4 19.7 34.4 32.9 59.5 32.9c24.8 0 46.5-12.8 59-32.2l.5-.7l-.4-.6c-6.5-10.6-10.2-23.1-10.2-36.5c0-13.6 3.9-26.3 10.6-37.1c-12.4-19.7-34.4-32.9-59.5-32.9m118.9 0c-24.8 0-46.5 12.8-59 32.2l-.5.7l.4.6c6.5 10.6 10.2 23.1 10.2 36.5c0 13.6-3.9 26.3-10.6 37.1c12.4 19.8 34.4 32.9 59.5 32.9c38.7 0 70.1-31.3 70.1-70s-31.4-70-70.1-70"/></svg>
</template>

CSS

.icon-square-letterboxd {
  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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M384%2032c35.3%200%2064%2028.7%2064%2064v320c0%2035.3-28.7%2064-64%2064H64c-35.3%200-64-28.7-64-64V96c0-35.3%2028.7-64%2064-64zM105.1%20187C66.4%20187%2035%20218.3%2035%20257s31.4%2070%2070.1%2070c24.8%200%2046.5-12.8%2059-32.2l.5-.7l-.4-.6c-6.5-10.6-10.2-23.1-10.2-36.5c0-13.6%203.9-26.3%2010.6-37.1c-12.4-19.8-34.4-32.9-59.5-32.9m118.9%200c-24.8%200-46.5%2012.8-59%2032.2l-.5.7l.4.6c6.5%2010.6%2010.2%2023.1%2010.2%2036.5c0%2013.6-3.9%2026.3-10.6%2037.1c12.4%2019.7%2034.4%2032.9%2059.5%2032.9c24.8%200%2046.5-12.8%2059-32.2l.5-.7l-.4-.6c-6.5-10.6-10.2-23.1-10.2-36.5c0-13.6%203.9-26.3%2010.6-37.1c-12.4-19.7-34.4-32.9-59.5-32.9m118.9%200c-24.8%200-46.5%2012.8-59%2032.2l-.5.7l.4.6c6.5%2010.6%2010.2%2023.1%2010.2%2036.5c0%2013.6-3.9%2026.3-10.6%2037.1c12.4%2019.8%2034.4%2032.9%2059.5%2032.9c38.7%200%2070.1-31.3%2070.1-70s-31.4-70-70.1-70%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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M384%2032c35.3%200%2064%2028.7%2064%2064v320c0%2035.3-28.7%2064-64%2064H64c-35.3%200-64-28.7-64-64V96c0-35.3%2028.7-64%2064-64zM105.1%20187C66.4%20187%2035%20218.3%2035%20257s31.4%2070%2070.1%2070c24.8%200%2046.5-12.8%2059-32.2l.5-.7l-.4-.6c-6.5-10.6-10.2-23.1-10.2-36.5c0-13.6%203.9-26.3%2010.6-37.1c-12.4-19.8-34.4-32.9-59.5-32.9m118.9%200c-24.8%200-46.5%2012.8-59%2032.2l-.5.7l.4.6c6.5%2010.6%2010.2%2023.1%2010.2%2036.5c0%2013.6-3.9%2026.3-10.6%2037.1c12.4%2019.7%2034.4%2032.9%2059.5%2032.9c24.8%200%2046.5-12.8%2059-32.2l.5-.7l-.4-.6c-6.5-10.6-10.2-23.1-10.2-36.5c0-13.6%203.9-26.3%2010.6-37.1c-12.4-19.7-34.4-32.9-59.5-32.9m118.9%200c-24.8%200-46.5%2012.8-59%2032.2l-.5.7l.4.6c6.5%2010.6%2010.2%2023.1%2010.2%2036.5c0%2013.6-3.9%2026.3-10.6%2037.1c12.4%2019.8%2034.4%2032.9%2059.5%2032.9c38.7%200%2070.1-31.3%2070.1-70s-31.4-70-70.1-70%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-brands/square-letterboxd.svg?color=%231a73e8&size=48