pied-piper-pp from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
pied-piper-pp
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 pied piper pp logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M205.3 174.6c0 21.1-14.2 38.1-31.7 38.1c-7.1 0-12.8-1.2-17.2-3.7v-68c4.4-2.7 10.1-4.2 17.2-4.2c17.5 0 31.7 16.9 31.7 37.8m52.6 67c-7.1 0-12.8 1.5-17.2 4.2v68c4.4 2.5 10.1 3.7 17.2 3.7c17.4 0 31.7-16.9 31.7-37.8c0-21.1-14.3-38.1-31.7-38.1M448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48M185 255.1c41 0 74.2-35.6 74.2-79.6S226 95.9 185 95.9c-12 0-24.1 3.2-34.6 8.8h-45.7V311l51.8-10.1v-50.6c8.6 3.1 18.1 4.8 28.5 4.8m158.4 25.3c0-44-33.2-79.6-73.9-79.6c-3.2 0-6.4.2-9.6.7c-3.7 12.5-10.1 23.8-19.2 33.4c-13.8 15-32.2 23.8-51.8 24.8V416l51.8-10.1v-50.6c8.6 3.2 18.2 4.7 28.7 4.7c40.8 0 74-35.6 74-79.6"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsPiedPiperPp(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="M205.3 174.6c0 21.1-14.2 38.1-31.7 38.1c-7.1 0-12.8-1.2-17.2-3.7v-68c4.4-2.7 10.1-4.2 17.2-4.2c17.5 0 31.7 16.9 31.7 37.8m52.6 67c-7.1 0-12.8 1.5-17.2 4.2v68c4.4 2.5 10.1 3.7 17.2 3.7c17.4 0 31.7-16.9 31.7-37.8c0-21.1-14.3-38.1-31.7-38.1M448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48M185 255.1c41 0 74.2-35.6 74.2-79.6S226 95.9 185 95.9c-12 0-24.1 3.2-34.6 8.8h-45.7V311l51.8-10.1v-50.6c8.6 3.1 18.1 4.8 28.5 4.8m158.4 25.3c0-44-33.2-79.6-73.9-79.6c-3.2 0-6.4.2-9.6.7c-3.7 12.5-10.1 23.8-19.2 33.4c-13.8 15-32.2 23.8-51.8 24.8V416l51.8-10.1v-50.6c8.6 3.2 18.2 4.7 28.7 4.7c40.8 0 74-35.6 74-79.6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M205.3 174.6c0 21.1-14.2 38.1-31.7 38.1c-7.1 0-12.8-1.2-17.2-3.7v-68c4.4-2.7 10.1-4.2 17.2-4.2c17.5 0 31.7 16.9 31.7 37.8m52.6 67c-7.1 0-12.8 1.5-17.2 4.2v68c4.4 2.5 10.1 3.7 17.2 3.7c17.4 0 31.7-16.9 31.7-37.8c0-21.1-14.3-38.1-31.7-38.1M448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48M185 255.1c41 0 74.2-35.6 74.2-79.6S226 95.9 185 95.9c-12 0-24.1 3.2-34.6 8.8h-45.7V311l51.8-10.1v-50.6c8.6 3.1 18.1 4.8 28.5 4.8m158.4 25.3c0-44-33.2-79.6-73.9-79.6c-3.2 0-6.4.2-9.6.7c-3.7 12.5-10.1 23.8-19.2 33.4c-13.8 15-32.2 23.8-51.8 24.8V416l51.8-10.1v-50.6c8.6 3.2 18.2 4.7 28.7 4.7c40.8 0 74-35.6 74-79.6"/></svg>
</template>

CSS

.icon-pied-piper-pp {
  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%22M205.3%20174.6c0%2021.1-14.2%2038.1-31.7%2038.1c-7.1%200-12.8-1.2-17.2-3.7v-68c4.4-2.7%2010.1-4.2%2017.2-4.2c17.5%200%2031.7%2016.9%2031.7%2037.8m52.6%2067c-7.1%200-12.8%201.5-17.2%204.2v68c4.4%202.5%2010.1%203.7%2017.2%203.7c17.4%200%2031.7-16.9%2031.7-37.8c0-21.1-14.3-38.1-31.7-38.1M448%2080v352c0%2026.5-21.5%2048-48%2048H48c-26.5%200-48-21.5-48-48V80c0-26.5%2021.5-48%2048-48h352c26.5%200%2048%2021.5%2048%2048M185%20255.1c41%200%2074.2-35.6%2074.2-79.6S226%2095.9%20185%2095.9c-12%200-24.1%203.2-34.6%208.8h-45.7V311l51.8-10.1v-50.6c8.6%203.1%2018.1%204.8%2028.5%204.8m158.4%2025.3c0-44-33.2-79.6-73.9-79.6c-3.2%200-6.4.2-9.6.7c-3.7%2012.5-10.1%2023.8-19.2%2033.4c-13.8%2015-32.2%2023.8-51.8%2024.8V416l51.8-10.1v-50.6c8.6%203.2%2018.2%204.7%2028.7%204.7c40.8%200%2074-35.6%2074-79.6%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%22M205.3%20174.6c0%2021.1-14.2%2038.1-31.7%2038.1c-7.1%200-12.8-1.2-17.2-3.7v-68c4.4-2.7%2010.1-4.2%2017.2-4.2c17.5%200%2031.7%2016.9%2031.7%2037.8m52.6%2067c-7.1%200-12.8%201.5-17.2%204.2v68c4.4%202.5%2010.1%203.7%2017.2%203.7c17.4%200%2031.7-16.9%2031.7-37.8c0-21.1-14.3-38.1-31.7-38.1M448%2080v352c0%2026.5-21.5%2048-48%2048H48c-26.5%200-48-21.5-48-48V80c0-26.5%2021.5-48%2048-48h352c26.5%200%2048%2021.5%2048%2048M185%20255.1c41%200%2074.2-35.6%2074.2-79.6S226%2095.9%20185%2095.9c-12%200-24.1%203.2-34.6%208.8h-45.7V311l51.8-10.1v-50.6c8.6%203.1%2018.1%204.8%2028.5%204.8m158.4%2025.3c0-44-33.2-79.6-73.9-79.6c-3.2%200-6.4.2-9.6.7c-3.7%2012.5-10.1%2023.8-19.2%2033.4c-13.8%2015-32.2%2023.8-51.8%2024.8V416l51.8-10.1v-50.6c8.6%203.2%2018.2%204.7%2028.7%204.7c40.8%200%2074-35.6%2074-79.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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