---
title: CCRP logo vector .ai
description: Clark County Republican Party - Get the Latest Republican News and Events in Clark County, WA
url: https://clarkrepublicans.org/media-kit/33-media-kit/737-ccrp-logo-vector-ai
---



# CCRP logo vector .ai


 
 

# CCRP logo vector .ai


 

### Description



original logo designed in Adobe Illustrator



Last Updated Date

06-26-2025



Category

[Media Kit](https://clarkrepublicans.org/index.php?option=com_edocman&view=category&id=33&Itemid=1076 "Media Kit")



File Name

GOP-Logo-final.ai



Version

2



File Size

2.4 MB



File Type

application/illustrator


 

[Download](https://clarkrepublicans.org/media-kit/737-ccrp-logo-vector-ai/download)


 
 

[Download](https://clarkrepublicans.org/media-kit/737-ccrp-logo-vector-ai/download)



${message}


 
 `;
 
 // Add toast to container
 toastContainer.appendChild(toast);
 
 // Animate in
 setTimeout(() => {
 toast.classList.add('edocman-toast-show');
 }, 10);
 
 // Auto remove after 5 seconds
 setTimeout(() => {
 toast.classList.remove('edocman-toast-show');
 setTimeout(() => {
 toast.remove();
 
 // Remove container if empty
 if (toastContainer.children.length === 0) {
 toastContainer.remove();
 }
 }, 300);
 }, 5000);
 }
