letterboxd logo
letterboxd from Boxicons Brands by Boxicons · Logo · MIT Free for personal and commercial use.
- Name
- letterboxd
- Set
- Boxicons Brands
- Style
- Logo
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the letterboxd logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2M7.24 14.8c-1.55 0-2.8-1.25-2.8-2.8s1.26-2.8 2.8-2.8c1 0 1.88.53 2.37 1.33c-.27.43-.42.93-.42 1.47s.15 1.04.42 1.47c-.49.79-1.37 1.33-2.37 1.33m4.76 0c-1.01 0-1.88-.53-2.37-1.33c.27-.43.42-.93.42-1.47s-.15-1.04-.42-1.47C10.12 9.74 11 9.2 12 9.2s1.88.53 2.37 1.33c-.27.43-.42.93-.42 1.47s.15 1.04.42 1.47c-.49.79-1.37 1.33-2.37 1.33m4.76 0c-1.01 0-1.88-.53-2.37-1.33c.27-.43.42-.93.42-1.47s-.15-1.04-.42-1.47c.49-.79 1.37-1.33 2.37-1.33c1.55 0 2.8 1.25 2.8 2.8s-1.26 2.8-2.8 2.8" class="b"/></svg>
React
import type { SVGProps } from "react";
export function BxlLetterboxd(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2M7.24 14.8c-1.55 0-2.8-1.25-2.8-2.8s1.26-2.8 2.8-2.8c1 0 1.88.53 2.37 1.33c-.27.43-.42.93-.42 1.47s.15 1.04.42 1.47c-.49.79-1.37 1.33-2.37 1.33m4.76 0c-1.01 0-1.88-.53-2.37-1.33c.27-.43.42-.93.42-1.47s-.15-1.04-.42-1.47C10.12 9.74 11 9.2 12 9.2s1.88.53 2.37 1.33c-.27.43-.42.93-.42 1.47s.15 1.04.42 1.47c-.49.79-1.37 1.33-2.37 1.33m4.76 0c-1.01 0-1.88-.53-2.37-1.33c.27-.43.42-.93.42-1.47s-.15-1.04-.42-1.47c.49-.79 1.37-1.33 2.37-1.33c1.55 0 2.8 1.25 2.8 2.8s-1.26 2.8-2.8 2.8" className="b"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2M7.24 14.8c-1.55 0-2.8-1.25-2.8-2.8s1.26-2.8 2.8-2.8c1 0 1.88.53 2.37 1.33c-.27.43-.42.93-.42 1.47s.15 1.04.42 1.47c-.49.79-1.37 1.33-2.37 1.33m4.76 0c-1.01 0-1.88-.53-2.37-1.33c.27-.43.42-.93.42-1.47s-.15-1.04-.42-1.47C10.12 9.74 11 9.2 12 9.2s1.88.53 2.37 1.33c-.27.43-.42.93-.42 1.47s.15 1.04.42 1.47c-.49.79-1.37 1.33-2.37 1.33m4.76 0c-1.01 0-1.88-.53-2.37-1.33c.27-.43.42-.93.42-1.47s-.15-1.04-.42-1.47c.49-.79 1.37-1.33 2.37-1.33c1.55 0 2.8 1.25 2.8 2.8s-1.26 2.8-2.8 2.8" class="b"/></svg> </template>
CSS
.icon-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010s10-4.48%2010-10S17.52%202%2012%202M7.24%2014.8c-1.55%200-2.8-1.25-2.8-2.8s1.26-2.8%202.8-2.8c1%200%201.88.53%202.37%201.33c-.27.43-.42.93-.42%201.47s.15%201.04.42%201.47c-.49.79-1.37%201.33-2.37%201.33m4.76%200c-1.01%200-1.88-.53-2.37-1.33c.27-.43.42-.93.42-1.47s-.15-1.04-.42-1.47C10.12%209.74%2011%209.2%2012%209.2s1.88.53%202.37%201.33c-.27.43-.42.93-.42%201.47s.15%201.04.42%201.47c-.49.79-1.37%201.33-2.37%201.33m4.76%200c-1.01%200-1.88-.53-2.37-1.33c.27-.43.42-.93.42-1.47s-.15-1.04-.42-1.47c.49-.79%201.37-1.33%202.37-1.33c1.55%200%202.8%201.25%202.8%202.8s-1.26%202.8-2.8%202.8%22%20class%3D%22b%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010s10-4.48%2010-10S17.52%202%2012%202M7.24%2014.8c-1.55%200-2.8-1.25-2.8-2.8s1.26-2.8%202.8-2.8c1%200%201.88.53%202.37%201.33c-.27.43-.42.93-.42%201.47s.15%201.04.42%201.47c-.49.79-1.37%201.33-2.37%201.33m4.76%200c-1.01%200-1.88-.53-2.37-1.33c.27-.43.42-.93.42-1.47s-.15-1.04-.42-1.47C10.12%209.74%2011%209.2%2012%209.2s1.88.53%202.37%201.33c-.27.43-.42.93-.42%201.47s.15%201.04.42%201.47c-.49.79-1.37%201.33-2.37%201.33m4.76%200c-1.01%200-1.88-.53-2.37-1.33c.27-.43.42-.93.42-1.47s-.15-1.04-.42-1.47c.49-.79%201.37-1.33%202.37-1.33c1.55%200%202.8%201.25%202.8%202.8s-1.26%202.8-2.8%202.8%22%20class%3D%22b%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxl/letterboxd.svg?color=%231a73e8&size=48