piwigo from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
piwigo
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the piwigo logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.712 12.777A4.713 4.713 0 0 1 12 17.49a4.713 4.713 0 0 1-4.713-4.713A4.713 4.713 0 0 1 12 8.066a4.713 4.713 0 0 1 4.712 4.711m2.4-12.776c-2.572.058-2.358 1.544-8.237 1.555h-4.15A5.947 5.947 0 0 0 .777 7.503v10.55A5.947 5.947 0 0 0 6.725 24h10.55a5.947 5.947 0 0 0 5.948-5.947V4.081l-.008-.018c0-.014.004-.028.004-.043c0-2.227-1.88-4.02-4.108-4.02zm.09 2.545a1.41 1.41 0 0 1 1.407 1.41A1.41 1.41 0 0 1 19.2 5.364a1.41 1.41 0 0 1-1.41-1.408a1.41 1.41 0 0 1 1.41-1.41zM12 6.12a6.656 6.656 0 0 1 6.656 6.655A6.656 6.656 0 0 1 12 19.434a6.656 6.656 0 0 1-6.656-6.657A6.656 6.656 0 0 1 12 6.122z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsPiwigo(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="M16.712 12.777A4.713 4.713 0 0 1 12 17.49a4.713 4.713 0 0 1-4.713-4.713A4.713 4.713 0 0 1 12 8.066a4.713 4.713 0 0 1 4.712 4.711m2.4-12.776c-2.572.058-2.358 1.544-8.237 1.555h-4.15A5.947 5.947 0 0 0 .777 7.503v10.55A5.947 5.947 0 0 0 6.725 24h10.55a5.947 5.947 0 0 0 5.948-5.947V4.081l-.008-.018c0-.014.004-.028.004-.043c0-2.227-1.88-4.02-4.108-4.02zm.09 2.545a1.41 1.41 0 0 1 1.407 1.41A1.41 1.41 0 0 1 19.2 5.364a1.41 1.41 0 0 1-1.41-1.408a1.41 1.41 0 0 1 1.41-1.41zM12 6.12a6.656 6.656 0 0 1 6.656 6.655A6.656 6.656 0 0 1 12 19.434a6.656 6.656 0 0 1-6.656-6.657A6.656 6.656 0 0 1 12 6.122z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.712 12.777A4.713 4.713 0 0 1 12 17.49a4.713 4.713 0 0 1-4.713-4.713A4.713 4.713 0 0 1 12 8.066a4.713 4.713 0 0 1 4.712 4.711m2.4-12.776c-2.572.058-2.358 1.544-8.237 1.555h-4.15A5.947 5.947 0 0 0 .777 7.503v10.55A5.947 5.947 0 0 0 6.725 24h10.55a5.947 5.947 0 0 0 5.948-5.947V4.081l-.008-.018c0-.014.004-.028.004-.043c0-2.227-1.88-4.02-4.108-4.02zm.09 2.545a1.41 1.41 0 0 1 1.407 1.41A1.41 1.41 0 0 1 19.2 5.364a1.41 1.41 0 0 1-1.41-1.408a1.41 1.41 0 0 1 1.41-1.41zM12 6.12a6.656 6.656 0 0 1 6.656 6.655A6.656 6.656 0 0 1 12 19.434a6.656 6.656 0 0 1-6.656-6.657A6.656 6.656 0 0 1 12 6.122z"/></svg>
</template>

CSS

.icon-piwigo {
  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%22M16.712%2012.777A4.713%204.713%200%200%201%2012%2017.49a4.713%204.713%200%200%201-4.713-4.713A4.713%204.713%200%200%201%2012%208.066a4.713%204.713%200%200%201%204.712%204.711m2.4-12.776c-2.572.058-2.358%201.544-8.237%201.555h-4.15A5.947%205.947%200%200%200%20.777%207.503v10.55A5.947%205.947%200%200%200%206.725%2024h10.55a5.947%205.947%200%200%200%205.948-5.947V4.081l-.008-.018c0-.014.004-.028.004-.043c0-2.227-1.88-4.02-4.108-4.02zm.09%202.545a1.41%201.41%200%200%201%201.407%201.41A1.41%201.41%200%200%201%2019.2%205.364a1.41%201.41%200%200%201-1.41-1.408a1.41%201.41%200%200%201%201.41-1.41zM12%206.12a6.656%206.656%200%200%201%206.656%206.655A6.656%206.656%200%200%201%2012%2019.434a6.656%206.656%200%200%201-6.656-6.657A6.656%206.656%200%200%201%2012%206.122z%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%22M16.712%2012.777A4.713%204.713%200%200%201%2012%2017.49a4.713%204.713%200%200%201-4.713-4.713A4.713%204.713%200%200%201%2012%208.066a4.713%204.713%200%200%201%204.712%204.711m2.4-12.776c-2.572.058-2.358%201.544-8.237%201.555h-4.15A5.947%205.947%200%200%200%20.777%207.503v10.55A5.947%205.947%200%200%200%206.725%2024h10.55a5.947%205.947%200%200%200%205.948-5.947V4.081l-.008-.018c0-.014.004-.028.004-.043c0-2.227-1.88-4.02-4.108-4.02zm.09%202.545a1.41%201.41%200%200%201%201.407%201.41A1.41%201.41%200%200%201%2019.2%205.364a1.41%201.41%200%200%201-1.41-1.408a1.41%201.41%200%200%201%201.41-1.41zM12%206.12a6.656%206.656%200%200%201%206.656%206.655A6.656%206.656%200%200%201%2012%2019.434a6.656%206.656%200%200%201-6.656-6.657A6.656%206.656%200%200%201%2012%206.122z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/piwigo.svg?color=%231a73e8&size=48