Icons, photos, and design elements

For Free Icons:

For public domain photos:
https://pixabay.com/

https://www.pexels.com/

Landing Page Templates
https://startbootstrap.com/template-categories/landing-pages/

1 Like

Here are more sites:

I use these icons:
https://fontawesome.com/

Free clip art:
https://openclipart.org/

I saw in a tutorial that you can use images from unsplash as placeholders in mockups.

Example:

<img src="https://source.unsplash.com/random/500x280" width="500" height="280">

The image is random and may change.

There is also placekitten.

<img src="http://placekitten.com/600/600" width="600" height="600">

2.8 million more free images.

@Josh I like the unspash source api and the idea of using it as a placeholder.

It lets you grab random images with no setup / request headers, and you can specify dimensions and even search terms eg https://source.unsplash.com/1600x900/?buildings,oranges

I used it a while ago in my image glitch project. To be honest this wasn’t a great use case for it since it can be a bit slow if you are trying to rapidly grab new images but it was good for doing a practice project without having to register for an api account or deal with secret keys, etc.

1 Like

I saw this today.

Here’s another resource:

Icons:
https://thenounproject.com/

I’m not sure if they have been mentioned in the resources above, but here are more:

Rough.js looks pretty interesting.

2 Likes