padlet logo
padlet from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.
- Name
- padlet
- Set
- Font Awesome Brands
- Style
- Brand
- Viewbox
- 640×640
- License
- CC BY 4.0
The same logo in other sets
Use the padlet logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M297.9 64h.1c7.6.1 14.4 4.7 17.5 11.8l132 308.5l.3-.1l.2.4l-2.8 10l-42.9 158c-3.7 16.2-19.7 26.3-35.8 22.6l-68.4-15.6l-68.5 15.6c-16.1 3.7-32.1-6.4-35.8-22.6l-42.9-158l-2.7-10l.1-.4L280.4 75.8c3-7 9.9-11.6 17.5-11.8M160.1 386.1l131 39.1l6.9 122.5l7.9-121.5l130.6-39.3l.2-.1l-131 25.1l-8.6-320.2l-5.2 320.2zM426 286.6l94.4-41h73.8l-157 247.6l31.6-109zm171.5-41.2l41.4 76.2c4 7.5-3.9 15.9-11.6 12.2l-47.6-22.7zM127.3 382.5L158.7 494L1.6 218.5c-5.9-10.4 5.5-22 15.9-16.2l151.8 84.2l-42.1 96z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7BrandsPadlet(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M297.9 64h.1c7.6.1 14.4 4.7 17.5 11.8l132 308.5l.3-.1l.2.4l-2.8 10l-42.9 158c-3.7 16.2-19.7 26.3-35.8 22.6l-68.4-15.6l-68.5 15.6c-16.1 3.7-32.1-6.4-35.8-22.6l-42.9-158l-2.7-10l.1-.4L280.4 75.8c3-7 9.9-11.6 17.5-11.8M160.1 386.1l131 39.1l6.9 122.5l7.9-121.5l130.6-39.3l.2-.1l-131 25.1l-8.6-320.2l-5.2 320.2zM426 286.6l94.4-41h73.8l-157 247.6l31.6-109zm171.5-41.2l41.4 76.2c4 7.5-3.9 15.9-11.6 12.2l-47.6-22.7zM127.3 382.5L158.7 494L1.6 218.5c-5.9-10.4 5.5-22 15.9-16.2l151.8 84.2l-42.1 96z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M297.9 64h.1c7.6.1 14.4 4.7 17.5 11.8l132 308.5l.3-.1l.2.4l-2.8 10l-42.9 158c-3.7 16.2-19.7 26.3-35.8 22.6l-68.4-15.6l-68.5 15.6c-16.1 3.7-32.1-6.4-35.8-22.6l-42.9-158l-2.7-10l.1-.4L280.4 75.8c3-7 9.9-11.6 17.5-11.8M160.1 386.1l131 39.1l6.9 122.5l7.9-121.5l130.6-39.3l.2-.1l-131 25.1l-8.6-320.2l-5.2 320.2zM426 286.6l94.4-41h73.8l-157 247.6l31.6-109zm171.5-41.2l41.4 76.2c4 7.5-3.9 15.9-11.6 12.2l-47.6-22.7zM127.3 382.5L158.7 494L1.6 218.5c-5.9-10.4 5.5-22 15.9-16.2l151.8 84.2l-42.1 96z"/></svg> </template>
CSS
.icon-padlet {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M297.9%2064h.1c7.6.1%2014.4%204.7%2017.5%2011.8l132%20308.5l.3-.1l.2.4l-2.8%2010l-42.9%20158c-3.7%2016.2-19.7%2026.3-35.8%2022.6l-68.4-15.6l-68.5%2015.6c-16.1%203.7-32.1-6.4-35.8-22.6l-42.9-158l-2.7-10l.1-.4L280.4%2075.8c3-7%209.9-11.6%2017.5-11.8M160.1%20386.1l131%2039.1l6.9%20122.5l7.9-121.5l130.6-39.3l.2-.1l-131%2025.1l-8.6-320.2l-5.2%20320.2zM426%20286.6l94.4-41h73.8l-157%20247.6l31.6-109zm171.5-41.2l41.4%2076.2c4%207.5-3.9%2015.9-11.6%2012.2l-47.6-22.7zM127.3%20382.5L158.7%20494L1.6%20218.5c-5.9-10.4%205.5-22%2015.9-16.2l151.8%2084.2l-42.1%2096z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M297.9%2064h.1c7.6.1%2014.4%204.7%2017.5%2011.8l132%20308.5l.3-.1l.2.4l-2.8%2010l-42.9%20158c-3.7%2016.2-19.7%2026.3-35.8%2022.6l-68.4-15.6l-68.5%2015.6c-16.1%203.7-32.1-6.4-35.8-22.6l-42.9-158l-2.7-10l.1-.4L280.4%2075.8c3-7%209.9-11.6%2017.5-11.8M160.1%20386.1l131%2039.1l6.9%20122.5l7.9-121.5l130.6-39.3l.2-.1l-131%2025.1l-8.6-320.2l-5.2%20320.2zM426%20286.6l94.4-41h73.8l-157%20247.6l31.6-109zm171.5-41.2l41.4%2076.2c4%207.5-3.9%2015.9-11.6%2012.2l-47.6-22.7zM127.3%20382.5L158.7%20494L1.6%20218.5c-5.9-10.4%205.5-22%2015.9-16.2l151.8%2084.2l-42.1%2096z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-brands/padlet.svg?color=%231a73e8&size=48