php from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.

Name
php
Set
Line Awesome
Style
Line
Category
Other
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More other icons from Line Awesome

Use the php icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 7.168c-8.835 0-16 3.764-16 8.414s7.165 8.416 16 8.416s16-3.766 16-8.416s-7.165-8.414-16-8.414m0 .84c8.57 0 15.16 3.609 15.16 7.574S24.565 23.158 16 23.158c-8.57 0-15.16-3.611-15.16-7.576S7.435 8.008 16 8.008m-1.943 1.668l-1.618 8.34h1.805l.932-4.78c1.469 0 2.077-.058 2.344.229c.277.297.135.623-.627 4.55h1.83c.792-4.06 1.142-4.922.41-5.595c-.697-.643-2.141-.53-3.7-.53l.43-2.214zm-7.569 2.22L4.87 20.242h1.817l.43-2.217c2.032 0 3.295.148 4.462-.945c1.291-1.187 1.628-3.3.707-4.357c-.48-.554-1.253-.827-2.3-.827H6.487zm14.192 0l-1.621 8.346h1.82l.43-2.217c2.137 0 3.32.124 4.462-.945c1.291-1.187 1.629-3.3.708-4.357c-.48-.554-1.253-.827-2.301-.827zM9.336 13.211c1.135.032 1.784.272 1.51 1.697c-.391 2.004-1.77 1.797-3.467 1.797l.678-3.492c.47 0 .9-.013 1.279-.002m14.193 0c1.137.032 1.779.272 1.504 1.697c-.396 2.033-1.815 1.797-3.467 1.797l.678-3.492c.473 0 .907-.013 1.285-.002"/></svg>

React

import type { SVGProps } from "react";

export function LaPhp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 7.168c-8.835 0-16 3.764-16 8.414s7.165 8.416 16 8.416s16-3.766 16-8.416s-7.165-8.414-16-8.414m0 .84c8.57 0 15.16 3.609 15.16 7.574S24.565 23.158 16 23.158c-8.57 0-15.16-3.611-15.16-7.576S7.435 8.008 16 8.008m-1.943 1.668l-1.618 8.34h1.805l.932-4.78c1.469 0 2.077-.058 2.344.229c.277.297.135.623-.627 4.55h1.83c.792-4.06 1.142-4.922.41-5.595c-.697-.643-2.141-.53-3.7-.53l.43-2.214zm-7.569 2.22L4.87 20.242h1.817l.43-2.217c2.032 0 3.295.148 4.462-.945c1.291-1.187 1.628-3.3.707-4.357c-.48-.554-1.253-.827-2.3-.827H6.487zm14.192 0l-1.621 8.346h1.82l.43-2.217c2.137 0 3.32.124 4.462-.945c1.291-1.187 1.629-3.3.708-4.357c-.48-.554-1.253-.827-2.301-.827zM9.336 13.211c1.135.032 1.784.272 1.51 1.697c-.391 2.004-1.77 1.797-3.467 1.797l.678-3.492c.47 0 .9-.013 1.279-.002m14.193 0c1.137.032 1.779.272 1.504 1.697c-.396 2.033-1.815 1.797-3.467 1.797l.678-3.492c.473 0 .907-.013 1.285-.002"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 7.168c-8.835 0-16 3.764-16 8.414s7.165 8.416 16 8.416s16-3.766 16-8.416s-7.165-8.414-16-8.414m0 .84c8.57 0 15.16 3.609 15.16 7.574S24.565 23.158 16 23.158c-8.57 0-15.16-3.611-15.16-7.576S7.435 8.008 16 8.008m-1.943 1.668l-1.618 8.34h1.805l.932-4.78c1.469 0 2.077-.058 2.344.229c.277.297.135.623-.627 4.55h1.83c.792-4.06 1.142-4.922.41-5.595c-.697-.643-2.141-.53-3.7-.53l.43-2.214zm-7.569 2.22L4.87 20.242h1.817l.43-2.217c2.032 0 3.295.148 4.462-.945c1.291-1.187 1.628-3.3.707-4.357c-.48-.554-1.253-.827-2.3-.827H6.487zm14.192 0l-1.621 8.346h1.82l.43-2.217c2.137 0 3.32.124 4.462-.945c1.291-1.187 1.629-3.3.708-4.357c-.48-.554-1.253-.827-2.301-.827zM9.336 13.211c1.135.032 1.784.272 1.51 1.697c-.391 2.004-1.77 1.797-3.467 1.797l.678-3.492c.47 0 .9-.013 1.279-.002m14.193 0c1.137.032 1.779.272 1.504 1.697c-.396 2.033-1.815 1.797-3.467 1.797l.678-3.492c.473 0 .907-.013 1.285-.002"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%207.168c-8.835%200-16%203.764-16%208.414s7.165%208.416%2016%208.416s16-3.766%2016-8.416s-7.165-8.414-16-8.414m0%20.84c8.57%200%2015.16%203.609%2015.16%207.574S24.565%2023.158%2016%2023.158c-8.57%200-15.16-3.611-15.16-7.576S7.435%208.008%2016%208.008m-1.943%201.668l-1.618%208.34h1.805l.932-4.78c1.469%200%202.077-.058%202.344.229c.277.297.135.623-.627%204.55h1.83c.792-4.06%201.142-4.922.41-5.595c-.697-.643-2.141-.53-3.7-.53l.43-2.214zm-7.569%202.22L4.87%2020.242h1.817l.43-2.217c2.032%200%203.295.148%204.462-.945c1.291-1.187%201.628-3.3.707-4.357c-.48-.554-1.253-.827-2.3-.827H6.487zm14.192%200l-1.621%208.346h1.82l.43-2.217c2.137%200%203.32.124%204.462-.945c1.291-1.187%201.629-3.3.708-4.357c-.48-.554-1.253-.827-2.301-.827zM9.336%2013.211c1.135.032%201.784.272%201.51%201.697c-.391%202.004-1.77%201.797-3.467%201.797l.678-3.492c.47%200%20.9-.013%201.279-.002m14.193%200c1.137.032%201.779.272%201.504%201.697c-.396%202.033-1.815%201.797-3.467%201.797l.678-3.492c.473%200%20.907-.013%201.285-.002%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%207.168c-8.835%200-16%203.764-16%208.414s7.165%208.416%2016%208.416s16-3.766%2016-8.416s-7.165-8.414-16-8.414m0%20.84c8.57%200%2015.16%203.609%2015.16%207.574S24.565%2023.158%2016%2023.158c-8.57%200-15.16-3.611-15.16-7.576S7.435%208.008%2016%208.008m-1.943%201.668l-1.618%208.34h1.805l.932-4.78c1.469%200%202.077-.058%202.344.229c.277.297.135.623-.627%204.55h1.83c.792-4.06%201.142-4.922.41-5.595c-.697-.643-2.141-.53-3.7-.53l.43-2.214zm-7.569%202.22L4.87%2020.242h1.817l.43-2.217c2.032%200%203.295.148%204.462-.945c1.291-1.187%201.628-3.3.707-4.357c-.48-.554-1.253-.827-2.3-.827H6.487zm14.192%200l-1.621%208.346h1.82l.43-2.217c2.137%200%203.32.124%204.462-.945c1.291-1.187%201.629-3.3.708-4.357c-.48-.554-1.253-.827-2.301-.827zM9.336%2013.211c1.135.032%201.784.272%201.51%201.697c-.391%202.004-1.77%201.797-3.467%201.797l.678-3.492c.47%200%20.9-.013%201.279-.002m14.193%200c1.137.032%201.779.272%201.504%201.697c-.396%202.033-1.815%201.797-3.467%201.797l.678-3.492c.473%200%20.907-.013%201.285-.002%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/php.svg?color=%231a73e8&size=48