bxl php icon
bxl-php from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- bxl-php
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
Related icons in BoxIcons v2
Use the bxl php icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M2.15 16.78h1.57a.14.14 0 0 0 .14-.12l.35-1.82h1.22a4.88 4.88 0 0 0 1.51-.2A2.79 2.79 0 0 0 8 14a3.18 3.18 0 0 0 .67-.85a3.43 3.43 0 0 0 .36-1a2.43 2.43 0 0 0-.41-2.16a2.64 2.64 0 0 0-2.09-.78h-3a.16.16 0 0 0-.15.13L2 16.6a.19.19 0 0 0 0 .13a.17.17 0 0 0 .15.05zM5 10.62h1a1.45 1.45 0 0 1 1.08.29c.17.18.2.52.11 1a1.81 1.81 0 0 1-.57 1.12a2.17 2.17 0 0 1-1.33.33h-.8zm9.8-.95a2.7 2.7 0 0 0-1.88-.51h-1.19l.33-1.76a.15.15 0 0 0 0-.13a.16.16 0 0 0-.11 0h-1.57a.14.14 0 0 0-.14.12l-1.38 7.27a.13.13 0 0 0 0 .12a.13.13 0 0 0 .11.06h1.54a.14.14 0 0 0 .14-.13l.77-4.07h1.11c.45 0 .61.1.66.16a.81.81 0 0 1 0 .62l-.61 3.24a.13.13 0 0 0 0 .12a.14.14 0 0 0 .11.06h1.56a.16.16 0 0 0 .15-.13l.64-3.4a1.7 1.7 0 0 0-.24-1.64zm4.52-.51h-3.13a.14.14 0 0 0-.15.13l-1.46 7.31a.16.16 0 0 0 0 .13a.14.14 0 0 0 .11.05h1.63a.14.14 0 0 0 .15-.12l.37-1.82h1.27a5.28 5.28 0 0 0 1.56-.2a3 3 0 0 0 1.18-.64a3.31 3.31 0 0 0 .7-.85a3.45 3.45 0 0 0 .37-1a2.38 2.38 0 0 0-.42-2.16a2.81 2.81 0 0 0-2.18-.83zm.62 2.77a1.83 1.83 0 0 1-.6 1.12a2.28 2.28 0 0 1-1.37.33h-.8l.54-2.76h1a1.6 1.6 0 0 1 1.13.29c.16.18.16.52.1 1.02z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function BxBxlPhp(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M2.15 16.78h1.57a.14.14 0 0 0 .14-.12l.35-1.82h1.22a4.88 4.88 0 0 0 1.51-.2A2.79 2.79 0 0 0 8 14a3.18 3.18 0 0 0 .67-.85a3.43 3.43 0 0 0 .36-1a2.43 2.43 0 0 0-.41-2.16a2.64 2.64 0 0 0-2.09-.78h-3a.16.16 0 0 0-.15.13L2 16.6a.19.19 0 0 0 0 .13a.17.17 0 0 0 .15.05zM5 10.62h1a1.45 1.45 0 0 1 1.08.29c.17.18.2.52.11 1a1.81 1.81 0 0 1-.57 1.12a2.17 2.17 0 0 1-1.33.33h-.8zm9.8-.95a2.7 2.7 0 0 0-1.88-.51h-1.19l.33-1.76a.15.15 0 0 0 0-.13a.16.16 0 0 0-.11 0h-1.57a.14.14 0 0 0-.14.12l-1.38 7.27a.13.13 0 0 0 0 .12a.13.13 0 0 0 .11.06h1.54a.14.14 0 0 0 .14-.13l.77-4.07h1.11c.45 0 .61.1.66.16a.81.81 0 0 1 0 .62l-.61 3.24a.13.13 0 0 0 0 .12a.14.14 0 0 0 .11.06h1.56a.16.16 0 0 0 .15-.13l.64-3.4a1.7 1.7 0 0 0-.24-1.64zm4.52-.51h-3.13a.14.14 0 0 0-.15.13l-1.46 7.31a.16.16 0 0 0 0 .13a.14.14 0 0 0 .11.05h1.63a.14.14 0 0 0 .15-.12l.37-1.82h1.27a5.28 5.28 0 0 0 1.56-.2a3 3 0 0 0 1.18-.64a3.31 3.31 0 0 0 .7-.85a3.45 3.45 0 0 0 .37-1a2.38 2.38 0 0 0-.42-2.16a2.81 2.81 0 0 0-2.18-.83zm.62 2.77a1.83 1.83 0 0 1-.6 1.12a2.28 2.28 0 0 1-1.37.33h-.8l.54-2.76h1a1.6 1.6 0 0 1 1.13.29c.16.18.16.52.1 1.02z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M2.15 16.78h1.57a.14.14 0 0 0 .14-.12l.35-1.82h1.22a4.88 4.88 0 0 0 1.51-.2A2.79 2.79 0 0 0 8 14a3.18 3.18 0 0 0 .67-.85a3.43 3.43 0 0 0 .36-1a2.43 2.43 0 0 0-.41-2.16a2.64 2.64 0 0 0-2.09-.78h-3a.16.16 0 0 0-.15.13L2 16.6a.19.19 0 0 0 0 .13a.17.17 0 0 0 .15.05zM5 10.62h1a1.45 1.45 0 0 1 1.08.29c.17.18.2.52.11 1a1.81 1.81 0 0 1-.57 1.12a2.17 2.17 0 0 1-1.33.33h-.8zm9.8-.95a2.7 2.7 0 0 0-1.88-.51h-1.19l.33-1.76a.15.15 0 0 0 0-.13a.16.16 0 0 0-.11 0h-1.57a.14.14 0 0 0-.14.12l-1.38 7.27a.13.13 0 0 0 0 .12a.13.13 0 0 0 .11.06h1.54a.14.14 0 0 0 .14-.13l.77-4.07h1.11c.45 0 .61.1.66.16a.81.81 0 0 1 0 .62l-.61 3.24a.13.13 0 0 0 0 .12a.14.14 0 0 0 .11.06h1.56a.16.16 0 0 0 .15-.13l.64-3.4a1.7 1.7 0 0 0-.24-1.64zm4.52-.51h-3.13a.14.14 0 0 0-.15.13l-1.46 7.31a.16.16 0 0 0 0 .13a.14.14 0 0 0 .11.05h1.63a.14.14 0 0 0 .15-.12l.37-1.82h1.27a5.28 5.28 0 0 0 1.56-.2a3 3 0 0 0 1.18-.64a3.31 3.31 0 0 0 .7-.85a3.45 3.45 0 0 0 .37-1a2.38 2.38 0 0 0-.42-2.16a2.81 2.81 0 0 0-2.18-.83zm.62 2.77a1.83 1.83 0 0 1-.6 1.12a2.28 2.28 0 0 1-1.37.33h-.8l.54-2.76h1a1.6 1.6 0 0 1 1.13.29c.16.18.16.52.1 1.02z" fill="currentColor"/></svg> </template>
CSS
.icon-bxl-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%2024%2024%22%3E%3Cpath%20d%3D%22M2.15%2016.78h1.57a.14.14%200%200%200%20.14-.12l.35-1.82h1.22a4.88%204.88%200%200%200%201.51-.2A2.79%202.79%200%200%200%208%2014a3.18%203.18%200%200%200%20.67-.85a3.43%203.43%200%200%200%20.36-1a2.43%202.43%200%200%200-.41-2.16a2.64%202.64%200%200%200-2.09-.78h-3a.16.16%200%200%200-.15.13L2%2016.6a.19.19%200%200%200%200%20.13a.17.17%200%200%200%20.15.05zM5%2010.62h1a1.45%201.45%200%200%201%201.08.29c.17.18.2.52.11%201a1.81%201.81%200%200%201-.57%201.12a2.17%202.17%200%200%201-1.33.33h-.8zm9.8-.95a2.7%202.7%200%200%200-1.88-.51h-1.19l.33-1.76a.15.15%200%200%200%200-.13a.16.16%200%200%200-.11%200h-1.57a.14.14%200%200%200-.14.12l-1.38%207.27a.13.13%200%200%200%200%20.12a.13.13%200%200%200%20.11.06h1.54a.14.14%200%200%200%20.14-.13l.77-4.07h1.11c.45%200%20.61.1.66.16a.81.81%200%200%201%200%20.62l-.61%203.24a.13.13%200%200%200%200%20.12a.14.14%200%200%200%20.11.06h1.56a.16.16%200%200%200%20.15-.13l.64-3.4a1.7%201.7%200%200%200-.24-1.64zm4.52-.51h-3.13a.14.14%200%200%200-.15.13l-1.46%207.31a.16.16%200%200%200%200%20.13a.14.14%200%200%200%20.11.05h1.63a.14.14%200%200%200%20.15-.12l.37-1.82h1.27a5.28%205.28%200%200%200%201.56-.2a3%203%200%200%200%201.18-.64a3.31%203.31%200%200%200%20.7-.85a3.45%203.45%200%200%200%20.37-1a2.38%202.38%200%200%200-.42-2.16a2.81%202.81%200%200%200-2.18-.83zm.62%202.77a1.83%201.83%200%200%201-.6%201.12a2.28%202.28%200%200%201-1.37.33h-.8l.54-2.76h1a1.6%201.6%200%200%201%201.13.29c.16.18.16.52.1%201.02z%22%20fill%3D%22currentColor%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%20d%3D%22M2.15%2016.78h1.57a.14.14%200%200%200%20.14-.12l.35-1.82h1.22a4.88%204.88%200%200%200%201.51-.2A2.79%202.79%200%200%200%208%2014a3.18%203.18%200%200%200%20.67-.85a3.43%203.43%200%200%200%20.36-1a2.43%202.43%200%200%200-.41-2.16a2.64%202.64%200%200%200-2.09-.78h-3a.16.16%200%200%200-.15.13L2%2016.6a.19.19%200%200%200%200%20.13a.17.17%200%200%200%20.15.05zM5%2010.62h1a1.45%201.45%200%200%201%201.08.29c.17.18.2.52.11%201a1.81%201.81%200%200%201-.57%201.12a2.17%202.17%200%200%201-1.33.33h-.8zm9.8-.95a2.7%202.7%200%200%200-1.88-.51h-1.19l.33-1.76a.15.15%200%200%200%200-.13a.16.16%200%200%200-.11%200h-1.57a.14.14%200%200%200-.14.12l-1.38%207.27a.13.13%200%200%200%200%20.12a.13.13%200%200%200%20.11.06h1.54a.14.14%200%200%200%20.14-.13l.77-4.07h1.11c.45%200%20.61.1.66.16a.81.81%200%200%201%200%20.62l-.61%203.24a.13.13%200%200%200%200%20.12a.14.14%200%200%200%20.11.06h1.56a.16.16%200%200%200%20.15-.13l.64-3.4a1.7%201.7%200%200%200-.24-1.64zm4.52-.51h-3.13a.14.14%200%200%200-.15.13l-1.46%207.31a.16.16%200%200%200%200%20.13a.14.14%200%200%200%20.11.05h1.63a.14.14%200%200%200%20.15-.12l.37-1.82h1.27a5.28%205.28%200%200%200%201.56-.2a3%203%200%200%200%201.18-.64a3.31%203.31%200%200%200%20.7-.85a3.45%203.45%200%200%200%20.37-1a2.38%202.38%200%200%200-.42-2.16a2.81%202.81%200%200%200-2.18-.83zm.62%202.77a1.83%201.83%200%200%201-.6%201.12a2.28%202.28%200%200%201-1.37.33h-.8l.54-2.76h1a1.6%201.6%200%200%201%201.13.29c.16.18.16.52.1%201.02z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/bxl-php.svg?color=%231a73e8&size=48