php-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
php-rounded
Set
Material Symbols Light
Style
Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
php-outline-rounded

2 other variants in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

Use the php icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.423 14.25V9.904q0-.248.184-.422t.431-.174h2.885q.37 0 .627.277q.258.276.258.646v1.654q0 .369-.258.627t-.627.257H4.308v1.481q0 .192-.125.317t-.317.125t-.317-.125t-.126-.317m6.577 0v-4.5q0-.192.125-.317t.317-.125t.317.125t.125.317v1.558H13.5V9.75q0-.192.125-.317t.317-.125t.317.125t.125.317v4.5q0 .192-.125.317t-.316.125t-.317-.125t-.126-.317v-2.058h-2.615v2.058q0 .192-.125.317t-.317.125t-.317-.125T10 14.25m6.73 0V9.904q0-.248.185-.422q.183-.174.431-.174h2.885q.369 0 .627.277q.257.276.257.646v1.654q0 .369-.257.627t-.627.257h-2.616v1.481q0 .192-.125.317t-.316.125t-.317-.125t-.126-.317M4.308 11.884h2.615v-1.653H4.308zm13.307 0h2.616v-1.653h-2.616z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPhpRounded(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="M3.423 14.25V9.904q0-.248.184-.422t.431-.174h2.885q.37 0 .627.277q.258.276.258.646v1.654q0 .369-.258.627t-.627.257H4.308v1.481q0 .192-.125.317t-.317.125t-.317-.125t-.126-.317m6.577 0v-4.5q0-.192.125-.317t.317-.125t.317.125t.125.317v1.558H13.5V9.75q0-.192.125-.317t.317-.125t.317.125t.125.317v4.5q0 .192-.125.317t-.316.125t-.317-.125t-.126-.317v-2.058h-2.615v2.058q0 .192-.125.317t-.317.125t-.317-.125T10 14.25m6.73 0V9.904q0-.248.185-.422q.183-.174.431-.174h2.885q.369 0 .627.277q.257.276.257.646v1.654q0 .369-.257.627t-.627.257h-2.616v1.481q0 .192-.125.317t-.316.125t-.317-.125t-.126-.317M4.308 11.884h2.615v-1.653H4.308zm13.307 0h2.616v-1.653h-2.616z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.423 14.25V9.904q0-.248.184-.422t.431-.174h2.885q.37 0 .627.277q.258.276.258.646v1.654q0 .369-.258.627t-.627.257H4.308v1.481q0 .192-.125.317t-.317.125t-.317-.125t-.126-.317m6.577 0v-4.5q0-.192.125-.317t.317-.125t.317.125t.125.317v1.558H13.5V9.75q0-.192.125-.317t.317-.125t.317.125t.125.317v4.5q0 .192-.125.317t-.316.125t-.317-.125t-.126-.317v-2.058h-2.615v2.058q0 .192-.125.317t-.317.125t-.317-.125T10 14.25m6.73 0V9.904q0-.248.185-.422q.183-.174.431-.174h2.885q.369 0 .627.277q.257.276.257.646v1.654q0 .369-.257.627t-.627.257h-2.616v1.481q0 .192-.125.317t-.316.125t-.317-.125t-.126-.317M4.308 11.884h2.615v-1.653H4.308zm13.307 0h2.616v-1.653h-2.616z"/></svg>
</template>

CSS

.icon-php-rounded {
  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%22M3.423%2014.25V9.904q0-.248.184-.422t.431-.174h2.885q.37%200%20.627.277q.258.276.258.646v1.654q0%20.369-.258.627t-.627.257H4.308v1.481q0%20.192-.125.317t-.317.125t-.317-.125t-.126-.317m6.577%200v-4.5q0-.192.125-.317t.317-.125t.317.125t.125.317v1.558H13.5V9.75q0-.192.125-.317t.317-.125t.317.125t.125.317v4.5q0%20.192-.125.317t-.316.125t-.317-.125t-.126-.317v-2.058h-2.615v2.058q0%20.192-.125.317t-.317.125t-.317-.125T10%2014.25m6.73%200V9.904q0-.248.185-.422q.183-.174.431-.174h2.885q.369%200%20.627.277q.257.276.257.646v1.654q0%20.369-.257.627t-.627.257h-2.616v1.481q0%20.192-.125.317t-.316.125t-.317-.125t-.126-.317M4.308%2011.884h2.615v-1.653H4.308zm13.307%200h2.616v-1.653h-2.616z%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%22M3.423%2014.25V9.904q0-.248.184-.422t.431-.174h2.885q.37%200%20.627.277q.258.276.258.646v1.654q0%20.369-.258.627t-.627.257H4.308v1.481q0%20.192-.125.317t-.317.125t-.317-.125t-.126-.317m6.577%200v-4.5q0-.192.125-.317t.317-.125t.317.125t.125.317v1.558H13.5V9.75q0-.192.125-.317t.317-.125t.317.125t.125.317v4.5q0%20.192-.125.317t-.316.125t-.317-.125t-.126-.317v-2.058h-2.615v2.058q0%20.192-.125.317t-.317.125t-.317-.125T10%2014.25m6.73%200V9.904q0-.248.185-.422q.183-.174.431-.174h2.885q.369%200%20.627.277q.257.276.257.646v1.654q0%20.369-.257.627t-.627.257h-2.616v1.481q0%20.192-.125.317t-.316.125t-.317-.125t-.126-.317M4.308%2011.884h2.615v-1.653H4.308zm13.307%200h2.616v-1.653h-2.616z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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