pix logo icon
pix-logo-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- pix-logo-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Use the pix logo icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m235.34 139.28l-19.56 19.55A4 4 0 0 1 213 160h-41.68l-32-32l32-32H213a4 4 0 0 1 2.82 1.17l19.56 19.55a16 16 0 0 1-.04 22.56M67.05 80H88a8 8 0 0 1 5.65 2.34L128 116.68l34.35-34.34A8 8 0 0 1 168 80h21a4 4 0 0 0 2.83-6.83l-52.5-52.51a16 16 0 0 0-22.56 0L64.22 73.17A4 4 0 0 0 67.05 80M189 176h-21a8 8 0 0 1-5.65-2.34L128 139.31l-34.35 34.35A8 8 0 0 1 88 176H67a4 4 0 0 0-2.83 6.83l52.5 52.51a16 16 0 0 0 22.56 0l52.5-52.51A4 4 0 0 0 189 176m-72.26-48l-32-32H43a4 4 0 0 0-2.82 1.17l-19.52 19.55a16 16 0 0 0 0 22.56l19.56 19.55A4 4 0 0 0 43 160h41.68Z"/></svg>
React
import type { SVGProps } from "react";
export function PhPixLogoFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m235.34 139.28l-19.56 19.55A4 4 0 0 1 213 160h-41.68l-32-32l32-32H213a4 4 0 0 1 2.82 1.17l19.56 19.55a16 16 0 0 1-.04 22.56M67.05 80H88a8 8 0 0 1 5.65 2.34L128 116.68l34.35-34.34A8 8 0 0 1 168 80h21a4 4 0 0 0 2.83-6.83l-52.5-52.51a16 16 0 0 0-22.56 0L64.22 73.17A4 4 0 0 0 67.05 80M189 176h-21a8 8 0 0 1-5.65-2.34L128 139.31l-34.35 34.35A8 8 0 0 1 88 176H67a4 4 0 0 0-2.83 6.83l52.5 52.51a16 16 0 0 0 22.56 0l52.5-52.51A4 4 0 0 0 189 176m-72.26-48l-32-32H43a4 4 0 0 0-2.82 1.17l-19.52 19.55a16 16 0 0 0 0 22.56l19.56 19.55A4 4 0 0 0 43 160h41.68Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m235.34 139.28l-19.56 19.55A4 4 0 0 1 213 160h-41.68l-32-32l32-32H213a4 4 0 0 1 2.82 1.17l19.56 19.55a16 16 0 0 1-.04 22.56M67.05 80H88a8 8 0 0 1 5.65 2.34L128 116.68l34.35-34.34A8 8 0 0 1 168 80h21a4 4 0 0 0 2.83-6.83l-52.5-52.51a16 16 0 0 0-22.56 0L64.22 73.17A4 4 0 0 0 67.05 80M189 176h-21a8 8 0 0 1-5.65-2.34L128 139.31l-34.35 34.35A8 8 0 0 1 88 176H67a4 4 0 0 0-2.83 6.83l52.5 52.51a16 16 0 0 0 22.56 0l52.5-52.51A4 4 0 0 0 189 176m-72.26-48l-32-32H43a4 4 0 0 0-2.82 1.17l-19.52 19.55a16 16 0 0 0 0 22.56l19.56 19.55A4 4 0 0 0 43 160h41.68Z"/></svg> </template>
CSS
.icon-pix-logo-fill {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m235.34%20139.28l-19.56%2019.55A4%204%200%200%201%20213%20160h-41.68l-32-32l32-32H213a4%204%200%200%201%202.82%201.17l19.56%2019.55a16%2016%200%200%201-.04%2022.56M67.05%2080H88a8%208%200%200%201%205.65%202.34L128%20116.68l34.35-34.34A8%208%200%200%201%20168%2080h21a4%204%200%200%200%202.83-6.83l-52.5-52.51a16%2016%200%200%200-22.56%200L64.22%2073.17A4%204%200%200%200%2067.05%2080M189%20176h-21a8%208%200%200%201-5.65-2.34L128%20139.31l-34.35%2034.35A8%208%200%200%201%2088%20176H67a4%204%200%200%200-2.83%206.83l52.5%2052.51a16%2016%200%200%200%2022.56%200l52.5-52.51A4%204%200%200%200%20189%20176m-72.26-48l-32-32H43a4%204%200%200%200-2.82%201.17l-19.52%2019.55a16%2016%200%200%200%200%2022.56l19.56%2019.55A4%204%200%200%200%2043%20160h41.68Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m235.34%20139.28l-19.56%2019.55A4%204%200%200%201%20213%20160h-41.68l-32-32l32-32H213a4%204%200%200%201%202.82%201.17l19.56%2019.55a16%2016%200%200%201-.04%2022.56M67.05%2080H88a8%208%200%200%201%205.65%202.34L128%20116.68l34.35-34.34A8%208%200%200%201%20168%2080h21a4%204%200%200%200%202.83-6.83l-52.5-52.51a16%2016%200%200%200-22.56%200L64.22%2073.17A4%204%200%200%200%2067.05%2080M189%20176h-21a8%208%200%200%201-5.65-2.34L128%20139.31l-34.35%2034.35A8%208%200%200%201%2088%20176H67a4%204%200%200%200-2.83%206.83l52.5%2052.51a16%2016%200%200%200%2022.56%200l52.5-52.51A4%204%200%200%200%20189%20176m-72.26-48l-32-32H43a4%204%200%200%200-2.82%201.17l-19.52%2019.55a16%2016%200%200%200%200%2022.56l19.56%2019.55A4%204%200%200%200%2043%20160h41.68Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/pix-logo-fill.svg?color=%231a73e8&size=48