Using the Scout Logo
Get the Code Snippet
To get the code snippet, choose a logo option below and copy and paste the associated code snippet.
There are a number of ways to do this, but the easiest way is to:
- Highlight the code snippet with your cursor
- Click the "Edit" menu
- Click "Select All"
- Click the "Edit" menu again
- Click "Copy"
This will copy the code snippet to your clipboard. Once in your clipboard, it can be pasted wherever it's needed.
Great, now how do I add the Code Snippet to my website?
We're glad you asked! Check out this article to learn how
Logo Options
Option 1
Dark text with a blue circle around our friendly pup, Scout. This version is great when placing the Scout logo on a light colored background.
Code Snippet
<a href="https://scoutforpets.com/?utm_source=3rd_party_link&utm_medium=logo_link&utm_campaign=awareness&utm_content=media_kit" title="Powered by Scout" target="_blank">
<img width="300" src="https://scout-files.azureedge.net/media-kit/pbs-b.svg" alt="Powered by Scout" />
</a>
Option 2
Dark text with a green circle around our friendly pup, Scout. This version is also great for placing the Scout logo on a light colored background.
Code Snippet
<a href="https://scoutforpets.com/?utm_source=3rd_party_link&utm_medium=logo_link&utm_campaign=awareness&utm_content=media_kit" title="Powered by Scout" target="_blank">
<img width="300" src="https://scout-files.azureedge.net/media-kit/pbs-g.svg" alt="Powered by Scout" />
</a>
Option 3
White text with a transparent background. This version is great when placing the Scout logo on a dark background.
Note: the grey background is just to show how the logo will look on a dark colored background. The image is transparent meaning the background color of your website will show through.
Code Snippet
<a href="https://scoutforpets.com/?utm_source=3rd_party_link&utm_medium=logo_link&utm_campaign=awareness&utm_content=media_kit" title="Powered by Scout" target="_blank">
<img width="300" src="https://scout-files.azureedge.net/media-kit/pbs-t.svg" alt="Powered by Scout" />
</a>