Create the perfect logo for your business, company, or website with our logo maker.

Make a strong first impression on your company’s website with a great logo. Lucky for you, creating one has never been easier with an online logo maker.

No design experience needed!

First impressions matter.

Did you know website visitors form an opinion about the quality of a site within 50 milliseconds?

The look and feel of your website, specifically the logo and other visuals, can be the first thing people visiting your website see or read so it’s important to be thoughtful and consistent.

Source: Nature, 2006

Bring out your style.

WordPress.com has partnered with Fiverr to help you create a professional logo that won’t break the bank. Make all of the customizations and changes you need.

Make a professional logo in a few clicks today.

props.container_class || ''; props.id = $.trim( $this.attr( 'id' ) || '' ); props.class = $.trim( $this.attr( 'class' ) || '' ); props.href = $.trim( $this.attr( 'href' ) || '' ); props.target = $.trim( $this.attr( 'target' ) || '' ); props.text = $.trim( $this.text() ); props.path = config.currentPagePath || ''; props.name = config.currentPageName || ''; props.locale = config.currentPageLocale || ''; props.variation = config.pageVariation || ''; props.personal_variation = config.pagePersonalVariation || ''; props.lp_name = config.currentPageName || ''; props.lp_variation = config.pageVariation || ''; props.lp_personal_variation = config.pagePersonalVariation || ''; $.extend( props, kit.getQueryVars( '', kit.QUERY_PARAMS ) ); props.is_cta = $this.hasClass( 'is-cta' ); props.is_button = $this.hasClass( 'lpc-button' ) || $this.hasClass( 'button' ); props.is_in_header_nav = $this.hasClass( 'x-nav-link' ) || $this.hasClass( 'x-dropdown-link' ) || $this.hasClass( 'x-menu-link' ) || $section.is( '.lpc-header-nav' ) || $section.is( '.wpcom-masterbar.wpcom-header' ); window._tkq.push( [ 'recordEvent', 'wpcom_link_click', props ] ); if ( window.ga ) { // Contingent upon GDPR cookie banner consent in some cases. window.ga( 'send', 'event', 'Clicks', 'wpcom_link_click', ( props.id ? '#' + props.id + ':' : '' ) + props.href ); } if ( props.is_in_header_nav || props.is_cta || props.is_button ) { if ( props.href && 0 !== props.href.indexOf( '#' ) && -1 !== [ '', '_top', '_self' ].indexOf( props.target ) ) { event.preventDefault(); // Allow time for trackers to record the click. setTimeout( function() { document.location = props.href; }, 300 ); } } } ); } function setupLocaleChangeTracking() { function createLocaleCookie( locale ) { var cookieDomain = '.wordpress.com'; var cookieName = 'wpcom_locale'; var date = new Date(); date.setTime( date.getTime() + ( 5 * 365 * 24 * 60 * 60 * 1000 ) ); var expires = " expires=" + date.toGMTString(); document.cookie = cookieName + '=' + locale + ';' + expires +'; path=/; domain=' + cookieDomain; } function createStatsRequest( locale, href ) { var languageChangeStat = new Image(); languageChangeStat.onload = function() { window.location.href = href; }; languageChangeStat.onerror = languageChangeStat.onload; languageChangeStat.src = '../../pixel.wp.com/g31d0.gif?v=wpcom-no-pv&x_language-switcher=manual-switch-' + locale + '&rm=' + Math.random(); } $( 'body' ).on( 'click', '.lp-language-picker a[lang]', function( event ) { event.preventDefault(); var $el = $( this ); var code = $el.attr( 'lang' ); var href = $el.attr( 'href' ); createLocaleCookie( code ); createStatsRequest( code, href ); } ); } function trackFacebookWebinarClicks () { var facebookPixelURL = 'https://www.facebook.com/tr?id=759053181468957&ev=SubscribedButtonClick&noscript=1'; $( 'body' ).on( 'click', '.webinar-facebook-click-track', function( event ) { var facebookImgPixel = document.createElement( 'img' ); facebookImgPixel.width = 1; facebookImgPixel.height = 1; facebookImgPixel.src = facebookPixelURL; document.body.appendChild( facebookImgPixel ); } ); } function applyLinkers() { kit.linkQueryVars( [ { includeRegExps: [ /^(?:[^\/]+\.)?(?:wordpress|jetpack|woocommerce|crowdsignal|wpjobmanager)\.com(?:\/|$)/i, ], linkQueryVars: [ 'aff', 'affiliate', 'cid', // Aff campaign ID. 'sid', // Aff sub ID. ], }, { includeRegExps: [ /^(?:[^\/]+\.)?(?:wordpress|jetpack)\.com(?:\/|$)/i, ], linkQueryVars: [ 'coupon', ], }, ] ); } // Linkers. applyLinkers(); // Normal pixels. if ( kit.doNotTrack() ) { if ( gaOptimize ) { gaOptimize.endAsyncDim(); } return; // Respect DNT header. // } else if( gaOptimize && ( false === cb.getOptions().ok || false === cb.getOptions().buckets.analytics ) ) { gaOptimize.endAsyncDim(); // Stop dimming Google Optimize. It's not going to run anyway. } cb.addTracker( 'essential', false, fireCurrencyHandlers ); cb.addTracker( 'analytics', false, fireTracks ); cb.addTracker( 'analytics', false, fireAffiliateReferrals ); cb.addTracker( 'analytics', false, setupTracksGAClickTracking ); cb.addTracker( 'analytics', false, setupTracksGAScrollTracking ); cb.addTracker( 'analytics', false, setupLocaleChangeTracking ); // Sensitive pixels. cb.addTracker( 'analytics', true, fireGoogleAnalytics ); cb.addTracker( 'advertising', true, loadGoogleAdsGtag ); cb.addTracker( 'advertising', true, fireFacebook ); cb.addTracker( 'advertising', true, trackFacebookWebinarClicks ); cb.addTracker( 'advertising', true, fireBing ); cb.addTracker( 'analytics', true, fireGoogleAnalyticsFour ); // Maybe fire trackers now, via cookie banner. cb.maybeFireTrackers(); } ); }; if ( window.defQueue && defQueue.isLOHP && defQueue.isLOHP === 2020 ) { defQueue.items.push( setupAnalytics ); } else { setupAnalytics(); } } )();