packt logo
packt from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- packt
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the packt logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.965 4.898q-1.061.001-1.908.452a4 4 0 0 0-.891.642v-.937H7.488v14.047h2.657V14.1q.39.374.898.638q.859.44 1.92.44q1.37 0 2.453-.674c1.237-.77 2.328-2.27 2.328-4.453c0-2.206-1.09-3.704-2.328-4.477q-1.08-.676-2.451-.676M3.8 5.055L0 9.79l3.822 5.133H7.09L3.012 9.79l3.875-4.736Zm13.312 0l3.875 4.736l-4.078 5.133h3.268L24 9.79l-3.8-4.736Zm-4.619 2.318c1.007 0 1.788.493 2.2 1.275c.452.86.395 2.034 0 2.78c-.221.419-.84 1.277-2.2 1.277q-.736.002-1.299-.336a2.34 2.34 0 0 1-.879-.941q-.316-.604-.316-1.399c0-.795.105-.978.316-1.38c.393-.748 1.156-1.276 2.178-1.276"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsPackt(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="M12.965 4.898q-1.061.001-1.908.452a4 4 0 0 0-.891.642v-.937H7.488v14.047h2.657V14.1q.39.374.898.638q.859.44 1.92.44q1.37 0 2.453-.674c1.237-.77 2.328-2.27 2.328-4.453c0-2.206-1.09-3.704-2.328-4.477q-1.08-.676-2.451-.676M3.8 5.055L0 9.79l3.822 5.133H7.09L3.012 9.79l3.875-4.736Zm13.312 0l3.875 4.736l-4.078 5.133h3.268L24 9.79l-3.8-4.736Zm-4.619 2.318c1.007 0 1.788.493 2.2 1.275c.452.86.395 2.034 0 2.78c-.221.419-.84 1.277-2.2 1.277q-.736.002-1.299-.336a2.34 2.34 0 0 1-.879-.941q-.316-.604-.316-1.399c0-.795.105-.978.316-1.38c.393-.748 1.156-1.276 2.178-1.276"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.965 4.898q-1.061.001-1.908.452a4 4 0 0 0-.891.642v-.937H7.488v14.047h2.657V14.1q.39.374.898.638q.859.44 1.92.44q1.37 0 2.453-.674c1.237-.77 2.328-2.27 2.328-4.453c0-2.206-1.09-3.704-2.328-4.477q-1.08-.676-2.451-.676M3.8 5.055L0 9.79l3.822 5.133H7.09L3.012 9.79l3.875-4.736Zm13.312 0l3.875 4.736l-4.078 5.133h3.268L24 9.79l-3.8-4.736Zm-4.619 2.318c1.007 0 1.788.493 2.2 1.275c.452.86.395 2.034 0 2.78c-.221.419-.84 1.277-2.2 1.277q-.736.002-1.299-.336a2.34 2.34 0 0 1-.879-.941q-.316-.604-.316-1.399c0-.795.105-.978.316-1.38c.393-.748 1.156-1.276 2.178-1.276"/></svg> </template>
CSS
.icon-packt {
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%22M12.965%204.898q-1.061.001-1.908.452a4%204%200%200%200-.891.642v-.937H7.488v14.047h2.657V14.1q.39.374.898.638q.859.44%201.92.44q1.37%200%202.453-.674c1.237-.77%202.328-2.27%202.328-4.453c0-2.206-1.09-3.704-2.328-4.477q-1.08-.676-2.451-.676M3.8%205.055L0%209.79l3.822%205.133H7.09L3.012%209.79l3.875-4.736Zm13.312%200l3.875%204.736l-4.078%205.133h3.268L24%209.79l-3.8-4.736Zm-4.619%202.318c1.007%200%201.788.493%202.2%201.275c.452.86.395%202.034%200%202.78c-.221.419-.84%201.277-2.2%201.277q-.736.002-1.299-.336a2.34%202.34%200%200%201-.879-.941q-.316-.604-.316-1.399c0-.795.105-.978.316-1.38c.393-.748%201.156-1.276%202.178-1.276%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%22M12.965%204.898q-1.061.001-1.908.452a4%204%200%200%200-.891.642v-.937H7.488v14.047h2.657V14.1q.39.374.898.638q.859.44%201.92.44q1.37%200%202.453-.674c1.237-.77%202.328-2.27%202.328-4.453c0-2.206-1.09-3.704-2.328-4.477q-1.08-.676-2.451-.676M3.8%205.055L0%209.79l3.822%205.133H7.09L3.012%209.79l3.875-4.736Zm13.312%200l3.875%204.736l-4.078%205.133h3.268L24%209.79l-3.8-4.736Zm-4.619%202.318c1.007%200%201.788.493%202.2%201.275c.452.86.395%202.034%200%202.78c-.221.419-.84%201.277-2.2%201.277q-.736.002-1.299-.336a2.34%202.34%200%200%201-.879-.941q-.316-.604-.316-1.399c0-.795.105-.978.316-1.38c.393-.748%201.156-1.276%202.178-1.276%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/packt.svg?color=%231a73e8&size=48