clown-face from Emoji One (Colored) by Emoji One · Default · People · CC-BY-4.0 Attribution required.

Name
clown-face
Set
Emoji One (Colored)
Style
Default
Category
People
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More people icons from Emoji One (Colored)

Use the clown face emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#42ade2" d="M62 27.2c0-3-1.5-5.6-3.9-7.1c.3-.9.5-1.9.5-2.9c0-4.7-3.7-8.6-8.3-8.7C49 6 46.4 4.2 43.4 4.2c-1.5 0-2.9.4-4.1 1.2C37.8 3.4 35.1 2 32 2s-5.8 1.4-7.4 3.4c-1.2-.8-2.6-1.2-4.1-1.2c-3 0-5.6 1.7-6.9 4.3c-4.6.1-8.3 3.9-8.3 8.7c0 1 .2 2 .5 2.9C3.5 21.6 2 24.2 2 27.2c0 2 .7 3.9 1.9 5.4c-.5 1-.8 2.1-.8 3.3c0 2.7 1.5 5.1 3.7 6.3c0 .3-.1.5-.1.8c0 3.9 3.1 7.1 6.9 7.1h36.7c3.8 0 6.9-3.2 6.9-7.1v-.8c2.2-1.2 3.7-3.6 3.7-6.3c0-1.2-.3-2.3-.8-3.3c1.2-1.5 1.9-3.3 1.9-5.4"/><path fill="#fed0ac" d="M51.8 35c-.1.9-.3 1.8-.6 2.3c-.5.9-1.4 1.4-1.4 1.4s.3-.9.2-3.4c-1.3-19.9-3.7-11-17.9-11s-16.6-8.9-17.9 11c-.1 2.5.2 3.4.2 3.4s-.9-.5-1.4-1.4c-.3-.5-.4-1.3-.6-2.3c-1.5-.4-3.5-.1-3.5 4.3c0 2.7 1 5 4.4 5.2c1.4 11 5.7 12.8 14.3 16.7c2.3 1 6.9 1 9.1 0c8.6-3.9 12.9-5.7 14.3-16.7c3.4-.2 4.4-2.5 4.4-5.2c-.2-4.4-2.1-4.7-3.6-4.3"/><path fill="#f5f5f5" d="M49.1 35.5c-1.3-19.2-3.5-9.9-17.1-9.9s-15.8-9.3-17.1 9.9c-.1 2.4.4 6.7.7 8.9c.8 5.2 3.9 12.2 12 16c2.2 1 6.6 1 8.7 0c8.2-3.7 11.3-10.8 12-16c.4-2.3.9-6.6.8-8.9"/><path fill="#574137" d="M41.2 49.3c-3.8 3.9-3.3 8.8-9.2 8.8s-5.4-4.9-9.2-8.8c-3.7-3.9 5.1.5 9.2.5s12.9-4.4 9.2-.5"/><path fill="#fff" d="M38.9 48.2L32 49.8l-6.9-1.6s-.2 1.6.5 2.3c1 1 4.8 1.5 6.5 1.5s5.4-.5 6.5-1.5c.5-.6.3-2.3.3-2.3"/><path fill="#ff717f" d="M32 55.1c-2.8 0-3.7 2-3.7 2l3.7.6l3.7-.6s-.9-2-3.7-2"/><path fill="#cf4350" d="M32 49c-2.3 0-15.8-5-9.9.6c3.2 3 3.2 10 9.9 10s6.7-6.9 9.9-10c5.9-5.6-7.6-.6-9.9-.6m7.9 1.1c-3.3 3.3-2.8 7.3-7.9 7.4c-5.1 0-4.6-4.1-7.9-7.4c-3.2-3.2 4.4.4 7.9.4s11.1-3.7 7.9-.4"/><circle cx="32" cy="43.4" r="6.6" fill="#ff5263"/><path fill="#f5f5f5" d="M27 35.8c0 2.9-8 2.9-8 0c0-9.9 8-9.9 8 0"/><path fill="#3e4347" d="M27.7 36.2c0 3.7-10 3.7-10 0c0-12.3 10-12.3 10 0"/><path fill="#f5f5f5" d="M27.4 36.3c0 2.9-8 2.9-8 0c0-9.9 8-9.9 8 0"/><ellipse cx="23.7" cy="34.5" fill="#0a84a5" rx="2.5" ry="3.5"/><circle cx="23.7" cy="34.5" r=".8" fill="#231f20"/><path fill="#3e4347" d="M36.3 36.2c0 3.7 10 3.7 10 0c0-12.3-10-12.3-10 0"/><path fill="#f5f5f5" d="M36.6 36.3c0 2.9 8 2.9 8 0c0-9.9-8-9.9-8 0"/><ellipse cx="40.3" cy="34.5" fill="#0a84a5" rx="2.5" ry="3.5"/><circle cx="40.3" cy="34.5" r=".8" fill="#231f20"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneClownFace(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#42ade2" d="M62 27.2c0-3-1.5-5.6-3.9-7.1c.3-.9.5-1.9.5-2.9c0-4.7-3.7-8.6-8.3-8.7C49 6 46.4 4.2 43.4 4.2c-1.5 0-2.9.4-4.1 1.2C37.8 3.4 35.1 2 32 2s-5.8 1.4-7.4 3.4c-1.2-.8-2.6-1.2-4.1-1.2c-3 0-5.6 1.7-6.9 4.3c-4.6.1-8.3 3.9-8.3 8.7c0 1 .2 2 .5 2.9C3.5 21.6 2 24.2 2 27.2c0 2 .7 3.9 1.9 5.4c-.5 1-.8 2.1-.8 3.3c0 2.7 1.5 5.1 3.7 6.3c0 .3-.1.5-.1.8c0 3.9 3.1 7.1 6.9 7.1h36.7c3.8 0 6.9-3.2 6.9-7.1v-.8c2.2-1.2 3.7-3.6 3.7-6.3c0-1.2-.3-2.3-.8-3.3c1.2-1.5 1.9-3.3 1.9-5.4"/><path fill="#fed0ac" d="M51.8 35c-.1.9-.3 1.8-.6 2.3c-.5.9-1.4 1.4-1.4 1.4s.3-.9.2-3.4c-1.3-19.9-3.7-11-17.9-11s-16.6-8.9-17.9 11c-.1 2.5.2 3.4.2 3.4s-.9-.5-1.4-1.4c-.3-.5-.4-1.3-.6-2.3c-1.5-.4-3.5-.1-3.5 4.3c0 2.7 1 5 4.4 5.2c1.4 11 5.7 12.8 14.3 16.7c2.3 1 6.9 1 9.1 0c8.6-3.9 12.9-5.7 14.3-16.7c3.4-.2 4.4-2.5 4.4-5.2c-.2-4.4-2.1-4.7-3.6-4.3"/><path fill="#f5f5f5" d="M49.1 35.5c-1.3-19.2-3.5-9.9-17.1-9.9s-15.8-9.3-17.1 9.9c-.1 2.4.4 6.7.7 8.9c.8 5.2 3.9 12.2 12 16c2.2 1 6.6 1 8.7 0c8.2-3.7 11.3-10.8 12-16c.4-2.3.9-6.6.8-8.9"/><path fill="#574137" d="M41.2 49.3c-3.8 3.9-3.3 8.8-9.2 8.8s-5.4-4.9-9.2-8.8c-3.7-3.9 5.1.5 9.2.5s12.9-4.4 9.2-.5"/><path fill="#fff" d="M38.9 48.2L32 49.8l-6.9-1.6s-.2 1.6.5 2.3c1 1 4.8 1.5 6.5 1.5s5.4-.5 6.5-1.5c.5-.6.3-2.3.3-2.3"/><path fill="#ff717f" d="M32 55.1c-2.8 0-3.7 2-3.7 2l3.7.6l3.7-.6s-.9-2-3.7-2"/><path fill="#cf4350" d="M32 49c-2.3 0-15.8-5-9.9.6c3.2 3 3.2 10 9.9 10s6.7-6.9 9.9-10c5.9-5.6-7.6-.6-9.9-.6m7.9 1.1c-3.3 3.3-2.8 7.3-7.9 7.4c-5.1 0-4.6-4.1-7.9-7.4c-3.2-3.2 4.4.4 7.9.4s11.1-3.7 7.9-.4"/><circle cx="32" cy="43.4" r="6.6" fill="#ff5263"/><path fill="#f5f5f5" d="M27 35.8c0 2.9-8 2.9-8 0c0-9.9 8-9.9 8 0"/><path fill="#3e4347" d="M27.7 36.2c0 3.7-10 3.7-10 0c0-12.3 10-12.3 10 0"/><path fill="#f5f5f5" d="M27.4 36.3c0 2.9-8 2.9-8 0c0-9.9 8-9.9 8 0"/><ellipse cx="23.7" cy="34.5" fill="#0a84a5" rx="2.5" ry="3.5"/><circle cx="23.7" cy="34.5" r=".8" fill="#231f20"/><path fill="#3e4347" d="M36.3 36.2c0 3.7 10 3.7 10 0c0-12.3-10-12.3-10 0"/><path fill="#f5f5f5" d="M36.6 36.3c0 2.9 8 2.9 8 0c0-9.9-8-9.9-8 0"/><ellipse cx="40.3" cy="34.5" fill="#0a84a5" rx="2.5" ry="3.5"/><circle cx="40.3" cy="34.5" r=".8" fill="#231f20"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#42ade2" d="M62 27.2c0-3-1.5-5.6-3.9-7.1c.3-.9.5-1.9.5-2.9c0-4.7-3.7-8.6-8.3-8.7C49 6 46.4 4.2 43.4 4.2c-1.5 0-2.9.4-4.1 1.2C37.8 3.4 35.1 2 32 2s-5.8 1.4-7.4 3.4c-1.2-.8-2.6-1.2-4.1-1.2c-3 0-5.6 1.7-6.9 4.3c-4.6.1-8.3 3.9-8.3 8.7c0 1 .2 2 .5 2.9C3.5 21.6 2 24.2 2 27.2c0 2 .7 3.9 1.9 5.4c-.5 1-.8 2.1-.8 3.3c0 2.7 1.5 5.1 3.7 6.3c0 .3-.1.5-.1.8c0 3.9 3.1 7.1 6.9 7.1h36.7c3.8 0 6.9-3.2 6.9-7.1v-.8c2.2-1.2 3.7-3.6 3.7-6.3c0-1.2-.3-2.3-.8-3.3c1.2-1.5 1.9-3.3 1.9-5.4"/><path fill="#fed0ac" d="M51.8 35c-.1.9-.3 1.8-.6 2.3c-.5.9-1.4 1.4-1.4 1.4s.3-.9.2-3.4c-1.3-19.9-3.7-11-17.9-11s-16.6-8.9-17.9 11c-.1 2.5.2 3.4.2 3.4s-.9-.5-1.4-1.4c-.3-.5-.4-1.3-.6-2.3c-1.5-.4-3.5-.1-3.5 4.3c0 2.7 1 5 4.4 5.2c1.4 11 5.7 12.8 14.3 16.7c2.3 1 6.9 1 9.1 0c8.6-3.9 12.9-5.7 14.3-16.7c3.4-.2 4.4-2.5 4.4-5.2c-.2-4.4-2.1-4.7-3.6-4.3"/><path fill="#f5f5f5" d="M49.1 35.5c-1.3-19.2-3.5-9.9-17.1-9.9s-15.8-9.3-17.1 9.9c-.1 2.4.4 6.7.7 8.9c.8 5.2 3.9 12.2 12 16c2.2 1 6.6 1 8.7 0c8.2-3.7 11.3-10.8 12-16c.4-2.3.9-6.6.8-8.9"/><path fill="#574137" d="M41.2 49.3c-3.8 3.9-3.3 8.8-9.2 8.8s-5.4-4.9-9.2-8.8c-3.7-3.9 5.1.5 9.2.5s12.9-4.4 9.2-.5"/><path fill="#fff" d="M38.9 48.2L32 49.8l-6.9-1.6s-.2 1.6.5 2.3c1 1 4.8 1.5 6.5 1.5s5.4-.5 6.5-1.5c.5-.6.3-2.3.3-2.3"/><path fill="#ff717f" d="M32 55.1c-2.8 0-3.7 2-3.7 2l3.7.6l3.7-.6s-.9-2-3.7-2"/><path fill="#cf4350" d="M32 49c-2.3 0-15.8-5-9.9.6c3.2 3 3.2 10 9.9 10s6.7-6.9 9.9-10c5.9-5.6-7.6-.6-9.9-.6m7.9 1.1c-3.3 3.3-2.8 7.3-7.9 7.4c-5.1 0-4.6-4.1-7.9-7.4c-3.2-3.2 4.4.4 7.9.4s11.1-3.7 7.9-.4"/><circle cx="32" cy="43.4" r="6.6" fill="#ff5263"/><path fill="#f5f5f5" d="M27 35.8c0 2.9-8 2.9-8 0c0-9.9 8-9.9 8 0"/><path fill="#3e4347" d="M27.7 36.2c0 3.7-10 3.7-10 0c0-12.3 10-12.3 10 0"/><path fill="#f5f5f5" d="M27.4 36.3c0 2.9-8 2.9-8 0c0-9.9 8-9.9 8 0"/><ellipse cx="23.7" cy="34.5" fill="#0a84a5" rx="2.5" ry="3.5"/><circle cx="23.7" cy="34.5" r=".8" fill="#231f20"/><path fill="#3e4347" d="M36.3 36.2c0 3.7 10 3.7 10 0c0-12.3-10-12.3-10 0"/><path fill="#f5f5f5" d="M36.6 36.3c0 2.9 8 2.9 8 0c0-9.9-8-9.9-8 0"/><ellipse cx="40.3" cy="34.5" fill="#0a84a5" rx="2.5" ry="3.5"/><circle cx="40.3" cy="34.5" r=".8" fill="#231f20"/></svg>
</template>

CSS

.icon-clown-face {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cpath%20fill%3D%22%2342ade2%22%20d%3D%22M62%2027.2c0-3-1.5-5.6-3.9-7.1c.3-.9.5-1.9.5-2.9c0-4.7-3.7-8.6-8.3-8.7C49%206%2046.4%204.2%2043.4%204.2c-1.5%200-2.9.4-4.1%201.2C37.8%203.4%2035.1%202%2032%202s-5.8%201.4-7.4%203.4c-1.2-.8-2.6-1.2-4.1-1.2c-3%200-5.6%201.7-6.9%204.3c-4.6.1-8.3%203.9-8.3%208.7c0%201%20.2%202%20.5%202.9C3.5%2021.6%202%2024.2%202%2027.2c0%202%20.7%203.9%201.9%205.4c-.5%201-.8%202.1-.8%203.3c0%202.7%201.5%205.1%203.7%206.3c0%20.3-.1.5-.1.8c0%203.9%203.1%207.1%206.9%207.1h36.7c3.8%200%206.9-3.2%206.9-7.1v-.8c2.2-1.2%203.7-3.6%203.7-6.3c0-1.2-.3-2.3-.8-3.3c1.2-1.5%201.9-3.3%201.9-5.4%22%2F%3E%3Cpath%20fill%3D%22%23fed0ac%22%20d%3D%22M51.8%2035c-.1.9-.3%201.8-.6%202.3c-.5.9-1.4%201.4-1.4%201.4s.3-.9.2-3.4c-1.3-19.9-3.7-11-17.9-11s-16.6-8.9-17.9%2011c-.1%202.5.2%203.4.2%203.4s-.9-.5-1.4-1.4c-.3-.5-.4-1.3-.6-2.3c-1.5-.4-3.5-.1-3.5%204.3c0%202.7%201%205%204.4%205.2c1.4%2011%205.7%2012.8%2014.3%2016.7c2.3%201%206.9%201%209.1%200c8.6-3.9%2012.9-5.7%2014.3-16.7c3.4-.2%204.4-2.5%204.4-5.2c-.2-4.4-2.1-4.7-3.6-4.3%22%2F%3E%3Cpath%20fill%3D%22%23f5f5f5%22%20d%3D%22M49.1%2035.5c-1.3-19.2-3.5-9.9-17.1-9.9s-15.8-9.3-17.1%209.9c-.1%202.4.4%206.7.7%208.9c.8%205.2%203.9%2012.2%2012%2016c2.2%201%206.6%201%208.7%200c8.2-3.7%2011.3-10.8%2012-16c.4-2.3.9-6.6.8-8.9%22%2F%3E%3Cpath%20fill%3D%22%23574137%22%20d%3D%22M41.2%2049.3c-3.8%203.9-3.3%208.8-9.2%208.8s-5.4-4.9-9.2-8.8c-3.7-3.9%205.1.5%209.2.5s12.9-4.4%209.2-.5%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M38.9%2048.2L32%2049.8l-6.9-1.6s-.2%201.6.5%202.3c1%201%204.8%201.5%206.5%201.5s5.4-.5%206.5-1.5c.5-.6.3-2.3.3-2.3%22%2F%3E%3Cpath%20fill%3D%22%23ff717f%22%20d%3D%22M32%2055.1c-2.8%200-3.7%202-3.7%202l3.7.6l3.7-.6s-.9-2-3.7-2%22%2F%3E%3Cpath%20fill%3D%22%23cf4350%22%20d%3D%22M32%2049c-2.3%200-15.8-5-9.9.6c3.2%203%203.2%2010%209.9%2010s6.7-6.9%209.9-10c5.9-5.6-7.6-.6-9.9-.6m7.9%201.1c-3.3%203.3-2.8%207.3-7.9%207.4c-5.1%200-4.6-4.1-7.9-7.4c-3.2-3.2%204.4.4%207.9.4s11.1-3.7%207.9-.4%22%2F%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2243.4%22%20r%3D%226.6%22%20fill%3D%22%23ff5263%22%2F%3E%3Cpath%20fill%3D%22%23f5f5f5%22%20d%3D%22M27%2035.8c0%202.9-8%202.9-8%200c0-9.9%208-9.9%208%200%22%2F%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22M27.7%2036.2c0%203.7-10%203.7-10%200c0-12.3%2010-12.3%2010%200%22%2F%3E%3Cpath%20fill%3D%22%23f5f5f5%22%20d%3D%22M27.4%2036.3c0%202.9-8%202.9-8%200c0-9.9%208-9.9%208%200%22%2F%3E%3Cellipse%20cx%3D%2223.7%22%20cy%3D%2234.5%22%20fill%3D%22%230a84a5%22%20rx%3D%222.5%22%20ry%3D%223.5%22%2F%3E%3Ccircle%20cx%3D%2223.7%22%20cy%3D%2234.5%22%20r%3D%22.8%22%20fill%3D%22%23231f20%22%2F%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22M36.3%2036.2c0%203.7%2010%203.7%2010%200c0-12.3-10-12.3-10%200%22%2F%3E%3Cpath%20fill%3D%22%23f5f5f5%22%20d%3D%22M36.6%2036.3c0%202.9%208%202.9%208%200c0-9.9-8-9.9-8%200%22%2F%3E%3Cellipse%20cx%3D%2240.3%22%20cy%3D%2234.5%22%20fill%3D%22%230a84a5%22%20rx%3D%222.5%22%20ry%3D%223.5%22%2F%3E%3Ccircle%20cx%3D%2240.3%22%20cy%3D%2234.5%22%20r%3D%22.8%22%20fill%3D%22%23231f20%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cpath%20fill%3D%22%2342ade2%22%20d%3D%22M62%2027.2c0-3-1.5-5.6-3.9-7.1c.3-.9.5-1.9.5-2.9c0-4.7-3.7-8.6-8.3-8.7C49%206%2046.4%204.2%2043.4%204.2c-1.5%200-2.9.4-4.1%201.2C37.8%203.4%2035.1%202%2032%202s-5.8%201.4-7.4%203.4c-1.2-.8-2.6-1.2-4.1-1.2c-3%200-5.6%201.7-6.9%204.3c-4.6.1-8.3%203.9-8.3%208.7c0%201%20.2%202%20.5%202.9C3.5%2021.6%202%2024.2%202%2027.2c0%202%20.7%203.9%201.9%205.4c-.5%201-.8%202.1-.8%203.3c0%202.7%201.5%205.1%203.7%206.3c0%20.3-.1.5-.1.8c0%203.9%203.1%207.1%206.9%207.1h36.7c3.8%200%206.9-3.2%206.9-7.1v-.8c2.2-1.2%203.7-3.6%203.7-6.3c0-1.2-.3-2.3-.8-3.3c1.2-1.5%201.9-3.3%201.9-5.4%22%2F%3E%3Cpath%20fill%3D%22%23fed0ac%22%20d%3D%22M51.8%2035c-.1.9-.3%201.8-.6%202.3c-.5.9-1.4%201.4-1.4%201.4s.3-.9.2-3.4c-1.3-19.9-3.7-11-17.9-11s-16.6-8.9-17.9%2011c-.1%202.5.2%203.4.2%203.4s-.9-.5-1.4-1.4c-.3-.5-.4-1.3-.6-2.3c-1.5-.4-3.5-.1-3.5%204.3c0%202.7%201%205%204.4%205.2c1.4%2011%205.7%2012.8%2014.3%2016.7c2.3%201%206.9%201%209.1%200c8.6-3.9%2012.9-5.7%2014.3-16.7c3.4-.2%204.4-2.5%204.4-5.2c-.2-4.4-2.1-4.7-3.6-4.3%22%2F%3E%3Cpath%20fill%3D%22%23f5f5f5%22%20d%3D%22M49.1%2035.5c-1.3-19.2-3.5-9.9-17.1-9.9s-15.8-9.3-17.1%209.9c-.1%202.4.4%206.7.7%208.9c.8%205.2%203.9%2012.2%2012%2016c2.2%201%206.6%201%208.7%200c8.2-3.7%2011.3-10.8%2012-16c.4-2.3.9-6.6.8-8.9%22%2F%3E%3Cpath%20fill%3D%22%23574137%22%20d%3D%22M41.2%2049.3c-3.8%203.9-3.3%208.8-9.2%208.8s-5.4-4.9-9.2-8.8c-3.7-3.9%205.1.5%209.2.5s12.9-4.4%209.2-.5%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M38.9%2048.2L32%2049.8l-6.9-1.6s-.2%201.6.5%202.3c1%201%204.8%201.5%206.5%201.5s5.4-.5%206.5-1.5c.5-.6.3-2.3.3-2.3%22%2F%3E%3Cpath%20fill%3D%22%23ff717f%22%20d%3D%22M32%2055.1c-2.8%200-3.7%202-3.7%202l3.7.6l3.7-.6s-.9-2-3.7-2%22%2F%3E%3Cpath%20fill%3D%22%23cf4350%22%20d%3D%22M32%2049c-2.3%200-15.8-5-9.9.6c3.2%203%203.2%2010%209.9%2010s6.7-6.9%209.9-10c5.9-5.6-7.6-.6-9.9-.6m7.9%201.1c-3.3%203.3-2.8%207.3-7.9%207.4c-5.1%200-4.6-4.1-7.9-7.4c-3.2-3.2%204.4.4%207.9.4s11.1-3.7%207.9-.4%22%2F%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2243.4%22%20r%3D%226.6%22%20fill%3D%22%23ff5263%22%2F%3E%3Cpath%20fill%3D%22%23f5f5f5%22%20d%3D%22M27%2035.8c0%202.9-8%202.9-8%200c0-9.9%208-9.9%208%200%22%2F%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22M27.7%2036.2c0%203.7-10%203.7-10%200c0-12.3%2010-12.3%2010%200%22%2F%3E%3Cpath%20fill%3D%22%23f5f5f5%22%20d%3D%22M27.4%2036.3c0%202.9-8%202.9-8%200c0-9.9%208-9.9%208%200%22%2F%3E%3Cellipse%20cx%3D%2223.7%22%20cy%3D%2234.5%22%20fill%3D%22%230a84a5%22%20rx%3D%222.5%22%20ry%3D%223.5%22%2F%3E%3Ccircle%20cx%3D%2223.7%22%20cy%3D%2234.5%22%20r%3D%22.8%22%20fill%3D%22%23231f20%22%2F%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22M36.3%2036.2c0%203.7%2010%203.7%2010%200c0-12.3-10-12.3-10%200%22%2F%3E%3Cpath%20fill%3D%22%23f5f5f5%22%20d%3D%22M36.6%2036.3c0%202.9%208%202.9%208%200c0-9.9-8-9.9-8%200%22%2F%3E%3Cellipse%20cx%3D%2240.3%22%20cy%3D%2234.5%22%20fill%3D%22%230a84a5%22%20rx%3D%222.5%22%20ry%3D%223.5%22%2F%3E%3Ccircle%20cx%3D%2240.3%22%20cy%3D%2234.5%22%20r%3D%22.8%22%20fill%3D%22%23231f20%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/clown-face.svg?color=%231a73e8&size=48