php logo
php from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- php
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×135
- License
- CC0
The same logo in other sets
Related icons in SVG Logos
Use the php logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 135"><defs><radialGradient id="SVGCUqixdHg1" cx=".837" cy="-125.811" r="363.057" gradientTransform="translate(76.464 81.918)scale(.463)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset=".5" stop-color="#4c6b97"/><stop offset="1" stop-color="#231f20"/></radialGradient></defs><ellipse cx="128" cy="67.3" fill="url(#SVGCUqixdHg1)" rx="128" ry="67.3"/><ellipse cx="128" cy="67.3" fill="#6181b6" rx="123" ry="62.3"/><path fill="#fff" d="m152.9 87.5l6.1-31.4c1.4-7.1.2-12.4-3.4-15.7c-3.5-3.2-9.5-4.8-18.3-4.8h-10.6l3-15.6c.1-.6 0-1.2-.4-1.7s-.9-.7-1.5-.7h-14.6c-1 0-1.8.7-2 1.6l-6.5 33.3c-.6-3.8-2-7-4.4-9.6c-4.3-4.9-11-7.4-20.1-7.4H52.1c-1 0-1.8.7-2 1.6L37 104.7c-.1.6 0 1.2.4 1.7s.9.7 1.5.7h14.7c1 0 1.8-.7 2-1.6l3.2-16.3h10.9c5.7 0 10.6-.6 14.3-1.8q5.85-1.95 10.5-6.3c2.5-2.3 4.6-4.9 6.2-7.7l-2.6 13.5c-.1.6 0 1.2.4 1.7s.9.7 1.5.7h14.6c1 0 1.8-.7 2-1.6l7.2-37h10c4.3 0 5.5.8 5.9 1.2c.3.3.9 1.5.2 5.2L134.1 87c-.1.6 0 1.2.4 1.7s.9.7 1.5.7h15c.9-.3 1.7-1 1.9-1.9m-67.6-26c-.9 4.7-2.6 8.1-5.1 10s-6.6 2.9-12 2.9h-6.5l4.7-24.2h8.4c6.2 0 8.7 1.3 9.7 2.4c1.3 1.6 1.6 4.7.8 8.9m130-18.6c-4.3-4.9-11-7.4-20.1-7.4h-28.3c-1 0-1.8.7-2 1.6l-13.1 67.5c-.1.6 0 1.2.4 1.7s.9.7 1.5.7h14.7c1 0 1.8-.7 2-1.6l3.2-16.3h10.9c5.7 0 10.6-.6 14.3-1.8q5.85-1.95 10.5-6.3c2.6-2.4 4.8-5.1 6.4-8s2.8-6.1 3.5-9.6c1.7-8.7.4-15.5-3.9-20.5M200 61.5c-.9 4.7-2.6 8.1-5.1 10s-6.6 2.9-12 2.9h-6.5l4.7-24.2h8.4c6.2 0 8.7 1.3 9.7 2.4c1.4 1.6 1.7 4.7.8 8.9"/><path fill="#000004" d="M74.8 48.2c5.6 0 9.3 1 11.2 3.1s2.3 5.6 1.3 10.6c-1 5.2-3 9-5.9 11.2q-4.35 3.3-13.2 3.3h-8.9l5.5-28.2zM39 105h14.7l3.5-17.9h12.6c5.6 0 10.1-.6 13.7-1.8s6.8-3.1 9.8-5.9q3.75-3.45 6-7.5c1.5-2.7 2.6-5.7 3.2-9c1.6-8 .4-14.2-3.5-18.7s-10.1-6.7-18.6-6.7H52.1zm74.3-85.4h14.6l-3.5 17.9h13c8.2 0 13.8 1.4 16.9 4.3s4 7.5 2.8 13.9L151 87.1h-14.8l5.8-29.9c.7-3.4.4-5.7-.7-6.9s-3.6-1.9-7.3-1.9h-11.7l-7.5 38.7h-14.6zm76.2 28.6c5.6 0 9.3 1 11.2 3.1s2.3 5.6 1.3 10.6c-1 5.2-3 9-5.9 11.2q-4.35 3.3-13.2 3.3H174l5.5-28.2zM153.7 105h14.7l3.5-17.9h12.6c5.6 0 10.1-.6 13.7-1.8s6.8-3.1 9.8-5.9q3.75-3.45 6-7.5c1.5-2.7 2.6-5.7 3.2-9c1.6-8 .4-14.2-3.5-18.7s-10.1-6.7-18.6-6.7h-28.3z"/></svg>
React
import type { SVGProps } from "react";
export function LogosPhp(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 135"><defs><radialGradient id="SVGCUqixdHg1" cx=".837" cy="-125.811" r="363.057" gradientTransform="translate(76.464 81.918)scale(.463)" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#fff"/><stop offset=".5" stopColor="#4c6b97"/><stop offset="1" stopColor="#231f20"/></radialGradient></defs><ellipse cx="128" cy="67.3" fill="url(#SVGCUqixdHg1)" rx="128" ry="67.3"/><ellipse cx="128" cy="67.3" fill="#6181b6" rx="123" ry="62.3"/><path fill="#fff" d="m152.9 87.5l6.1-31.4c1.4-7.1.2-12.4-3.4-15.7c-3.5-3.2-9.5-4.8-18.3-4.8h-10.6l3-15.6c.1-.6 0-1.2-.4-1.7s-.9-.7-1.5-.7h-14.6c-1 0-1.8.7-2 1.6l-6.5 33.3c-.6-3.8-2-7-4.4-9.6c-4.3-4.9-11-7.4-20.1-7.4H52.1c-1 0-1.8.7-2 1.6L37 104.7c-.1.6 0 1.2.4 1.7s.9.7 1.5.7h14.7c1 0 1.8-.7 2-1.6l3.2-16.3h10.9c5.7 0 10.6-.6 14.3-1.8q5.85-1.95 10.5-6.3c2.5-2.3 4.6-4.9 6.2-7.7l-2.6 13.5c-.1.6 0 1.2.4 1.7s.9.7 1.5.7h14.6c1 0 1.8-.7 2-1.6l7.2-37h10c4.3 0 5.5.8 5.9 1.2c.3.3.9 1.5.2 5.2L134.1 87c-.1.6 0 1.2.4 1.7s.9.7 1.5.7h15c.9-.3 1.7-1 1.9-1.9m-67.6-26c-.9 4.7-2.6 8.1-5.1 10s-6.6 2.9-12 2.9h-6.5l4.7-24.2h8.4c6.2 0 8.7 1.3 9.7 2.4c1.3 1.6 1.6 4.7.8 8.9m130-18.6c-4.3-4.9-11-7.4-20.1-7.4h-28.3c-1 0-1.8.7-2 1.6l-13.1 67.5c-.1.6 0 1.2.4 1.7s.9.7 1.5.7h14.7c1 0 1.8-.7 2-1.6l3.2-16.3h10.9c5.7 0 10.6-.6 14.3-1.8q5.85-1.95 10.5-6.3c2.6-2.4 4.8-5.1 6.4-8s2.8-6.1 3.5-9.6c1.7-8.7.4-15.5-3.9-20.5M200 61.5c-.9 4.7-2.6 8.1-5.1 10s-6.6 2.9-12 2.9h-6.5l4.7-24.2h8.4c6.2 0 8.7 1.3 9.7 2.4c1.4 1.6 1.7 4.7.8 8.9"/><path fill="#000004" d="M74.8 48.2c5.6 0 9.3 1 11.2 3.1s2.3 5.6 1.3 10.6c-1 5.2-3 9-5.9 11.2q-4.35 3.3-13.2 3.3h-8.9l5.5-28.2zM39 105h14.7l3.5-17.9h12.6c5.6 0 10.1-.6 13.7-1.8s6.8-3.1 9.8-5.9q3.75-3.45 6-7.5c1.5-2.7 2.6-5.7 3.2-9c1.6-8 .4-14.2-3.5-18.7s-10.1-6.7-18.6-6.7H52.1zm74.3-85.4h14.6l-3.5 17.9h13c8.2 0 13.8 1.4 16.9 4.3s4 7.5 2.8 13.9L151 87.1h-14.8l5.8-29.9c.7-3.4.4-5.7-.7-6.9s-3.6-1.9-7.3-1.9h-11.7l-7.5 38.7h-14.6zm76.2 28.6c5.6 0 9.3 1 11.2 3.1s2.3 5.6 1.3 10.6c-1 5.2-3 9-5.9 11.2q-4.35 3.3-13.2 3.3H174l5.5-28.2zM153.7 105h14.7l3.5-17.9h12.6c5.6 0 10.1-.6 13.7-1.8s6.8-3.1 9.8-5.9q3.75-3.45 6-7.5c1.5-2.7 2.6-5.7 3.2-9c1.6-8 .4-14.2-3.5-18.7s-10.1-6.7-18.6-6.7h-28.3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 135"><defs><radialGradient id="SVGCUqixdHg1" cx=".837" cy="-125.811" r="363.057" gradientTransform="translate(76.464 81.918)scale(.463)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset=".5" stop-color="#4c6b97"/><stop offset="1" stop-color="#231f20"/></radialGradient></defs><ellipse cx="128" cy="67.3" fill="url(#SVGCUqixdHg1)" rx="128" ry="67.3"/><ellipse cx="128" cy="67.3" fill="#6181b6" rx="123" ry="62.3"/><path fill="#fff" d="m152.9 87.5l6.1-31.4c1.4-7.1.2-12.4-3.4-15.7c-3.5-3.2-9.5-4.8-18.3-4.8h-10.6l3-15.6c.1-.6 0-1.2-.4-1.7s-.9-.7-1.5-.7h-14.6c-1 0-1.8.7-2 1.6l-6.5 33.3c-.6-3.8-2-7-4.4-9.6c-4.3-4.9-11-7.4-20.1-7.4H52.1c-1 0-1.8.7-2 1.6L37 104.7c-.1.6 0 1.2.4 1.7s.9.7 1.5.7h14.7c1 0 1.8-.7 2-1.6l3.2-16.3h10.9c5.7 0 10.6-.6 14.3-1.8q5.85-1.95 10.5-6.3c2.5-2.3 4.6-4.9 6.2-7.7l-2.6 13.5c-.1.6 0 1.2.4 1.7s.9.7 1.5.7h14.6c1 0 1.8-.7 2-1.6l7.2-37h10c4.3 0 5.5.8 5.9 1.2c.3.3.9 1.5.2 5.2L134.1 87c-.1.6 0 1.2.4 1.7s.9.7 1.5.7h15c.9-.3 1.7-1 1.9-1.9m-67.6-26c-.9 4.7-2.6 8.1-5.1 10s-6.6 2.9-12 2.9h-6.5l4.7-24.2h8.4c6.2 0 8.7 1.3 9.7 2.4c1.3 1.6 1.6 4.7.8 8.9m130-18.6c-4.3-4.9-11-7.4-20.1-7.4h-28.3c-1 0-1.8.7-2 1.6l-13.1 67.5c-.1.6 0 1.2.4 1.7s.9.7 1.5.7h14.7c1 0 1.8-.7 2-1.6l3.2-16.3h10.9c5.7 0 10.6-.6 14.3-1.8q5.85-1.95 10.5-6.3c2.6-2.4 4.8-5.1 6.4-8s2.8-6.1 3.5-9.6c1.7-8.7.4-15.5-3.9-20.5M200 61.5c-.9 4.7-2.6 8.1-5.1 10s-6.6 2.9-12 2.9h-6.5l4.7-24.2h8.4c6.2 0 8.7 1.3 9.7 2.4c1.4 1.6 1.7 4.7.8 8.9"/><path fill="#000004" d="M74.8 48.2c5.6 0 9.3 1 11.2 3.1s2.3 5.6 1.3 10.6c-1 5.2-3 9-5.9 11.2q-4.35 3.3-13.2 3.3h-8.9l5.5-28.2zM39 105h14.7l3.5-17.9h12.6c5.6 0 10.1-.6 13.7-1.8s6.8-3.1 9.8-5.9q3.75-3.45 6-7.5c1.5-2.7 2.6-5.7 3.2-9c1.6-8 .4-14.2-3.5-18.7s-10.1-6.7-18.6-6.7H52.1zm74.3-85.4h14.6l-3.5 17.9h13c8.2 0 13.8 1.4 16.9 4.3s4 7.5 2.8 13.9L151 87.1h-14.8l5.8-29.9c.7-3.4.4-5.7-.7-6.9s-3.6-1.9-7.3-1.9h-11.7l-7.5 38.7h-14.6zm76.2 28.6c5.6 0 9.3 1 11.2 3.1s2.3 5.6 1.3 10.6c-1 5.2-3 9-5.9 11.2q-4.35 3.3-13.2 3.3H174l5.5-28.2zM153.7 105h14.7l3.5-17.9h12.6c5.6 0 10.1-.6 13.7-1.8s6.8-3.1 9.8-5.9q3.75-3.45 6-7.5c1.5-2.7 2.6-5.7 3.2-9c1.6-8 .4-14.2-3.5-18.7s-10.1-6.7-18.6-6.7h-28.3z"/></svg> </template>
CSS
.icon-php {
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%20135%22%3E%3Cdefs%3E%3CradialGradient%20id%3D%22SVGCUqixdHg1%22%20cx%3D%22.837%22%20cy%3D%22-125.811%22%20r%3D%22363.057%22%20gradientTransform%3D%22translate(76.464%2081.918)scale(.463)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%22.5%22%20stop-color%3D%22%234c6b97%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23231f20%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3Cellipse%20cx%3D%22128%22%20cy%3D%2267.3%22%20fill%3D%22url(%23SVGCUqixdHg1)%22%20rx%3D%22128%22%20ry%3D%2267.3%22%2F%3E%3Cellipse%20cx%3D%22128%22%20cy%3D%2267.3%22%20fill%3D%22%236181b6%22%20rx%3D%22123%22%20ry%3D%2262.3%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m152.9%2087.5l6.1-31.4c1.4-7.1.2-12.4-3.4-15.7c-3.5-3.2-9.5-4.8-18.3-4.8h-10.6l3-15.6c.1-.6%200-1.2-.4-1.7s-.9-.7-1.5-.7h-14.6c-1%200-1.8.7-2%201.6l-6.5%2033.3c-.6-3.8-2-7-4.4-9.6c-4.3-4.9-11-7.4-20.1-7.4H52.1c-1%200-1.8.7-2%201.6L37%20104.7c-.1.6%200%201.2.4%201.7s.9.7%201.5.7h14.7c1%200%201.8-.7%202-1.6l3.2-16.3h10.9c5.7%200%2010.6-.6%2014.3-1.8q5.85-1.95%2010.5-6.3c2.5-2.3%204.6-4.9%206.2-7.7l-2.6%2013.5c-.1.6%200%201.2.4%201.7s.9.7%201.5.7h14.6c1%200%201.8-.7%202-1.6l7.2-37h10c4.3%200%205.5.8%205.9%201.2c.3.3.9%201.5.2%205.2L134.1%2087c-.1.6%200%201.2.4%201.7s.9.7%201.5.7h15c.9-.3%201.7-1%201.9-1.9m-67.6-26c-.9%204.7-2.6%208.1-5.1%2010s-6.6%202.9-12%202.9h-6.5l4.7-24.2h8.4c6.2%200%208.7%201.3%209.7%202.4c1.3%201.6%201.6%204.7.8%208.9m130-18.6c-4.3-4.9-11-7.4-20.1-7.4h-28.3c-1%200-1.8.7-2%201.6l-13.1%2067.5c-.1.6%200%201.2.4%201.7s.9.7%201.5.7h14.7c1%200%201.8-.7%202-1.6l3.2-16.3h10.9c5.7%200%2010.6-.6%2014.3-1.8q5.85-1.95%2010.5-6.3c2.6-2.4%204.8-5.1%206.4-8s2.8-6.1%203.5-9.6c1.7-8.7.4-15.5-3.9-20.5M200%2061.5c-.9%204.7-2.6%208.1-5.1%2010s-6.6%202.9-12%202.9h-6.5l4.7-24.2h8.4c6.2%200%208.7%201.3%209.7%202.4c1.4%201.6%201.7%204.7.8%208.9%22%2F%3E%3Cpath%20fill%3D%22%23000004%22%20d%3D%22M74.8%2048.2c5.6%200%209.3%201%2011.2%203.1s2.3%205.6%201.3%2010.6c-1%205.2-3%209-5.9%2011.2q-4.35%203.3-13.2%203.3h-8.9l5.5-28.2zM39%20105h14.7l3.5-17.9h12.6c5.6%200%2010.1-.6%2013.7-1.8s6.8-3.1%209.8-5.9q3.75-3.45%206-7.5c1.5-2.7%202.6-5.7%203.2-9c1.6-8%20.4-14.2-3.5-18.7s-10.1-6.7-18.6-6.7H52.1zm74.3-85.4h14.6l-3.5%2017.9h13c8.2%200%2013.8%201.4%2016.9%204.3s4%207.5%202.8%2013.9L151%2087.1h-14.8l5.8-29.9c.7-3.4.4-5.7-.7-6.9s-3.6-1.9-7.3-1.9h-11.7l-7.5%2038.7h-14.6zm76.2%2028.6c5.6%200%209.3%201%2011.2%203.1s2.3%205.6%201.3%2010.6c-1%205.2-3%209-5.9%2011.2q-4.35%203.3-13.2%203.3H174l5.5-28.2zM153.7%20105h14.7l3.5-17.9h12.6c5.6%200%2010.1-.6%2013.7-1.8s6.8-3.1%209.8-5.9q3.75-3.45%206-7.5c1.5-2.7%202.6-5.7%203.2-9c1.6-8%20.4-14.2-3.5-18.7s-10.1-6.7-18.6-6.7h-28.3z%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%20135%22%3E%3Cdefs%3E%3CradialGradient%20id%3D%22SVGCUqixdHg1%22%20cx%3D%22.837%22%20cy%3D%22-125.811%22%20r%3D%22363.057%22%20gradientTransform%3D%22translate(76.464%2081.918)scale(.463)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23fff%22%2F%3E%3Cstop%20offset%3D%22.5%22%20stop-color%3D%22%234c6b97%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23231f20%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3Cellipse%20cx%3D%22128%22%20cy%3D%2267.3%22%20fill%3D%22url(%23SVGCUqixdHg1)%22%20rx%3D%22128%22%20ry%3D%2267.3%22%2F%3E%3Cellipse%20cx%3D%22128%22%20cy%3D%2267.3%22%20fill%3D%22%236181b6%22%20rx%3D%22123%22%20ry%3D%2262.3%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m152.9%2087.5l6.1-31.4c1.4-7.1.2-12.4-3.4-15.7c-3.5-3.2-9.5-4.8-18.3-4.8h-10.6l3-15.6c.1-.6%200-1.2-.4-1.7s-.9-.7-1.5-.7h-14.6c-1%200-1.8.7-2%201.6l-6.5%2033.3c-.6-3.8-2-7-4.4-9.6c-4.3-4.9-11-7.4-20.1-7.4H52.1c-1%200-1.8.7-2%201.6L37%20104.7c-.1.6%200%201.2.4%201.7s.9.7%201.5.7h14.7c1%200%201.8-.7%202-1.6l3.2-16.3h10.9c5.7%200%2010.6-.6%2014.3-1.8q5.85-1.95%2010.5-6.3c2.5-2.3%204.6-4.9%206.2-7.7l-2.6%2013.5c-.1.6%200%201.2.4%201.7s.9.7%201.5.7h14.6c1%200%201.8-.7%202-1.6l7.2-37h10c4.3%200%205.5.8%205.9%201.2c.3.3.9%201.5.2%205.2L134.1%2087c-.1.6%200%201.2.4%201.7s.9.7%201.5.7h15c.9-.3%201.7-1%201.9-1.9m-67.6-26c-.9%204.7-2.6%208.1-5.1%2010s-6.6%202.9-12%202.9h-6.5l4.7-24.2h8.4c6.2%200%208.7%201.3%209.7%202.4c1.3%201.6%201.6%204.7.8%208.9m130-18.6c-4.3-4.9-11-7.4-20.1-7.4h-28.3c-1%200-1.8.7-2%201.6l-13.1%2067.5c-.1.6%200%201.2.4%201.7s.9.7%201.5.7h14.7c1%200%201.8-.7%202-1.6l3.2-16.3h10.9c5.7%200%2010.6-.6%2014.3-1.8q5.85-1.95%2010.5-6.3c2.6-2.4%204.8-5.1%206.4-8s2.8-6.1%203.5-9.6c1.7-8.7.4-15.5-3.9-20.5M200%2061.5c-.9%204.7-2.6%208.1-5.1%2010s-6.6%202.9-12%202.9h-6.5l4.7-24.2h8.4c6.2%200%208.7%201.3%209.7%202.4c1.4%201.6%201.7%204.7.8%208.9%22%2F%3E%3Cpath%20fill%3D%22%23000004%22%20d%3D%22M74.8%2048.2c5.6%200%209.3%201%2011.2%203.1s2.3%205.6%201.3%2010.6c-1%205.2-3%209-5.9%2011.2q-4.35%203.3-13.2%203.3h-8.9l5.5-28.2zM39%20105h14.7l3.5-17.9h12.6c5.6%200%2010.1-.6%2013.7-1.8s6.8-3.1%209.8-5.9q3.75-3.45%206-7.5c1.5-2.7%202.6-5.7%203.2-9c1.6-8%20.4-14.2-3.5-18.7s-10.1-6.7-18.6-6.7H52.1zm74.3-85.4h14.6l-3.5%2017.9h13c8.2%200%2013.8%201.4%2016.9%204.3s4%207.5%202.8%2013.9L151%2087.1h-14.8l5.8-29.9c.7-3.4.4-5.7-.7-6.9s-3.6-1.9-7.3-1.9h-11.7l-7.5%2038.7h-14.6zm76.2%2028.6c5.6%200%209.3%201%2011.2%203.1s2.3%205.6%201.3%2010.6c-1%205.2-3%209-5.9%2011.2q-4.35%203.3-13.2%203.3H174l5.5-28.2zM153.7%20105h14.7l3.5-17.9h12.6c5.6%200%2010.1-.6%2013.7-1.8s6.8-3.1%209.8-5.9q3.75-3.45%206-7.5c1.5-2.7%202.6-5.7%203.2-9c1.6-8%20.4-14.2-3.5-18.7s-10.1-6.7-18.6-6.7h-28.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/php.svg?color=%231a73e8&size=48