Mascot logo

마스코트 로고

A logo built around a character — often human or animal — that carries a personality, trading a bit of formality for friendliness and shareability.

Also known as: Brand mascotCharacter mark
···
html
<div class="ms">
  <svg viewBox="0 0 120 120" width="46%" style="aspect-ratio:1">
    <g id="body">
      <ellipse cx="60" cy="66" rx="38" ry="34" fill="var(--accent)"/>
      <circle cx="34" cy="34" r="10" fill="var(--accent)"/>
      <circle cx="86" cy="34" r="10" fill="var(--accent)"/>
      <g id="eyes">
        <ellipse cx="46" cy="60" rx="5" ry="7" fill="var(--bg)"/>
        <ellipse cx="74" cy="60" rx="5" ry="7" fill="var(--bg)"/>
      </g>
      <path d="M44 78 Q60 90 76 78" stroke="var(--bg)" stroke-width="4" fill="none" stroke-linecap="round"/>
    </g>
  </svg>
  <p class="cap">Buddy Bytes</p>
</div>
css
.ms{display:flex;flex-direction:column;align-items:center;gap:8px}
.cap{margin:0;font-size:12px;font-weight:700;color:var(--fg)}
#body{animation:bounce 1.8s ease-in-out infinite;transform-origin:60px 100px}
#eyes{animation:blink 3.4s ease-in-out infinite;transform-origin:60px 60px}
@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}
@keyframes blink{0%,92%,100%{transform:scaleY(1)}96%{transform:scaleY(.12)}}

A mascot logo represents the brand through a character with a personality — a person, an animal, or an object given a face. Where an abstract symbol or a wordmark communicates what the brand is, a mascot leans toward communicating what it's like — playful, dependable, clever.

Its biggest advantage is that a character, unlike a static symbol, can keep changing pose, expression and outfit for the season or the campaign: dressed up for a holiday, handing over a new product at launch. That flexibility keeps it showing up naturally across social media, merchandise and stickers in ways a fixed mark can't.

The risks run the other way, though — the character can end up more famous than the brand itself, or its personality can clash with a serious category like finance or healthcare and quietly erode trust. It tends to work best where the brand wants to feel approachable rather than formal: food and beverage, games, kids' products.

When to use

Use it for F&B, games and kids' brands that want to talk with customers casually and often. Approach it carefully in finance or healthcare, where formality and trust come first.