padlet logo
padlet from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- padlet
- Set
- Font Awesome 6 Brands
- Style
- Regular
- Viewbox
- 640×512
- 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 512"><path fill="currentColor" d="m297.9 0l.1.001c7.6.107 14.4 4.719 17.5 11.779l132 308.52l.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 11.78c3-6.983 9.9-11.596 17.5-11.78M160.1 322.1l131 39.1l6.9 122.5l7.9-121.5l130.6-39.3l.2-.1l-131 25.1l-8.6-320.18l-5.2 320.18zM426 222.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 318.5L158.7 430L1.61 154.5c-5.902-10.4 5.518-22 15.94-16.2l151.85 84.2z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6BrandsPadlet(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="m297.9 0l.1.001c7.6.107 14.4 4.719 17.5 11.779l132 308.52l.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 11.78c3-6.983 9.9-11.596 17.5-11.78M160.1 322.1l131 39.1l6.9 122.5l7.9-121.5l130.6-39.3l.2-.1l-131 25.1l-8.6-320.18l-5.2 320.18zM426 222.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 318.5L158.7 430L1.61 154.5c-5.902-10.4 5.518-22 15.94-16.2l151.85 84.2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="m297.9 0l.1.001c7.6.107 14.4 4.719 17.5 11.779l132 308.52l.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 11.78c3-6.983 9.9-11.596 17.5-11.78M160.1 322.1l131 39.1l6.9 122.5l7.9-121.5l130.6-39.3l.2-.1l-131 25.1l-8.6-320.18l-5.2 320.18zM426 222.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 318.5L158.7 430L1.61 154.5c-5.902-10.4 5.518-22 15.94-16.2l151.85 84.2z"/></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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m297.9%200l.1.001c7.6.107%2014.4%204.719%2017.5%2011.779l132%20308.52l.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%2011.78c3-6.983%209.9-11.596%2017.5-11.78M160.1%20322.1l131%2039.1l6.9%20122.5l7.9-121.5l130.6-39.3l.2-.1l-131%2025.1l-8.6-320.18l-5.2%20320.18zM426%20222.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%20318.5L158.7%20430L1.61%20154.5c-5.902-10.4%205.518-22%2015.94-16.2l151.85%2084.2z%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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m297.9%200l.1.001c7.6.107%2014.4%204.719%2017.5%2011.779l132%20308.52l.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%2011.78c3-6.983%209.9-11.596%2017.5-11.78M160.1%20322.1l131%2039.1l6.9%20122.5l7.9-121.5l130.6-39.3l.2-.1l-131%2025.1l-8.6-320.18l-5.2%20320.18zM426%20222.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%20318.5L158.7%20430L1.61%20154.5c-5.902-10.4%205.518-22%2015.94-16.2l151.85%2084.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-brands/padlet.svg?color=%231a73e8&size=48