primefaces logo
primefaces from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- primefaces
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the primefaces logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.43 0L3.875 2.564l3.833.367L8.988 0Zm3.104 0L8.081 3.465L1.5 2.931l1.094 4.58l7.853 2.931h1.095V0Zm2.74 0v10.442h1.278l7.853-2.93l1.095-4.58l-6.756.547L14.283 0Zm2.556 0l1.28 2.931l3.834-.367L17.387 0ZM2.778 8.244v6.229l4.383 3.663v-5.68l1.278-1.83l-1.643.366l-2.009-2.016zm18.261 0l-2.009.732l-2.009 2.016l-1.643-.367l1.278 1.832v5.68l4.383-3.664zM9.17 10.625l-1.462 2.199v8.243l1.097 1.65L10.083 24h3.652l1.278-1.284l1.096-1.649v-8.243l-1.46-2.199l-.914.55h-3.652zm-4.383 6.23v2.38l2.374 2.382V18.87zm14.243 0l-2.374 2.015v2.747l2.374-2.381z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsPrimefaces(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="M6.43 0L3.875 2.564l3.833.367L8.988 0Zm3.104 0L8.081 3.465L1.5 2.931l1.094 4.58l7.853 2.931h1.095V0Zm2.74 0v10.442h1.278l7.853-2.93l1.095-4.58l-6.756.547L14.283 0Zm2.556 0l1.28 2.931l3.834-.367L17.387 0ZM2.778 8.244v6.229l4.383 3.663v-5.68l1.278-1.83l-1.643.366l-2.009-2.016zm18.261 0l-2.009.732l-2.009 2.016l-1.643-.367l1.278 1.832v5.68l4.383-3.664zM9.17 10.625l-1.462 2.199v8.243l1.097 1.65L10.083 24h3.652l1.278-1.284l1.096-1.649v-8.243l-1.46-2.199l-.914.55h-3.652zm-4.383 6.23v2.38l2.374 2.382V18.87zm14.243 0l-2.374 2.015v2.747l2.374-2.381z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.43 0L3.875 2.564l3.833.367L8.988 0Zm3.104 0L8.081 3.465L1.5 2.931l1.094 4.58l7.853 2.931h1.095V0Zm2.74 0v10.442h1.278l7.853-2.93l1.095-4.58l-6.756.547L14.283 0Zm2.556 0l1.28 2.931l3.834-.367L17.387 0ZM2.778 8.244v6.229l4.383 3.663v-5.68l1.278-1.83l-1.643.366l-2.009-2.016zm18.261 0l-2.009.732l-2.009 2.016l-1.643-.367l1.278 1.832v5.68l4.383-3.664zM9.17 10.625l-1.462 2.199v8.243l1.097 1.65L10.083 24h3.652l1.278-1.284l1.096-1.649v-8.243l-1.46-2.199l-.914.55h-3.652zm-4.383 6.23v2.38l2.374 2.382V18.87zm14.243 0l-2.374 2.015v2.747l2.374-2.381z"/></svg> </template>
CSS
.icon-primefaces {
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%22M6.43%200L3.875%202.564l3.833.367L8.988%200Zm3.104%200L8.081%203.465L1.5%202.931l1.094%204.58l7.853%202.931h1.095V0Zm2.74%200v10.442h1.278l7.853-2.93l1.095-4.58l-6.756.547L14.283%200Zm2.556%200l1.28%202.931l3.834-.367L17.387%200ZM2.778%208.244v6.229l4.383%203.663v-5.68l1.278-1.83l-1.643.366l-2.009-2.016zm18.261%200l-2.009.732l-2.009%202.016l-1.643-.367l1.278%201.832v5.68l4.383-3.664zM9.17%2010.625l-1.462%202.199v8.243l1.097%201.65L10.083%2024h3.652l1.278-1.284l1.096-1.649v-8.243l-1.46-2.199l-.914.55h-3.652zm-4.383%206.23v2.38l2.374%202.382V18.87zm14.243%200l-2.374%202.015v2.747l2.374-2.381z%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%22M6.43%200L3.875%202.564l3.833.367L8.988%200Zm3.104%200L8.081%203.465L1.5%202.931l1.094%204.58l7.853%202.931h1.095V0Zm2.74%200v10.442h1.278l7.853-2.93l1.095-4.58l-6.756.547L14.283%200Zm2.556%200l1.28%202.931l3.834-.367L17.387%200ZM2.778%208.244v6.229l4.383%203.663v-5.68l1.278-1.83l-1.643.366l-2.009-2.016zm18.261%200l-2.009.732l-2.009%202.016l-1.643-.367l1.278%201.832v5.68l4.383-3.664zM9.17%2010.625l-1.462%202.199v8.243l1.097%201.65L10.083%2024h3.652l1.278-1.284l1.096-1.649v-8.243l-1.46-2.199l-.914.55h-3.652zm-4.383%206.23v2.38l2.374%202.382V18.87zm14.243%200l-2.374%202.015v2.747l2.374-2.381z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/primefaces.svg?color=%231a73e8&size=48