pix logo
pix from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- pix
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the pix logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.283 18.36a3.5 3.5 0 0 0 2.493-1.032l3.6-3.6a.684.684 0 0 1 .946 0l3.613 3.613a3.5 3.5 0 0 0 2.493 1.032h.71l-4.56 4.56a3.647 3.647 0 0 1-5.156 0L4.85 18.36ZM18.428 5.627a3.5 3.5 0 0 0-2.493 1.032l-3.613 3.614a.67.67 0 0 1-.946 0l-3.6-3.6A3.5 3.5 0 0 0 5.283 5.64h-.434l4.573-4.572a3.646 3.646 0 0 1 5.156 0l4.559 4.559ZM1.068 9.422L3.79 6.699h1.492a2.48 2.48 0 0 1 1.744.722l3.6 3.6a1.73 1.73 0 0 0 2.443 0l3.614-3.613a2.48 2.48 0 0 1 1.744-.723h1.767l2.737 2.737a3.646 3.646 0 0 1 0 5.156l-2.736 2.736h-1.768a2.48 2.48 0 0 1-1.744-.722l-3.613-3.613a1.77 1.77 0 0 0-2.444 0l-3.6 3.6a2.48 2.48 0 0 1-1.744.722H3.791l-2.723-2.723a3.646 3.646 0 0 1 0-5.156"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsPix(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="M5.283 18.36a3.5 3.5 0 0 0 2.493-1.032l3.6-3.6a.684.684 0 0 1 .946 0l3.613 3.613a3.5 3.5 0 0 0 2.493 1.032h.71l-4.56 4.56a3.647 3.647 0 0 1-5.156 0L4.85 18.36ZM18.428 5.627a3.5 3.5 0 0 0-2.493 1.032l-3.613 3.614a.67.67 0 0 1-.946 0l-3.6-3.6A3.5 3.5 0 0 0 5.283 5.64h-.434l4.573-4.572a3.646 3.646 0 0 1 5.156 0l4.559 4.559ZM1.068 9.422L3.79 6.699h1.492a2.48 2.48 0 0 1 1.744.722l3.6 3.6a1.73 1.73 0 0 0 2.443 0l3.614-3.613a2.48 2.48 0 0 1 1.744-.723h1.767l2.737 2.737a3.646 3.646 0 0 1 0 5.156l-2.736 2.736h-1.768a2.48 2.48 0 0 1-1.744-.722l-3.613-3.613a1.77 1.77 0 0 0-2.444 0l-3.6 3.6a2.48 2.48 0 0 1-1.744.722H3.791l-2.723-2.723a3.646 3.646 0 0 1 0-5.156"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.283 18.36a3.5 3.5 0 0 0 2.493-1.032l3.6-3.6a.684.684 0 0 1 .946 0l3.613 3.613a3.5 3.5 0 0 0 2.493 1.032h.71l-4.56 4.56a3.647 3.647 0 0 1-5.156 0L4.85 18.36ZM18.428 5.627a3.5 3.5 0 0 0-2.493 1.032l-3.613 3.614a.67.67 0 0 1-.946 0l-3.6-3.6A3.5 3.5 0 0 0 5.283 5.64h-.434l4.573-4.572a3.646 3.646 0 0 1 5.156 0l4.559 4.559ZM1.068 9.422L3.79 6.699h1.492a2.48 2.48 0 0 1 1.744.722l3.6 3.6a1.73 1.73 0 0 0 2.443 0l3.614-3.613a2.48 2.48 0 0 1 1.744-.723h1.767l2.737 2.737a3.646 3.646 0 0 1 0 5.156l-2.736 2.736h-1.768a2.48 2.48 0 0 1-1.744-.722l-3.613-3.613a1.77 1.77 0 0 0-2.444 0l-3.6 3.6a2.48 2.48 0 0 1-1.744.722H3.791l-2.723-2.723a3.646 3.646 0 0 1 0-5.156"/></svg> </template>
CSS
.icon-pix {
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%22M5.283%2018.36a3.5%203.5%200%200%200%202.493-1.032l3.6-3.6a.684.684%200%200%201%20.946%200l3.613%203.613a3.5%203.5%200%200%200%202.493%201.032h.71l-4.56%204.56a3.647%203.647%200%200%201-5.156%200L4.85%2018.36ZM18.428%205.627a3.5%203.5%200%200%200-2.493%201.032l-3.613%203.614a.67.67%200%200%201-.946%200l-3.6-3.6A3.5%203.5%200%200%200%205.283%205.64h-.434l4.573-4.572a3.646%203.646%200%200%201%205.156%200l4.559%204.559ZM1.068%209.422L3.79%206.699h1.492a2.48%202.48%200%200%201%201.744.722l3.6%203.6a1.73%201.73%200%200%200%202.443%200l3.614-3.613a2.48%202.48%200%200%201%201.744-.723h1.767l2.737%202.737a3.646%203.646%200%200%201%200%205.156l-2.736%202.736h-1.768a2.48%202.48%200%200%201-1.744-.722l-3.613-3.613a1.77%201.77%200%200%200-2.444%200l-3.6%203.6a2.48%202.48%200%200%201-1.744.722H3.791l-2.723-2.723a3.646%203.646%200%200%201%200-5.156%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%22M5.283%2018.36a3.5%203.5%200%200%200%202.493-1.032l3.6-3.6a.684.684%200%200%201%20.946%200l3.613%203.613a3.5%203.5%200%200%200%202.493%201.032h.71l-4.56%204.56a3.647%203.647%200%200%201-5.156%200L4.85%2018.36ZM18.428%205.627a3.5%203.5%200%200%200-2.493%201.032l-3.613%203.614a.67.67%200%200%201-.946%200l-3.6-3.6A3.5%203.5%200%200%200%205.283%205.64h-.434l4.573-4.572a3.646%203.646%200%200%201%205.156%200l4.559%204.559ZM1.068%209.422L3.79%206.699h1.492a2.48%202.48%200%200%201%201.744.722l3.6%203.6a1.73%201.73%200%200%200%202.443%200l3.614-3.613a2.48%202.48%200%200%201%201.744-.723h1.767l2.737%202.737a3.646%203.646%200%200%201%200%205.156l-2.736%202.736h-1.768a2.48%202.48%200%200%201-1.744-.722l-3.613-3.613a1.77%201.77%200%200%200-2.444%200l-3.6%203.6a2.48%202.48%200%200%201-1.744.722H3.791l-2.723-2.723a3.646%203.646%200%200%201%200-5.156%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/pix.svg?color=%231a73e8&size=48