All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.silentsoft.simpleicons.icons.PexelsIcon Maven / Gradle / Ivy

Go to download

SimpleIcons4J is a Java implementation of the simple-icons JavaScript library and is inspired by simpleicons.org.

The newest version!
package org.silentsoft.simpleicons.icons;

/**
 * 
 * 

The Pexels Icon.

* pexels is used as the icon's slug. */ public class PexelsIcon extends org.silentsoft.simpleicons.Icon { public PexelsIcon() { super(); setTitle("Pexels"); setSlug("pexels"); setHex("05A081"); setSource("https://www.pexels.com/"); setSvg("Pexels"); setPath("M1.5 0A1.5 1.5 0 000 1.5v21A1.5 1.5 0 001.5 24h21a1.5 1.5 0 001.5-1.5v-21A1.5 1.5 0 0022.5 0h-21zm6.75 6.75h5.2715a3.843 3.843 0 01.627 7.6348V17.25H8.25V6.75zm1.5 1.5v7.5h2.8984v-2.8145h.873a2.343 2.343 0 100-4.6855H9.75Z"); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy